[DiscordArchive] Hey? I want to force npc to have permanent run ...
[DiscordArchive] Hey? I want to force npc to have permanent run ...
Archived author: Needle • Posted: 2025-01-13T20:35:52.160000+00:00
Original source
Archived author: Needle • Posted: 2025-01-13T20:35:52.785000+00:00
Original source
Thread automatically created by Luekon in <#415944535718494208>
Archived author: stoneharry • Posted: 2025-01-13T21:06:43.452000+00:00
Original source
You can use a spell with a dummy aura, that just overrides the animation
Archived author: stoneharry • Posted: 2025-01-13T21:08:37.207000+00:00
Original source
Have a look at spell: 18795
https://i.imgur.com/kE5Jd91.png
The applied aura can be changed to dummy instead of rooting.
https://i.imgur.com/bUhdEqI.png You can remove the visual effect to only have the animation. It removes the `zzz` above the head.
To clone a spell visual, copy the visuall visual kit. Go to your new spell ID. Set the spell visual to 0 in the base tab, save. Then go to the visual tab, and paste it in the spell kit. It will copy it across generating new IDs.https://imgur.com/kE5Jd91
https://imgur.com/bUhdEqI
Archived author: stoneharry • Posted: 2025-01-13T21:09:05.923000+00:00
Original source
If you are not modding the client, have fun there is some ways you could do it server side
Archived author: stoneharry • Posted: 2025-01-13T21:09:39.022000+00:00
Original source
Apply spell aura: `241 - SPELL_AURA_FORCE_MOVE_FORWARD` and root them server side, it might trigger the animation, it might not
Archived author: Luekon • Posted: 2025-01-14T06:14:00.555000+00:00
Original source
Damn, thats a lot more complicated then i thought, ty tho, Will try it out