diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-20 11:49:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-20 11:49:24 -0300 |
commit | ad6dbe3a178088240fd0425b75b11b79c098eb84 (patch) | |
tree | 49cf461055e2e98f74e200f795c23e5305255f83 /db | |
parent | 146b072409f946c996d362c0b6e463a33ca37d27 (diff) | |
download | serverdata-ad6dbe3a178088240fd0425b75b11b79c098eb84.tar.gz serverdata-ad6dbe3a178088240fd0425b75b11b79c098eb84.tar.bz2 serverdata-ad6dbe3a178088240fd0425b75b11b79c098eb84.tar.xz serverdata-ad6dbe3a178088240fd0425b75b11b79c098eb84.zip |
Artis Warp Crystal & Registry
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 3065d6c80..8acdc2d4f 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3138,7 +3138,30 @@ item_db: ( doevent "Warp Crystal::OnUse"; "> }, -// item id 678 and 679 reserved - warp crystals +{ + Id: 678 + AegisName: "ArtisWarpCrystal" + Name: "Artis Warp Crystal" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 40 + Delay: 500 + Trade: { + notrade: true + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" + @dest$="Artis"; + @itemid=678; + doevent "Warp Crystal::OnUse"; + "> +}, +// item id 679 reserved - warp crystals { Id: 680 AegisName: "TreasureMap" |