diff options
Diffstat (limited to 'db/pre-re/item_db.conf')
-rw-r--r-- | db/pre-re/item_db.conf | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index 3ed2027cb..e17b1d952 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -78674,7 +78674,7 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 - Script: <" getitem 14586,5; "> + Script: <" getitem Spark_Candy, 5; "> }, { Id: 13858 @@ -78683,7 +78683,7 @@ item_db: ( Type: 18 Buy: 20 Weight: 10 - Script: <" getitem 14586,10; "> + Script: <" getitem Spark_Candy, 10; "> }, { Id: 13859 @@ -82169,7 +82169,7 @@ item_db: ( nomail: true noauction: true } - Script: <" getitem 14586,5; "> + Script: <" getitem Spark_Candy, 5; "> }, { Id: 14050 @@ -82183,11 +82183,11 @@ item_db: ( notrade: true noselltonpc: true nocart: true - nogstorage: true nomail: true noauction: true + nogstorage: true } - Script: <" getitem 14586,10; "> + Script: <" getitem Spark_Candy, 10; "> }, { Id: 14051 @@ -87824,6 +87824,10 @@ item_db: ( noselltonpc: true nogstorage: true } + Script: <" + specialeffect2 EF_HASTEUP; + sc_start2 SC_STEAMPACK, 60000, 20, 25; + "> }, { Id: 14587 |