Poll: lif and SN link and status immunity bonuses from stats
Lif needed a nerf and s'all good now
Lif needed a nerf but this is way too much
Lif was just fine the way it was (not overpowered) and is broken now
SN link needed a nerf and s'all good now
SN link needed a nerf but this is way too much
SN link was just fine the way it was (not overpowered) and is broken now
status immunity bonuses from stats needed a fix and s'all good now
status immunity bonuses from stats needed a nerf but this is way too much
status immunity bonuses from stats was just fine the way it was (not overpowered) and is broken now
What status immunity changes? o.o
[Show Results]
Note: This is a public poll, other users will be able to see what you voted for.
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Poll - lif and SN link and status immunity from stats
Author Message
GM-Garr Offline
Local friendly code monkey
****

Posts: 431
Joined: Apr 2014
Post: #18
RE: Poll - lif and SN link and status immunity from stats

Actually, I was right, the formula in the topic is a bit incorrect in one part: for curse, it doesn't add just srcBaseLevel, it add difference between 99 and srcBaseLevel (I checked with the source in that) it uses that for renewal, otherwise it's 0;
So we get:
Code:
BaseChance = 1000 (100%)
Luk = 90
Chance = 1000 - (1000 * 90/100) - (      90       ) + 0 = 1000 - 900 - 90 = 10, or 1%.
                 Luk resistance    Luk res * 0.1    
                (Same as Luk*10)   (Same as Luk)
I wasn't exactly wrong, in this case I was right. But only in this case.

Code:
BaseChance = 500 (50%)
Luk = 90
Chance = 500 - (500 * 90/100) - 90 + 0 = 500 - 450 - 90 + 14 = -26 (0%)

Code:
BaseChance = 250 (25%)
Luk = 90
Chance = 250 - (250 * 90/100) - 90 + 0 = 25 - 90 = -65 (0%)

Want to help HeRO with new content? Join the T&D Team!

For info on the server, check out the HeRO wiki.
To see your ingame account, visit the Control Panel.
If you encounter any problems, don't hesitate to submit a Support Ticket.

And don't forget:
Not all dragons are bad...
09-10-2014 08:40 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Poll - lif and SN link and status immunity from stats - GM-Garr - 09-10-2014 08:40 AM

Forum Jump: