Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Quest Fix - On Even Ground
- -- Xiah's Report
- */
- UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=44131;
- DELETE FROM `smart_scripts` WHERE `entryorguid`=44131;
- INSERT INTO `smart_scripts` (`entryorguid`, `event_type`, `event_param1`, `action_type`, `action_param1`, `target_type`, `comment`) VALUES
- (44131, 23, 79688, 33, 44131, 7, 'On Aura Receive- Quest Complete');
- -- on even ground quest spawns
- DELETE FROM `creature` WHERE `id` = 44131;
- SET @GUID:= 799000;
- 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
- (@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'),
- (@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'),
- (@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'),
- (@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'),
- (@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'),
- (@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'),
- (@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'),
- (@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'),
- (@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