* 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:
euphyy 2012-07-21 05:30:14 +00:00
parent c1990d8893
commit 52bf32a816
35 changed files with 279 additions and 160 deletions

View File

@ -1,13 +1,16 @@
//===== rAthena Script =======================================
//= Battleground map setting. '2' shows scoreboard.
//= Mapflag: Battleground map setting.
//===== By: ==================================================
//= Epoque
//===== Current Version: =====================================
//= 1.0a [Epoque]
//= 1.0a
//===== Compatible With: =====================================
//=
//===== Description: =========================================
//=
//= rAthena SVN
//===== Description: =========================================
//= Defines a Battleground map.
//= Additional parameter '2' shows scoreboard.
//===== Additional Comments: =================================
//= 1.0 - Initial script.
//============================================================
bat_c01 mapflag battleground 2

View File

@ -1,13 +0,0 @@
//===== rAthena Script =======================================
//= Displays Fireworks effect (Depreciated)
//===== By: ==================================================
//= Epoque
//===== Current Version: =====================================
//= 1.0a [Epoque]
//===== Compatible With: =====================================
//=
//===== Description: =========================================
//=
//============================================================
//prontera mapflag fireworks

View File

@ -1,16 +1,19 @@
//===== rAthena Script =======================================
//= GvG On Map Flags
//= Mapflag: Guild versus Guild mode.
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =====================================
//= 1.2
//===== Description: =========================================
//= gvg: Turns on GvG mode (same as PvP except Guilds are
//= automatically allied)
//===== Compatible With: =====================================
//= rAthena SVN
//===== Description: =========================================
//= Players can attack other guilds, and will have their guild
//= icons shown. WoE damage reductions will also take place.
//= gvg: Turns on GvG mode
//= gvg_castle: Describes castle maps for WoE.
//===== Additional Comments: =================================
//= 1.2 Updated with new meanings of gvg and gvg_castle
//= 1.1 Added Novice Guild Castles
//===== Additional Comments: =================================
//= 1.1 - Added Novice Guild Castles.
//= 1.2 - Updated with new meanings of gvg and gvg_castle.
//============================================================
// GvG Arenas =============
@ -101,6 +104,5 @@ gld_dun01 mapflag gvg_dungeon
gld_dun02 mapflag gvg_dungeon
gld_dun03 mapflag gvg_dungeon
gld_dun04 mapflag gvg_dungeon
arug_dun01 mapflag gvg_dungeon
schg_dun01 mapflag gvg_dungeon

View File

@ -1,12 +1,12 @@
//===== rAthena Script =======================================
//= Map Flags for Jails ( ATCommand @jail <player> )
//= Mapflag: Jail.
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =====================================
//= 1.0
//===== Compatible With: =====================================
//=
//===== Description: =========================================
//= rAthena SVN
//===== Description: =========================================
//= pvp: Turns on PvP mode
//= pvp_noparty: Can't attack player in same party
//= nobranch: No Dead Branching allowed.
@ -14,12 +14,11 @@
//= nopenalty: No Exp. penalty when player dies.
//= nosave: No saving respawn point allowed. Use SavePoint to use the
//= players previous savepoint, or choose one manually.
//= noteleport: No Teleporting allowed. No f-wings or b-wings.
//===== Additional Comments: =================================
//=
//= noteleport: No Teleporting allowed. No fly wings or butterfly wings.
//===== Additional Comments: =================================
//= 1.0 - Initial script.
//============================================================
// No Memory =============================
sec_pri mapflag nomemo
@ -35,9 +34,6 @@ sec_pri mapflag nowarp
// No Return, Stop people from being pulled out of jail (warpparty/guild)
sec_pri mapflag noreturn
// Bloody Jail ===========================
//Uncomment following mapflags to let your prisoners fight with other prisoners
// PvP ===================================
sec_pri mapflag pvp

View File

@ -1,13 +1,15 @@
//===== rAthena Script =======================================
//= Map Flags for maps where the night is visible.
//= Mapflag: Night mode.
//===== By: ==================================================
//= rAthena Dev Team
//= Skotlex
//===== Current Version: =====================================
//= 1.0 [Skotlex]
//= 1.0
//===== Compatible With: =====================================
//=
//===== Description: =========================================
//= 'nightenabled' specifies which maps can display "night".
//= rAthena SVN
//===== Description: =========================================
//= Enables night mode effects.
//===== Additional Comments: =================================
//= 1.0 - Initial script.
//============================================================
alb2trea mapflag nightenabled

