Jump to content

Question

Posted

Guys, tell me how to alter the code that would not start dropping more than 5 pieces. At the moment, the maximum drop one piece.

 

(Config.NO_RATE_KEY_MATERIAL && _item.isKeyMatherial())

1 answer to this question

Recommended Posts

  • 0
Posted

There is probably a do / while loop to drop items (if you mean monsters drops), you have to break it somehow (adding an internal int counter for example, or re-using a variable if such variable already exists somehow).

Guest
This topic is now closed to further replies.


×
×
  • Create New...