-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
waypoints Data taken from TDB.
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
-- Alaindia 3562 - update | ||
-- TDB data used | ||
UPDATE creature SET position_x = 9714.28, position_y = 2525.74, position_z = 1335.68, MovementType = 2 WHERE id = 3562; | ||
UPDATE creature_template SET MovementType = 2 WHERE entry IN (3562); | ||
DELETE FROM creature_movement WHERE id IN (49525); | ||
DELETE FROM creature_movement_template WHERE Entry IN (3562); | ||
INSERT INTO creature_movement_template (Entry, PathId, Point, PositionX, PositionY, PositionZ, Orientation, WaitTime, ScriptId) VALUES | ||
(3562,0,1,9714.28,2525.74,1335.68,4.62839,0,0), | ||
(3562,0,2,9713.46,2512.01,1335.68,4.55378,0,0), | ||
(3562,0,3,9711.52,2503.04,1335.68,4.4988,0,0), | ||
(3562,0,4,9709.47,2496.49,1335.68,4.3378,0,0), | ||
(3562,0,5,9706.49,2490.08,1335.68,4.0904,0,0), | ||
(3562,0,6,9694.12,2475.3,1335.68,5.58265,0,0), | ||
(3562,0,7,9759.32,2422.58,1334.2,2.56279,300000,0), | ||
(3562,0,8,9694.6,2474.08,1335.68,0.838842,0,0), | ||
(3562,0,9,9701.33,2483.24,1335.68,0.94487,0,0), | ||
(3562,0,10,9709.32,2496.27,1335.68,1.13729,0,0), | ||
(3562,0,11,9712.42,2503.97,1335.68,1.31165,0,0), | ||
(3562,0,12,9714.24,2525.53,1335.68,1.66115,0,0), | ||
(3562,0,13,9713.11,2536.39,1335.68,1.69257,0,0), | ||
(3562,0,14,9711.25,2544.71,1335.68,1.79075,0,0), | ||
(3562,0,15,9708.32,2554.05,1335.68,2.01851,0,0), | ||
(3562,0,16,9705.03,2560.33,1335.68,2.04993,0,0), | ||
(3562,0,17,9695.88,2570.58,1335.68,2.1049,0,0), | ||
(3562,0,18,9692.09,2574.66,1335.68,0.734384,0,0), | ||
(3562,0,19,9751.39,2628.27,1334.11,3.93882,300000,0), | ||
(3562,0,20,9692.33,2575.49,1335.68,5.38788,0,0), | ||
(3562,0,21,9698.79,2567.37,1335.68,5.38395,0,0), | ||
(3562,0,22,9703.6,2561.01,1335.68,5.36039,0,0), | ||
(3562,0,23,9707.97,2555.02,1335.68,5.03367,0,0), | ||
(3562,0,24,9712.32,2542.42,1335.68,4.82554,0,0), | ||
(3562,0,25,9714.03,2525.69,1335.68,0.007114,300000,0), | ||
(3562,0,26,9928.18,2531.65,1319.27,3.14085,300000,0); |