-
-
Notifications
You must be signed in to change notification settings - Fork 710
Life Leech Calc #3536
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
Comments
The way mana leech and life leech works is that you return true % of damage dealt. Then u retrieve the 5% of the true % damage dealt. Its not from what u see since theres things implicated such as level, etc etc. So lets say u hit 1 monster a true damage of 100. Then the mana u get back out of it from 5% its 0.5 mana That being said if u hit 8 monsters u do the math. So no it's not from the hit u see. Because imagine a ek with double imbuement + equipment that means he would heal around 1500 hp per exori. |
It’s just showing the wrong value, but it’s correct. Remove the chance from items.xml |
I understand, u can make a PR with the changes, but i thought u were asking about the calculation. Or if u rather I could do it
|
Thanks for your help! |
after this change i can't compile. |
It doesn't make sense, this pull request doesn't even have those changes. It looks like you mixed different pulls and probably did something wrong. |
Uh oh!
There was an error while loading. Please reload this page.
Priority
High
Area
What happened?
Versão mais recente!
I noticed there's an issue with life leech, as the calculation doesn't work properly. For example:
Notei que existe um problema com o life leech, assim o calculo não funciona adequadamente por exemplo:
Tibia Global:
07:24 You see a soulhexer (magic level +5, life leech +5%, mana leech +3%, protection ice +12%).
Imbuements: (Empty Slot, Empty Slot).
Classification: 4 Tier: 0.
It can only be wielded properly by druids of level 400 or higher.
It weighs 25.00 oz.
Canary:
07:26 You see a soulhexer (life leech chance +1%, life leech amount +5%, mana leech chance +1%, mana leech amount +3%, magic level +5, protection ice +12%).
It can only be wielded properly by druids of level 400 or higher.
Imbuements: (Empty Slot, Empty Slot).
Classification: 4 Tier: 0
It weighs 25.00 oz.
After this, this calc is correct?

The text was updated successfully, but these errors were encountered: