summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJedzkie <jedzkie13@rocketmail.com>2015-11-22 19:33:45 +0800
committerJedzkie <jedzkie13@rocketmail.com>2015-11-22 19:33:45 +0800
commit0770ba1b569b5cacbfbb98fa57fbf60a6cd3e612 (patch)
tree817587b55f005d3defcd756e842907fb556e2fb1 /db
parent325836eb4e09d3816ae3310b53204ad2f6cf9c05 (diff)
downloadhercules-0770ba1b569b5cacbfbb98fa57fbf60a6cd3e612.tar.gz
hercules-0770ba1b569b5cacbfbb98fa57fbf60a6cd3e612.tar.bz2
hercules-0770ba1b569b5cacbfbb98fa57fbf60a6cd3e612.tar.xz
hercules-0770ba1b569b5cacbfbb98fa57fbf60a6cd3e612.zip
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
Diffstat (limited to 'db')
-rw-r--r--db/pre-re/item_db.conf57
-rw-r--r--db/re/item_db.conf57
2 files changed, 76 insertions, 38 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
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