Sign in to follow this  
DanZ

Light 16% Wings

Recommended Posts

I have 2light 16% wings helm and it shows 109 str to equip when I mouse over it. However when my str was 109 I cannot wear it and can only wear after I get to 110.

Any1 have the same problem?

 

DeathNote(Roy)

Share this post


Link to post
Share on other sites

is a bug..every light item when u mouse over it it appears that u can use it for -1 str it SHOULD be, light16 tower is for str34 and it appears it is to str33, same as light16 helm and etc..

Share this post


Link to post
Share on other sites

Wings helmet has a 130 str requirement.

It had a weight of 130000 stones, the str requirement = weight / 100 -> 130000 / 100 = 130.

Applying the 16% light to the weight, this results in: 130000 * ((100 - 16) / 100) = 130000 * (84 / 100) = 130000 * 0,84 = 109200.

Calculting again the str from the weight decreased light item: 109200 / 100 = 109,2 str required.

Visually rounded down this results in a requirement of 109 str.

Server calculates it based on weight, checks weight >= str * 100 instead of the expected weight / 100 >= str.

 

Therefore in v5.39, you require 110 str as that is the next closest to 109,2 str.

In v5.40 this weight formula will be changed to use (int)(weight / 100) >= str, so the actual 109 would be correct to use.

Share this post


Link to post
Share on other sites

Wings helmet has a 130 str requirement.

It had a weight of 130000 stones, the str requirement = weight / 100 -> 130000 / 100 = 130.

Applying the 16% light to the weight, this results in: 130000 * ((100 - 16) / 100) = 130000 * (84 / 100) = 130000 * 0,84 = 109200.

Calculting again the str from the weight decreased light item: 109200 / 100 = 109,2 str required.

Visually rounded down this results in a requirement of 109 str.

Server calculates it based on weight, checks weight >= str * 100 instead of the expected weight / 100 >= str.

 

Therefore in v5.39, you require 110 str as that is the next closest to 109,2 str.

In v5.40 this weight formula will be changed to use (int)(weight / 100) >= str, so the actual 109 would be correct to use.

 

In other words, in the next update you will be able to use 16% Light Wings with 109 Str, as it says now.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this