From 0770ba1b569b5cacbfbb98fa57fbf60a6cd3e612 Mon Sep 17 00:00:00 2001 From: Jedzkie Date: Sun, 22 Nov 2015 19:33:45 +0800 Subject: ItemDB Update: - Fix some item behavior that should not stack w/ other stat foods. • Tyr's Blessing - http://www.divine-pride.net/database/item/14601 • Internet Cafe1 - • Internet Cafe2 - • Internet Cafe3 - • Internet Cafe4 - • Luxurious Western Food - http://www.divine-pride.net/database/item/14607 • Manchu-Han Imperial Feast - http://www.divine-pride.net/database/item/14608 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/re/item_db.conf | 57 ++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 38 insertions(+), 19 deletions(-) (limited to 'db/re') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index e7c2f3c61..8e2231054 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -79674,10 +79674,10 @@ item_db: ( Weight: 100 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; "> }, @@ -80205,7 +80205,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; "> @@ -80218,11 +80223,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; "> }, { @@ -80233,9 +80238,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; "> }, @@ -80247,9 +80252,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; "> @@ -109174,7 +109179,7 @@ item_db: ( nomail: true noauction: true } - Script: <" getitem 14601,20; "> + Script: <" getitem Tyr's_Blessing,20; "> }, { Id: 14352 @@ -109192,7 +109197,7 @@ item_db: ( nomail: true noauction: true } - Script: <" getitem 14601,50; "> + Script: <" getitem Tyr's_Blessing,50; "> }, { Id: 14361 @@ -111556,8 +111561,8 @@ item_db: ( noauction: 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; "> @@ -111667,7 +111672,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 @@ -111676,7 +111688,14 @@ item_db: ( Type: 2 Buy: 20000 Weight: 1200 - 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 -- cgit v1.2.3-70-g09d2