Sign in to follow this  
Followers 0
Fyriond

[Declined]Arcanist Shaliman

2 posts in this topic

--https://firestorm-servers.com/en/report/see_report/24134
--Loot fix
--http://www.wowhead.com/npc=107657/arcanist-shaliman
-- + 36% chance of 70 order resources
DELETE FROM `creature_loot_template` WHERE `entry`=107657;
UPDATE `creature_template` SET `lootid`='107657' WHERE `entry`='107657';
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`, `itembonuses`)
VALUES
('107657', '138839', '10', '1', '0', '1', '1', ''),
('107657', '141868', '8', '1', '0', '1', '1', ''),
('107657', '121014', '0.1', '1', '0', '1', '1', ''),
('107657', '132233', '85', '1', '0', '1', '1', ''),
('107657', '132234', '35', '1', '0', '1', '1', ''),
('107657', '132232', '11', '1', '0', '1', '1', ''),
('107657', '138781', '0.6', '1', '0', '1', '1', ''),
('107657', '140221', '0.5', '1', '0', '1', '1', ''),
('107657', '140226', '0.5', '1', '0', '1', '1', ''),
('107657', '140224', '0.4', '1', '0', '1', '1', ''),
('107657', '121024', '0.4', '1', '0', '1', '1', ''),
('107657', '121043', '0.3', '1', '0', '1', '1', ''),
('107657', '121047', '0.3', '1', '0', '1', '1', ''),
('107657', '140222', '0.3', '1', '0', '1', '1', ''),
('107657', '121051', '0.3', '1', '0', '1', '1', ''),
('107657', '121052', '0.3', '1', '0', '1', '1', ''),
('107657', '141285', '0.2', '1', '0', '1', '1', ''),
('107657', '121048', '0.2', '1', '0', '1', '1', ''),
('107657', '121049', '0.2', '1', '0', '1', '1', ''),
('107657', '121027', '0.18', '1', '0', '1', '1', ''),
('107657', '121041', '0.15', '1', '0', '1', '1', ''),
('107657', '121044', '0.15', '1', '0', '1', '1', ''),
('107657', '121008', '0.15', '1', '0', '1', '1', ''),
('107657', '140220', '0.15', '1', '0', '1', '1', ''),
('107657', '121028', '0.15', '1', '0', '1', '1', ''),
('107657', '121018', '0.13', '1', '0', '1', '1', ''),
('107657', '121055', '0.13', '1', '0', '1', '1', ''),
('107657', '140227', '0.13', '1', '0', '1', '1', ''),
('107657', '121040', '0.1', '1', '0', '1', '1', ''),
('107657', '121020', '0.1', '1', '0', '1', '1', ''),
('107657', '121002', '0.1', '1', '0', '1', '1', ''),
('107657', '121004', '0.1', '1', '0', '1', '1', ''),
('107657', '121005', '0.1', '1', '0', '1', '1', ''),
('107657', '121006', '0.1', '1', '0', '1', '1', ''),
('107657', '121012', '0.1', '1', '0', '1', '1', ''),
('107657', '121003', '0.08', '1', '0', '1', '1', ''),
('107657', '121007', '0.08', '1', '0', '1', '1', ''),
('107657', '121019', '0.05', '1', '0', '1', '1', ''),
('107657', '121050', '0.05', '1', '0', '1', '1', ''),
('107657', '121054', '0.05', '1', '0', '1', '1', ''),
('107657', '121001', '0.03', '1', '0', '1', '1', ''),
('107657', '121053', '0.03', '1', '0', '1', '1', '');



 

Edited by Fyriond

Share this post


Link to post
Share on other sites

order resources additionally

INSERT INTO `creature_loot_template` VALUES ('107657', '-1220', '36', '1', '0', '70', '70', '0');

 

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