Issue information

Issue ID
#6884
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Nov 12, 2012 8:04
Last Post
Hercules Elf Bot
Dec 1, 2012 22:48
Confirmation
Yes (2)
No (0)

Hercules Elf Bot - Nov 12, 2012 8:04

Originally posted by [b]kyeme[/b]
No [i][b]checkre[/b][/i] for izlude warp in trunk\npc\cities\alberta.txt :)
[CODE]
alberta,189,151,5 script Fisk 100,{
mes "[Fisk]";
mes "Ahoy mate,";
mes "where'd ya";
mes "wanna go?";
next;
switch(select("Sunken Ship -> 250 zeny.","Izlude Marina -> 500 zeny.","Never mind.")) {
case 1:
if (Zeny < 250) {
mes "[Fisk]";
mes "Hey now, don't try to cheat me! I said 250 zeny!";
close;
}
set Zeny,Zeny - 250;
warp "alb2trea",43,53;
end;
case 2:
if (Zeny < 500) {
mes "[Fisk]";
mes "Ain't no way yer getting there without the 500 zeny first!";
close;
}
set Zeny,Zeny - 500;
warp "izlude",176,182;
end;
case 3:
mes "[Fisk]";
mes "Alright...";
mes "Landlubber.";
close;
}
}
[/CODE]

This post has been edited by kyeme on Nov 12, 2012 8:05

Hercules Elf Bot - Nov 12, 2012 19:37

Originally posted by [b]Vali[/b]
Related: http://rathena.org/board/tracker/issue-6285-re-kafra-warps-to-izlude-trowing-players-to-the-water/

Hercules Elf Bot - Nov 12, 2012 20:27

Originally posted by [b]Euphy[/b]
If somebody with a kRO account could get coordinates, that'd be much appreciated. c:

Hercules Elf Bot - Nov 13, 2012 2:20

Originally posted by [b]malufett[/b]
[quote]If somebody with a kRO account could get coordinates, that'd be much appreciated. c:[/quote]

Fisk warped me to izlude(195,212)..:)

:meow:

Hercules Elf Bot - Dec 1, 2012 22:48

Originally posted by [b]Euphy[/b]
Fixed in [rev=16990], thanks malufett. :3

This post has been edited by Euphy on Dec 1, 2012 22:48