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 /db/const.txt | |
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 'db/const.txt')
-rw-r--r-- | db/const.txt | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/db/const.txt b/db/const.txt index f2d328118..397ef366e 100644 --- a/db/const.txt +++ b/db/const.txt @@ -252,6 +252,21 @@ EAJ_BABY_SOUL_LINKER 0x2207 Option_Wedding 0x1000 Option_Xmas 0x10000 Option_Summer 0x40000 +Option_Dragon1 0x80000 +Option_Wug 0x100000 +Option_Wugrider 0x200000 +Option_Madogear 0x400000 +Option_Dragon2 0x800000 +Option_Dragon3 0x1000000 +Option_Dragon4 0x2000000 +Option_Dragon5 0x4000000 +Option_Riding2 0x8000000 + +DRAGON_GREEN 0 +DRAGON_BLACK 1 +DRAGON_WHITE 2 +DRAGON_BLUE 3 +DRAGON_RED 4 bc_all 0 bc_map 1 @@ -671,6 +686,8 @@ SC_CONFUSION 7 SC_BLIND 8 SC_BLEEDING 9 SC_DPOISON 10 +//SC_FEAR 11 +//SC_BURNING 12 SC_PROVOKE 20 SC_ENDURE 21 SC_TWOHANDQUICKEN 22 @@ -959,7 +976,7 @@ SC_PARTYFLEE 310 //SC_ENDURE_MDEF 311 //SC_ENCHANTBLADE 312 //SC_DEATHBOUND 313 -//SC_REFRESH 314 +//SC_REUSE_REFRESH 314 //SC_GIANTGROWTH 315 //SC_STONEHARDSKIN 316 //SC_VITALITYACTIVATION 317 @@ -2127,3 +2144,15 @@ IT_PETARMOR 8 IT_AMMO 10 IT_DELAYCONSUME 11 IT_CASH 18 + +Runestone_Ordinary 12737 +Runestone_Quality 12734 +Runestone_Rare 12738 +Runestone_Ancient 12735 +Runestone_Mystic 12736 + +Produce_Weaponlvl1 1 +Produce_Weaponlvl2 2 +Produce_Weaponlvl3 3 +Produce_Materials 21 +Produce_Runestone 24 |