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/025-2/main.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/025-2/main.txt') diff --git a/npc/025-2/main.txt b/npc/025-2/main.txt index 2450eb867..1006e042c 100644 --- a/npc/025-2/main.txt +++ b/npc/025-2/main.txt @@ -4,7 +4,7 @@ // Notes: // Fortress Island South (Lv 70~150 Area) -025-2 mapflag mask 3 +025-2 mapflag mask 5 025-2,97,122,0 script Airship NPC_AIRSHIP,{ mesc l(".:: Fortress Island ::."), 1; @@ -13,11 +13,11 @@ next; if (askyesno() == ASK_YES) { specialeffect FX_CIRCLE, SELF, getcharid(3); + closeclientdialog; sleep2(5000); removespecialeffect(FX_CIRCLE, SELF, getcharid(3)); if (ispcdead()) end; warp "017-10", 64, 25; - closeclientdialog; } close; -- cgit v1.2.3-60-g2f50