diff options
author | Dastgir <dastgir@users.noreply.github.com> | 2015-10-26 20:57:44 +0530 |
---|---|---|
committer | Dastgir <dastgir@users.noreply.github.com> | 2015-10-26 20:57:44 +0530 |
commit | 1836ebbc6eb133ecc06232bfa63a3bbb93e4c07d (patch) | |
tree | 5ef432871dcf0916d03e1ab5e5ee62fef7d7719a /db | |
parent | ebbfc0353bf96593906fdc7a73afdbfe2eec8991 (diff) | |
parent | 6f2dd6249fa364ba202631e18ac667d7a3f52b3c (diff) | |
download | hercules-1836ebbc6eb133ecc06232bfa63a3bbb93e4c07d.tar.gz hercules-1836ebbc6eb133ecc06232bfa63a3bbb93e4c07d.tar.bz2 hercules-1836ebbc6eb133ecc06232bfa63a3bbb93e4c07d.tar.xz hercules-1836ebbc6eb133ecc06232bfa63a3bbb93e4c07d.zip |
Merge pull request #824 from Jedzkie/master
- Update the Status Icons of Items.
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 |