Page 1 of 1

animation commands?

Posted: Mon Sep 02, 2013 2:41 pm
by babblebab
Is there a way of writing a GM command to test spell and ability animations? Also is there one for testing NPC/Mob animations?

Re: animation commands?

Posted: Mon Sep 02, 2013 4:01 pm
by gedads
Hi, dsp comes up with a lot of command already doing this:

@injectaction 11 animationnumber when mob engaged will display animation, (exist for spells ja too), goes from 1 to 3070 then a gap where numbers are making the server crash then it starts over (4k 9k etc)
@animatenpc use to work i don't know now
@mobsub is for subanimation (for mobs like panopt in idle mode active mode, phuabo in and out of water lighten up ... amphiptere flying etc). Can probably be changed a bit to work with npcs.

Re: animation commands?

Posted: Mon Sep 02, 2013 4:13 pm
by babblebab
spot on as always, gedads

thank you!