L2J Revision 3247:
L2JDP Revision 6350:
Hi..
Is it possible to disable completely the herbs in the game ? So when you hit some small mobs not to take any of them..???
Disable Herbs
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Disable Herbs
you have more possibilities how to do that:
1. set the drop rate of herbs to 0 in rates.properties config
2. in npc table set the column drop_herbs to false (update npc set drop_herbs = false)
1. set the drop rate of herbs to 0 in rates.properties config
2. in npc table set the column drop_herbs to false (update npc set drop_herbs = false)
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
-
- Posts: 99
- Joined: Wed Jan 04, 2006 12:51 am
Re: Disable Herbs
Sure just go into java/net/sf/l2j/gameserver/model/actor/L2Attackable.java and comment out the herbs you don't want, then compile.
-
- Posts: 60
- Joined: Tue Jun 16, 2009 4:38 pm
- Location: Hellas
Re: Disable Herbs
I don't know how to compile.
Searching in Rates tab on server Configuration Tool the only option i see about herbs are:
Rate Common herbs
Rate HP MP herbs
Rate Greater herbs
Rate Superior herbs
So if i understand correctly i must set those options to 0. Right...???
Searching in Rates tab on server Configuration Tool the only option i see about herbs are:
Rate Common herbs
Rate HP MP herbs
Rate Greater herbs
Rate Superior herbs
So if i understand correctly i must set those options to 0. Right...???
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Disable Herbs
yeah, just try itsmartmedia wrote:So if i understand correctly i must set those options to 0. Right...???

DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!