From 58a035a53efcafea1623999832a764fabba1bf5f Mon Sep 17 00:00:00 2001 From: Kenpachi Date: Thu, 2 May 2013 21:39:51 +0200 Subject: Fixed bug report #7183 You now wont get stuck when using MVP-Protector NPC (npc/custom/etc/mvp_arena.txt), but there still seems to be a bug with select command when no message is shown by the NPC. http://hercules.ws/board/index.php?app=tracker&showissue=7183 --- npc/custom/etc/mvp_arena.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/npc/custom/etc/mvp_arena.txt b/npc/custom/etc/mvp_arena.txt index 277895d6c..de4eb542b 100644 --- a/npc/custom/etc/mvp_arena.txt +++ b/npc/custom/etc/mvp_arena.txt @@ -73,17 +73,18 @@ quiz_00,62,31,4 script Epsilon MVP 776,{ callfunc "Keeper",5; } // Protectors function script Protector { + mes "[ ^0065DFMVP-Protector^000000 ]"; switch(select(""+((getarg(0)=="")?"":"Harder Monsters")+":Heal:Exit")) { case 1: warp getarg(0),102,102; - close; + end; case 2: specialeffect2 313; percentheal 100,100; close; case 3: warp "prontera",156,179; - close; + end; } } pvp_n_1-2,100,100,4 script MVP-Protector#01 727,{ callfunc "Protector","pvp_n_2-2"; } -- cgit v1.2.3-60-g2f50