View File

@ -1,11 +1,21 @@
//===== rAthena Script =======================================
//= Map flags that allow players to drop items/equips on death
//= Mapflag: Nightmare mode.
//===== By: ==================================================
//= rAthena Dev Team
//===== 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_2-1 mapflag pvp_nightmaredrop random,equip,300
pvp_n_3-1 mapflag pvp_nightmaredrop random,equip,300

View File

@ -1,13 +1,21 @@
//===== rAthena Script =======================================
//= Map flags that disable dead branching
//= Mapflag: Disable Dead Branch use.
//===== By: ==================================================
//= 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: =====================================
//= 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 ======================
ayo_in01 mapflag nobranch

View File

@ -1,10 +1,17 @@
//===== rAthena Script =======================================
//= Map flags that disable gaining EXP
//= Mapflag: Disable EXP gain.
//===== By: ==================================================
//= 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.6 Added Lighthalzen (due to quests) [Lupus]
//= 1.7 Commented out entries. (Quests are official) [L0ne_W0lf]
//= 1.6 - Added Lighthalzen (due to quests) [Lupus]
//= 1.7 - Commented out entries. (Quests are official) [L0ne_W0lf]
//============================================================
// Job Quests ========================

View File

@ -1,13 +1,17 @@
//===== rAthena Script =======================================
//= Map flags that disable icewall skill
//= Mapflag: Disable Ice Wall.
//===== By: ==================================================
//= rAthena Dev Team
//=============================================================
//= noicewall: Disables Icewall skill.
//= To disable Icewall on a specific map add the mapname here.
//= 1.6a Re-enabled icewalls for cities [Lupus]
//= 1.7 Officially icewall is allowed on interoirs. [L0ne_w0lf]
//= 1.8 fixed aru castles mapnames
//===== Current Version: =====================================
//= 1.8
//===== Compatible With: =====================================
//= rAthena SVN
//===== Description: =========================================
//= 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

View File

@ -1,13 +1,15 @@
//===== rAthena Script =======================================
//= Mapflag from a script in the NPC folder
//= Mapflag: Disable monster drops.
//===== By: ==================================================
//= Epoque
//===== Current Version: =====================================
//= 1.0a [Epoque]
//= 1.0a
//===== Compatible With: =====================================
//=
//===== Description: =========================================
//=
//= rAthena SVN
//===== Description: =========================================
//= Same as 'nomobloot' and 'nomvploot' combined.
//===== Additional Comments: =================================
//= 1.0 - Initial script.
//============================================================
//hunte mapflag noloot
@ -21,6 +23,4 @@
//job_soul mapflag noloot
//job_star mapflag noloot
//que_ng mapflag noloot
//Thieves have to gather some mushrooms. So they need loot
//job_thief1 mapflag noloot

View File

@ -1,15 +1,22 @@
//===== rAthena Script =======================================
//= Map flags that disable warp portal memory
//= Mapflag: Disable Warp Portal memory.
//===== By: ==================================================
//= 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: =====================================
//= 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 ====================
ayo_in01 mapflag nomemo

View File

@ -1,14 +1,20 @@
//===== rAthena Script =======================================
//= Map flags that disable exp. penalty on death.
//= Mapflag: Disable death penalty.
//===== By: ==================================================
//= rAthena Dev Team
//= 1.2 [Lupus]
//= 1.3 Added all novice maps. [L0ne_W0lf]
//= 1.4 Removed Nightmare PVP maps. [L0ne_W0lf]
//===== 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_in02 mapflag nopenalty
alb_ship mapflag nopenalty
@ -214,7 +220,7 @@ guild_vs3 mapflag nopenalty
guild_vs4 mapflag nopenalty
guild_vs5 mapflag nopenalty
// Arenas=======================>\\
// Arenas=======================
sec_in01 mapflag nopenalty
sec_in02 mapflag nopenalty

View File

@ -1,7 +1,15 @@
//===== Description: =========================================
//= pvp off: Disables Player versus Player mode.
//= To disable PvP mode on a specific map add the mapname here.
//= v 1.1a
//===== rAthena Script =======================================
//= Mapflag: Disable Player versus Player mode.
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =====================================
//= 1.1a
//===== Compatible With: =====================================
//= rAthena SVN
//===== Description: =========================================
//= Prevents PvP mode on a map.
//===== Additional Comments: =================================
//= 1.0 - Initial script.
//============================================================
1@cata mapflag pvp off

