What's new

Disable Deserter Penalty for Dungeons?

VeritasGC

MoP Premium
Verified Member
20
2021
2
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.
 

Blackvision

Mythical User
Super Moderator
Gold Supporter
2,316
2015
278
Location
Denmark
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.
Do tell if you find a way, I wasn't able to find one
 

koradorel

Verified Member
25
2015
19
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)
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');
4. Restart server or use .reload disables
5. Should be fine now :)

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

VeritasGC

MoP Premium
Verified Member
20
2021
2
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 :)

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

This worked and I love you <3
 
Top