* Created standardized headers with explanations in /conf/mapflag/, deleted "fireworks" file (deprecated, 1 commented entry)
* Updated Wiki links and fixed grammar in /src/config/ git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16462 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
c1990d8893
commit
52bf32a816
@ -1,13 +1,16 @@
|
|||||||
//===== rAthena Script =======================================
|
//===== rAthena Script =======================================
|
||||||
//= Battleground map setting. '2' shows scoreboard.
|
//= Mapflag: Battleground map setting.
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Epoque
|
//= Epoque
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.0a [Epoque]
|
//= 1.0a
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//=
|
//= rAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
//=
|
//= Defines a Battleground map.
|
||||||
|
//= Additional parameter '2' shows scoreboard.
|
||||||
|
//===== Additional Comments: =================================
|
||||||
|
//= 1.0 - Initial script.
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
bat_c01 mapflag battleground 2
|
bat_c01 mapflag battleground 2
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
//===== rAthena Script =======================================
|
|
||||||
//= Displays Fireworks effect (Depreciated)
|
|
||||||
//===== By: ==================================================
|
|
||||||
//= Epoque
|
|
||||||
//===== Current Version: =====================================
|
|
||||||
//= 1.0a [Epoque]
|
|
||||||
//===== Compatible With: =====================================
|
|
||||||
//=
|
|
||||||
//===== Description: =========================================
|
|
||||||
//=
|
|
||||||
//============================================================
|
|
||||||
|
|
||||||
//prontera mapflag fireworks
|
|
@ -1,16 +1,19 @@
|
|||||||
//===== rAthena Script =======================================
|
//===== rAthena Script =======================================
|
||||||
//= GvG On Map Flags
|
//= Mapflag: Guild versus Guild mode.
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= rAthena Dev Team
|
//= rAthena Dev Team
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.2
|
//= 1.2
|
||||||
|
//===== Compatible With: =====================================
|
||||||
|
//= rAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
//= gvg: Turns on GvG mode (same as PvP except Guilds are
|
//= Players can attack other guilds, and will have their guild
|
||||||
//= automatically allied)
|
//= icons shown. WoE damage reductions will also take place.
|
||||||
|
//= gvg: Turns on GvG mode
|
||||||
//= gvg_castle: Describes castle maps for WoE.
|
//= gvg_castle: Describes castle maps for WoE.
|
||||||
//===== Additional Comments: =================================
|
//===== Additional Comments: =================================
|
||||||
//= 1.2 Updated with new meanings of gvg and gvg_castle
|
//= 1.1 - Added Novice Guild Castles.
|
||||||
//= 1.1 Added Novice Guild Castles
|
//= 1.2 - Updated with new meanings of gvg and gvg_castle.
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
// GvG Arenas =============
|
// GvG Arenas =============
|
||||||
@ -101,6 +104,5 @@ gld_dun01 mapflag gvg_dungeon
|
|||||||
gld_dun02 mapflag gvg_dungeon
|
gld_dun02 mapflag gvg_dungeon
|
||||||
gld_dun03 mapflag gvg_dungeon
|
gld_dun03 mapflag gvg_dungeon
|
||||||
gld_dun04 mapflag gvg_dungeon
|
gld_dun04 mapflag gvg_dungeon
|
||||||
|
|
||||||
arug_dun01 mapflag gvg_dungeon
|
arug_dun01 mapflag gvg_dungeon
|
||||||
schg_dun01 mapflag gvg_dungeon
|
schg_dun01 mapflag gvg_dungeon
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
//===== rAthena Script =======================================
|
//===== rAthena Script =======================================
|
||||||
//= Map Flags for Jails ( ATCommand @jail <player> )
|
//= Mapflag: Jail.
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= rAthena Dev Team
|
//= rAthena Dev Team
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.0
|
//= 1.0
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//=
|
//= rAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
//= pvp: Turns on PvP mode
|
//= pvp: Turns on PvP mode
|
||||||
//= pvp_noparty: Can't attack player in same party
|
//= pvp_noparty: Can't attack player in same party
|
||||||
@ -14,12 +14,11 @@
|
|||||||
//= nopenalty: No Exp. penalty when player dies.
|
//= nopenalty: No Exp. penalty when player dies.
|
||||||
//= nosave: No saving respawn point allowed. Use SavePoint to use the
|
//= nosave: No saving respawn point allowed. Use SavePoint to use the
|
||||||
//= players previous savepoint, or choose one manually.
|
//= players previous savepoint, or choose one manually.
|
||||||
//= noteleport: No Teleporting allowed. No f-wings or b-wings.
|
//= noteleport: No Teleporting allowed. No fly wings or butterfly wings.
|
||||||
//===== Additional Comments: =================================
|
//===== Additional Comments: =================================
|
||||||
//=
|
//= 1.0 - Initial script.
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
|
|
||||||
// No Memory =============================
|
// No Memory =============================
|
||||||
sec_pri mapflag nomemo
|
sec_pri mapflag nomemo
|
||||||
|
|
||||||
@ -35,9 +34,6 @@ sec_pri mapflag nowarp
|
|||||||
// No Return, Stop people from being pulled out of jail (warpparty/guild)
|
// No Return, Stop people from being pulled out of jail (warpparty/guild)
|
||||||
sec_pri mapflag noreturn
|
sec_pri mapflag noreturn
|
||||||
|
|
||||||
// Bloody Jail ===========================
|
|
||||||
//Uncomment following mapflags to let your prisoners fight with other prisoners
|
|
||||||
|
|
||||||
// PvP ===================================
|
// PvP ===================================
|
||||||
sec_pri mapflag pvp
|
sec_pri mapflag pvp
|
||||||
|
|
||||||
|
@ -1,13 +1,15 @@
|
|||||||
//===== rAthena Script =======================================
|
//===== rAthena Script =======================================
|
||||||
//= Map Flags for maps where the night is visible.
|
//= Mapflag: Night mode.
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= rAthena Dev Team
|
//= Skotlex
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.0 [Skotlex]
|
//= 1.0
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//=
|
//= rAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
//= 'nightenabled' specifies which maps can display "night".
|
//= Enables night mode effects.
|
||||||
|
//===== Additional Comments: =================================
|
||||||
|
//= 1.0 - Initial script.
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
alb2trea mapflag nightenabled
|
alb2trea mapflag nightenabled
|
||||||
|
@ -1,11 +1,21 @@
|
|||||||
//===== rAthena Script =======================================
|
//===== rAthena Script =======================================
|
||||||
//= Map flags that allow players to drop items/equips on death
|
//= Mapflag: Nightmare mode.
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= rAthena Dev Team
|
//= rAthena Dev Team
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
|
//= 1.0
|
||||||
|
//===== Compatible With: =====================================
|
||||||
|
//= rAthena SVN
|
||||||
|
//===== Description: =========================================
|
||||||
|
//= Players drop items/equipment on death.
|
||||||
|
//= pvp_nightmaredrop id,type,percent
|
||||||
|
//= id: Drop a specific item ID or "random"
|
||||||
|
//= type: "inventory", "equip", or "all"
|
||||||
|
//= percent: Rate of item drop.
|
||||||
|
//===== Additional Comments: =================================
|
||||||
|
//= 1.0 - Initial script.
|
||||||
|
//============================================================
|
||||||
|
|
||||||
|
|
||||||
//Nightmare Equipment Drops PVP
|
|
||||||
pvp_n_1-1 mapflag pvp_nightmaredrop random,equip,300
|
pvp_n_1-1 mapflag pvp_nightmaredrop random,equip,300
|
||||||
pvp_n_2-1 mapflag pvp_nightmaredrop random,equip,300
|
pvp_n_2-1 mapflag pvp_nightmaredrop random,equip,300
|
||||||
pvp_n_3-1 mapflag pvp_nightmaredrop random,equip,300
|
pvp_n_3-1 mapflag pvp_nightmaredrop random,equip,300
|
||||||
|
@ -1,13 +1,21 @@
|
|||||||
//===== rAthena Script =======================================
|
//===== rAthena Script =======================================
|
||||||
//= Map flags that disable dead branching
|
//= Mapflag: Disable Dead Branch use.
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= rAthena Dev Team
|
//= rAthena Dev Team
|
||||||
//= 1.2 [Lupus]
|
|
||||||
//= 1.3 [massdriller]
|
|
||||||
//= 1.6a [Lupus]
|
|
||||||
//= 1.7 Added all novice maps. [L0ne_W0lf]
|
|
||||||
//= 1.8 Removed restriction on PVP maps. [L0ne_W0lf]
|
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
|
//= 1.8
|
||||||
|
//===== Compatible With: =====================================
|
||||||
|
//= rAthena SVN
|
||||||
|
//===== Description: =========================================
|
||||||
|
//= Disables the following items:
|
||||||
|
//= Dead Branch (604), Bloody Branch (12103),
|
||||||
|
//= Red Pouch (12024), Poring Box (12109)
|
||||||
|
//===== Additional Comments: =================================
|
||||||
|
//= 1.3 - Updated. [massdriller]
|
||||||
|
//= 1.6a - Updated. [Lupus]
|
||||||
|
//= 1.7 - Added all novice maps. [L0ne_W0lf]
|
||||||
|
//= 1.8 - Removed restriction on PVP maps. [L0ne_W0lf]
|
||||||
|
//============================================================
|
||||||
|
|
||||||
// Cities ======================
|
// Cities ======================
|
||||||
ayo_in01 mapflag nobranch
|
ayo_in01 mapflag nobranch
|
||||||
|
@ -1,10 +1,17 @@
|
|||||||
//===== rAthena Script =======================================
|
//===== rAthena Script =======================================
|
||||||
//= Map flags that disable gaining EXP
|
//= Mapflag: Disable EXP gain.
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= rAthena Dev Team
|
//= rAthena Dev Team
|
||||||
|
//===== Current Version: =====================================
|
||||||
|
//= 1.7
|
||||||
|
//===== Compatible With: =====================================
|
||||||
|
//= rAthena SVN
|
||||||
|
//===== Description: =========================================
|
||||||
|
//= Same as 'nobaseexp' and 'nojobexp' combined.
|
||||||
|
//===== Additional Comments: =================================
|
||||||
//= 1.2 [Lupus] 1.3 [massdriller] 1.4 Lupus 1.5 Lorky
|
//= 1.2 [Lupus] 1.3 [massdriller] 1.4 Lupus 1.5 Lorky
|
||||||
//= 1.6 Added Lighthalzen (due to quests) [Lupus]
|
//= 1.6 - Added Lighthalzen (due to quests) [Lupus]
|
||||||
//= 1.7 Commented out entries. (Quests are official) [L0ne_W0lf]
|
//= 1.7 - Commented out entries. (Quests are official) [L0ne_W0lf]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
// Job Quests ========================
|
// Job Quests ========================
|
||||||
|
@ -1,13 +1,17 @@
|
|||||||
//===== rAthena Script =======================================
|
//===== rAthena Script =======================================
|
||||||
//= Map flags that disable icewall skill
|
//= Mapflag: Disable Ice Wall.
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= rAthena Dev Team
|
//= rAthena Dev Team
|
||||||
//=============================================================
|
//===== Current Version: =====================================
|
||||||
//= noicewall: Disables Icewall skill.
|
//= 1.8
|
||||||
//= To disable Icewall on a specific map add the mapname here.
|
//===== Compatible With: =====================================
|
||||||
//= 1.6a Re-enabled icewalls for cities [Lupus]
|
//= rAthena SVN
|
||||||
//= 1.7 Officially icewall is allowed on interoirs. [L0ne_w0lf]
|
//===== Description: =========================================
|
||||||
//= 1.8 fixed aru castles mapnames
|
//= Blocks usage of WZ_ICEWALL.
|
||||||
|
//===== Additional Comments: =================================
|
||||||
|
//= 1.6a - Re-enabled icewalls for cities [Lupus]
|
||||||
|
//= 1.7 - Officially icewall is allowed on interiors. [L0ne_w0lf]
|
||||||
|
//= 1.8 - Fixed arug_cas map names.
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
//ayo_in01 mapflag noicewall
|
//ayo_in01 mapflag noicewall
|
||||||
|
@ -1,13 +1,15 @@
|
|||||||
//===== rAthena Script =======================================
|
//===== rAthena Script =======================================
|
||||||
//= Mapflag from a script in the NPC folder
|
//= Mapflag: Disable monster drops.
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Epoque
|
//= Epoque
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.0a [Epoque]
|
//= 1.0a
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//=
|
//= rAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
//=
|
//= Same as 'nomobloot' and 'nomvploot' combined.
|
||||||
|
//===== Additional Comments: =================================
|
||||||
|
//= 1.0 - Initial script.
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
//hunte mapflag noloot
|
//hunte mapflag noloot
|
||||||
@ -21,6 +23,4 @@
|
|||||||
//job_soul mapflag noloot
|
//job_soul mapflag noloot
|
||||||
//job_star mapflag noloot
|
//job_star mapflag noloot
|
||||||
//que_ng mapflag noloot
|
//que_ng mapflag noloot
|
||||||
|
|
||||||
//Thieves have to gather some mushrooms. So they need loot
|
|
||||||
//job_thief1 mapflag noloot
|
//job_thief1 mapflag noloot
|
||||||
|
@ -1,15 +1,22 @@
|
|||||||
//===== rAthena Script =======================================
|
//===== rAthena Script =======================================
|
||||||
//= Map flags that disable warp portal memory
|
//= Mapflag: Disable Warp Portal memory.
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= rAthena Dev Team
|
//= rAthena Dev Team
|
||||||
//= 1.6a added up to Hugel maps. [Lupus]
|
|
||||||
//= 1.6b Added job_knt map. [Samuray22]
|
|
||||||
//= 1.7 Added all novice maps. [L0ne_W0lf]
|
|
||||||
//= 1.8 Added nameless_i location [Lupus]
|
|
||||||
//= 1.8a Removed duplicate gef_cas nomemo mapflags [Yommy]
|
|
||||||
//= 1.8b Removed duplicate arug_dun01 & schg_dun01 entries [Gepard]
|
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
|
//= 1.8b
|
||||||
|
//===== Compatible With: =====================================
|
||||||
|
//= rAthena SVN
|
||||||
|
//===== Description: =========================================
|
||||||
|
//= Prevents players from using /memo on a map.
|
||||||
|
//= Also disables marriage warp skills.
|
||||||
|
//===== Additional Comments: =================================
|
||||||
|
//= 1.6a - Added up to Hugel maps. [Lupus]
|
||||||
|
//= 1.6b - Added job_knt map. [Samuray22]
|
||||||
|
//= 1.7 - Added all novice maps. [L0ne_W0lf]
|
||||||
|
//= 1.8 - Added nameless_i location. [Lupus]
|
||||||
|
//= 1.8a - Removed duplicate gef_cas nomemo mapflags. [Yommy]
|
||||||
|
//= 1.8b - Removed duplicate arug_dun01 & schg_dun01 entries. [Gepard]
|
||||||
|
//============================================================
|
||||||
|
|
||||||
// Towns ====================
|
// Towns ====================
|
||||||
ayo_in01 mapflag nomemo
|
ayo_in01 mapflag nomemo
|
||||||
|
@ -1,14 +1,20 @@
|
|||||||
//===== rAthena Script =======================================
|
//===== rAthena Script =======================================
|
||||||
//= Map flags that disable exp. penalty on death.
|
//= Mapflag: Disable death penalty.
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= rAthena Dev Team
|
//= rAthena Dev Team
|
||||||
//= 1.2 [Lupus]
|
|
||||||
//= 1.3 Added all novice maps. [L0ne_W0lf]
|
|
||||||
//= 1.4 Removed Nightmare PVP maps. [L0ne_W0lf]
|
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
|
//= 1.4
|
||||||
|
//===== Compatible With: =====================================
|
||||||
|
//= rAthena SVN
|
||||||
|
//===== Description: =========================================
|
||||||
|
//= Same as 'noexppenalty' and 'nozenypenalty' combined.
|
||||||
|
//===== Additional Comments: =================================
|
||||||
|
//= 1.2 - Updated. [Lupus]
|
||||||
|
//= 1.3 - Added all novice maps. [L0ne_W0lf]
|
||||||
|
//= 1.4 - Removed Nightmare PVP maps. [L0ne_W0lf]
|
||||||
|
//============================================================
|
||||||
|
|
||||||
|
// Towns ====================
|
||||||
// Towns ====================>\\
|
|
||||||
ayo_in01 mapflag nopenalty
|
ayo_in01 mapflag nopenalty
|
||||||
ayo_in02 mapflag nopenalty
|
ayo_in02 mapflag nopenalty
|
||||||
alb_ship mapflag nopenalty
|
alb_ship mapflag nopenalty
|
||||||
@ -214,7 +220,7 @@ guild_vs3 mapflag nopenalty
|
|||||||
guild_vs4 mapflag nopenalty
|
guild_vs4 mapflag nopenalty
|
||||||
guild_vs5 mapflag nopenalty
|
guild_vs5 mapflag nopenalty
|
||||||
|
|
||||||
// Arenas=======================>\\
|
// Arenas=======================
|
||||||
sec_in01 mapflag nopenalty
|
sec_in01 mapflag nopenalty
|
||||||
sec_in02 mapflag nopenalty
|
sec_in02 mapflag nopenalty
|
||||||
|
|
||||||
|
@ -1,7 +1,15 @@
|
|||||||
|
//===== rAthena Script =======================================
|
||||||
|
//= Mapflag: Disable Player versus Player mode.
|
||||||
|
//===== By: ==================================================
|
||||||
|
//= rAthena Dev Team
|
||||||
|
//===== Current Version: =====================================
|
||||||
|
//= 1.1a
|
||||||
|
//===== Compatible With: =====================================
|
||||||
|
//= rAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
//= pvp off: Disables Player versus Player mode.
|
//= Prevents PvP mode on a map.
|
||||||
//= To disable PvP mode on a specific map add the mapname here.
|
//===== Additional Comments: =================================
|
||||||
//= v 1.1a
|
//= 1.0 - Initial script.
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
1@cata mapflag pvp off
|
1@cata mapflag pvp off
|
||||||
|
@ -1,16 +1,24 @@
|
|||||||
//===== rAthena Script =======================================
|
//===== rAthena Script =======================================
|
||||||
//= Map flags that disable use of Butterfly wings
|
//= Mapflag: Disable return warp.
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= rAthena Dev Team
|
//= rAthena Dev Team
|
||||||
//= 1.4a [Lupus]
|
|
||||||
//===== Notes: ===============================================
|
|
||||||
//= For disabling Fly wings use noteleport
|
|
||||||
//= 1.3 According to the patch, enabled Butterfly wings in the Castles [Lupus]
|
|
||||||
//= 1.4 Enabled Butterfly wings on PvP maps. [Skotlex]
|
|
||||||
//= 1.4a Added job_knt. [Samuray22]
|
|
||||||
//= 1.5 Commented out new_zone entries. [L0ne_W0lf]
|
|
||||||
//= 1.6 Enabled B. wings on all maps but que_hugel. [L0ne_W0lf]
|
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
|
//= 1.6
|
||||||
|
//===== Compatible With: =====================================
|
||||||
|
//= rAthena SVN
|
||||||
|
//===== Description: =========================================
|
||||||
|
//= Disables the following items:
|
||||||
|
//= Butterfly Wing (602), Siege Teleport Scroll (14591),
|
||||||
|
//= Yellow/Green/Red/Blue Butterfly Wings (14582-14585),
|
||||||
|
//= Dungeon Teleport Scrolls (14527/14581)
|
||||||
|
//= Also restricts "warpparty" and "warpguild" script commands.
|
||||||
|
//===== Additional Comments: =================================
|
||||||
|
//= 1.3 - According to the patch, enabled Butterfly wings in the Castles. [Lupus]
|
||||||
|
//= 1.4 - Enabled Butterfly wings on PvP maps. [Skotlex]
|
||||||
|
//= 1.4a - Added job_knt. [Samuray22]
|
||||||
|
//= 1.5 - Commented out new_zone entries. [L0ne_W0lf]
|
||||||
|
//= 1.6 - Enabled B. wings on all maps but que_hugel. [L0ne_W0lf]
|
||||||
|
//============================================================
|
||||||
|
|
||||||
// Cities ========================
|
// Cities ========================
|
||||||
//ayo_in01 mapflag noreturn
|
//ayo_in01 mapflag noreturn
|
||||||
@ -140,7 +148,7 @@ que_hugel mapflag noreturn
|
|||||||
//guild_vs4 mapflag noreturn
|
//guild_vs4 mapflag noreturn
|
||||||
//guild_vs5 mapflag noreturn
|
//guild_vs5 mapflag noreturn
|
||||||
|
|
||||||
// Arenas =====================>\\
|
// Arenas =====================
|
||||||
//arena_room mapflag noreturn
|
//arena_room mapflag noreturn
|
||||||
//sec_in01 mapflag noreturn
|
//sec_in01 mapflag noreturn
|
||||||
//sec_in02 mapflag noreturn
|
//sec_in02 mapflag noreturn
|
||||||
|
@ -1,9 +1,17 @@
|
|||||||
//===== rAthena Script =======================================
|
//===== rAthena Script =======================================
|
||||||
//= Map flags that disable auto saving
|
//= Mapflag: Disable auto-save.
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= rAthena Dev Team
|
//= rAthena Dev Team
|
||||||
//= 1.7 [Lupus]
|
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
|
//= 1.7
|
||||||
|
//===== Compatible With: =====================================
|
||||||
|
//= rAthena SVN
|
||||||
|
//===== Description: =========================================
|
||||||
|
//= Characters logging out on the specified map will be warped
|
||||||
|
//= to the map specified in the last field, or "SavePoint".
|
||||||
|
//===== Additional Comments: =================================
|
||||||
|
//= 1.7 - Updated. [Lupus]
|
||||||
|
//============================================================
|
||||||
|
|
||||||
// Job Quests ====================
|
// Job Quests ====================
|
||||||
job_sword1 mapflag nosave SavePoint
|
job_sword1 mapflag nosave SavePoint
|
||||||
|
@ -1,10 +1,16 @@
|
|||||||
//===== rAthena Script =======================================
|
//===== rAthena Script =======================================
|
||||||
//= Map flags that disable skills on a map
|
//= Mapflag: Disable skill use.
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= rAthena Dev Team
|
//= rAthena Dev Team
|
||||||
//= 1.0 [L0ne_W0lf]
|
|
||||||
//= 1.1 Added additional maps. [L0ne_W0lf]
|
|
||||||
//===== Current Version: =====================================
|
//===== 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 ===============
|
//Prontera Arena ===============
|
||||||
prt_are_in mapflag noskill
|
prt_are_in mapflag noskill
|
||||||
|
@ -1,11 +1,22 @@
|
|||||||
//===== rAthena Script =======================================
|
//===== rAthena Script =======================================
|
||||||
//= Map flags that disable use of fly wings
|
//= Mapflag: Disable teleportation.
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= rAthena Dev Team
|
//= rAthena Dev Team
|
||||||
//= 1.6a [Lupus]
|
|
||||||
//===== Notes: ===============================================
|
|
||||||
//= For disabling Butterfly wings use noreturn
|
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
|
//= 1.6a
|
||||||
|
//===== Compatible With: =====================================
|
||||||
|
//= rAthena SVN
|
||||||
|
//===== Description: =========================================
|
||||||
|
//= Disables all means of teleportation within a map.
|
||||||
|
//= Script commands 'warp', 'areawarp', 'warpchar',
|
||||||
|
//= 'warpparty', 'warpguild', 'warpwaitingpc' will not
|
||||||
|
//= work with "Random" destination.
|
||||||
|
//= Disables skills AL_TELEPORT and TK_HIGHJUMP.
|
||||||
|
//= Disables the following items:
|
||||||
|
//= Fly Wing (601), Giant Fly Wing (12212)
|
||||||
|
//===== Additional Comments: =================================
|
||||||
|
//= 1.6a - Updated. [Lupus]
|
||||||
|
//============================================================
|
||||||
|
|
||||||
// Cities ========================
|
// Cities ========================
|
||||||
ayo_in01 mapflag noteleport
|
ayo_in01 mapflag noteleport
|
||||||
|
@ -1,13 +1,15 @@
|
|||||||
//===== rAthena Script =======================================
|
//===== rAthena Script =======================================
|
||||||
//= Mapflag from a script in the NPC folder
|
//= Mapflag: Disable vending.
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Epoque
|
//= Epoque
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.0a [Epoque]
|
//= 1.0a
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//=
|
//= rAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
//=
|
//= Disables skill MC_VENDING on a map.
|
||||||
|
//===== Additional Comments: =================================
|
||||||
|
//= 1.0 - Initial script.
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
//prontera mapflag novending
|
//prontera mapflag novending
|
||||||
|
@ -1,10 +1,16 @@
|
|||||||
//===== rAthena Script =======================================
|
//===== rAthena Script =======================================
|
||||||
//= Map flags that disable warp
|
//= Mapflag: Disable warping.
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= rAthena Dev Team
|
//= rAthena Dev Team
|
||||||
//= v 1.2
|
|
||||||
//= 1.3 Added WoE SE maps
|
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
|
//= 1.3
|
||||||
|
//===== Compatible With: =====================================
|
||||||
|
//= rAthena SVN
|
||||||
|
//===== Description: =========================================
|
||||||
|
//= Disables use of @go to a map.
|
||||||
|
//===== Additional Comments: =================================
|
||||||
|
//= 1.3 - Added WoE SE maps.
|
||||||
|
//============================================================
|
||||||
|
|
||||||
// Special Quests Places =====
|
// Special Quests Places =====
|
||||||
ama_test mapflag nowarp
|
ama_test mapflag nowarp
|
||||||
|
@ -1,9 +1,16 @@
|
|||||||
//===== rAthena Script =======================================
|
//===== rAthena Script =======================================
|
||||||
//= Map flags that disable warpto
|
//= Mapflag: Disable warpto.
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= rAthena Dev Team
|
//= rAthena Dev Team
|
||||||
//= v 1.3
|
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
|
//= 1.3
|
||||||
|
//===== Compatible With: =====================================
|
||||||
|
//= rAthena SVN
|
||||||
|
//===== Description: =========================================
|
||||||
|
//= Disables use of @warp to a map.
|
||||||
|
//===== Additional Comments: =================================
|
||||||
|
//= 1.0 - Initial script.
|
||||||
|
//============================================================
|
||||||
|
|
||||||
// Guild Castles ========================
|
// Guild Castles ========================
|
||||||
//alde_gld mapflag nowarpto
|
//alde_gld mapflag nowarpto
|
||||||
|
@ -1,10 +1,17 @@
|
|||||||
//===== rAthena Script =======================================
|
//===== rAthena Script =======================================
|
||||||
//= Map flag that disable party modification.
|
//= Mapflag: Party lock.
|
||||||
//= Currently not used officially by any maps.
|
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= rAthena Dev Team
|
//= rAthena Dev Team
|
||||||
//= v 1.0
|
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
|
//= 1.0
|
||||||
|
//===== Compatible With: =====================================
|
||||||
|
//= rAthena SVN
|
||||||
|
//===== Description: =========================================
|
||||||
|
//= Blocks all party modifications on a map:
|
||||||
|
//= /organize, /leave, /invite, @changeleader
|
||||||
|
//===== Additional Comments: =================================
|
||||||
|
//= 1.0 - Initial script.
|
||||||
|
//============================================================
|
||||||
|
|
||||||
// Sealed Shrine ==================
|
// Sealed Shrine ==================
|
||||||
1@cata mapflag partylock
|
1@cata mapflag partylock
|
||||||
|
@ -1,13 +1,15 @@
|
|||||||
//===== rAthena Script =======================================
|
//===== rAthena Script =======================================
|
||||||
//= Map flags that enable pvp
|
//= Mapflag: Player versus Player mode.
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= rAthena Dev Team
|
//= rAthena Dev Team
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.0
|
//= 1.0
|
||||||
|
//===== Compatible With: =====================================
|
||||||
|
//= rAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
//= pvp: Turns on PvP mode
|
//= Enables PvP on a map.
|
||||||
//===== Additional Comments: =================================
|
//===== Additional Comments: =================================
|
||||||
//=
|
//= 1.0 - Initial script.
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
// PvP ========================
|
// PvP ========================
|
||||||
|
@ -1,9 +1,16 @@
|
|||||||
//===== rAthena Script =======================================
|
//===== rAthena Script =======================================
|
||||||
//= Map flags that disable guilds on pvp grounds.
|
//= Mapflag: Ignore guilds.
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= rAthena Dev Team
|
//= rAthena Dev Team
|
||||||
//= v 1.1
|
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
|
//= 1.1
|
||||||
|
//===== Compatible With: =====================================
|
||||||
|
//= rAthena SVN
|
||||||
|
//===== Description: =========================================
|
||||||
|
//= Ignores guild alliances on GvG-enabled maps.
|
||||||
|
//===== Additional Comments: =================================
|
||||||
|
//= 1.0 - Initial script.
|
||||||
|
//============================================================
|
||||||
|
|
||||||
// PvP Arenas =================
|
// PvP Arenas =================
|
||||||
pvp_y_1-1 mapflag pvp_noguild
|
pvp_y_1-1 mapflag pvp_noguild
|
||||||
|
@ -1,9 +1,16 @@
|
|||||||
//===== rAthena Script =======================================
|
//===== rAthena Script =======================================
|
||||||
//= Map flags that disable parties in pvp maps
|
//= Mapflag: Ignore parties.
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= rAthena Dev Team
|
//= rAthena Dev Team
|
||||||
//= v 1.2
|
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
|
//= 1.2
|
||||||
|
//===== Compatible With: =====================================
|
||||||
|
//= rAthena SVN
|
||||||
|
//===== Description: =========================================
|
||||||
|
//= Ignores party alliances on PvP-enabled maps.
|
||||||
|
//===== Additional Comments: =================================
|
||||||
|
//= 1.0 - Initial script.
|
||||||
|
//============================================================
|
||||||
|
|
||||||
// GvG Arenas =================
|
// GvG Arenas =================
|
||||||
guild_vs1 mapflag pvp_noparty
|
guild_vs1 mapflag pvp_noparty
|
||||||
|
@ -1,13 +1,15 @@
|
|||||||
//===== rAthena Script =======================================
|
//===== rAthena Script =======================================
|
||||||
//= Map flags that enable the use of Neuralizer
|
//= Mapflag: Enable Neuralizer use.
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Daegaladh
|
//= Daegaladh
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.0 [Daegaladh]
|
//= 1.0
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//=
|
//= rAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
//=
|
//= Maps where Neuralizer (12213) can be used.
|
||||||
|
//===== Additional Comments: =================================
|
||||||
|
//= 1.0 - Initial script.
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
alberta mapflag reset
|
alberta mapflag reset
|
||||||
|
@ -1,13 +1,19 @@
|
|||||||
//===== rAthena Script =======================================
|
//===== rAthena Script =======================================
|
||||||
//= Map flags that disable certain items/skills configured in
|
//= Mapflag: Restricted.
|
||||||
//= item_noequip.txt and skill_nocast_db.txt
|
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= rAthena Dev Team
|
//= Komurka
|
||||||
//= 1.0 [Komurka]
|
|
||||||
//= 1.1 Added WoE:SE Map restrictions. [L0ne_W0lf]
|
|
||||||
//= 1.2 Added Endless Tower Restrictions. (bugreport:4707) [L0ne_W0lf]
|
|
||||||
//= 1.3 Added Orc's Memory, Nidhoggur's Nest and towns restrictions [Daegaladh]
|
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
|
//= 1.3
|
||||||
|
//===== Compatible With: =====================================
|
||||||
|
//= rAthena SVN
|
||||||
|
//===== Description: =========================================
|
||||||
|
//= Disables items configured in item_noequip.txt
|
||||||
|
//= and skills configured in skill_nocast_db.txt.
|
||||||
|
//===== Additional Comments: =================================
|
||||||
|
//= 1.1 - Added WoE:SE Map restrictions. [L0ne_W0lf]
|
||||||
|
//= 1.2 - Added Endless Tower Restrictions. (bugreport:4707) [L0ne_W0lf]
|
||||||
|
//= 1.3 - Added Orc's Memory, Nidhoggur's Nest and towns restrictions. [Daegaladh]
|
||||||
|
//============================================================
|
||||||
|
|
||||||
//Aldebaran Turbo Track
|
//Aldebaran Turbo Track
|
||||||
alde_tt02 mapflag restricted 1
|
alde_tt02 mapflag restricted 1
|
||||||
|
@ -1,13 +1,15 @@
|
|||||||
//===== rAthena Script =======================================
|
//===== rAthena Script =======================================
|
||||||
//= Allows Mailbox access
|
//= Mapflag: Town.
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Epoque
|
//= Epoque
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.0a [Epoque]
|
//= 1.0a
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//=
|
//= rAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
//=
|
//= Designates a map as a town, granting mailbox access.
|
||||||
|
//===== Additional Comments: =================================
|
||||||
|
//= 1.0 - Initial script.
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
prontera mapflag town
|
prontera mapflag town
|
||||||
|
@ -24,7 +24,6 @@ npc: conf/mapflag/pvp_noguild.txt
|
|||||||
npc: conf/mapflag/night.txt
|
npc: conf/mapflag/night.txt
|
||||||
npc: conf/mapflag/restricted.txt
|
npc: conf/mapflag/restricted.txt
|
||||||
npc: conf/mapflag/battleground.txt
|
npc: conf/mapflag/battleground.txt
|
||||||
npc: conf/mapflag/fireworks.txt
|
|
||||||
npc: conf/mapflag/novending.txt
|
npc: conf/mapflag/novending.txt
|
||||||
npc: conf/mapflag/town.txt
|
npc: conf/mapflag/town.txt
|
||||||
npc: conf/mapflag/reset.txt
|
npc: conf/mapflag/reset.txt
|
||||||
|
@ -24,7 +24,6 @@ npc: conf/mapflag/pvp_noguild.txt
|
|||||||
npc: conf/mapflag/night.txt
|
npc: conf/mapflag/night.txt
|
||||||
npc: conf/mapflag/restricted.txt
|
npc: conf/mapflag/restricted.txt
|
||||||
npc: conf/mapflag/battleground.txt
|
npc: conf/mapflag/battleground.txt
|
||||||
npc: conf/mapflag/fireworks.txt
|
|
||||||
npc: conf/mapflag/novending.txt
|
npc: conf/mapflag/novending.txt
|
||||||
npc: conf/mapflag/town.txt
|
npc: conf/mapflag/town.txt
|
||||||
npc: conf/mapflag/reset.txt
|
npc: conf/mapflag/reset.txt
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* rAthena configuration file (http://rathena.org)
|
* rAthena configuration file (http://rathena.org)
|
||||||
* For detailed guidance on these check http://rathena.org/wiki/SRC/map/config/
|
* For detailed guidance on these check http://rathena.org/wiki/SRC/config/
|
||||||
**/
|
**/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -4,10 +4,10 @@
|
|||||||
#define _CONFIG_SKILLS_SWORDS_H_
|
#define _CONFIG_SKILLS_SWORDS_H_
|
||||||
/**
|
/**
|
||||||
* rAthena configuration file (http://rathena.org)
|
* rAthena configuration file (http://rathena.org)
|
||||||
* For detailed guidance on these check http://rathena.org/wiki/SRC/map/config/
|
* For detailed guidance on these check http://rathena.org/wiki/SRC/config/
|
||||||
**/
|
**/
|
||||||
|
|
||||||
/// rune knight
|
/// Rune Knight
|
||||||
///
|
///
|
||||||
/// maximum number of runes that a rune knight character can carry at any given time
|
/// maximum number of runes that a rune knight character can carry at any given time
|
||||||
/// default: 20
|
/// default: 20
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* rAthena configuration file (http://rathena.org)
|
* rAthena configuration file (http://rathena.org)
|
||||||
* For detailed guidance on these check http://rathena.org/wiki/SRC/map/config/
|
* For detailed guidance on these check http://rathena.org/wiki/SRC/config/
|
||||||
**/
|
**/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* rAthena configuration file (http://rathena.org)
|
* rAthena configuration file (http://rathena.org)
|
||||||
* For detailed guidance on these check http://rathena.org/wiki/SRC/map/config/
|
* For detailed guidance on these check http://rathena.org/wiki/SRC/config/
|
||||||
**/
|
**/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
//Comment to disable the official walk path
|
//Comment to disable the official walk path
|
||||||
// -- The official walkpath disables users from taking non-clear walk paths,
|
// -- The official walkpath disables users from taking non-clear walk paths,
|
||||||
// -- e.g. if they want to get around a obstacle they have to walk around it,
|
// -- e.g. if they want to get around an obstacle they have to walk around it,
|
||||||
// -- while with OFFICIAL_WALKPATH disabled if they click to walk around a obstacle the server will do it automatically
|
// -- while with OFFICIAL_WALKPATH disabled if they click to walk around a obstacle the server will do it automatically
|
||||||
#define OFFICIAL_WALKPATH
|
#define OFFICIAL_WALKPATH
|
||||||
|
|
||||||
|
@ -5,11 +5,11 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* rAthena configuration file (http://rathena.org)
|
* rAthena configuration file (http://rathena.org)
|
||||||
* For detailed guidance on these check http://rathena.org/wiki/SRC/map/config/
|
* For detailed guidance on these check http://rathena.org/wiki/SRC/config/
|
||||||
**/
|
**/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @INFO: This file holds general-purpose renewal settings, for class-specific ones check /src/map/config/Skills folder
|
* @INFO: This file holds general-purpose renewal settings, for class-specific ones check /src/config/classes folder
|
||||||
**/
|
**/
|
||||||
|
|
||||||
/// game renewal server mode
|
/// game renewal server mode
|
||||||
@ -70,9 +70,9 @@
|
|||||||
///
|
///
|
||||||
/// leave this line to enable renewal ASPD
|
/// leave this line to enable renewal ASPD
|
||||||
/// - shield penalty is applied
|
/// - shield penalty is applied
|
||||||
/// - agi has a greater factor to your ASPD increase
|
/// - AGI has a greater factor in ASPD increase
|
||||||
/// - there is a change in how skill/items give ASPD
|
/// - there is a change in how skills/items give ASPD
|
||||||
/// - some skills/items ASPD bonus won't stack
|
/// - some skill/item ASPD bonuses won't stack
|
||||||
#define RENEWAL_ASPD
|
#define RENEWAL_ASPD
|
||||||
|
|
||||||
#endif // _CONFIG_RENEWAL_H_
|
#endif // _CONFIG_RENEWAL_H_
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* rAthena configuration file (http://rathena.org)
|
* rAthena configuration file (http://rathena.org)
|
||||||
* For detailed guidance on these check http://rathena.org/wiki/SRC/map/config/
|
* For detailed guidance on these check http://rathena.org/wiki/SRC/config/
|
||||||
**/
|
**/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* Optional NPC Dialog Timer
|
* Optional NPC Dialog Timer
|
||||||
* When enabled all npcs dialog will 'timeout' if user is on idle for longer than the amount of seconds allowed
|
* When enabled all npcs dialog will 'timeout' if user is on idle for longer than the amount of seconds allowed
|
||||||
* - On 'timeout' the npc dialog window changes it's next/menu to a 'close' button
|
* - On 'timeout' the npc dialog window changes its next/menu to a 'close' button
|
||||||
* @values
|
* @values
|
||||||
* - ? : Desired idle time in seconds (e.g. 10)
|
* - ? : Desired idle time in seconds (e.g. 10)
|
||||||
* - 0 : Disabled
|
* - 0 : Disabled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user