diff options
author | AtlantisRO <atlas@atlantis-ro.net> | 2016-10-04 16:35:37 -0600 |
---|---|---|
committer | AtlantisRO <atlas@atlantis-ro.net> | 2016-10-04 16:35:37 -0600 |
commit | 5ee643f79eaaff8126fe99c9a1ac7143683c8902 (patch) | |
tree | b4b836a5259bcbf47287ed765b7731c927e8922f /db | |
parent | ac94f6680069dcc682ed62dfe550f802b95a86ba (diff) | |
download | hercules-5ee643f79eaaff8126fe99c9a1ac7143683c8902.tar.gz hercules-5ee643f79eaaff8126fe99c9a1ac7143683c8902.tar.bz2 hercules-5ee643f79eaaff8126fe99c9a1ac7143683c8902.tar.xz hercules-5ee643f79eaaff8126fe99c9a1ac7143683c8902.zip |
Added support to Para_Team_Mark_ item in Eden Group.
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 41a44c2ee..dce46cb70 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -146137,6 +146137,24 @@ item_db: ( //== New Etc Items ========================================= { + Id: 22508 + AegisName: "Para_Team_Mark_" + Name: "Eden Group Mark" + Type: 11 + Delay: 1200000 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" unitskilluseid getcharid(3), "AL_TELEPORT", 3; "> +}, +{ Id: 22514 AegisName: "Candy_Holder" Name: "Candy Holder" |