summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJedzkie <jedzkie13@rocketmail.com>2015-12-16 17:42:50 +0800
committerdastgir <dastgirpojee@rocketmail.com>2015-12-17 07:06:40 -0500
commitfa4175c2527a328e7c65bab40d9747caaf792656 (patch)
treeca331ad0365a51e5ef29b68f4b2d478aa0c9ea87 /db
parent590fcf04372ac04e098d8499a5d3e8c9adc0981d (diff)
downloadhercules-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')
-rw-r--r--db/const.txt9
-rw-r--r--db/re/item_db.conf22
-rw-r--r--db/sc_config.txt10
3 files changed, 39 insertions, 2 deletions
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
@@ -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
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