diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-23 18:05:19 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-23 18:05:19 +0800 |
commit | b4a5a9fc744074ff46a58b5fccfe4a218577385f (patch) | |
tree | 49c8b7527341ccc16e2ba21085b663d0fcede3dd /db/pre-re | |
parent | e9129d00278edc75a45a1d5d47345c9d9f2460c3 (diff) | |
download | hercules-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/pre-re')
-rw-r--r-- | db/pre-re/item_db.conf | 14 |
1 files changed, 7 insertions, 7 deletions
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 { |