-
Notifications
You must be signed in to change notification settings - Fork 20
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
Tile walk speed #135
Comments
I don't have this mapping from waycost pixel value to exact speed modifier yet, but I think you might be able to figure this out yourself with https://tibia.fandom.com/wiki/Speed_Breakpoints + some investigation. Please let me know if you look into it! |
It's definitely possible to figure it out but was hoping for an easy way around! If I'll get down to it and figure it out I'll give an update |
Be advised that TibiaWiki's Speed Breakpoints aren't 100% accurate. They are based on manual testing and not on tile/speed exact formulas. |
Actually, yes, there is. And it's very simple. The RGB values of the walkable files represent the tile friction. So a tile with color #646464 has friction 100. This, however, is only valid for frictions up to 250. Tiles with higher friction than that will also be saved on the waypoints file with #FAFAFA for obvious reasons. |
Hello,
is there any way to get the exact value of tile walk speed from the waycost maps? I know that the darker the slower, but is there somewhere a ready comparison for each RGB color?
The text was updated successfully, but these errors were encountered: