Issue information

Issue ID
#118
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Sep 25, 2007 20:14
Last Post
Hercules Elf Bot
Sep 25, 2007 20:14
Confirmation
N/A

Hercules Elf Bot - Sep 25, 2007 20:14

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

There is a bug in this script

// Morroc Field
//============================================================
moc_fild12,35,303,4 script Serutero#cmd 59,{
mes "[Serutero]";
mes "Hello, I'm Serutero,";
mes "guardian of the roads that";
mes "lead to Sandaruman Fortress.";
mes "If you really want to go there,";
mes "I'll permit you to continue, but^FFFFFF ^000000 you must beware of its dangers...";
next;
switch(select("I'm going there!:Sandaruman Fortress?:Cancel")) {
case 1:
mes "[Serutero]";
mes "So you're really going";
mes "to go to Sandaruman";
mes "Fortress. Alright then,";
mes "good luck, and be careful!";
close; <-- here, it must be close2;
warp "cmd_fild08",331,319;
end;