casucristy

ss

Jul 26th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 1.85 KB | None | 0 0
  1. /* Quest Fix - On Even Ground
  2.  
  3. -- Xiah's Report
  4.  
  5. */
  6. UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=44131;
  7.  
  8. DELETE FROM `smart_scripts` WHERE `entryorguid`=44131;
  9. INSERT INTO `smart_scripts` (`entryorguid`, `event_type`, `event_param1`, `action_type`, `action_param1`, `target_type`, `comment`) VALUES
  10.  (44131, 23, 79688, 33, 44131, 7, 'On Aura Receive- Quest Complete');
  11.  
  12. -- on even ground quest spawns
  13.  
  14. DELETE FROM `creature` WHERE `id` = 44131;
  15.  
  16. SET @GUID:= 799000;
  17.  
  18. 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
  19. (@GUID+0,'44131','646','1','1','0','0','1905.44','-153.844','24.7535','3.80872','7200','0','0','1','0','0','0','0','0'),
  20. (@GUID+1,'44131','646','1','1','0','0','1912.26','-190.63','24.7001','3.13493','7200','0','0','1','0','0','0','0','0'),
  21. (@GUID+2,'44131','646','1','1','0','0','1897.72','-226.248','24.3551','2.51058','7200','0','0','1','0','0','0','0','0'),
  22. (@GUID+3,'44131','646','1','1','0','0','1919.06','-161.399','25.0035','3.11054','7200','0','0','1','0','0','0','0','0'),
  23. (@GUID+4,'44131','646','1','1','0','0','1759.92','-90.3733','22.1033','4.12328','7200','0','0','1','0','0','0','0','0'),
  24. (@GUID+5,'44131','646','1','1','0','0','1241.73','827.42','-66.9339','5.17885','300','0','0','420','0','0','0','0','0'),
  25. (@GUID+6,'44131','646','1','1','0','0','1270.37','719.667','-69.108','3.49025','300','0','0','420','0','0','0','0','0'),
  26. (@GUID+7,'44131','646','1','1','0','0','1323.41','674.369','-70.6549','3.0355','300','0','0','420','0','0','0','0','0'),
  27. (@GUID+8,'44131','646','1','1','0','0','1346.01','757.442','-67.3098','3.98505','300','0','0','420','0','0','0','0','0');
Advertisement
Add Comment
Please, Sign In to add comment