summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-11 17:01:29 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-11 17:01:29 -0300
commitd6f939f0072cac5d8988a0a7f67d39a048f77194 (patch)
tree373a67243da31cca00c22158e8f4149dcc768776 /db
parentb10f74c33d3d6021f26b31ba4ce6a030ee6c1609 (diff)
parent1a51dc5fb3d0f3525e48bb255500d665ed5f93b4 (diff)
downloadserverdata-jesusalva/feather.tar.gz
serverdata-jesusalva/feather.tar.bz2
serverdata-jesusalva/feather.tar.xz
serverdata-jesusalva/feather.zip
Merge branch 'master' into jesusalva/featherjesusalva/feather
Diffstat (limited to 'db')
-rw-r--r--db/re/item_db.conf12
1 files changed, 11 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 84b8e07e..f5b7847b 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -612,8 +612,18 @@ item_db: (
Trade: {
nodrop: true
noselltonpc: true
+ nogstorage: true
+ nomail: true
}
- Sprite: 0
+ OnEquipScript: <"
+ if (gettimetick(2) < COOKIE_COOLDOWN) {
+ unequip(EQI_HEAD_MID);
+ //dispbottom l("You need to wait @@ more before equipping this again.", FuzzyTime(COOKIE_COOLDOWN));
+ end;
+ }
+ COOKIE_COOLDOWN=gettimetick(2)+600;
+ addtimer 60000, "#DeliciousCookie::OnUnequip";
+ ">
},
{
Id: 518