summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-07-28 22:59:05 -0300
committerJesusaves <cpntb1@ymail.com>2020-07-28 22:59:05 -0300
commit279a4acb0a4a64a1e69154ef862b300473fd4145 (patch)
tree405e629521816383dc1127750eff4af1bb1b2769 /db/re/item_db.conf
parent7ec7411f6e631d69a3b2e1286d1e069138c3c860 (diff)
downloadserverdata-279a4acb0a4a64a1e69154ef862b300473fd4145.tar.gz
serverdata-279a4acb0a4a64a1e69154ef862b300473fd4145.tar.bz2
serverdata-279a4acb0a4a64a1e69154ef862b300473fd4145.tar.xz
serverdata-279a4acb0a4a64a1e69154ef862b300473fd4145.zip
Iced Water can now be used and will give you a break on the Volcano.
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf26
1 files changed, 19 insertions, 7 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index eed2c1959..50ba4598f 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -4546,15 +4546,11 @@ item_db: (
Weight: 20
Refine: false
},
+// ID 816 is free
{
Id: 816
- AegisName: "IcedBottle"
- Name: "Iced Bottle"
- Type: "IT_ETC"
- Buy: 10000
- Sell: 500
- Weight: 20
- Refine: false
+ AegisName: "Item816"
+ Name: "Item 816"
},
{
Id: 817
@@ -16312,6 +16308,22 @@ item_db: (
getitem .@r[.@n], 1;
">
},
+{
+ Id: 8024
+ AegisName: "IcedBottle"
+ Name: "Iced Bottle"
+ Type: "IT_USABLE"
+ Buy: 10000
+ Sell: 500
+ Weight: 20
+ Refine: false
+ KeepAfterUse: false
+ Delay: 2000
+ Script: <"
+ // Gives you 5 extra minutes of cooldown
+ @coolio=max(gettimetick(2), @coolio)+300;
+ ">
+},
)