summaryrefslogtreecommitdiff
path: root/db/pre-re
diff options
context:
space:
mode:
authorJedzkie <jedzkie13@rocketmail.com>2015-12-15 09:19:36 +0800
committerHaru <haru@dotalux.com>2015-12-17 05:49:37 +0100
commit58da8501fe630285f3934508e0c9314e99bbb5f8 (patch)
tree712f45502ed375102013317e1032d25e3bbf37f0 /db/pre-re
parent54cd38cf029096f217332eb200f9fd836860897d (diff)
downloadhercules-58da8501fe630285f3934508e0c9314e99bbb5f8.tar.gz
hercules-58da8501fe630285f3934508e0c9314e99bbb5f8.tar.bz2
hercules-58da8501fe630285f3934508e0c9314e99bbb5f8.tar.xz
hercules-58da8501fe630285f3934508e0c9314e99bbb5f8.zip
ItemDB Updates:
- Change ID to Constants of some items both pre-re and re. - Corrected some item names and scripts. - Added 'Mysterious_Can2', 'Mysterious_PET_Bottle2', '2009_Rice_Cake_Soup', 'Vulcan Bullet Magazine', 'Unripe_Yggdrasil', 'Iggdrasilberry_Box' effect. Closes #957 as merged Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db/pre-re')
-rw-r--r--db/pre-re/item_db.conf110
1 files changed, 67 insertions, 43 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf
index f6b644d3f..a4f3a96da 100644
--- a/db/pre-re/item_db.conf
+++ b/db/pre-re/item_db.conf
@@ -63221,7 +63221,7 @@ item_db: (
Buy: 2
Weight: 350
BuyingStore: true
- Script: <" getitem 13204,500; ">
+ Script: <" getitem Lightning_Sphere, 500; ">
},
{
Id: 12145
@@ -63231,7 +63231,7 @@ item_db: (
Buy: 2
Weight: 350
BuyingStore: true
- Script: <" getitem 13206,500; ">
+ Script: <" getitem Blind_Sphere, 500; ">
},
{
Id: 12146
@@ -63241,7 +63241,7 @@ item_db: (
Buy: 2
Weight: 350
BuyingStore: true
- Script: <" getitem 13205,500; ">
+ Script: <" getitem Poison_Sphere, 500; ">
},
{
Id: 12147
@@ -63251,7 +63251,7 @@ item_db: (
Buy: 2
Weight: 350
BuyingStore: true
- Script: <" getitem 13207,500; ">
+ Script: <" getitem Freezing_Sphere, 500; ">
},
{
Id: 12148
@@ -63261,7 +63261,7 @@ item_db: (
Buy: 2
Weight: 350
BuyingStore: true
- Script: <" getitem 13203,500; ">
+ Script: <" getitem Flare_Sphere, 500; ">
},
{
Id: 12149
@@ -63271,7 +63271,7 @@ item_db: (
Buy: 2
Weight: 250
BuyingStore: true
- Script: <" getitem 13200,500; ">
+ Script: <" getitem Bullet, 500; ">
},
{
Id: 12150
@@ -63281,7 +63281,7 @@ item_db: (
Buy: 2
Weight: 250
BuyingStore: true
- Script: <" getitem 13202,500; ">
+ Script: <" getitem Shell_Of_Blood, 500; ">
},
{
Id: 12151
@@ -63291,7 +63291,7 @@ item_db: (
Buy: 2
Weight: 250
BuyingStore: true
- Script: <" getitem 13201,500; ">
+ Script: <" getitem Silver_Bullet, 500; ">
},
{
Id: 12152
@@ -63850,7 +63850,7 @@ item_db: (
Buy: 2
Weight: 250
BuyingStore: true
- Script: <" getitem 1772,500; ">
+ Script: <" getitem Holy_Arrow, 500; ">
},
{
Id: 12184
@@ -66157,7 +66157,7 @@ item_db: (
Buy: 30000
Weight: 10
BuyingStore: true
- Script: <" getitem 7940,100; ">
+ Script: <" getitem Special_Alloy_Trap, 100; ">
},
{
Id: 12342
@@ -66701,6 +66701,10 @@ item_db: (
Nouse: {
sitting: true
}
+ Script: <"
+ percentheal 3, 0;
+ itemskill PR_GLORIA, 2;
+ ">
},
{
Id: 12377
@@ -66713,6 +66717,10 @@ item_db: (
Nouse: {
sitting: true
}
+ Script: <"
+ percentheal 0, 3;
+ itemskill PR_MAGNIFICAT, 1;
+ ">
},
{
Id: 12378
@@ -66721,6 +66729,7 @@ item_db: (
Type: 2
Buy: 10
Weight: 100
+ Script: <" percentheal 50, 50; ">
},
{
Id: 12379
@@ -66776,6 +66785,7 @@ item_db: (
Buy: 11000
Weight: 500
BuyingStore: true
+ Script: <" getitem Vulcan_Bullet, 1000; ">
},
{
Id: 12384
@@ -66971,7 +66981,7 @@ item_db: (
Job: 0x00000400
Upper: 8
BuyingStore: true
- Script: <" //madoheal rand(200,300),0; ">
+ Script: <" if(checkmount() == MOUNT_MADO) itemheal rand(200,300), 0; ">
},
{
Id: 12393
@@ -66983,7 +66993,7 @@ item_db: (
Job: 0x00000400
Upper: 8
BuyingStore: true
- Script: <" //madoheal rand(300,400),0; ">
+ Script: <" if(checkmount() == MOUNT_MADO) itemheal rand(300,400), 0; ">
},
{
Id: 12394
@@ -66995,7 +67005,7 @@ item_db: (
Job: 0x00000400
Upper: 8
BuyingStore: true
- Script: <" //madoheal rand(400,500),0; ">
+ Script: <" if(checkmount() == MOUNT_MADO) itemheal rand(400,500), 0; ">
},
{
Id: 12395
@@ -67164,6 +67174,11 @@ item_db: (
nomail: true
noauction: true
}
+ Script: <"
+ percentheal 30,30;
+ skilleffect AL_BLESSING,0;
+ sc_start SC_BLESSING,140000,5;
+ ">
},
{
Id: 12406
@@ -68373,12 +68388,13 @@ item_db: (
Trade: {
nodrop: true
notrade: true
- noselltonpc: true
nocart: true
- nogstorage: true
+ noselltonpc: true
nomail: true
noauction: true
+ nogstorage: true
}
+ Script: <" getitem White_Slim_Potion, 200; ">
},
{
Id: 12530
@@ -68389,12 +68405,13 @@ item_db: (
Trade: {
nodrop: true
notrade: true
- noselltonpc: true
nocart: true
- nogstorage: true
+ noselltonpc: true
nomail: true
noauction: true
+ nogstorage: true
}
+ Script: <" getitem Fruit_Of_Mastela, 200; ">
},
{
Id: 12531
@@ -68405,47 +68422,47 @@ item_db: (
Trade: {
nodrop: true
notrade: true
- noselltonpc: true
nocart: true
- nogstorage: true
+ noselltonpc: true
nomail: true
noauction: true
+ nogstorage: true
}
- Script: <" getitem White_Potion,100; ">
+ Script: <" getitem White_Potion, 100; ">
},
{
Id: 12532
AegisName: "Royal_Jelly_Box2"
- Name: "Royal Jelly Box2"
+ Name: "Royal Jelly Box"
Type: 2
Buy: 0
Trade: {
nodrop: true
notrade: true
- noselltonpc: true
nocart: true
- nogstorage: true
+ noselltonpc: true
nomail: true
noauction: true
+ nogstorage: true
}
- Script: <" getitem Royal_Jelly,100; ">
+ Script: <" getitem Royal_Jelly, 100; ">
},
{
Id: 12533
AegisName: "Blue_Herb_Box2"
- Name: "Blue Herb Box2"
+ Name: "Blue Herb Box"
Type: 2
Buy: 0
Trade: {
nodrop: true
notrade: true
- noselltonpc: true
nocart: true
- nogstorage: true
+ noselltonpc: true
nomail: true
noauction: true
+ nogstorage: true
}
- Script: <" getitem Blue_Herb,100; ">
+ Script: <" getitem Blue_Herb, 100; ">
},
{
Id: 12534
@@ -68456,24 +68473,31 @@ item_db: (
Trade: {
nodrop: true
notrade: true
- noselltonpc: true
nocart: true
- nogstorage: true
+ noselltonpc: true
nomail: true
noauction: true
+ nogstorage: true
}
- Script: <" getitem Seed_Of_Yggdrasil,30; ">
+ Script: <" getitem Seed_Of_Yggdrasil, 30; ">
},
-// unknown type, not in database
-/*
{
Id: 12535
- AegisName: "Yggdrasilberry_Box"
- Name: "Iggdrasilberry Box"
+ AegisName: "Iggdrasilberry_Box"
+ Name: "Yggdrasil Berry Box"
Type: 2
Buy: 0
+ Trade: {
+ nodrop: true
+ notrade: true
+ nocart: true
+ noselltonpc: true
+ nomail: true
+ noauction: true
+ nogstorage: true
+ }
+ Script: <" getitem Yggdrasilberry, 15; ">
},
-*/
{
Id: 12536
AegisName: "NY_Rice_Cake_Soup"
@@ -68628,7 +68652,7 @@ item_db: (
{
Id: 12549
AegisName: "White_Slim_Pot_Box2"
- Name: "White Slim Pot Box2"
+ Name: "White Slim Potion Box"
Type: 2
Buy: 0
Trade: {
@@ -68640,12 +68664,12 @@ item_db: (
nomail: true
noauction: true
}
- Script: <" getitem White_Slim_Potion,200; ">
+ Script: <" getitem White_Slim_Potion, 100; ">
},
{
Id: 12550
AegisName: "Poison_Bottle_Box2"
- Name: "Poison Bottle Box2"
+ Name: "Poison Bottle Box"
Type: 2
Buy: 0
Trade: {
@@ -68657,7 +68681,7 @@ item_db: (
nomail: true
noauction: true
}
- Script: <" getitem Poison_Bottle,30; ">
+ Script: <" getitem Poison_Bottle, 30; ">
},
{
Id: 12551
@@ -69541,7 +69565,7 @@ item_db: (
Name: "Valentine Gift Box"
Type: 2
Buy: 0
- Script: <" getitem Valentine_Gold_Ring,1; ">
+ Script: <" getitem Valentine_Gold_Ring, 1; ">
},
{
Id: 12743
@@ -69549,7 +69573,7 @@ item_db: (
Name: "Valentine Gift Box"
Type: 2
Buy: 0
- Script: <" getitem Valentine_Silver_Ring,1; ">
+ Script: <" getitem Valentine_Silver_Ring, 1; ">
},
{
Id: 12744
@@ -69557,7 +69581,7 @@ item_db: (
Name: "Chocolate Box"
Type: 2
Buy: 0
- Script: <" getitem Chocolate,1; ">
+ Script: <" getitem Chocolate, 1; ">
},
{
Id: 12745