Skip to content

Commit

Permalink
Update [4714] Add dbscripts_on_creature_movement "GENERIC - Set Activ…
Browse files Browse the repository at this point in the history
…e Object On"
  • Loading branch information
AnonXS committed Jan 25, 2025
1 parent 268ea57 commit 6292ea4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Updates/4714_TDB-0542_quest_the_attack.sql
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ INSERT INTO `creature_movement` (`id`, `point`, `PositionX`, `PositionY`, `Posit
(10524, 10, -8385.653,445.6149,122.39286, 100, 0, 0),
(10524, 11, -8388.917,453.05283,123.95904,3.804817676544189453, 1000, 175601); -- Spawn Point, change to idle and Active object off

DELETE FROM `dbscripts_on_creature_movement` WHERE `id` = 9;
INSERT INTO `dbscripts_on_creature_movement` (`id`, `delay`, `priority`, `command`, `datalong`, `datalong2`, `datalong3`, `buddy_entry`, `search_radius`, `data_flags`, `dataint`, `dataint2`, `dataint3`, `dataint4`, `datafloat`, `x`, `y`, `z`, `o`, `speed`, `condition_id`, `comments`) VALUES
(9, 0, 0, 21, 1, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'GENERIC - Set Active Object On');

-- Movement Script
DELETE FROM dbscripts_on_creature_movement WHERE id IN (175401, 175402, 175403, 175404, 175501, 175601, 885601, 885602, 885603, 885604); -- -41
Expand Down

0 comments on commit 6292ea4

Please sign in to comment.