-
Notifications
You must be signed in to change notification settings - Fork 411
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
Max attribute value #620
Comments
At this time, I think I am going to hardcode it to simply ignore the max targeting range cap until I can figure out the root of the problem. |
I just checked ingame and the max target range for subcaps is 300. |
Yes, the targeting range cap is 300km for everything except carriers and super carriers, so that seems accurate. |
I'm going to reopen this until I can figure out how to best deal with this. CCP may have it hardcoded because I don't see an attribute about ignoring certain attributes... |
e70ea67 fixed |
Something seems to be wrong with at least the max targeting range. We seem to still be checking on
maxAttributeID
, which for targeting range is set to 300KM. This might not be a thing anymore, and might be due to data that we are pulling from the client but which isn't used any longer. Need to look into this.https://forums.eveonline.com/default.aspx?g=posts&m=6498948#post6498948
The text was updated successfully, but these errors were encountered: