Jump to content
  • 0

HOW TO REMOVE ITEM DROP FROM MONSTER


Dolphin86

Question


  • Group:  Members
  • Topic Count:  253
  • Topics Per Day:  0.06
  • Content Count:  701
  • Reputation:   16
  • Joined:  01/07/12
  • Last Seen:  

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
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  154
  • Reputation:   51
  • Joined:  07/15/13
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  154
  • Reputation:   6
  • Joined:  10/14/17
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  253
  • Topics Per Day:  0.06
  • Content Count:  701
  • Reputation:   16
  • Joined:  01/07/12
  • Last Seen:  

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? 

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  800
  • Reputation:   227
  • Joined:  01/30/13
  • Last Seen:  

12 hours ago, dolphincute said:

wont that effect other item as well? 

Only all equips, if you look at drops.conf, you see there are separate drop rates for other types.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  154
  • Reputation:   6
  • Joined:  10/14/17
  • Last Seen:  

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
Link to comment
Share on other sites

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.

×
×
  • Create New...