How i can make x2 drop rate? I try from Config folder
# ---------------------------------------------------------------------------
# Item Rates
# ---------------------------------------------------------------------------
# Warning: 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 dropped from monster on ground when it dies.
DeathDropAmountMultiplier = 1
# Multiplies the amount of items looted from monster when a skill like Sweeper(Spoil) is used.
CorpseDropAmountMultiplier = 1
# Multiplies the amount of items dropped from monster on ground when it dies.
HerbDropAmountMultiplier = 1
RaidDropAmountMultiplier = 1
# Multiplies the chance of items that can be dropped from monster on ground when it dies.
DeathDropChanceMultiplier = 1
# Multiplies the chance of items that can be looted from monster when a skill like Sweeper(Spoil) is used.
CorpseDropChanceMultiplier = 1
# Multiplies the chance of items that can be dropped from monster on ground when it dies.
HerbDropChanceMultiplier = 1
RaidDropChanceMultiplier = 1
Question
InFocus
How i can make x2 drop rate? I try from Config folder
# --------------------------------------------------------------------------- # Item Rates # --------------------------------------------------------------------------- # Warning: 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 dropped from monster on ground when it dies. DeathDropAmountMultiplier = 1 # Multiplies the amount of items looted from monster when a skill like Sweeper(Spoil) is used. CorpseDropAmountMultiplier = 1 # Multiplies the amount of items dropped from monster on ground when it dies. HerbDropAmountMultiplier = 1 RaidDropAmountMultiplier = 1 # Multiplies the chance of items that can be dropped from monster on ground when it dies. DeathDropChanceMultiplier = 1 # Multiplies the chance of items that can be looted from monster when a skill like Sweeper(Spoil) is used. CorpseDropChanceMultiplier = 1 # Multiplies the chance of items that can be dropped from monster on ground when it dies. HerbDropChanceMultiplier = 1 RaidDropChanceMultiplier = 1
and everything i do, nothing happend.
P.S.-L2jserver last revision
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.