You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
543 B
Plaintext
21 lines
543 B
Plaintext
4 months ago
|
//===== rAthena Script =======================================
|
||
|
//= Amicitia dungeon warps script
|
||
|
//===== Changelogs: ==========================================
|
||
|
//= 1.0 First version. [Capuche]
|
||
|
//============================================================
|
||
|
|
||
|
amicitia1,248,244,0 warp2 #wami1 2,2,ein_fild08,152,95
|
||
|
|
||
|
amicitia1,149,19,0 script #wami2 WARPNPC,2,2,{
|
||
|
end;
|
||
|
OnTouch:
|
||
|
if (BaseLevel < 230) {
|
||
|
mes " - No entry below level 230! - ";
|
||
|
close;
|
||
|
}
|
||
|
warp "amicitia2",146,274;
|
||
|
end;
|
||
|
}
|
||
|
|
||
|
amicitia2,146,281,0 warp2 #wami3 2,2,amicitia1,149,27
|