diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-04-04 23:38:00 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-04-04 23:38:00 +0200 |
commit | 223641168828b7b7731796d2ded7b31bf41d7f30 (patch) | |
tree | a01c8a6254311f40650ca852eae0d8990481adbe | |
parent | 6fa2edebf1e8f6ddd7f3a166ec6ccf73685e089f (diff) |
DB/Creature: Vhel'kur Waypoints
By danlapps, closes #13054
-rw-r--r-- | sql/updates/world/2015_04_04_03_world.sql | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/sql/updates/world/2015_04_04_03_world.sql b/sql/updates/world/2015_04_04_03_world.sql new file mode 100644 index 00000000000..78e5f2b50b5 --- /dev/null +++ b/sql/updates/world/2015_04_04_03_world.sql @@ -0,0 +1,42 @@ +-- Pathing for Entry: Entry: 21801 (Vhel'kur) +SET @NPC := 21801; +SET @PATH := @NPC * 10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=-5140.628,`position_y`=537.6068,`position_z`=225.5867 WHERE `guid`=76114; +UPDATE `creature_template` SET `InhabitType`=4 WHERE `entry`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=76114; +INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES +(76114,@PATH,0,33554432,1,0, '55971'); +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,-5140.628,537.6068,225.5867,0,0,0,0,100,0), +(@PATH,2,-5047.682,660.9525,148.8644,0,0,0,0,100,0), +(@PATH,3,-5011.98,674.3496,148.8644,0,0,0,0,100,0), +(@PATH,4,-4981.461,669.827,148.8644,0,0,0,0,100,0), +(@PATH,5,-4959.014,632.2751,148.8644,0,0,0,0,100,0), +(@PATH,6,-4943.981,608.1472,148.8644,0,0,0,0,100,0), +(@PATH,7,-4929.495,593.4562,148.8644,0,0,0,0,100,0), +(@PATH,8,-4910.322,557.0013,148.8644,0,0,0,0,100,0), +(@PATH,9,-4886.5,522.941,148.8644,0,0,0,0,100,0), +(@PATH,10,-4860.481,492.9438,148.8644,0,0,0,0,100,0), +(@PATH,11,-4853.529,472.7724,148.8644,0,0,0,0,100,0), +(@PATH,12,-4853.905,449.3954,148.8644,0,0,0,0,100,0), +(@PATH,13,-4862.35,417.3469,148.8644,0,0,0,0,100,0), +(@PATH,14,-4904.073,347.1447,148.8644,0,0,0,0,100,0), +(@PATH,15,-4938.952,289.3222,148.8644,0,0,0,0,100,0), +(@PATH,16,-4959.224,247.5302,148.8644,0,0,0,0,100,0), +(@PATH,17,-4971.73,201.8298,148.8644,0,0,0,0,100,0), +(@PATH,18,-4979.256,156.9421,148.8644,0,0,0,0,100,0), +(@PATH,19,-4987.867,132.5271,148.8644,0,0,0,0,100,0), +(@PATH,20,-4998.63,107.5142,148.8644,0,0,0,0,100,0), +(@PATH,21,-5020.076,73.21224,148.8644,0,0,0,0,100,0), +(@PATH,22,-5061.159,55.51009,148.8644,0,0,0,0,100,0), +(@PATH,23,-5077.839,49.82715,148.8644,0,0,0,0,100,0), +(@PATH,24,-5112.819,49.43273,148.8644,0,0,0,0,100,0), +(@PATH,25,-5175.664,65.2347,163.3922,0,0,0,0,100,0), +(@PATH,26,-5198.992,107.9043,173.1977,0,0,0,0,100,0), +(@PATH,27,-5165.273,219.0713,198.2255,0,0,0,0,100,0), +(@PATH,28,-5113.013,300.7207,198.2255,0,0,0,0,100,0), +(@PATH,29,-5109.759,353.3949,226.7533,0,0,0,0,100,0), +(@PATH,30,-5113.028,378.9975,240.6144,0,0,0,0,100,0), +(@PATH,31,-5122.197,411.4973,243.2811,0,0,0,0,100,0); +-- 0x1C39A84240154A4000002100000AE735 .go -5140.628 537.6068 225.5867 |