diff options
Diffstat (limited to 'db/pre-re')
-rw-r--r-- | db/pre-re/item_db.conf | 57 |
1 files changed, 38 insertions, 19 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index 389498ac0..af9acf21d 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -64777,10 +64777,10 @@ item_db: ( EquipLv: 20 Script: <" sc_start SC_FOOD_STR,600000,3; + sc_start SC_FOOD_DEX,600000,3; sc_start SC_FOOD_AGI,600000,3; - sc_start SC_FOOD_VIT,600000,3; sc_start SC_FOOD_INT,600000,3; - sc_start SC_FOOD_DEX,600000,3; + sc_start SC_FOOD_VIT,600000,3; sc_start SC_FOOD_LUK,600000,3; "> }, @@ -65301,7 +65301,12 @@ item_db: ( Buy: 0 Weight: 10 Script: <" - sc_start SC_INCALLSTATUS,5400000,3; + sc_start SC_FOOD_STR,5400000,3; + sc_start SC_FOOD_DEX,5400000,3; + sc_start SC_FOOD_AGI,5400000,3; + sc_start SC_FOOD_INT,5400000,3; + sc_start SC_FOOD_VIT,5400000,3; + sc_start SC_FOOD_LUK,5400000,3; sc_start SC_PLUSATTACKPOWER,5400000,15; sc_start SC_PLUSMAGICPOWER,5400000,15; "> @@ -65314,11 +65319,11 @@ item_db: ( Buy: 0 Weight: 10 Script: <" - sc_start SC_CHASEWALK2,5400000,8; - sc_start SC_INCDEX,5400000,4; - sc_start SC_INCAGI,5400000,6; + sc_start SC_FOOD_STR,5400000,8; + sc_start SC_FOOD_DEX,5400000,4; + sc_start SC_FOOD_AGI,5400000,6; sc_start SC_PLUSATTACKPOWER,5400000,32; - sc_start SC_INCFLEE,5400000,5; + sc_start SC_FOOD_BASICAVOIDANCE,5400000,5; "> }, { @@ -65329,9 +65334,9 @@ item_db: ( Buy: 0 Weight: 10 Script: <" - sc_start SC_INCINT,5400000,8; - sc_start SC_INCVIT,5400000,4; - sc_start SC_INCDEX,5400000,6; + sc_start SC_FOOD_INT,5400000,8; + sc_start SC_FOOD_VIT,5400000,4; + sc_start SC_FOOD_DEX,5400000,6; sc_start SC_PLUSMAGICPOWER,5400000,40; "> }, @@ -65343,9 +65348,9 @@ item_db: ( Buy: 0 Weight: 10 Script: <" - sc_start SC_INCDEX,5400000,8; - sc_start SC_INCLUK,5400000,4; - sc_start SC_INCAGI,5400000,6; + sc_start SC_FOOD_DEX,5400000,8; + sc_start SC_FOOD_LUK,5400000,4; + sc_start SC_FOOD_AGI,5400000,6; sc_start SC_PLUSATTACKPOWER,5400000,24; sc_start SC_PLUSMAGICPOWER,5400000,24; "> @@ -86406,7 +86411,7 @@ item_db: ( noselltonpc: true nogstorage: true } - Script: <" getitem 14601,20; "> + Script: <" getitem Tyr's_Blessing,20; "> }, { Id: 14352 @@ -86420,7 +86425,7 @@ item_db: ( noselltonpc: true nogstorage: true } - Script: <" getitem 14601,50; "> + Script: <" getitem Tyr's_Blessing,50; "> }, { Id: 14363 @@ -87969,8 +87974,8 @@ item_db: ( nogstorage: true } Script: <" - sc_start SC_INCFLEE,300000,30; - sc_start SC_INCHIT,300000,30; + sc_start SC_FOOD_BASICAVOIDANCE,300000,30; + sc_start SC_FOOD_BASICHIT,300000,30; sc_start SC_PLUSATTACKPOWER,300000,20; sc_start SC_PLUSMAGICPOWER,300000,20; "> @@ -88074,7 +88079,14 @@ item_db: ( Type: 2 Buy: 10000 Weight: 600 - Script: <" sc_start SC_INCALLSTATUS,3600000,3; "> + Script: <" + sc_start SC_FOOD_STR,3600000,3; + sc_start SC_FOOD_DEX,3600000,3; + sc_start SC_FOOD_AGI,3600000,3; + sc_start SC_FOOD_INT,3600000,3; + sc_start SC_FOOD_VIT,3600000,3; + sc_start SC_FOOD_LUK,3600000,3; + "> }, { Id: 14608 @@ -88088,7 +88100,14 @@ item_db: ( noselltonpc: true nogstorage: true } - Script: <" sc_start SC_INCALLSTATUS,3600000,6; "> + Script: <" + sc_start SC_FOOD_STR,3600000,6; + sc_start SC_FOOD_DEX,3600000,6; + sc_start SC_FOOD_AGI,3600000,6; + sc_start SC_FOOD_INT,3600000,6; + sc_start SC_FOOD_VIT,3600000,6; + sc_start SC_FOOD_LUK,3600000,6; + "> }, { Id: 14609 |