Issue information

Issue ID
#4164
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Apr 2, 2010 8:17
Last Post
Hercules Elf Bot
Mar 5, 2012 15:03
Confirmation
N/A

Hercules Elf Bot - Apr 2, 2010 8:17

Originally posted by [b]Alejandra[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=4164

http://svn.eathena.ws/svn/ea/trunk/npc/kaf...kafras_alde.txt

QUOTE
if (zeny < 20) {
mes "[Kafra Leilah]";
mes "Excuse me, but it";
mes "seems that you don't";
mes "have the 20 zeny to pay";
mes "the Storage access fee...";
}


add: close and break

QUOTE
if (zeny < 20) {
mes "[Kafra Leilah]";
mes "Excuse me, but it";
mes "seems that you don't";
mes "have the 20 zeny to pay";
mes "the Storage access fee...";
close2;
break;

}