Advertisement
Kylroi

Fire Prism loot - chances/grouping not perfect

Nov 18th, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.53 KB | None | 0 0
  1. -- --------------- --
  2. -- Fire Prism loot --
  3. -- --------------- --
  4.  
  5. DELETE FROM `item_loot_template` WHERE `entry`=52304;
  6. INSERT INTO `item_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`)
  7. VALUES
  8.         (52304, 52190, 38, 1, 0, 1, 3),
  9.         (52304, 52191, 38, 1, 0, 1, 3),
  10.         (52304, 52192, 38, 1, 0, 1, 3),
  11.         (52304, 52193, 38, 1, 0, 1, 3),
  12.         (52304, 52194, 38, 1, 0, 1, 3),
  13.         (52304, 52195, 37, 1, 0, 1, 3),
  14.         (52304, 52196, 10, 1, 0, 1, 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement