Re: RuneLite client released in beta
Posted: Thu Jul 02, 2026 10:42 pm
runelite zooms in on ur balls at the lowest angle, it should be centered on upper chest
Spoiler: show
The community-driven RuneScape Private Server
https://forums.pkhonor.net/
This seems unrelated to RuneLite and appears to be a general bug in the server. Can anyone give me the exact coordinates at which each wilderness level starts? Then I'll patch that. You can check your position in the world with the command ::mypos.
It appears to be specifically different in the RuneLite clientMike wrote: Fri Jul 03, 2026 11:50 amThis seems unrelated to RuneLite and appears to be a general bug in the server. Can anyone give me the exact coordinates at which each wilderness level starts? Then I'll patch that. You can check your position in the world with the command ::mypos.
Code: Select all
Wilderness Level = floor((Y - 3520) / 8) + 1Ah, I just noticed it only happens in fixed mode on RuneLite, hence why I didn't see anything different myself. Looks like RuneLite forces some kind of overlay which has the wrong wilderness level. Will fix, thanks!Nazuths wrote: Fri Jul 03, 2026 12:09 pmIt appears to be specifically different in the RuneLite clientMike wrote: Fri Jul 03, 2026 11:50 amThis seems unrelated to RuneLite and appears to be a general bug in the server. Can anyone give me the exact coordinates at which each wilderness level starts? Then I'll patch that. You can check your position in the world with the command ::mypos.
Supposedly the formula for the Wildy level isSpoiler: showBut I'm not sure how it works with cavesCode: Select all
Wilderness Level = floor((Y - 3520) / 8) + 1