Jump to content
  • 0

Drop rate capped at 50% (2013-8-7) Whats going on here.


sietse11

Question


  • Group:  Members
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  127
  • Reputation:   7
  • Joined:  02/10/13
  • Last Seen:  

Hey folks, me again.

 

Using the 2013-8-7 client,

My drop.conf folder seems to have some weird effects.

 

With max being 10000 and min being 1,

I set the drop rate from 100 to 2500.

Items with a 3% droprate are now 37%

Items that should be 100% are all at 50%

 

Why does this happen, how do I "fix" it.

 

Link to IRO WIKI DROP SYSTEM

Is this enabled and thus the culprit?

If so where do I disable this. Source files are a maze to me xD.

Edited by sietse11
Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

disable renewal drop

src/config/renewal.h#L41

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  325
  • Reputation:   34
  • Joined:  06/01/13
  • Last Seen:  

Hey folks, me again.

Using the 2013-8-7 client,

My drop.conf folder seems to have some weird effects.

With max being 10000 and min being 1,

I set the drop rate from 100 to 2500.

Items with a 3% droprate are now 37%

Items that should be 100% are all at 50%

Why does this happen, how do I "fix" it.

Link to IRO WIKI DROP SYSTEM

Is this enabled and thus the culprit?

If so where do I disable this. Source files are a maze to me xD.

Honsetly its a range. Can u specify the problem? There are 3 lines example:

1. Item drop rate:xx(some value usually 1)

Minimum drop rate : 1

Maximum drop rate 10000

The minumum to maximum is just a range. What u have to change is ur minumum drop rate. If u want ur server drop rate to be 5000 then change "item drop rate:" value to 5000 and the minumum drop rate to 5000. This will make the server drop rate as 5k and all 100% drops will be un affected.

Now since u changed 100 to 2500 change the minimum drop rate from 1 to 2500. This should solve the problem.

Edited by Santafe
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  127
  • Reputation:   7
  • Joined:  02/10/13
  • Last Seen:  

 

Honsetly its a range. Can u specify the problem? There are 3 lines example:

1. Item drop rate:xx(some value usually 1)

Minimum drop rate : 1

Maximum drop rate 10000

The minumum to maximum is just a range. What u have to change is ur minumum drop rate. If u want ur server drop rate to be 5000 then change "item drop rate:" value to 5000 and the minumum drop rate to 5000. This will make the server drop rate as 5k and all 100% drops will be un affected.

Now since u changed 100 to 2500 change the minimum drop rate from 1 to 2500. This should solve the problem.

 

 

Ok, in depth example.

Poring Test on a lvl 98 assassin.

Below the regular card drop rate, 100 equals 0.01 %

// The rate at which cards are dropped
item_rate_card: 100
item_rate_card_boss: 100
item_drop_card_min: 1
item_drop_card_max: 10000

So to increase the item drop rate to say 0.5% I'd have to do this.

// The rate at which cards are dropped
item_rate_card: 5000
item_rate_card_boss: 5000
item_drop_card_min: 1
item_drop_card_max: 10000

50*0.01 = 0.5

in game result 0.25%

 

The very same mob has a Jellopy drop chance of 70%

I have increased all drop chances to 2500. 25*70=100%

In game result 50%

I will now check to see what happens if I drop my base level to 1

Card drop rate back to 0.5% Jellopy turned to 100%

 

Please check this link and tell me how to remove the level factor

Since the test proves this is my problem /no1

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  127
  • Reputation:   7
  • Joined:  02/10/13
  • Last Seen:  

disable renewal drop

src/config/renewal.h#L41

 

Thank you!!

I was looking in all the wrong places xD

I am assuming I can alter it as well as disable it in this folder?

 

Anyways you deserved your cup a coffee /pat

If anyone can tell me in which file I can modify the renewal system I can mark this as solved

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

If anyone can tell me in which file I can modify the renewal system I can mark this as solved

LOL......

 

this link to the renewal setting files.. ==''

 

disable renewal drop

src/config/renewal.h#L41

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  127
  • Reputation:   7
  • Joined:  02/10/13
  • Last Seen:  

I do not want to just disable it.

I want to mod it.

As in, maybe I wanne give  A bigger influence on aspd

And maybe I want shields to lower aspd by 50 instead 5.

etc..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  3
  • Reputation:   0
  • Joined:  08/07/14
  • Last Seen:  

Finally! I was going mad seeing 50x card drop when using @rates but then only getting 0.25% when using @mi. This was too hard to find...

Thank you Emistry!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...