diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-09-30 19:54:58 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-09-30 19:54:58 +0000 |
commit | 00f4b25981be9632f662ff055bae81ad3d49694f (patch) | |
tree | 17367c22fcb04f9e7ac12f697ed4adada89871eb /doc | |
parent | c16d2c8445d40e1966b12353054df33e9de6897a (diff) | |
download | hercules-00f4b25981be9632f662ff055bae81ad3d49694f.tar.gz hercules-00f4b25981be9632f662ff055bae81ad3d49694f.tar.bz2 hercules-00f4b25981be9632f662ff055bae81ad3d49694f.tar.xz hercules-00f4b25981be9632f662ff055bae81ad3d49694f.zip |
* Fixed skill_calc_heal applying heal bonuses only to AL_HEAL.
* Still working on updating the status window to display properly.
* Refine bonuses on armor now apply properly. (+1 additional bonus for every 4 refines.) Refining in general now goes up to 20.
* Criticals will now no longer ignore defense, but will still always hit.
* Converted m/def2 to a short, for testing status window update, will eventually need to surpass 32k. Good like this for now while we work on it.
* Cleaned up some minor things relating tot he arch bishop skill update.
* Applied some of the 30/08/2011 kRO updates to arch bishop skills.
* Added more SI_ Constants from newer clients to status.h.
* Added constants to the database for future updates.
* Updated Runestones and creation items.
* Added Runestone delays to item_delay.
* Added Runestones receipies to produce_db.
* Added dummy rates to refine_db.
* Added Rune Knight skills to skill_cast_db
* Updated Rune Knight skills, and Arch Bishop skills.
* Updated SP requirements in skill_require_db.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14964 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r-- | doc/3rd_job_notes.txt | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/doc/3rd_job_notes.txt b/doc/3rd_job_notes.txt index 64b737eba..e8a79e238 100644 --- a/doc/3rd_job_notes.txt +++ b/doc/3rd_job_notes.txt @@ -42,7 +42,6 @@ GC_CROSSRIPPERSLASHER == Archbishop =====================================================================================
AB_JUDEX
Working
- Damage is unnaturally high-- issue with pre-RE MATK formulae?
AB_ANCILLA
Working
AB_ADORAMUS
@@ -51,37 +50,46 @@ AB_ADORAMUS Ugly hack to cancel out using gemstone in skill_get_requirement().
Should SC_BLIND/SC_ADORAMUS be removed by speed bosting effects?
Should effects cancel simultaneously?
- Damage is unnaturally high-- issue with pre-RE MATK formulae?
AB_CLEMENTIA
Working
+ Applied kRO update (30/08/2011)
+ SP cost has changed (280/320/360).
+ Based on your job level, it can add an additional 1 ~ 5 Str/Int/Dex.
Bug: Skill name and casting sprite animation should display only on caster
AB_CANTO
Working
+ Applied kRO update (30/08/2011)
+ SP cost is changed (200/220/240).
+ Based on your job level, it can add an additional 1 ~ 5 Agi.
Bug: Skill name and casting sprite animation should display only on caster
AB_CHEAL
Working
Bug: Skill name and casting sprite animation should display only on caster
AB_EPICLESIS
Working
- Need to fix SC effect on moving out of unit.
- What skills should have an inate immuity to this skill?
+ Need to fix SC effect on moving in/out of unit.
+ What status effects should cause immunity to this skill?
has skill_check_condition_castbegin case, check to see if it can be improved.
AB_PRAEFATIO
Working
+ Applied kRO update (30/08/2011)
+ SP cost is changed (80 + SkillLv * 10).
Bug: Skill name and casting sprite animation should display only on caster
AB_ORATIO
Working
- Ugly hack to display/remove SI_ on mobs.
+ Ugly hack to display/remove SI_ORATIO on mobs.
AB_LAUDAAGNUS
Working
Should +4+Skilllv luk apply to only those not cured from a status effect?
Check: Skill name and casting sprite animation should display only on caster?
- Should this skill fail if you are the only person in/online in a party?
+ Applied kRO update (21/09/2011)
+ * Now works when casting player is not in a party.
AB_LAUDARAMUS
Working
Should +4+Skilllv luk apply to only those not cured from a status effect?
Check: Skill name and casting sprite animation should display only on caster?
- Should this skill fail if you are the only person in/online in a party?
+ Applied kRO update (21/09/2011)
+ * Now works when casting player is not in a party.
AB_EUCHARISTICA
Working
AB_RENOVATIO
@@ -92,11 +100,14 @@ AB_CLEARANCE Working
Check: Should Soul Linkers be inately immune?
Check list a second time to see what was missed.
+ Applied kRO update (30/08/2011)
+ * Now also removes the Critical Wounds status effect.
AB_EXPIATIO
Working
+ Applied kRO update (30/08/2011)
+ * Changed from self targeted to self and other players.
AB_DUPLELIGHT
Working
- Check success rate,
Is skill_addtimerskill the best way to implement the additional attacks?
AB_DUPLELIGHT_MELEE
Working
|