Issue information

Issue ID
#4276
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jun 4, 2010 17:59
Last Post
Hercules Elf Bot
Mar 5, 2012 15:03
Confirmation
N/A

Hercules Elf Bot - Jun 4, 2010 17:59

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

5630 mid_camp,9,215,5 script Camp Guard#man3 852,{

5786 else {
mes "[Camp Guard]";
mes "Stop!";
mes "You're about to enter an area that has not been fully explored.";
mes "Only personnel--researchers and explorers--authorized by United Midgard and the garrison are allowed to enter the danger zone.";
next;
switch(select("Let me move to the next zone.:I want to stay here.")) {
case 1:
mes "[Camp Guard]";
mes "Please be careful out there.";
mes "If you encounter any threats or strange phenomenon, then please don't hesitate to report to us at the garrison.";
close;
close2;
warp "spl_fild02",380,217;
end;
case 2:
mes "[Camp Guard]";
mes "No, you can't. Please return to the expedition camp.";
5804 close;

This post has been edited by Feanorko: Jun 4 2010, 11:01 AM