From b6620108c8dc2b0e394462a7d32cc77a446dddee Mon Sep 17 00:00:00 2001 From: "L0neW0lf.eAthena" Date: Wed, 26 Oct 2011 19:44:18 +0000 Subject: * Implemented first version of rebalanced Rune Knight skills. * Implemented the rebalancing of most Archbishop skills. * As a result, merged r14979 from trunk. (act/notify packet update) * Added pc_isUseitem_check_runeskill care of Meyrawr (blocks rune usage based on skill delay.) * Added more status effects that do NOT save on log out. A whole slew of them. * Now only level 11 Dec. AGI will take the new config settings into account. * Fixed Level 11 Dec. AGI duration faux pas, where it was multiplying it by 100. * Added script command: setdragon: See documentation for details. * Added script command: successruneuse: Will return 0 or 1. Handles runestone backfire effects. * Modified script command: produce, now accepts as a second parameter. * Corrected message that is displayed when attempting to generate items when that item has a limit. * GM Item commands will no longer display 'Item created' messages on failure. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14983 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf/battle/items.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'conf/battle') diff --git a/conf/battle/items.conf b/conf/battle/items.conf index 9dc7ca314..200241ca6 100644 --- a/conf/battle/items.conf +++ b/conf/battle/items.conf @@ -87,3 +87,11 @@ gtb_sc_immunity: 50 // NOTE: Different cards that grant the same skill will both // always work independently of each other regardless of setting. autospell_stacking: no + +// Rune consumption is blocked by the skill's cooldown (note 1) +rune_block_by_skill: yes + +// Rune consumption is blocked by previously activated status effect (Note 1) +// associated with the skill the rune stone being used would cast. +// ie: if SC_REFRESH is active, then the Nosiege Runestone is unuseable. +rune_block_by_status: no -- cgit v1.2.3-60-g2f50