From fa4175c2527a328e7c65bab40d9747caaf792656 Mon Sep 17 00:00:00 2001 From: Jedzkie Date: Wed, 16 Dec 2015 17:42:50 +0800 Subject: 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) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- db/const.txt | 9 +++++++++ db/re/item_db.conf | 22 ++++++++++++++++++++-- db/sc_config.txt | 10 ++++++++++ 3 files changed, 39 insertions(+), 2 deletions(-) (limited to 'db') diff --git a/db/const.txt b/db/const.txt index 100ee1e7a..a338d300d 100644 --- a/db/const.txt +++ b/db/const.txt @@ -1324,6 +1324,15 @@ SC_MVPCARD_MISTRESS 615 SC_MVPCARD_ORCHERO 616 SC_MVPCARD_ORCLORD 617 +SC_HAT_EFFECT 618 +SC_FLOWERSMOKE 619 +SC_FSTONE 620 +SC_HAPPINESS_STAR 621 +SC_MAPLE_FALLS 622 +SC_TIME_ACCESSORY 623 +SC_MAGICAL_FEATHER 624 +SC_BLOSSOM_FLUTTERING 625 + e_gasp 0 e_what 1 e_ho 2 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 @@ -125524,6 +125524,16 @@ item_db: ( /* every refine of lance increase the chance of trigger and increase damage of spiral pierce by 5%. */ "> }, +{ + 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" @@ -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 diff --git a/db/sc_config.txt b/db/sc_config.txt index b37afa877..d8272d39f 100644 --- a/db/sc_config.txt +++ b/db/sc_config.txt @@ -466,12 +466,22 @@ SC_FORTUNE, 79 SC_SERVICEFORYOU, 79 SC_INCHIT, 77 SC_PUSH_CART, 205 + +// Costumes SC_MOONSTAR, 207 SC_SUPER_STAR, 207 SC_STRANGELIGHTS, 207 SC_DECORATION_OF_MUSIC, 207 SC_LJOSALFAR, 207 SC_MERMAID_LONGING, 207 +SC_HAT_EFFECT, 207 +SC_FLOWERSMOKE, 207 +SC_FSTONE, 207 +SC_HAPPINESS_STAR, 207 +SC_MAPLE_FALLS, 207 +SC_TIME_ACCESSORY, 207 +SC_MAGICAL_FEATHER, 207 +SC_BLOSSOM_FLUTTERING, 207 // Cant Clear SC_ALL_RIDING, 141 -- cgit v1.2.3-60-g2f50