Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop Rates - something its very wrong #413

Closed
samurairukasu opened this issue Apr 30, 2015 · 5 comments
Closed

Drop Rates - something its very wrong #413

samurairukasu opened this issue Apr 30, 2015 · 5 comments
Labels
status:invalid Issue that is either not official or is not related to rAthena

Comments

@samurairukasu
Copy link

Rathena: Last Git
Config: Drops.conf not changed, same like git repo
exe: 20141022
intance: Renewal.

Guys, some thing is very strange about Drop rates, why if no changes was made in Drops config they are not the same has official?

For example, take mob Scorpion (1001), drop items in (http://db.irowiki.org/db/monster-info/1001/)
Say that Red Blood has 0.71% of drop, but when u use @mi or @mobinfo and read Red Blood drop is 0.35%, includded all it drops. This happend for all mobs drops, they are not the same.

I check mob_db.sql, mob_db_re.sql, mob_db.txt and the drop for Red Blood is set for 0.7 (value = 70)

Something is wrong with Drop Rates formulas in SRC?

Regards

@Playtester
Copy link
Member

Maybe you are using renewal?

@samurairukasu
Copy link
Author

Indeed, but how this change with the drop rate?

@aleos89 aleos89 added the status:invalid Issue that is either not official or is not related to rAthena label Apr 30, 2015
@aleos89
Copy link
Contributor

aleos89 commented Apr 30, 2015

Found in conf/gm.conf:

// requires RENEWAL_EXP or RENEWAL_DROP to be enabled (src/config/renewal.h)
// modifies @mobinfo to display the users' real drop rate as per renewal_drop formula
// modifies @iteminfo to not display the minimum item drop rate (since it can't tell the mob level)
// modifies @whodrops to display the users' real drop rate as per renewal_drop formula
atcommand_mobinfo_type: 1

Because you have RENEWAL_EXP or RENEWAL_DROP active, the command is adjusting the rates to display what they would be based on the player's level compared to the monster's level.

Working as intended.

@aleos89 aleos89 closed this as completed Apr 30, 2015
@Playtester
Copy link
Member

To answer your question: Comment RENEWAL_DROP in src/config/renewal.h if you don't want renewal drop rate adjustments.

@samurairukasu
Copy link
Author

No problem, i didn't remember about the level punishment in Renewal affect Drops too beside exp rates.

Sorry for the issue.

Regards!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:invalid Issue that is either not official or is not related to rAthena
Projects
None yet
Development

No branches or pull requests

3 participants