diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-01-25 19:50:02 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-01-25 19:50:02 +0000 |
commit | 922f62e89a8b3dae0f7e407fae044299988b9ece (patch) | |
tree | 08d5ac0db76899cd696d938b90ed26ab4deff209 /db/const.txt | |
parent | 5601d184cad4fb9b4ed6c51e15305e5800b30718 (diff) | |
download | hercules-922f62e89a8b3dae0f7e407fae044299988b9ece.tar.gz hercules-922f62e89a8b3dae0f7e407fae044299988b9ece.tar.bz2 hercules-922f62e89a8b3dae0f7e407fae044299988b9ece.tar.xz hercules-922f62e89a8b3dae0f7e407fae044299988b9ece.zip |
- Implemented new item bonus scripts required for battlegrounds.
- Battlegrounds items rewards for Tierra Valley and Flavius done (but autoscript rate is suggested - 5%).
- Restricted trade/storage/drop for those items.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13490 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index 1d3d18cb5..560a2caf1 100644 --- a/db/const.txt +++ b/db/const.txt @@ -381,6 +381,7 @@ bHPDrainRateRace 1084 bSPDrainRateRace 1085 bIgnoreMdefRate 1086 bIgnoreDefRate 1087 +bSkillHeal2 1088 bRestartFullRecover 2000 bNoCastCancel 2001 @@ -472,6 +473,7 @@ RC_Angel 8 RC_Dragon 9 RC_Boss 10 RC_NonBoss 11 +RC_NonDemiHuman 12 BF_WEAPON 0x0001 BF_MAGIC 0x0002 @@ -802,6 +804,10 @@ SC_DEF_RATE 275 SC_SPREGEN 276 SC_WALKSPEED 277 SC_REBIRTH 284 +SC_SKILLCASTRATE 285 +SC_DEFRATIOATK 286 +SC_HPDRAIN 287 +SC_SKILLATKBONUS 288 e_gasp 0 e_what 1 |