diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-16 17:42:50 +0800 |
---|---|---|
committer | dastgir <dastgirpojee@rocketmail.com> | 2015-12-17 07:06:40 -0500 |
commit | fa4175c2527a328e7c65bab40d9747caaf792656 (patch) | |
tree | ca331ad0365a51e5ef29b68f4b2d478aa0c9ea87 /db/re | |
parent | 590fcf04372ac04e098d8499a5d3e8c9adc0981d (diff) | |
download | hercules-fa4175c2527a328e7c65bab40d9747caaf792656.tar.gz hercules-fa4175c2527a328e7c65bab40d9747caaf792656.tar.bz2 hercules-fa4175c2527a328e7c65bab40d9747caaf792656.tar.xz hercules-fa4175c2527a328e7c65bab40d9747caaf792656.zip |
Added 8 Official kRO & jRO Costumes supported up to 2015-05-13aRagexe.
Change the AegisName of Music Decoration to its official name.
Update Status Change ID's. (Thanks to Rytech)
Note:
• Some of the costumes items are missing or not implemented on this commit, but this is their official SC's.
• SC's that don't have costume items:
- SC_FLOWERSMOKE
- SC_HAPPINESS_STAR
- SC_MAGICAL_FEATHER
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index b6eeba2cf..a01a9d3d1 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -125525,6 +125525,16 @@ item_db: ( "> }, { + Id: 19022 + AegisName: "C_Floating_Stone_Of_Intelligence" + Name: "Floating Stone Of Intelligence" + Type: 5 + Loc: 2048 + View: 1230 + OnEquipScript: <" sc_start SC_FSTONE, -1, 0; "> + OnUnequipScript: <" sc_end SC_FSTONE; "> +}, +{ Id: 19023 AegisName: "Queen_Scaraba_Crown" Name: "Queen Scaraba Crown" @@ -129157,14 +129167,14 @@ item_db: ( }, { Id: 19871 - AegisName: "C_DecorationOfMusic_Accessory" + AegisName: "C_Music_Decoration" Name: "Decoration of Music" Type: 5 Buy: 20 Loc: 2048 Refine: false View: 1074 - OnEquipScript: <" sc_start SC_DECORATION_OF_MUSIC,-1,0; "> + OnEquipScript: <" sc_start SC_DECORATION_OF_MUSIC, -1, 0; "> OnUnequipScript: <" sc_end SC_DECORATION_OF_MUSIC; "> }, { @@ -130616,6 +130626,8 @@ item_db: ( Name: "Costume Angel Stair" Type: 5 Loc: 1024 + OnEquipScript: <" sc_start SC_HAT_EFFECT, -1, 0; "> + OnUnequipScript: <" sc_end SC_HAT_EFFECT; "> }, { Id: 20063 @@ -131464,6 +131476,8 @@ item_db: ( Type: 5 Loc: 4096 View: 1275 + OnEquipScript: <" sc_start SC_MAPLE_FALLS, -1, 0; "> + OnUnequipScript: <" sc_end SC_MAPLE_FALLS; "> }, { Id: 20155 @@ -132266,6 +132280,8 @@ item_db: ( Type: 5 Loc: 2048 View: 1309 + OnEquipScript: <" sc_start SC_TIME_ACCESSORY, -1, 0; "> + OnUnequipScript: <" sc_end SC_TIME_ACCESSORY; "> }, { Id: 20247 @@ -132554,6 +132570,8 @@ item_db: ( Type: 5 Loc: 4096 View: 1331 + OnEquipScript: <" sc_start SC_BLOSSOM_FLUTTERING, -1, 0; "> + OnUnequipScript: <" sc_end SC_BLOSSOM_FLUTTERING; "> }, { Id: 20286 |