diff options
author | HoraK-FDF <horak-fdf@web.de> | 2024-03-09 11:41:17 +0100 |
---|---|---|
committer | HoraK-FDF <horak-fdf@web.de> | 2024-04-14 11:16:47 +0200 |
commit | 6d0f4c0bdf4933c516f1c22406d40e3ad385e64a (patch) | |
tree | 3e7e3873d3578da3c7bff8c32095303dcb70ca1d /world/map/db/item_db.conf | |
parent | e586e59dd796b34a8d10e5de61dfe8444ef84e27 (diff) | |
download | serverdata-6d0f4c0bdf4933c516f1c22406d40e3ad385e64a.tar.gz serverdata-6d0f4c0bdf4933c516f1c22406d40e3ad385e64a.tar.bz2 serverdata-6d0f4c0bdf4933c516f1c22406d40e3ad385e64a.tar.xz serverdata-6d0f4c0bdf4933c516f1c22406d40e3ad385e64a.zip |
Naphtalene to Yellow Apple
Diffstat (limited to 'world/map/db/item_db.conf')
-rw-r--r-- | world/map/db/item_db.conf | 40 |
1 files changed, 28 insertions, 12 deletions
diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf index 3047bd63..19383648 100644 --- a/world/map/db/item_db.conf +++ b/world/map/db/item_db.conf @@ -5289,18 +5289,6 @@ item_db: ( } }, { - Id: 5288 - AegisName: "Naftalin" - Name: "Naphthalene" - Type: "IT_ETC" - Buy: 0 - Sell: 0 - Weight: 1 - Def: 0 - Refine: false - ViewSprite: 5288 -}, -{ Id: 5292 AegisName: "SilverOre" Name: "Silver Ore" @@ -5589,6 +5577,18 @@ item_db: ( } //Disabled: true // @TMWA }, +{ + Id: 5331 + AegisName: "Naftalin" + Name: "Naphthalene" + Type: "IT_ETC" + Buy: 500 + Sell: 200 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 5331 +}, /* Chest Armor */ { Id: 523 @@ -15887,6 +15887,22 @@ item_db: ( "> }, { + Id: 5288 + AegisName: "YellowApple" + Name: "YellowApple" + Type: "IT_USABLE" + Buy: 30 + Sell: 7 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 5288 + Script: <" + callfunc "itheal", 55, 0; + "> +}, +{ Id: 5294 AegisName: "CrazyRum" Name: "Crazy Rum" |