View File

@ -1,16 +1,24 @@
//===== rAthena Script =======================================
//= Map flags that disable use of Butterfly wings
//= Mapflag: Disable return warp.
//===== By: ==================================================
//= 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: =====================================
//= 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 ========================
//ayo_in01 mapflag noreturn
@ -140,7 +148,7 @@ que_hugel mapflag noreturn
//guild_vs4 mapflag noreturn
//guild_vs5 mapflag noreturn
// Arenas =====================>\\
// Arenas =====================
//arena_room mapflag noreturn
//sec_in01 mapflag noreturn
//sec_in02 mapflag noreturn

View File

@ -1,9 +1,17 @@
//===== rAthena Script =======================================
//= Map flags that disable auto saving
//= Mapflag: Disable auto-save.
//===== By: ==================================================
//= rAthena Dev Team
//= 1.7 [Lupus]
//===== 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_sword1 mapflag nosave SavePoint

View File

@ -1,10 +1,16 @@
//===== rAthena Script =======================================
//= Map flags that disable skills on a map
//= Mapflag: Disable skill use.
//===== By: ==================================================
//= rAthena Dev Team
//= 1.0 [L0ne_W0lf]
//= 1.1 Added additional maps. [L0ne_W0lf]
//===== 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

View File

@ -1,11 +1,22 @@
//===== rAthena Script =======================================
//= Map flags that disable use of fly wings
//= Mapflag: Disable teleportation.
//===== By: ==================================================
//= rAthena Dev Team
//= 1.6a [Lupus]
//===== Notes: ===============================================
//= For disabling Butterfly wings use noreturn
//===== 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 ========================
ayo_in01 mapflag noteleport

View File

@ -1,13 +1,15 @@
//===== rAthena Script =======================================
//= Mapflag from a script in the NPC folder
//= Mapflag: Disable vending.
//===== By: ==================================================
//= Epoque
//===== Current Version: =====================================
//= 1.0a [Epoque]
//= 1.0a
//===== Compatible With: =====================================
//=
//===== Description: =========================================
//=
//= rAthena SVN
//===== Description: =========================================
//= Disables skill MC_VENDING on a map.
//===== Additional Comments: =================================
//= 1.0 - Initial script.
//============================================================
//prontera mapflag novending

View File

@ -1,10 +1,16 @@
//===== rAthena Script =======================================
//= Map flags that disable warp
//= Mapflag: Disable warping.
//===== By: ==================================================
//= rAthena Dev Team
//= v 1.2
//= 1.3 Added WoE SE maps
//===== 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 =====
ama_test mapflag nowarp

View File

@ -1,9 +1,16 @@
//===== rAthena Script =======================================
//= Map flags that disable warpto
//= Mapflag: Disable warpto.
//===== By: ==================================================
//= rAthena Dev Team
//= v 1.3
//===== Current Version: =====================================
//= 1.3
//===== Compatible With: =====================================
//= rAthena SVN
//===== Description: =========================================
//= Disables use of @warp to a map.
//===== Additional Comments: =================================
//= 1.0 - Initial script.
//============================================================
// Guild Castles ========================
//alde_gld mapflag nowarpto

View File

@ -1,10 +1,17 @@
//===== rAthena Script =======================================
//= Map flag that disable party modification.
//= Currently not used officially by any maps.
//= Mapflag: Party lock.
//===== By: ==================================================
//= rAthena Dev Team
//= v 1.0
//===== 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 ==================
1@cata mapflag partylock

View File

@ -1,13 +1,15 @@
//===== rAthena Script =======================================
//= Map flags that enable pvp
//= Mapflag: Player versus Player mode.
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =====================================
//= 1.0
//===== Description: =========================================
//= pvp: Turns on PvP mode
//===== Additional Comments: =================================
//=
//===== Compatible With: =====================================
//= rAthena SVN
//===== Description: =========================================
//= Enables PvP on a map.
//===== Additional Comments: =================================
//= 1.0 - Initial script.
//============================================================
// PvP ========================

View File

