44 lines
1.2 KiB
Plaintext
44 lines
1.2 KiB
Plaintext
//===== rAthena Script =======================================
|
|
//= Mapflag: Disable warping.
|
|
//===== Description: =========================================
|
|
//= Disables warping from a map.
|
|
//= Script commands 'warpparty' and 'warpguild' will not warp
|
|
//= players.
|
|
//= Atcommands @warp, @go, @load, @jump, @partyrecall,
|
|
//= @guildrecall, and @recallall will not warp players.
|
|
//= GD_EMERGENCYCALL and UNT_CALLFAMILY will not warp players.
|
|
//===== Changelogs: ==========================================
|
|
//= 1.0 Added WoE TE maps. [Capuche]
|
|
//============================================================
|
|
|
|
// WOE:TE Maps ===================
|
|
te_prtcas01 mapflag nowarp
|
|
te_prtcas02 mapflag nowarp
|
|
te_prtcas03 mapflag nowarp
|
|
te_prtcas04 mapflag nowarp
|
|
te_prtcas05 mapflag nowarp
|
|
te_aldecas1 mapflag nowarp
|
|
te_aldecas2 mapflag nowarp
|
|
te_aldecas3 mapflag nowarp
|
|
te_aldecas4 mapflag nowarp
|
|
te_aldecas5 mapflag nowarp
|
|
|
|
// Episode 15
|
|
1@lab mapflag nowarp
|
|
1@uns mapflag nowarp
|
|
un_bk_q mapflag nowarp
|
|
un_myst mapflag nowarp
|
|
|
|
job_gun mapflag nowarp
|
|
|
|
// Nightmare Biolab
|
|
lhz_dun_n mapflag nowarp
|
|
lhz_d_n2 mapflag nowarp
|
|
|
|
// Ep 16
|
|
que_swat mapflag nowarp
|
|
|
|
// Rockridge
|
|
un_myst mapflag nowarp
|
|
rockmi2 mapflag nowarp
|