L2JMobius

High Five Maximum drop occurrences

CuBaxa · 3 · 2105

Offline CuBaxa

  • Vassal
  • *
    • Posts: 2
Good day. I can't set up drops for more than 1 item. 100% chance always drops 1 item.
The maximum number is set as follows.

DropMaxOccurrencesNormal = 50
DropMaxOccurrencesRaidboss = 50

Can you please tell me where the problem could be, or am I looking in the wrong place?


Offline Khamirikay

  • Vassal
  • *
    • Posts: 7
# ---------------------------------------------------------------------------
# Item Drop Rates
# ---------------------------------------------------------------------------
# Remember if you increase both chance and amount you will have higher rates than expected.
# Example: if amount multiplier is 5 and chance multiplier is 5 you will end up with 5*5 = 25 drop rates so be careful!

# Multiplies the amount of items rewarded from monsters when they die.
DeathDropAmountMultiplier = 1
# Multiplies the amount of items rewarded from monsters when a Spoil skill is used.
SpoilDropAmountMultiplier = 1
# Multiplies the amount of items rewarded from monsters when they die.
HerbDropAmountMultiplier = 1
RaidDropAmountMultiplier = 1

Change this.


Offline CuBaxa

  • Vassal
  • *
    • Posts: 2
When the chance increases, it reaches 100%, and the amount does not change. As it was 1, and remains. Even if you set x100000.
The quantity multiplier works, but I just want to adjust the drop.