Sign in to follow this  
Followers 0
Csabikaa97

Old Raid Drops

1 post in this topic

Realm: Sylvanas

Character (name, faction, level...): Cígány, Horde, 110

Difficult mode of the instance in which you found this issue: Both difficulties

Complete description of your issue (do not forget to specify the issue, all conditions for making the issue to happen, and if the issue is related to a phase, specify the phase in which you found this issue): Some of the old raids that drop new items ( illusions ) were not refreshed after legion, and it does not have those items. ( new legion items dont drop from old raids )

Steps for reproducing the issue: Kill a boss, resurrect it and kill it again. Do this 5000 time and you will see, the item does not drop. ( or just look into the loot_template :D )

Fix to these bosses: 

Nefarian: ( it's id is 51104 in firestorm, but it's 41376 on retail )

DELETE FROM 'loot_template' WHERE 'entry'='51104';
INSERT INTO 'loot_template' (Entry, Item, Reference, Chance, QuestRequired, LootMode, GroupId, MinCount, MaxCount, Comment) VALUES ('51104','138802','','1.2','1','','1','1','');

I don't know the template for the srever's swl database so i wrote it for the newest trinity based legion server database. Found infos at trinitycore atlassian.net
source for the item drop rates: wowhead.com

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0