-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add better path for ghostlands spider patrol
- Loading branch information
1 parent
f297df8
commit 788cc26
Showing
1 changed file
with
26 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,26 @@ | ||
|
||
SET @CGUID=5305548; | ||
|
||
UPDATE creature SET position_x=8020.9272,position_y=-7354.7837,position_z=140.98708,orientation=4.391523361206054687,MovementType=4 WHERE guid = 5302422; | ||
SET @MOVID=5302422; | ||
-- GUID: Full: 0x2045AC42400FEE400000890000093633 Creature/0 R4459/S137 Map: 530 (Outland) Entry: 16313 (Nerubis Guard) Low: 603699 PathType: None | ||
DELETE FROM creature_movement WHERE Id = @MOVID + 0; | ||
INSERT INTO creature_movement (Id, Point, PositionX, PositionY, PositionZ, Orientation, WaitTime, ScriptId, Comment) VALUES | ||
(@MOVID + 0, '1', '8020.9272', '-7354.7837', '140.98708', '100', '0', '0', NULL), | ||
(@MOVID + 0, '2', '8040.108', '-7364.4365', '144.05872', '100', '0', '0', NULL), | ||
(@MOVID + 0, '3', '8038.7256', '-7376.1484', '145.87358', '100', '0', '0', NULL), | ||
(@MOVID + 0, '4', '8041.9385', '-7383.407', '149.57422', '100', '0', '0', NULL), | ||
(@MOVID + 0, '5', '8051.393', '-7386.35', '152.38858', '100', '0', '0', NULL), | ||
(@MOVID + 0, '6', '8059.011', '-7370.053', '153.78261', '100', '0', '0', NULL), | ||
(@MOVID + 0, '7', '8070.358', '-7342.4834', '152.82478', '100', '0', '0', NULL), | ||
(@MOVID + 0, '8', '8076.145', '-7342.5244', '152.83974', '100', '0', '0', NULL), | ||
(@MOVID + 0, '9', '8088.7847', '-7351.132', '155.28235', '100', '0', '0', NULL), | ||
(@MOVID + 0, '10', '8094.854', '-7362.633', '159.546', '100', '0', '0', NULL), | ||
(@MOVID + 0, '11', '8089.9097', '-7380.9316', '164.18068', '100', '0', '0', NULL), | ||
(@MOVID + 0, '12', '8082.8716', '-7378.999', '164.2749', '100', '0', '0', NULL), | ||
(@MOVID + 0, '13', '8081.6147', '-7362.401', '163.81155', '100', '0', '0', NULL), | ||
(@MOVID + 0, '14', '8074', '-7351.9585', '163.66151', '100', '0', '0', NULL), | ||
(@MOVID + 0, '15', '8056.7363', '-7345.7485', '163.84482', '100', '0', '0', NULL), | ||
(@MOVID + 0, '16', '8040.8535', '-7353.647', '164.40427', '100', '0', '0', NULL), | ||
(@MOVID + 0, '17', '8033.643', '-7371.144', '165.06276', '100', '0', '0', NULL), | ||
(@MOVID + 0, '18', '8038.7603', '-7383.5', '165.32745', '100', '0', '0', NULL); |