summaryrefslogtreecommitdiff
path: root/db/pre-re/item_db.conf
diff options
context:
space:
mode:
authordastgir <dastgirpojee@rocketmail.com>2014-11-07 05:18:08 -0500
committerdastgir <dastgirpojee@rocketmail.com>2014-11-07 05:18:08 -0500
commit182f11b52116bfca978368d372831594a806debc (patch)
tree7f231a9cc60c2a1d28aee8fc6873a881ce57afca /db/pre-re/item_db.conf
parent6dc75795d290e887fc87901ace89ca2f391d4530 (diff)
downloadhercules-182f11b52116bfca978368d372831594a806debc.tar.gz
hercules-182f11b52116bfca978368d372831594a806debc.tar.bz2
hercules-182f11b52116bfca978368d372831594a806debc.tar.xz
hercules-182f11b52116bfca978368d372831594a806debc.zip
Added Roulette Items to pre-re
Changed "set" to Direct assigning.
Diffstat (limited to 'db/pre-re/item_db.conf')
-rw-r--r--db/pre-re/item_db.conf62
1 files changed, 59 insertions, 3 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf
index 95503ee11..2149be029 100644
--- a/db/pre-re/item_db.conf
+++ b/db/pre-re/item_db.conf
@@ -1795,7 +1795,7 @@ item_db: (
nomail: true
noauction: true
}
- Script: <" set TmpRouletteGold,TmpRouletteGold + 1; ">
+ Script: <" TmpRouletteGold += 1; ">
},
{
Id: 672
@@ -1839,7 +1839,7 @@ item_db: (
nomail: true
noauction: true
}
- Script: <" set TmpRouletteSilver,TmpRouletteSilver + 1; ">
+ Script: <" TmpRouletteSilver += 1; ">
},
{
Id: 676
@@ -68915,6 +68915,16 @@ item_db: (
Script: <" searchstores 10,1; ">
},
{
+ Id: 12609
+ AegisName: "Old_Ore_Box"
+ Name: "Old Ore Box"
+ Type: 2
+ Buy: 20
+ Weight: 100
+ Upper: 63
+ Script: <" packageitem(); ">
+},
+{
Id: 12701
AegisName: "Old_Blue_Box_F"
Name: "Old Blue Box"
@@ -69886,6 +69896,30 @@ item_db: (
Script: <" CharRename += 1; ">
},
{
+ Id: 12831
+ AegisName: "Potion_Box"
+ Name: "Potion Box"
+ Type: 2
+ Buy: 0
+ Weight: 50
+ Upper: 63
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ nocart: true
+ nogstorage: true
+ nomail: true
+ noauction: true
+ }
+ Script: <"
+ getitem 545,100;
+ getitem 546,100;
+ getitem 547,100;
+ getitem 505,100;
+ ">
+},
+{
Id: 12848
AegisName: "Falcon_Flute"
Name: "Falcon Flute"
@@ -89228,6 +89262,28 @@ item_db: (
Script: <" itemskill RK_LUXANIMA,1; ">
},
{
+ Id: 22777
+ AegisName: "Buff_Gift_Set"
+ Name: "Buff Gift Set"
+ Type: 2
+ Buy: 20
+ Weight: 100
+ Trade: {
+ nodrop: true
+ notrade: true
+ nocart: true
+ nostorage: true
+ nogstorage: true
+ nomail: true
+ noauction: true
+ }
+ Script: <"
+ getitem 14534,5;
+ getitem 12215,5;
+ getitem 12216,5;
+ ">
+},
+{
Id: 22837
AegisName: "Integer_Time"
Name: "Integer Time"
@@ -89246,6 +89302,6 @@ item_db: (
nomail: true
noauction: true
}
- Script: <" set TmpRouletteBronze,TmpRouletteBronze + 1; ">
+ Script: <" TmpRouletteBronze += 1; ">
},
)