summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJedzkie <jedzkie13@rocketmail.com>2015-12-23 18:05:19 +0800
committerJedzkie <jedzkie13@rocketmail.com>2015-12-23 18:05:19 +0800
commitb4a5a9fc744074ff46a58b5fccfe4a218577385f (patch)
tree49c8b7527341ccc16e2ba21085b663d0fcede3dd /db
parente9129d00278edc75a45a1d5d47345c9d9f2460c3 (diff)
downloadhercules-b4a5a9fc744074ff46a58b5fccfe4a218577385f.tar.gz
hercules-b4a5a9fc744074ff46a58b5fccfe4a218577385f.tar.bz2
hercules-b4a5a9fc744074ff46a58b5fccfe4a218577385f.tar.xz
hercules-b4a5a9fc744074ff46a58b5fccfe4a218577385f.zip
Item Update:
- Added official item effect for Mystic Powder. - Added Mystic Powder Box30 - Added effect for WOB_Amatsu - Added Songpyun_Box50 - White space adjustments
Diffstat (limited to 'db')
-rw-r--r--db/const.txt1
-rw-r--r--db/pre-re/item_db.conf14
-rw-r--r--db/re/item_db.conf69
3 files changed, 67 insertions, 17 deletions
diff --git a/db/const.txt b/db/const.txt
index 98883e9cc..cca14517f 100644
--- a/db/const.txt
+++ b/db/const.txt
@@ -1348,6 +1348,7 @@ SC_ENERGY_DRINK_RESERCH 637
SC_MAGIC_CANDY 638
SC_M_LIFEPOTION 639
SC_G_LIFEPOTION 640
+SC_MYSTICPOWDER 641
e_gasp 0
e_what 1
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf
index 8d4c99379..e836d55fe 100644
--- a/db/pre-re/item_db.conf
+++ b/db/pre-re/item_db.conf
@@ -69972,10 +69972,10 @@ item_db: (
noauction: true
}
Script: <"
- getitem Red_Slim_Potion,100;
- getitem Yellow_Slim_Potion,100;
- getitem White_Slim_Potion,100;
- getitem Blue_Potion,100;
+ getitem Red_Slim_Potion, 100;
+ getitem Yellow_Slim_Potion, 100;
+ getitem White_Slim_Potion, 100;
+ getitem Blue_Potion, 100;
">
},
{
@@ -69986,9 +69986,9 @@ item_db: (
Buy: 0
Weight: 10
Script: <"
- if(getskilllv(HT_FALCON)) {
- if(checkoption(Option_Wug) || checkoption(Option_Wugrider)) end;
- if(checkfalcon() == 1) {
+ if (getskilllv(HT_FALCON)) {
+ if (checkoption(Option_Wug) || checkoption(Option_Wugrider)) end;
+ if (checkfalcon() == 1) {
setfalcon 0;
}
else {
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 56eb0e27b..d0339ef46 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -86890,6 +86890,27 @@ item_db: (
Script: <" mercenary_create MER_EDDGA, 1800000; ">
},
{
+ Id: 12805
+ AegisName: "Mystic_Powder"
+ Name: "Mystic Powder"
+ Type: 2
+ Buy: 20
+ Weight: 10
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ nocart: true
+ nomail: true
+ noauction: true
+ nogstorage: true
+ }
+ Script: <"
+ specialeffect2 EF_WIND;
+ sc_start2 SC_MYSTICPOWDER, 300000, 20, 10;
+ ">
+},
+{
Id: 12806
AegisName: "Antler_Scaraba_Scroll"
Name: "Antler Scaraba Scroll"
@@ -87036,6 +87057,15 @@ item_db: (
Script: <" mercenary_create MER_LOLI_RURI, 1800000; ">
},
{
+ Id: 12822
+ AegisName: "Sungpyun_Box50"
+ Name: "Korea Rice Cake 50 Box"
+ Type: 18
+ Buy: 20
+ Weight: 10
+ Script: <" getitem Korea_Rice_Cake, 50; ">
+},
+{
Id: 12823
AegisName: "Sedora_Scroll"
Name: "Sedora Scroll"
@@ -87065,30 +87095,31 @@ item_db: (
notrade: true
noselltonpc: true
nocart: true
- nogstorage: true
nomail: true
noauction: true
+ nogstorage: true
}
Script: <"
- getitem Red_Slim_Potion,100;
- getitem Yellow_Slim_Potion,100;
- getitem White_Slim_Potion,100;
- getitem Blue_Potion,100;
+ getitem Red_Slim_Potion, 100;
+ getitem Yellow_Slim_Potion, 100;
+ getitem White_Slim_Potion, 100;
+ getitem Blue_Potion, 100;
">
},
{
Id: 12845
- AegisName: "Amatsu_Butterfly_Wing"
+ AegisName: "WOB_Amatsu"
Name: "Amatsu Butterfly Wing"
Trade: {
nodrop: true
notrade: true
nocart: true
nostorage: true
- nogstorage: true
nomail: true
noauction: true
+ nogstorage: true
}
+ Script: <" warp "iz_ng01",26,57; ">
},
{
Id: 12846
@@ -87126,9 +87157,9 @@ item_db: (
Type: 11
Buy: 0
Script: <"
- if(getskilllv(HT_FALCON)) {
- if(checkoption(Option_Wug) || checkoption(Option_Wugrider)) end;
- if(checkfalcon() == 1) {
+ if (getskilllv(HT_FALCON)) {
+ if (checkoption(Option_Wug) || checkoption(Option_Wugrider)) end;
+ if (checkfalcon() == 1) {
setfalcon 0;
}
else {
@@ -118672,6 +118703,24 @@ item_db: (
Weight: 10
},
{
+ Id: 17163
+ AegisName: "Mystic_Powder_Box30"
+ Name: "Mystic Powder Box(30)"
+ Type: 18
+ Buy: 20
+ Weight: 10
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ nocart: true
+ nomail: true
+ noauction: true
+ nogstorage: true
+ }
+ Script: <" getitem Mystic_Powder, 30; ">
+},
+{
Id: 17165
AegisName: "Challenge_Kit"
Name: "Challenge Kit"