
* Removed unused guild aura leftovers and fixed some other issues with setting the guild aura. (bugreport:8892) * Fixed Fire Expansion Acid to be a magic type attack. Thanks to exneval. * Cleaned up some remaining issues with Issen. (bugreport:8905) * 16th Night (Izayoi) should remove fixed cast time from all skills. * Circle of Nature is now part of Group B songs. * Updated Reading Spell Book spell memorization to official. * Updated homunculus skill cooldowns. * Added missing Holy element bonus for Hesperus Lit. * Fixed Coluseo Heal and Praefatio not giving a party bonus. (bugreport:8904) * Fixed the status icon for ALL_RIDING not being displayed at login. * Adjusted the notice display order when players login. (Hercules df1952d) * Self skills can now be used while storage is open. (Hercules 6f6a6b3) * Cleaned up SC_NOCHAT/Manner system. (Hercules 94ef1ee)
60 lines
2.2 KiB
Plaintext
60 lines
2.2 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%)
|
|
//--------------------------------------------------------------
|
|
|
|
// When making a guild, an Emperium is consumed? (Note 1)
|
|
guild_emperium_check: yes
|
|
|
|
// Maximum tax limit on a guild member.
|
|
guild_exp_limit: 50
|
|
|
|
// Maximum castles one guild can own (0 = unlimited)
|
|
guild_max_castles: 0
|
|
|
|
// Activate guild skills delay by relog?
|
|
// Official setting is 5 minutes (300000 ms), otherwise allow guild leaders to relog to cancel the 5 minute delay.
|
|
guild_skill_relog_delay: 300000
|
|
|
|
// Damage adjustments for WOE battles against defending Guild monsters (Note 2)
|
|
castle_defense_rate: 100
|
|
|
|
// Melee damage adjustments (non skills) for WoE battles (Guild Vs Guild) (Note 2)
|
|
gvg_short_attack_damage_rate: 80
|
|
|
|
// Ranged damage adjustments (non skills) for WoE battles (Guild Vs Guild) (Note 2)
|
|
gvg_long_attack_damage_rate: 80
|
|
|
|
// Weapon skills damage adjustments for WoE battles (Guild Vs Guild) (Note 2)
|
|
gvg_weapon_attack_damage_rate: 60
|
|
|
|
// Magic skills damage adjustments for WoE battles (Guild Vs Guild) (Note 2)
|
|
gvg_magic_attack_damage_rate: 60
|
|
|
|
// Misc skills damage adjustments for WoE battles (Guild Vs Guild) (Note 2)
|
|
gvg_misc_attack_damage_rate: 60
|
|
|
|
// Flee penalty on gvg grounds. Official value is 20 (Note 2)
|
|
// NOTE: It's %, not absolute, so 20 is -20% of your total flee
|
|
gvg_flee_penalty: 20
|
|
|
|
// Can the 'Glory of Guild' skill be learnt in the Guild window,
|
|
// and does changing emblems require it? (Note 1)
|
|
// P.S: This skill is not implemented on official servers
|
|
require_glory_guild: no
|
|
|
|
// Limit Guild alliances. Value is 0 to 3.
|
|
// If you want to change this value, clear the guild alliance table.
|
|
// Default is 3
|
|
max_guild_alliance: 3
|
|
|
|
// When to re-display the guild notice
|
|
// Upon teleporting (regardless of changing maps): 2 (official)
|
|
// Upon changing maps: 1
|
|
// Do not re-display: 0 (disabled)
|
|
guild_notice_changemap: 2
|