diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-11-22 20:15:03 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-11-22 20:15:03 +0800 |
commit | c9bdd5a97ed8c8bd25982a136150c99e2526583c (patch) | |
tree | 330417b4883af7e2e5376a7daeeafcfcea942db5 /db/pre-re/item_db.conf | |
parent | dca66cc5af483d3bb5e6df0b58cd8c06617ebdde (diff) | |
download | hercules-c9bdd5a97ed8c8bd25982a136150c99e2526583c.tar.gz hercules-c9bdd5a97ed8c8bd25982a136150c99e2526583c.tar.bz2 hercules-c9bdd5a97ed8c8bd25982a136150c99e2526583c.tar.xz hercules-c9bdd5a97ed8c8bd25982a136150c99e2526583c.zip |
ItemDB Update:
- Fix some item behaviors based on Official Servers.
• Str_Dish10 (Healing percent)
• Citron
• Meat Skewer
• Mre_B
• Mre_C
• Spray Of Flowers
• Strawberry Cake
• Pineapple Juice
• Spicy Sandwich
• Grilled Corn
- Implemented the follow SC:
• SC_FOOD_CRITICALSUCCESSVALUE (Based on Aegis VAR_CRITICALSUCCESSVALUE)
Diffstat (limited to 'db/pre-re/item_db.conf')
-rw-r--r-- | db/pre-re/item_db.conf | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index af9acf21d..b116ea8f2 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -62461,7 +62461,7 @@ item_db: ( BuyingStore: true Script: <" sc_start SC_FOOD_STR,1200000,10; - percentheal 20,20; + percentheal 20,10; "> }, { @@ -62797,6 +62797,7 @@ item_db: ( Buy: 20 Weight: 300 BuyingStore: true + Script: <" sc_start SC_FOOD_BASICAVOIDANCE,180000,30; "> }, { Id: 12102 @@ -62806,6 +62807,7 @@ item_db: ( Buy: 20 Weight: 300 BuyingStore: true + Script: <" sc_start SC_FOOD_BASICHIT,180000,30; "> }, { Id: 12103 @@ -65163,7 +65165,7 @@ item_db: ( nomail: true noauction: true } - Script: <" sc_start SC_INCHIT,600000,33; "> + Script: <" sc_start SC_FOOD_BASICHIT,600000,33; "> }, { Id: 12273 @@ -65181,7 +65183,7 @@ item_db: ( nomail: true noauction: true } - Script: <" sc_start SC_INCFLEE,600000,33; "> + Script: <" sc_start SC_FOOD_BASICAVOIDANCE,600000,33; "> }, { Id: 12274 @@ -65789,7 +65791,7 @@ item_db: ( Nouse: { sitting: true } - Script: <" sc_start SC_INCFLEE,600000,10; "> + Script: <" sc_start SC_FOOD_BASICAVOIDANCE,600000,10; "> }, { Id: 12311 @@ -65888,8 +65890,8 @@ item_db: ( Buy: 0 Weight: 300 Script: <" - sc_start SC_INCATKRATE,600000,5; - sc_start SC_INCMATKRATE,600000,5; + sc_start SC_PLUSATTACKPOWER,600000,5; + sc_start SC_PLUSMAGICPOWER,600000,5; "> }, { @@ -65900,8 +65902,8 @@ item_db: ( Buy: 0 Weight: 300 Script: <" - sc_start SC_INCHIT,600000,10; - sc_start SC_PLUSAVOIDVALUE,600000,20; + sc_start SC_FOOD_BASICHIT,600000,10; + sc_start SC_FOOD_BASICAVOIDANCE,600000,20; "> }, { @@ -65911,7 +65913,7 @@ item_db: ( Type: 2 Buy: 0 Weight: 300 - Script: <" sc_start SC_CRITICALPERCENT,600000,7; "> + Script: <" sc_start SC_FOOD_CRITICALSUCCESSVALUE,600000,7; "> }, { Id: 12322 @@ -66132,9 +66134,9 @@ item_db: ( Buy: 100 Weight: 100 Script: <" - sc_start SC_CHASEWALK2,180000,2; - sc_start SC_INCINT,180000,2; - sc_start SC_INCAGI,180000,2; + sc_start SC_FOOD_STR,180000,2; + sc_start SC_FOOD_INT,180000,2; + sc_start SC_FOOD_AGI,180000,2; "> }, { |