Add new hit effect flag for hit effects that only show animations

Fix SetMP setting MaxMP instead of MP

Fix substate updates not being sent
This commit is contained in:
Yogurt 2019-06-01 02:10:40 -07:00
parent e00bb48386
commit 97dcd765eb
5 changed files with 32 additions and 2 deletions

View file

@ -0,0 +1,5 @@
function onEventStarted(player, command, triggerName, arg1, arg2, arg3, arg4, targetActor, arg5, arg6, arg7, arg8)
player.Cast(command.actorId, targetActor);
player:endEvent();
end