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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...