-- Added new script commands: 'enable_command', 'disable_command' -- Added new config 'atcommand_enable_npc' at conf/battle/gm.conf -- Thank Kichi for the patch file Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
37 lines
1.7 KiB
Plaintext
37 lines
1.7 KiB
Plaintext
//--------------------------------------------------------------
|
|
// rAthena Battle Configuration File
|
|
// Originally Translated by Peter Kieser <pfak@telus.net>
|
|
// Made in to plainer English by Ancyker
|
|
//--------------------------------------------------------------
|
|
// Note 1: Value is a config switch (on/off, yes/no or 1/0)
|
|
// Note 2: Value is in percents (100 means 100%)
|
|
//--------------------------------------------------------------
|
|
|
|
// The maximum quantity of monsters that can be summoned per GM command (0 denotes an unlimited quantity)
|
|
atcommand_spawn_quantity_limit: 100
|
|
|
|
// Maximum number of slave-clones that can be have by using the @slaveclone at command. (0 denotes unlimited quantity)
|
|
atcommand_slave_clone_limit: 25
|
|
|
|
// If 'no', commands require exact player name. If 'yes', entering a partial
|
|
// name will work, as long as there's only one match from all players in the
|
|
// current map server.
|
|
partial_name_scan: yes
|
|
|
|
// (@) @allstats/@str/@agi/@vit/@int/@dex/@luk
|
|
// allow gms to bypass the maximum stat parameter? ( if yes gm stats can go up to 32k ) default: no
|
|
atcommand_max_stat_bypass: no
|
|
|
|
// Ban people that try trade dupe.
|
|
// Duration of the ban, in minutes (default: 5). To disable the ban, set 0.
|
|
ban_hack_trade: 5
|
|
|
|
// requires RENEWAL_EXP or RENEWAL_DROP to be enabled (src/config/renewal.h)
|
|
// modifies @mobinfo to display the users' real drop rate as per renewal_drop formula
|
|
// modifies @iteminfo to not display the minimum item drop rate (since it can't tell the mob level)
|
|
// modifies @whodrops to display the users' real drop rate as per renewal_drop formula
|
|
atcommand_mobinfo_type: 1
|
|
|
|
// Only group with level more than or equal this value can use atcommand while talking with NPC.
|
|
atcommand_enable_npc: 0
|