Sign in to follow this  
Followers 0
Fyriond

[Declined]Bahagar

2 posts in this topic

--http://www.wowhead.com/npc=110562/bahagar
-- need to add trigger for + 70 Order resources (1220) 34%
DELETE FROM `creature_loot_template` WHERE `entry`=110562;
UPDATE `creature_template` SET `lootid`='110562' WHERE `entry`='110562';
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`, `itembonuses`)
VALUES
('110562', '124117', '76', '1', '0', '1', '2', ''),
('110562', '127037', '14', '1', '0', '1', '1', ''),
('110562', '130135', '13', '1', '0', '1', '1', ''),
('110562', '138839', '7', '1', '0', '1', '1', ''),
('110562', '121170', '0.3', '1', '0', '1', '1', ''),
('110562', '121192', '0.3', '1', '0', '1', '1', ''),
('110562', '121193', '0.2', '1', '0', '1', '1', ''),
('110562', '121168', '0.18', '1', '0', '1', '1', ''),
('110562', '121185', '0.18', '1', '0', '1', '1', ''),
('110562', '134343', '0.15', '1', '0', '1', '1', ''),
('110562', '121214', '0.13', '1', '0', '1', '1', ''),
('110562', '121217', '0.13', '1', '0', '1', '1', ''),
('110562', '121220', '0.13', '1', '0', '1', '1', ''),
('110562', '136755', '0.09', '1', '0', '1', '1', ''),
('110562', '121169', '0.09', '1', '0', '1', '1', ''),
('110562', '121182', '0.09', '1', '0', '1', '1', ''),
('110562', '121177', '0.09', '1', '0', '1', '1', ''),
('110562', '139526', '0.09', '1', '0', '1', '1', ''),
('110562', '121166', '0.04', '1', '0', '1', '1', ''),
('110562', '134305', '0.04', '1', '0', '1', '1', ''),
('110562', '121211', '0.02', '1', '0', '1', '1', ''),
('110562', '121187', '0.02', '1', '0', '1', '1', ''),
('110562', '132231', '75', '1', '0', '1', '1', ''),
('110562', '132183', '21', '1', '0', '1', '1', ''),
('110562', '124438', '8', '1', '0', '1', '1', ''),
('110562', '124439', '7', '1', '0', '1', '1', ''),
('110562', '132185', '3', '1', '0', '1', '1', ''),
('110562', '140222', '0.5', '1', '0', '1', '1', ''),
('110562', '140226', '0.4', '1', '0', '1', '1', ''),
('110562', '140224', '0.3', '1', '0', '1', '1', ''),
('110562', '132186', '0.2', '1', '0', '1', '1', ''),
('110562', '138782', '0.13', '1', '0', '1', '1', ''),
('110562', '140225', '0.13', '1', '0', '1', '1', ''),
('110562', '121370', '0.13', '1', '0', '1', '1', ''),
('110562', '138781', '0.09', '1', '0', '1', '1', ''),
('110562', '141291', '0.09', '1', '0', '1', '1', ''),
('110562', '121354', '0.09', '1', '0', '1', '1', ''),
('110562', '140227', '0.04', '1', '0', '1', '1', ''),
('110562', '121372', '0.04', '1', '0', '1', '1', '');

 

Share this post


Link to post
Share on other sites

order resources additionally

INSERT INTO `creature_loot_template` VALUES ('110562', '-1220', '34', '1', '0', '70', '70', '0');

 

Edited by Fyriond

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