|
|

A lot of people have an error when their height is -1. This is because for some reason Region Clipping does not support that height. This happens in the barrows crypts.
The fix is, when digging on the barrows dune, instead of teleporting the player to the height -1, teleport him to the height 7.
So this:
would be:Code:c.getPA().movePlayer(3568, 9683, -1);
EDIT:Code:c.getPA().movePlayer(3568, 9683, 3);
The height level 3 works too, thanks to Martin for bringing this up.
never noticed this before, but it messes up clicking the objects to get the brothers to spawn.


Thanks for this, me and Archspire noticed this bug when we were working on our Barrows system. We tried numerous methods of fixing it, never realised it was this obvious!

Thanks for this
| « Infraction System - Like Rune-Server! [PI] | Smithing (1, 5, 10, X) » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |