diff options
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 |