Jump to content
  • 0

HOW TO REMOVE ITEM DROP FROM MONSTER


Question

Posted (edited)

As title, i would like to know if there is a way that i could remove all type of weapon and armor completely from monster drop?

also i would like to remove any npc that sell weapon or armor, and also from any box, or usable item that could generate weapon or armor 

summary : i want literally every weapon and armor cant be gained from mobs, item, npc and literally anywhere 

Edited by dolphincute

5 answers to this question

Recommended Posts

  • 1
Posted (edited)

You can do manually looking in:

 

db/(pre-re or re)/mob_db.txt
db/(pre-re or re)/item_bluebox.txt
db/(pre-re or re)/item_giftbox.txt
db/(pre-re or re)/item_violetbox.txt
db/(pre-re or re)/item_db.txt
npc/anything with shops

 

Edited by EIysium
  • 0
Posted

in your drops.conf

// The rate at which equipment is dropped.
item_rate_equip: 100
item_rate_equip_boss: 100
item_drop_equip_min: 1
item_drop_equip_max: 10000

I guess you could change these to 0, 

 

But im pretty sure for the NPC's your gonna have to remove them all manually

  • 0
Posted
13 hours ago, lllaaazzz said:

in your drops.conf

// The rate at which equipment is dropped.
item_rate_equip: 100
item_rate_equip_boss: 100
item_drop_equip_min: 1
item_drop_equip_max: 10000

I guess you could change these to 0, 

 

But im pretty sure for the NPC's your gonna have to remove them all manually

wont that effect other item as well? 

  • 0
Posted (edited)
15 hours ago, dolphincute said:

wont that effect other item as well? 

No that should just effect equip items

 

If you look through the rest of that page youll see theres a section for all item types

Edited by lllaaazzz

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...