|
@@ -3,7 +3,7 @@
|
|
|
//===== By: ==================================================
|
|
|
//= Euphy
|
|
|
//===== Current Version: =====================================
|
|
|
-//= 1.2
|
|
|
+//= 1.2a
|
|
|
//===== Compatible With: =====================================
|
|
|
//= rAthena SVN
|
|
|
//===== Description: =========================================
|
|
@@ -22,9 +22,11 @@ menu "Last Warp ^777777["+lastwarp$+"]^000000",-,
|
|
|
" ~ Towns",Towns, " ~ Fields",Fields, " ~ Dungeons",Dungeons,
|
|
|
" ~ Guild Castles",Castles, " ~ Special Areas",Special;
|
|
|
|
|
|
- if (lastwarp$ == "") dispbottom "You have not warped anywhere yet.";
|
|
|
- else warp lastwarp$,lastwarpx,lastwarpy;
|
|
|
- close;
|
|
|
+ if (lastwarp$ == "")
|
|
|
+ dispbottom "You have not warped anywhere yet.";
|
|
|
+ else
|
|
|
+ warp lastwarp$,lastwarpx,lastwarpy;
|
|
|
+ end;
|
|
|
|
|
|
// ------------------- Functions -------------------
|
|
|
// * Go("<map>",<x>,<y>);
|
|
@@ -45,7 +47,7 @@ menu "Last Warp ^777777["+lastwarp$+"]^000000",-,
|
|
|
function Go {
|
|
|
warp getarg(0),getarg(1,0),getarg(2,0);
|
|
|
getmapxy(lastwarp$,lastwarpx,lastwarpy,0);
|
|
|
- close;
|
|
|
+ end;
|
|
|
}
|
|
|
function Disp {
|
|
|
set @menu$,"";
|
|
@@ -66,7 +68,7 @@ function Pick {
|
|
|
warp getarg(0)+((.@i<10)?"0":"")+.@i,@c[.@i*2],@c[.@i*2+1];
|
|
|
}
|
|
|
getmapxy(lastwarp$,lastwarpx,lastwarpy,0);
|
|
|
- close;
|
|
|
+ end;
|
|
|
}
|
|
|
|
|
|
// --------------------------------------------------
|
|
@@ -240,7 +242,7 @@ D15: setarray @c[2],40,103,203,34,266,168,130,272;
|
|
|
Disp("Gefenia",1,4); Pick("gefenia",0);
|
|
|
D16: setarray @c[0],104,99,115,236,106,132,203,200;
|
|
|
Disp("Geffen Dungeon",1,4); Pick("gef_dun",1);
|
|
|
-D17: setarray @c[2],375,304,199,29,104,25,150,15,157,287,147,15,258,255,108,291,171,283,68,277,156,7,12,7,133,271,224,274,14,70,150,14;
|
|
|
+D17: setarray @c[2],370,304,199,29,104,25,150,15,157,287,147,15,258,255,108,291,171,283,68,277,156,7,12,7,133,271,224,274,14,70,150,14;
|
|
|
Disp("","Entrance:Castle 1:Castle 2:Chivalry 1:Chivalry 2:Churchyard:Culvert 1:Culvert 2:Culvert 3:Culvert 4:St. Abbey:Staircase Dungeon:Underground Cave 1:Underground Cave 2:Underground Prison 1:Underground Prison 2");
|
|
|
Pick("","glast_01","gl_cas01","gl_cas02","gl_knt01","gl_knt02","gl_chyard","gl_sew01","gl_sew02","gl_sew03","gl_sew04","gl_church","gl_step","gl_dun01","gl_dun02","gl_prison","gl_prison1");
|
|
|
D18: setarray @c[2],153,53,28,113,68,16;
|
|
@@ -388,4 +390,4 @@ veins,214,123,4 duplicate(Warper) Warper#43 811
|
|
|
dewata,194,178,6 duplicate(Warper) Warper#44 811
|
|
|
eclage,107,37,4 duplicate(Warper) Warper#45 811
|
|
|
malaya,210,205,4 duplicate(Warper) Warper#46 811
|
|
|
-malangdo,220,188,6 duplicate(Warper) Warper#47 811
|
|
|
+malangdo,134,117,6 duplicate(Warper) Warper#47 811
|