Forums WoW Modding Discussion Miscellaneous [Archive] Disable Deserter Penalty for Dungeons?

[Archive] Disable Deserter Penalty for Dungeons?

[Archive] Disable Deserter Penalty for Dungeons?

rektbyfaith
Administrator
0
11-04-2025, 05:10 PM
#1
Archived author: VeritasGC • Posted: 2025-11-04T18:10:22.698276
Original source

Does anyone have a method for disabling the deserter penalty when leaving a dungeon prematurely? In the MoP 5.4.8 VIP repack, there are a few minor issues in some dungeons which prevent some of them from completing, and if you leave the group, you get the deserter penalty.

I disabled the deserter penalty for BGs, but did not see an option in the config file to do the same for dungeons.
rektbyfaith
11-04-2025, 05:10 PM #1

Archived author: VeritasGC • Posted: 2025-11-04T18:10:22.698276
Original source

Does anyone have a method for disabling the deserter penalty when leaving a dungeon prematurely? In the MoP 5.4.8 VIP repack, there are a few minor issues in some dungeons which prevent some of them from completing, and if you leave the group, you get the deserter penalty.

I disabled the deserter penalty for BGs, but did not see an option in the config file to do the same for dungeons.

rektbyfaith
Administrator
0
11-04-2025, 05:10 PM
#2
Archived author: VeritasGC • Posted: 2025-11-04T18:10:22.698276
Original source

Quote:VeritasGC said:

Does anyone have a method for disabling the deserter penalty when leaving a dungeon prematurely? In the MoP 5.4.8 VIP repack, there are a few minor issues in some dungeons which prevent some of them from completing, and if you leave the group, you get the deserter penalty.

I disabled the deserter penalty for BGs, but did not see an option in the config file to do the same for dungeons.

Click to expand...
Do tell if you find a way, I wasn't able to find one
rektbyfaith
11-04-2025, 05:10 PM #2

Archived author: VeritasGC • Posted: 2025-11-04T18:10:22.698276
Original source

Quote:VeritasGC said:

Does anyone have a method for disabling the deserter penalty when leaving a dungeon prematurely? In the MoP 5.4.8 VIP repack, there are a few minor issues in some dungeons which prevent some of them from completing, and if you leave the group, you get the deserter penalty.

I disabled the deserter penalty for BGs, but did not see an option in the config file to do the same for dungeons.

Click to expand...
Do tell if you find a way, I wasn't able to find one

rektbyfaith
Administrator
0
11-04-2025, 05:10 PM
#3
Archived author: VeritasGC • Posted: 2025-11-04T18:10:22.698276
Original source

If you are unable to disable the dungeon deserter in config, the method for disabling unwanted spells would be as follows

1. Go into game and lookup the spell in question (in this case, 71041 is the dungeon deserter and we will disable 144075 as well just incase as I believe this is the hidden dungeon queue lockout)

2. Go to the database and enter the world database table "Disables"

3. Create a new entry that looks like this : (use these queries and it will create them for you)
Quote: INSERT INTO `disables` VALUES (0, 71041, 1, '', '', 'Disable Dungeon Deserter');

INSERT INTO `disables` VALUES (0, 144075, 1, '', '', 'Disable Dungeon Deserter Part 2');

INSERT INTO `disables` VALUES (0, 71328, 1, '', '', 'Disable Dungeon Deserter Part 3');

Click to expand...
4. Restart server or use .reload disables

5. Should be fine now [Image: 1f642.png]

(Updated - Part 3 is the hidden dungeon cooldown que)
rektbyfaith
11-04-2025, 05:10 PM #3

Archived author: VeritasGC • Posted: 2025-11-04T18:10:22.698276
Original source

If you are unable to disable the dungeon deserter in config, the method for disabling unwanted spells would be as follows

1. Go into game and lookup the spell in question (in this case, 71041 is the dungeon deserter and we will disable 144075 as well just incase as I believe this is the hidden dungeon queue lockout)

2. Go to the database and enter the world database table "Disables"

3. Create a new entry that looks like this : (use these queries and it will create them for you)

Quote: INSERT INTO `disables` VALUES (0, 71041, 1, '', '', 'Disable Dungeon Deserter');

INSERT INTO `disables` VALUES (0, 144075, 1, '', '', 'Disable Dungeon Deserter Part 2');

INSERT INTO `disables` VALUES (0, 71328, 1, '', '', 'Disable Dungeon Deserter Part 3');

Click to expand...
4. Restart server or use .reload disables

5. Should be fine now [Image: 1f642.png]

(Updated - Part 3 is the hidden dungeon cooldown que)

rektbyfaith
Administrator
0
11-04-2025, 05:10 PM
#4
Archived author: VeritasGC • Posted: 2025-11-04T18:10:22.698276
Original source

Quote:koradorel said:

If you are unable to disable the dungeon deserter in config, the method for disabling unwanted spells would be as follows

1. Go into game and lookup the spell in question (in this case, 71041 is the dungeon deserter and we will disable 144075 as well just incase as I believe this is the hidden dungeon queue lockout)

2. Go to the database and enter the world database table "Disables"

3. Create a new entry that looks like this : (use these queries and it will create them for you)

4. Restart server or use .reload disables

5. Should be fine now [Image: 1f642.png]

(Updated - Part 3 is the hidden dungeon cooldown que)

Click to expand...
This worked and I love you <3
rektbyfaith
11-04-2025, 05:10 PM #4

Archived author: VeritasGC • Posted: 2025-11-04T18:10:22.698276
Original source

Quote:koradorel said:

If you are unable to disable the dungeon deserter in config, the method for disabling unwanted spells would be as follows

1. Go into game and lookup the spell in question (in this case, 71041 is the dungeon deserter and we will disable 144075 as well just incase as I believe this is the hidden dungeon queue lockout)

2. Go to the database and enter the world database table "Disables"

3. Create a new entry that looks like this : (use these queries and it will create them for you)

4. Restart server or use .reload disables

5. Should be fine now [Image: 1f642.png]

(Updated - Part 3 is the hidden dungeon cooldown que)

Click to expand...
This worked and I love you <3

rektbyfaith
Administrator
0
11-04-2025, 05:10 PM
#5
Archived author: VeritasGC • Posted: 2025-11-04T18:10:22.698276
Original source

does this work for the VIP cata 4.3.4 also?
rektbyfaith
11-04-2025, 05:10 PM #5

Archived author: VeritasGC • Posted: 2025-11-04T18:10:22.698276
Original source

does this work for the VIP cata 4.3.4 also?

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)