Sign in to follow this  
Followers 0
Lordakius

[Declined][WoD][maybe Cata+]Daakara loot fix

7 posts in this topic

Bugtracker:https://firestorm-servers.com/en/report/see_report/7261

Wowhead:http://www.wowhead.com/npc=23863/daakara

(see links of the added loot on the site)

correction: added loot to Daakara, still figuring how to set different loot in different modes (10m/25m)

DELETE FROM `creature_loot_template` WHERE `entry`='23863';
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `maxcount`) VALUES
('23863', '52078', '0.88', '1', '1'),
('23863', '69581', '0.28', '1', '1'),
('23863', '69576', '0.21', '1', '1'),
('23863', '69582', '0.21', '1', '1'),
('23863', '69574', '0.21', '1', '1'),
('23863', '69575', '0.18', '1', '1'),
('23863', '69579', '0.15', '1', '1'),
('23863', '69578', '0.15', '1', '1'),
('23863', '69580', '0.15', '1', '1'),
('23863', '69583', '0.14', '1', '1');
UPDATE `creature_template` SET `lootid`='23863' WHERE `entry`='23863';

Dunno if I have to add itembonuses as well as mentioned in the learning section http://us.forum.firestorm-servers.com/index.php?/topic/630-howto-fix-loot/

 

Share this post


Link to post
Share on other sites
`itembonuses`

u need itembonuses for wod

Share this post


Link to post
Share on other sites
DELETE FROM `creature_loot_template` WHERE `entry`='23863';
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `maxcount`,`itembonuses`) VALUES
('23863', '52078', '0.88', '1', '1', ''),
('23863', '69581', '0.28', '1', '1', ''),
('23863', '69576', '0.21', '1', '1', ''),
('23863', '69582', '0.21', '1', '1', ''),
('23863', '69574', '0.21', '1', '1', ''),
('23863', '69575', '0.18', '1', '1', ''),
('23863', '69579', '0.15', '1', '1', ''),
('23863', '69578', '0.15', '1', '1', ''),
('23863', '69580', '0.15', '1', '1', ''),
('23863', '69583', '0.14', '1', '1', '');
UPDATE `creature_template` SET `lootid`='23863' WHERE `entry`='23863';

 

Share this post


Link to post
Share on other sites

so wait, the 'itembonuses' field is all the time there with just '' in it?

Share this post


Link to post
Share on other sites

Itembonus is ' ' yes u need it for WoD

Share this post


Link to post
Share on other sites

 

l

Edited by Daxter

Share this post


Link to post
Share on other sites

Greetings @Lordakius,

Unfortunately, we don't support the development of Warlords of Draenor anymore. Your patch is therefore declined.

Regards, Thyvene.

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 0