From 5760e09aa12224aff92508befc6c62c5645df019 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 28 Oct 2019 21:47:27 -0300 Subject: Fix bugs. It is not optimal yet (in special, you need HP) but will do. --- npc/017-10/airship.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc/017-10') diff --git a/npc/017-10/airship.txt b/npc/017-10/airship.txt index cebfa62ee..751be8cea 100644 --- a/npc/017-10/airship.txt +++ b/npc/017-10/airship.txt @@ -36,7 +36,7 @@ OnTouch: addtimer 70000, "#ToFortress::OnWarper"; addtimer 60000, "#ToFortress::OnNotif"; } - end; + close; OnNotif: specialeffect FX_MAGIC, SELF, getcharid(3); @@ -56,6 +56,8 @@ OnWarper: 017-10,63,28,0 script #ToFortressAbort NPC_NO_SPRITE,5,0,{ end; OnTouch: + removespecialeffect(FX_CIRCLE, SELF, getcharid(3)); + atcommand("@refresh"); // FIXME :( deltimer "#ToFortress::OnWarper"; deltimer "#ToFortress::OnNotif"; end; -- cgit v1.2.3-60-g2f50