From 17f45ccb386dd96561a3aa0951494c97bb55da81 Mon Sep 17 00:00:00 2001 From: HoraK-FDF Date: Sat, 12 Apr 2025 22:17:41 +0200 Subject: make legendary shovel and map dropable so ppl can drop duplicates --- world/map/db/item_db.conf | 4 ++-- world/map/db/item_db_use.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf index eb0325dd..4d006e21 100644 --- a/world/map/db/item_db.conf +++ b/world/map/db/item_db.conf @@ -17101,7 +17101,7 @@ item_db: ( KeepAfterUse: true Trade: { notrade: true - nodrop: true + nodrop: false nocart: true nomail: true noauction: true @@ -17132,7 +17132,7 @@ item_db: ( KeepAfterUse: true Trade: { notrade: true - nodrop: true + nodrop: false nocart: true nomail: true noauction: true diff --git a/world/map/db/item_db_use.txt b/world/map/db/item_db_use.txt index 5bb8137c..020bc80b 100644 --- a/world/map/db/item_db_use.txt +++ b/world/map/db/item_db_use.txt @@ -150,5 +150,5 @@ 5382, AnchorStone, 0, 90000, 45000, 40, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 23, {set @StoneName$, "AnchorStone"; callfunc "useAnchorStone";}, {} //ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, Mode, {UseScript}, {EquipScript} 5383, AnchoredAnchorStone, 0, 0, 0, 40, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 31, {set @StoneName$, "AnchoredAnchorStone"; callfunc "useAnchorStone";}, {} -5405, LegendaryShovel, 0, 0, 0, 210, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 23, {set @ShovelName$, "LegendaryShovel"; callfunc "useShovel";}, {} -5406, LegendaryTreasureMap, 0, 0, 0, 14, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 23, {set @MapName$, "LegendaryTreasureMap"; callfunc "readMap";}, {} +5405, LegendaryShovel, 0, 0, 0, 210, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 22, {set @ShovelName$, "LegendaryShovel"; callfunc "useShovel";}, {} +5406, LegendaryTreasureMap, 0, 0, 0, 14, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 22, {set @MapName$, "LegendaryTreasureMap"; callfunc "readMap";}, {} -- cgit v1.2.3-70-g09d2