[DiscordArchive] Any reason why you didnt shared the entire sai?
[DiscordArchive] Any reason why you didnt shared the entire sai?
Archived author: Ryan Turner • Posted: 2025-01-17T22:18:11.137000+00:00
Original source
Any reason why you didnt shared the entire sai?
Archived author: tedris • Posted: 2025-01-17T22:18:18.390000+00:00
Original source
too long for discord
Archived author: Ryan Turner • Posted: 2025-01-17T22:18:24.971000+00:00
Original source
pastebin, gist
Archived author: tedris • Posted: 2025-01-17T22:18:36.321000+00:00
Original source
but it doesnt matter, i can do only that action aswell
Archived author: tedris • Posted: 2025-01-17T22:18:39.089000+00:00
Original source
and then it stops
Archived author: tedris • Posted: 2025-01-17T22:18:55.578000+00:00
Original source
it has nothing to do with the other events or actions in SAI
Archived author: Ryan Turner • Posted: 2025-01-17T22:20:07.907000+00:00
Original source
Since is a linked event we dont know whats happening before or after (which after) could be the cause of your npc getting stuck upon arriving to the mentioned position
Archived author: tedris • Posted: 2025-01-17T22:21:13.226000+00:00
Original source
```UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 800200;
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 800200) AND (`source_type` = 0) AND (`id` IN (2));
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
(800200, 0, 2, 5, 2, 0, 100, 0, 70, 80, 0, 0, 0, 0, 1, 12, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 'Lt. Hogger - Between 70-80% Health - Say Line 12');
```
Archived author: tedris • Posted: 2025-01-17T22:21:37.917000+00:00
Original source
this is the origin so to speak
Archived author: tedris • Posted: 2025-01-17T22:21:51.929000+00:00
Original source
everything else corresponding to that event works