Sign in to follow this  
Followers 0
Fyriond

[Declined]Darkshade

3 posts in this topic

--http://www.wowhead.com/npc=92965/darkshade
-- need to add trigger for +70 Order resources (1220) 100%
DELETE FROM `creature_loot_template` WHERE `entry`=92965;
UPDATE `creature_template` SET `lootid`='92965' WHERE `entry`='92965';
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`, `itembonuses`)
VALUES
('92965', '130166', '98', '1', '0', '1', '1', ''),
('92965', '138839', '26', '1', '0', '1', '1', ''),
('92965', '121207', '0.4', '1', '0', '1', '1', ''),
('92965', '121183', '0.4', '1', '0', '1', '1', ''),
('92965', '121189', '0.4', '1', '0', '1', '1', ''),
('92965', '132231', '18', '1', '0', '1', '1', ''),
('92965', '132233', '11', '1', '0', '1', '1', ''),
('92965', '132183', '7', '1', '0', '1', '1', ''),
('92965', '132234', '4', '1', '0', '1', '1', ''),
('92965', '124439', '3', '1', '0', '1', '1', ''),
('92965', '124438', '2', '1', '0', '1', '1', ''),
('92965', '132229', '1', '1', '0', '1', '1', ''),
('92965', '140226', '0.14', '1', '0', '1', '1', '');

 

Share this post


Link to post
Share on other sites

order resources additionally

INSERT INTO `creature_loot_template` VALUES ('92965', '-1220', '100', '1', '0', '70', '70', '0');

 

Share this post


Link to post
Share on other sites

Hey!

As written before: Loots for Valsharah rares are not needed at the moment. They will be added when they are scripted. I will close your rares patches.

Still thanks and have a nice day!

 

Misahky

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