Sphereserver / Source

http://spherecommunity.net
Apache License 2.0
108 stars 58 forks source link

ON=@prestart Trigger seem to crash #241

Closed Jhobean closed 4 years ago

Jhobean commented 4 years ago

When I use ON=@prestart on a skill and put a return 1, all my skill are bloc for the ethernity :-)

image

Skill was item identification

Khaldor48 commented 4 years ago

You must reset the action afterwards, e.g.

on=@SkillPreStart
action=-1
return 1
Jhobean commented 4 years ago

Thx