diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-10-26 22:44:29 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-10-26 23:12:23 +0800 |
commit | 6f2dd6249fa364ba202631e18ac667d7a3f52b3c (patch) | |
tree | 5ef432871dcf0916d03e1ab5e5ee62fef7d7719a /db | |
parent | ebbfc0353bf96593906fdc7a73afdbfe2eec8991 (diff) | |
download | hercules-6f2dd6249fa364ba202631e18ac667d7a3f52b3c.tar.gz hercules-6f2dd6249fa364ba202631e18ac667d7a3f52b3c.tar.bz2 hercules-6f2dd6249fa364ba202631e18ac667d7a3f52b3c.tar.xz hercules-6f2dd6249fa364ba202631e18ac667d7a3f52b3c.zip |
- Update the Status Icons based in kRO Update 10-21-2015.
- Update 2 new costume items:
• Ljosalfar (ID# 20099)
• Mermaid Bubbles (ID# 20209)
Signed-off-by: Jedzkie <jedzkie13@rocketmail.com>
Diffstat (limited to 'db')
-rw-r--r-- | db/const.txt | 3 | ||||
-rw-r--r-- | db/re/item_db.conf | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index 78d64345e..8ee4fd84b 100644 --- a/db/const.txt +++ b/db/const.txt @@ -1283,6 +1283,9 @@ SC_MTF_MSP 585 SC_MTF_PUMPKIN 586 SC_MTF_HITFLEE 587 +SC_LJOSALFAR 588 +SC_MERMAID_LONGING 589 + e_gasp 0 e_what 1 e_ho 2 diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 05edbd275..c6e8c9a08 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -129729,6 +129729,8 @@ item_db: ( Type: 5 Loc: 1024 View: 1239 + OnEquipScript: <" sc_start SC_LJOSALFAR,-1,0; "> + OnUnequipScript: <" sc_end SC_LJOSALFAR; "> }, { Id: 20100 @@ -130694,6 +130696,8 @@ item_db: ( Type: 5 Loc: 1024 View: 1299 + OnEquipScript: <" sc_start SC_MERMAID_LONGING,-1,0; "> + OnUnequipScript: <" sc_end SC_MERMAID_LONGING; "> }, { Id: 20210 |