Advertisement
Sinistah

[Trinity] SQL Custom Training Dummy

Oct 16th, 2012
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.61 KB | None | 0 0
  1. -- Made By Sinistah
  2.  
  3. -- The training dummy itself
  4. INSERT INTO `creature_template` VALUES (90001, 0, 0, 0, 0, 0, 3019, 0, 0, 0, 'Combat Training Dummy', '', NULL, 0, 80, 80, 0, 7, 7, 0, 1.02, 1.14286, 1, 0, 29, 39, 0, 70, 1, 1810, 1991, 1, 0, 2048, 8, 0, 0, 0, 0, 0, 20, 30, 4, 7, 0, 0, 0, 0, 0, 100, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 3, 1, 10000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 373, 32, 0, 'npc_training_dummy', 12340);
  5.  
  6. -- Fixes Bug: Where if dk death grips it moves.
  7. UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`|32 WHERE `ScriptName`='npc_training_dummy';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement