
* Moved mapflags from conf/mapflag/ to npc/mapflag/. * Split some files into npc/pre-re/mapflag/ and npc/re/mapflag/. * Moved all Renewal maps into the /re/ directory. * Applied Hall of Abyss mapflag changes in the /re/ directory. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17347 54d463be-8e91-2dee-dedb-b68131a5f0ec
33 lines
991 B
Plaintext
33 lines
991 B
Plaintext
//===== rAthena Script =======================================
|
|
//= Mapflag: Disable skill use.
|
|
//===== By: ==================================================
|
|
//= rAthena Dev Team
|
|
//===== Current Version: =====================================
|
|
//= 1.1
|
|
//===== Compatible With: =====================================
|
|
//= rAthena SVN
|
|
//===== Description: =========================================
|
|
//= Disables all skills on the map.
|
|
//===== Additional Comments: =================================
|
|
//= 1.1 Added additional maps. [L0ne_W0lf]
|
|
//============================================================
|
|
|
|
//Prontera Arena ===============
|
|
prt_are_in mapflag noskill
|
|
|
|
//The Sign Quest ===============
|
|
himinn mapflag noskill
|
|
|
|
// Quiz Maps ===================
|
|
quiz_00 mapflag noskill
|
|
quiz_01 mapflag noskill
|
|
quiz_02 mapflag noskill
|
|
quiz_test mapflag noskill
|
|
|
|
//Hugel Minigames ==============
|
|
que_bingo mapflag noskill
|
|
p_track01 mapflag noskill
|
|
p_track02 mapflag noskill
|
|
|
|
//evt_zombie mapflag noskill
|