Jump to content

Question

Posted

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

6 answers to this question

Recommended Posts

  • 0
Posted

chance the 

DeathDropChanceMultiplier = 1

to 

DeathDropChanceMultiplier = 2

 run your server and see the console for errors. it should work...
also you should have a l2j configurator( in server files/game )

http://prntscr.com/k8hkfv

try changing the values from there, save and run the server.

http://prntscr.com/k8hk4i  

  • 0
Posted

if you want to double the chance for every item you just set all the DropChanceMultipliers to 2

if you want to double the number of items the monster will drop you set all the DropAmountMultipliers to 2

if you want to chance some of the items drop chance or amount you can add the items ids where i show you after adena.

  • 0
Posted
On 7/19/2018 at 2:11 PM, SillverShadow said:

if you want to double the chance for every item you just set all the DropChanceMultipliers to 2

if you want to double the number of items the monster will drop you set all the DropAmountMultipliers to 2

if you want to chance some of the items drop chance or amount you can add the items ids where i show you after adena.

 

It a old post but. i have a question. I 'm trying to configure rates, but if i change DropChance and SpoilChance for x2 for example, why i'ts changing the quantity of items droped?.

# Multiplies the chance of items that can be dropped from monster on ground when it dies.
DeathDropChanceMultiplier = 5
# Multiplies the chance of items that can be looted from monster when a skill like Sweeper(Spoil) is used.
CorpseDropChanceMultiplier = 3

 

this is an example, if i edit like this, the quantity of items is increased.

  • 0
Posted
19 hours ago, barao45 said:

 

It a old post but. i have a question. I 'm trying to configure rates, but if i change DropChance and SpoilChance for x2 for example, why i'ts changing the quantity of items droped?.

# Multiplies the chance of items that can be dropped from monster on ground when it dies.
DeathDropChanceMultiplier = 5
# Multiplies the chance of items that can be looted from monster when a skill like Sweeper(Spoil) is used.
CorpseDropChanceMultiplier = 3

 

this is an example, if i edit like this, the quantity of items is increased.

Chance affects quantity in most of the packs when it goes higher than 100%.

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..