
* Removed the mapflag from several instance maps. Icewall skill is already restricted with mapflag 'restricted' zone 6 which display the proper message "This skill cannot be used within this area".
21 lines
716 B
Plaintext
21 lines
716 B
Plaintext
//===== rAthena Script =======================================
|
|
//= Mapflag: Disables Ice Wall.
|
|
//===== Description: =========================================
|
|
//= Blocks usage of WZ_ICEWALL.
|
|
//===== Changelogs: ==========================================
|
|
//= 1.0 Renewal split. [Euphy]
|
|
//= 1.1 Added WOE:TE maps [Cydh]
|
|
//============================================================
|
|
|
|
// WOE:TE Maps ===================
|
|
te_prtcas01 mapflag noicewall
|
|
te_prtcas02 mapflag noicewall
|
|
te_prtcas03 mapflag noicewall
|
|
te_prtcas04 mapflag noicewall
|
|
te_prtcas05 mapflag noicewall
|
|
te_aldecas1 mapflag noicewall
|
|
te_aldecas2 mapflag noicewall
|
|
te_aldecas3 mapflag noicewall
|
|
te_aldecas4 mapflag noicewall
|
|
te_aldecas5 mapflag noicewall
|