rathena/npc/mapflag/nocostume.txt
Atemo 23b271c958 Initial release of nocostume map flag (#1137)
* Initial release of `nocostume` map flag to follow official `DISABLE_COSTUMEITEM` map property.
* Added map flag `nocostume`, current confirmed maps are TE Castles and Guild Dungeons.
* Fixed #815.
* Stores `setlook` values so it won't be removed on `nocostume` mapflag

Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2016-09-06 11:34:36 +02:00

29 lines
938 B
Plaintext

//===== rAthena Script =======================================
//= Mapflag: nocostume
//===== Description: =========================================
//= A mapflag to disable costume's sprite on map.
//= Usage:
//= [mapname] mapflag nocostume
//===== Changelogs: ==========================================
//= 1.0 Initial release. [Cydh]
//= 1.0.1 Added arug_dun01 and schg_dun01 to the list. [Cydh]
//============================================================
// WOE:TE Castles =========
te_prtcas01 mapflag nocostume
te_prtcas02 mapflag nocostume
te_prtcas03 mapflag nocostume
te_prtcas04 mapflag nocostume
te_prtcas05 mapflag nocostume
te_aldecas1 mapflag nocostume
te_aldecas2 mapflag nocostume
te_aldecas3 mapflag nocostume
te_aldecas4 mapflag nocostume
te_aldecas5 mapflag nocostume
// Guild Dungeons =========
teg_dun01 mapflag nocostume
teg_dun02 mapflag nocostume
arug_dun01 mapflag nocostume
schg_dun01 mapflag nocostume