@ -1,9 +1,16 @@
//===== rAthena Script =======================================
//= Map flags that disable guilds on pvp grounds.
//= Mapflag: Ignore guilds.
//===== By: ==================================================
//= rAthena Dev Team
//= v 1.1
//===== 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_y_1-1 mapflag pvp_noguild

View File

@ -1,9 +1,16 @@
//===== rAthena Script =======================================
//= Map flags that disable parties in pvp maps
//= Mapflag: Ignore parties.
//===== By: ==================================================
//= rAthena Dev Team
//= v 1.2
//===== Current Version: =====================================
//= 1.2
//===== Compatible With: =====================================
//= rAthena SVN
//===== Description: =========================================
//= Ignores party alliances on PvP-enabled maps.
//===== Additional Comments: =================================
//= 1.0 - Initial script.
//============================================================
// GvG Arenas =================
guild_vs1 mapflag pvp_noparty

View File

@ -1,13 +1,15 @@
//===== rAthena Script =======================================
//= Map flags that enable the use of Neuralizer
//= Mapflag: Enable Neuralizer use.
//===== By: ==================================================
//= Daegaladh
//===== Current Version: =====================================
//= 1.0 [Daegaladh]
//= 1.0
//===== Compatible With: =====================================
//=
//===== Description: =========================================
//=
//= rAthena SVN
//===== Description: =========================================
//= Maps where Neuralizer (12213) can be used.
//===== Additional Comments: =================================
//= 1.0 - Initial script.
//============================================================
alberta mapflag reset

View File

@ -1,13 +1,19 @@
//===== rAthena Script =======================================
//= Map flags that disable certain items/skills configured in
//= item_noequip.txt and skill_nocast_db.txt
//= Mapflag: Restricted.
//===== By: ==================================================
//= rAthena Dev Team
//= 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]
//= Komurka
//===== 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
alde_tt02 mapflag restricted 1

View File

@ -1,13 +1,15 @@
//===== rAthena Script =======================================
//= Allows Mailbox access
//= Mapflag: Town.
//===== By: ==================================================
//= Epoque
//===== Current Version: =====================================
//= 1.0a [Epoque]
//= 1.0a
//===== Compatible With: =====================================
//=
//===== Description: =========================================
//=
//= rAthena SVN
//===== Description: =========================================
//= Designates a map as a town, granting mailbox access.
//===== Additional Comments: =================================
//= 1.0 - Initial script.
//============================================================
prontera mapflag town

View File

@ -24,7 +24,6 @@ npc: conf/mapflag/pvp_noguild.txt
npc: conf/mapflag/night.txt
npc: conf/mapflag/restricted.txt
npc: conf/mapflag/battleground.txt
npc: conf/mapflag/fireworks.txt
npc: conf/mapflag/novending.txt
npc: conf/mapflag/town.txt
npc: conf/mapflag/reset.txt

View File

@ -24,7 +24,6 @@ npc: conf/mapflag/pvp_noguild.txt
npc: conf/mapflag/night.txt
npc: conf/mapflag/restricted.txt
npc: conf/mapflag/battleground.txt
npc: conf/mapflag/fireworks.txt
npc: conf/mapflag/novending.txt
npc: conf/mapflag/town.txt
npc: conf/mapflag/reset.txt

View File

@ -5,7 +5,7 @@
/**
* 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/
**/
/**

View File

@ -4,10 +4,10 @@
#define _CONFIG_SKILLS_SWORDS_H_
/**
* 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
/// default: 20

View File

@ -5,7 +5,7 @@
/**
* 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/
**/
/**

View File

@ -5,7 +5,7 @@
/**
* 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
// -- 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
#define OFFICIAL_WALKPATH

View File

@ -5,11 +5,11 @@
/**
* 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
@ -70,9 +70,9 @@
///
/// leave this line to enable renewal ASPD
/// - shield penalty is applied
/// - agi has a greater factor to your ASPD increase
/// - there is a change in how skill/items give ASPD
/// - some skills/items ASPD bonus won't stack
/// - AGI has a greater factor in ASPD increase
/// - there is a change in how skills/items give ASPD
/// - some skill/item ASPD bonuses won't stack
#define RENEWAL_ASPD
#endif // _CONFIG_RENEWAL_H_

View File

@ -5,7 +5,7 @@
/**
* 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
* 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
* - ? : Desired idle time in seconds (e.g. 10)
* - 0 : Disabled