casucristy

ss

Jul 20th, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.93 KB | None | 0 0
  1. -- Quests Sprout No More and Fungal Monstrosities
  2.  
  3. UPDATE `creature_template` SET `ScriptName` = "npc_war_guardian" WHERE `entry` = 44126;
  4.  
  5. UPDATE `creature_template` SET `exp` = 3, `ScriptName` = "npc_war_guardian_follower" WHERE `entry` = 44118;
  6.  
  7. UPDATE `creature_template` SET `ScriptName` = "npc_giant_mushroom" WHERE `entry` = 44049;
  8.  
  9. -- quest flags
  10. UPDATE `quest_template` SET `QuestFlags` = 0 WHERE `entry` = 26791;
  11.  
  12. SET @GUID:= 530000; -- last guid;
  13. -- corect spawn position
  14. DELETE FROM `creature` WHERE `id` = 44126;
  15. 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
  16. (@GUID,'44126','646','1','1','0','0','1276.26','1647.29','174.011','5.23412','300','0','0','278900','0','0','0','0','0');
Advertisement
Add Comment
Please, Sign In to add comment