item can not be destroyed

arisgamers

New member
Messages
173
Points
0
Github
arisgamers
Emulator
Item like Gym Pass can not be destroyed, dropped, or sold to NPC.

They taking up weight in inventory or space in storage.

How to remove it from inventory & storage?

 
Item like Gym Pass can not be destroyed, dropped, or sold to NPC.

They taking up weight in inventory or space in storage.

How to remove it from inventory & storage?
Thats because by default, it has these options:

RE: https://raw.githubusercontent.com/HerculesWS/Hercules/master/db/re/item_db.conf

Id: 7776

AegisName: "Max_Weight_Up_Scroll"

Name: "Gym Pass"

Type: 3

Buy: 0

Weight: 10

Trade: {

nodrop: true

notrade: true

noselltonpc: true

nocart: true

nogstorage: true

nomail: true

noauction: true

    }


Pre-re: https://raw.githubusercontent.com/HerculesWS/Hercules/master/db/pre-re/item_db.conf

Just change it to false accordingly.

 
Back
Top