Advertisement
Guest User

Untitled

a guest
Jul 7th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XPP 1.72 KB | None | 0 0
  1. INSERT INTO reference_loot_template (entry, item, ChanceOrQuestChance, lootmode, groupid, mincountOrRef, maxcount, lootcondition, condition_value1, condition_value2) VALUES
  2. -- Molten Colossus
  3. (70005, 45605, 0, 1, 1, 1, 1); -- Daschal's Bite
  4. (70005, 46138, 0, 1, 1, 1, 1); -- Idol of the Flourishing Life
  5. (70005, 45542, 0, 1, 1, 1, 1); -- Greaves of the Stonewarder
  6. (70005, 45543, 0, 1, 1, 1, 1); -- Shoulders of Misfortune
  7. (70005, 45541, 0, 1, 1, 1, 1); -- Shroud of Alteration
  8. (70005, 45538, 0, 1, 1, 1, 1); -- Titanstone Pendant
  9. -- Magma Rager
  10. (70006, 45538, 0, 1, 1, 1, 1); -- Titanstone Pendant
  11. -- XB-488 Disposalbot
  12. (70007, 45539, 0, 1, 1, 1, 1); -- Pendant of Focused Energies
  13. (70007, 45538, 0, 1, 1, 1, 1); -- Titanstone Pendant
  14. (70007, 45543, 0, 1, 1, 1, 1); -- Shoulders of Misfortune
  15. (70007, 34273, 0, 1, 1, 1, 1); -- Bladebearer's Signet
  16. (70007, 45548, 0, 1, 1, 1, 1); -- Belt of the Sleeper
  17. (70007, 45547, 0, 1, 1, 1, 1); -- Relic Hunter's Cord
  18. (70007, 45549, 0, 1, 1, 1, 1); -- Grips of Chaos
  19. -- XD-175 Compactobot
  20. (70008, 45542, 0, 1, 1, 1, 1); -- Greaves of the stonewarder
  21. (70008, 45549, 0, 1, 1, 1, 1); -- Grips of Chaos
  22. (70008, 45547, 0, 1, 1, 1, 1); -- Relic Hunter's Cord
  23.  
  24. -- XR-949 Salvagebot
  25. (70009, 45544, 0, 1, 1, 1, 1); -- Leggins of Tortured Earth
  26.  
  27.  
  28.  
  29.  
  30. -- Creature_loot_template
  31. -- Molten colossus
  32. INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  33. (34273, 1, 1, 1, 0, -70007, 1); -- XB-488 Disposalbot
  34. (34086, 1, 2, 1, 0, -70006, 1); -- Magma Rager
  35. (34271, 1, 1, 1, 0, -70008, 1); -- XD-175 Compactobot
  36. (34069, 1, 3, 1, 0, -70005, 1); -- Molten Colossus
  37. (34269, 1, 1, 1, 0, -70009, 1); -- XR-949 Salvagebot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement