Advertisement
gecko32

low level mob loot update

Feb 1st, 2012
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 1.96 KB | None | 0 0
  1. -- Razormane Hunter Warrior's Boots 32% to 3.2%
  2. UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=3.2996 WHERE `entry`=3265 AND `item`=2967;
  3. -- Razormane Hunter Hunting Cloak 11% to 1.1%
  4. UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=1.1855 WHERE `entry`=3265 AND `item`=4689;
  5. -- Razormane Defender Pioneer Buckler 87% to 0.8%
  6. UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=0.8789 WHERE `entry`=3266 AND `item`=7109;
  7. -- Razormane Defender Spellbinder Belt 77% to 0.7%
  8. UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=0.7717 WHERE `entry`=3266 AND `item`=4684;
  9. -- Razormane Geomancer Simple Shoes 77% to 0.7%
  10. UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=0.7791 WHERE `entry`=3269 AND `item`=9743;
  11. -- Razormane Geomancer Veteran Bracers 73% to 0.7%
  12. UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=0.7364 WHERE `entry`=3269 AND `item`=3213;
  13. -- Venture Co. Supervisor Burnt Leather Belt 85% to 0.8%
  14. UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=0.8511 WHERE `entry`=2979 AND `item`=4666;
  15. -- Venture Co. Supervisor Warrior's Gloves 74% to 0.7%
  16. UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=0.7433 WHERE `entry`=2979 AND `item`=2968;
  17. -- Venture Co. Supervisor Pioneer Bracers 55% to 0.5%
  18. UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=0.5593 WHERE `entry`=2979 AND `item`=6519;
  19. -- Venture Co. Supervisor Journeyman's Gloves 43% to 0.4%
  20. UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=0.4348 WHERE `entry`=2979 AND `item`=2960;
  21. -- Venture Co. Worker Warrior's Bracers 72% to 0.7%
  22. UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=0.7226 WHERE `entry`=2978 AND `item`=3214;
  23. -- Venture Co. Worker Fine Scimitar 64% to 0.6%
  24. UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=0.6492 WHERE `entry`=2978 AND `item`=4560;
  25. -- Venture Co. Worker Warrior's Girdle 24% to 0.2%
  26. UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=0.2458 WHERE `entry`=2978 AND `item`=4659;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement