casucristy

sssssssssssss

Jul 20th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.88 KB | None | 0 0
  1. -- fix script for Support quest Don't Stop Moving.
  2.  
  3. UPDATE `creature_template` SET `ScriptName` = "npc_terrath_the_steady" WHERE `entry` = 42466;
  4.  
  5. UPDATE `creature_template` SET  `minlevel` = 83, `maxlevel` = 83, `exp` = 3, `ScriptName` = "npc_opalescent_guardian" WHERE `entry` = 43591;
  6.  
  7. UPDATE `creature_template` SET `minlevel` = 83, `maxlevel` = 83, `Health_mod` = 100 WHERE `entry` = 43586;
  8.  
  9. SET @GUID:= 5200000; --last guid
  10.  
  11. DELETE FROM `creature` WHERE `id` = 43586;
  12. INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`) VALUES
  13. (@GUID,'43586','646','1','1','0','0','2327.48','470.661','165.327','2.10402','300','0','0','420','0','0','0','0','0');
Advertisement
Add Comment
Please, Sign In to add comment