Issue information

Issue ID
#4322
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jun 20, 2010 16:39
Last Post
Hercules Elf Bot
Mar 5, 2012 15:07
Confirmation
N/A

Hercules Elf Bot - Jun 20, 2010 16:39

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

mid_camp,62,125,4 script Cat Hand Agent 421,
spl_fild02,25,211,4 script Cat Hand Agent#spl 421,
man_fild02,132,47,4 script Cat Hand Agent#man 421,

if ((ep13_yong1 > 39) && (ep13_yong1 < 49))
switch(select("Prontera -> 5500z:Cancel"))

else if ((ep13_yong1 > 49) && (ep13_yong1 < 59))
switch(select("Alberta -> 5500z:Prontera -> 5500z:Cancel"))

else if ((ep13_yong1 > 59) && (ep13_yong1 < 69))
switch(select("Alberta -> 5025z:Prontera -> 5025z:Izlude -> 5025z:Cancel"))

else if ((ep13_yong1 > 69) && (ep13_yong1 < 79))
switch(select("Alberta -> 5025z:Prontera -> 5025z:Izlude -> 5025z:Geffen -> 5025z:Cancel"))

else if ((ep13_yong1 > 79) && (ep13_yong1 < 89))
switch(select("Alberta -> 4765z:Prontera -> 4765z:Izlude -> 4765z:Geffen -> 4765z:Payon -> 4765z:Cancel"))

else if ((ep13_yong1 > 89) && (ep13_yong1 < 99))
switch(select("Alberta -> 4765z:Prontera -> 4765z:Izlude -> 4765z:Geffen -> 4765z:Payon -> 4765z:Morroc -> 4765z:Cancel"))

else if (ep13_yong1 > 99) {
switch(select("Alberta -> 4590z:Prontera -> 4590z:Izlude -> 4590z:Geffen -> 4590z:Payon -> 4590z:Morroc -> 4590z:Al De Baran -> 4590z:Cancel"))

if you have 49 or 59 or 69 or 79 or 89 or 99 or ......

mes "[Cat Hand Agent]";
mes "I am sorry, but you don't have enough credit points to use the warp service. Please come back when you have more points.";
(IMG:style_emoticons/default/confused.gif)

This post has been edited by Feanorko: Jun 20 2010, 09:46 AM