Skip to content

Commit

Permalink
DB/Waypoints: Insane Ghoul
Browse files Browse the repository at this point in the history
Closes #18911
Thanks to Rushor and bumbummen99
For 3.3.5 only
  • Loading branch information
Killyana committed Sep 28, 2017
1 parent b048cdd commit ca53b81
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions sql/updates/world/3.3.5/2017_09_28_00_world_335.sql
@@ -0,0 +1,54 @@
--
-- Pathing for Insane Ghoul
SET @NPC := 4444;
SET @PATH := @NPC * 10;
UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-11012.04,`position_y`=-1350.911,`position_z`=53.65797 WHERE `guid`=@NPC;
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@NPC,@PATH,0,0,1,0, '');
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES
(@PATH,1,-11012.04,-1350.911,53.65797,0,0,0,0,100,0),
(@PATH,2,-11008.13,-1349.594,53.65797,0,0,0,0,100,0),
(@PATH,3,-11004.22,-1348.278,53.65797,0,0,0,0,100,0),
(@PATH,4,-11001.96,-1347.52,53.65798,0,0,0,0,100,0),
(@PATH,5,-11001.96,-1347.52,53.65798,0,0,0,0,100,0),
(@PATH,6,-11007.69,-1347.672,53.90797,0,0,0,0,100,0),
(@PATH,7,-11003.39,-1346.67,53.90797,0,0,0,0,100,0),
(@PATH,8,-11005.16,-1349.329,53.90797,0,0,0,0,100,0),
(@PATH,9,-11004.69,-1350.538,53.65797,0,0,0,0,100,0),
(@PATH,10,-11000.4,-1348.078,53.90798,0,0,0,0,100,0),
(@PATH,11,-11000.52,-1348.302,53.90797,0,0,0,0,100,0),
(@PATH,12,-11003.05,-1351.502,53.90798,0,0,0,0,100,0),
(@PATH,13,-11001.44,-1349.495,53.90798,0,0,0,0,100,0),
(@PATH,14,-11000.5,-1348.368,53.90798,0,0,0,0,100,0),
(@PATH,15,-10998.5,-1350.322,53.90798,0,0,0,0,100,0),
(@PATH,16,-11003.11,-1351.897,53.90797,0,0,0,0,100,0),
(@PATH,17,-11003.49,-1347.612,53.90797,0,0,0,0,100,0),
(@PATH,18,-11002.97,-1348.897,53.65797,0,0,0,0,100,0),
(@PATH,19,-11004.99,-1349.427,53.90797,0,0,0,0,100,0),
(@PATH,20,-11005.26,-1349.958,53.90797,0,0,0,0,100,0),
(@PATH,21,-11008.59,-1352.754,53.90797,0,0,0,0,100,0),
(@PATH,22,-11011.24,-1349.452,53.65797,0,0,0,0,100,0),
(@PATH,23,-11008.1,-1347.372,53.90797,0,0,0,0,100,0),
(@PATH,24,-10999.78,-1347.313,53.90797,0,0,0,0,100,0),
(@PATH,25,-11000.09,-1347.871,53.90798,0,0,0,0,100,0),
(@PATH,26,-11000.99,-1348.765,53.90797,0,0,0,0,100,0),
(@PATH,27,-11002.27,-1350.48,53.65797,0,0,0,0,100,0),
(@PATH,28,-11007.39,-1355.679,53.90215,0,0,0,0,100,0),
(@PATH,29,-11008.21,-1349.791,53.90797,0,0,0,0,100,0),
(@PATH,30,-10999.21,-1339.94,53.65901,0,0,0,0,100,0),
(@PATH,31,-10991.02,-1325.43,51.89410,0,0,0,0,100,0),
(@PATH,32,-10974.73,-1319.76,52.23990,0,0,0,0,100,0),
(@PATH,33,-10967.56,-1304.02,52.83010,0,0,0,0,100,0),
(@PATH,34,-10951.63,-1294.90,53.07983,0,0,0,0,100,0),
(@PATH,35,-10975.65,-1278.12,52.91663,0,0,0,0,100,0),
(@PATH,36,-10995.87,-1278.58,52.55708,0,0,0,0,100,0),
(@PATH,37,-11003.17,-1291.67,53.35623,0,0,0,0,100,0),
(@PATH,38,-11011.82,-1287.97,52.92206,0,0,0,0,100,0),
(@PATH,39,-11028.25,-1302.74,52.35116,0,0,0,0,100,0),
(@PATH,40,-11031.20,-1319.99,53.38998,0,0,0,0,100,0),
(@PATH,41,-11023.34,-1327.44,53.19660,0,0,0,0,100,0),
(@PATH,42,-11012.68,-1317.23,53.10403,0,0,0,0,100,0),
(@PATH,43,-10992.53,-1326.81,51.86867,0,0,0,0,100,0),
(@PATH,44,-10999.91,-1342.19,53.65885,0,0,0,0,100,0);
-- 0x203ADC0000007FC00065A50000066AAC .go -11012.04 -1350.911 53.65797

0 comments on commit ca53b81

Please sign in to comment.