[DiscordArchive] Good day to you!
[DiscordArchive] Good day to you!
Archived author: WkatulkaPoland46 • Posted: 2025-04-17T11:28:51.934000+00:00
Original source
Good day to you!
I checked these mobs (Riverpaw Gnoll, Riverpaw Scout, Murloc Coastrunner, Murloc Raider) on my core and on famous Legion core uWoW server: they just used autoattacks and thats all.
Then I check same mobs on Firestorm DF, suprisingly, these mobs uses spells, abilities as they should. I am interesting, is Firestorm team make these mobs SmartAI one by one, or on newer cores SmartAI exists and I can look how it works with them ?
Archived author: WkatulkaPoland46 • Posted: 2025-04-15T09:06:26.611000+00:00
Original source
I added this and now he looks stronger, but, I dont really know how he should working.
Is here any place where I can look how this should use his abilities ?
```
DELETE FROM smart_scripts WHERE entryorguid = 679 AND source_type = 0;
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,
action_type, action_param1, action_param2, action_param3,
target_type, target_param1, target_param2, target_param3,
comment
)
VALUES
-- Bloodlust (6742) every 15 sec
(679, 0, 0, 0, 0, 0, 100, 1, 15000, 15000, 0, 0,
11, 6742, 1, 0,
1, 0, 0, 0,
'Mosh\'ogg Shaman - Cast Bloodlust on self every 15 sec'),
-- Lightning Bolt (12058) to target every 8 sec
(679, 0, 1, 0, 0, 0, 100, 1, 8000, 8000, 0, 0,
11, 12058, 1, 0,
2, 0, 0, 0,
'Mosh\'ogg Shaman - Cast Lightning Bolt on target every 8 sec');
```
Archived author: SpikeZ • Posted: 2025-04-15T09:07:08.558000+00:00
Original source
the only blizzlike way to get his behaviour is: jump on retail and sniff it