Krulvis Posted April 10, 2013 Posted April 10, 2013 hey guys I was wondering, how can I check on what level I am? myZ doesn't work, Player.getZ() doesn't work either? is there another way to check the level ?
KevinHouse Posted April 10, 2013 Posted April 10, 2013 Player.getZ() returns the hight of the Tile fo your player on the Z axis, just like getX and getY return the X and Y coordinates of a player. You should open the combat tab and split the string from the widget with text "combat level: X"
Krulvis Posted April 10, 2013 Author Posted April 10, 2013 That is exactly what I ment, It was stupid of me to use 'level' as I wanted to say heigh as in Z-axis. But like I said Player.getZ() doesn't work...
KevinHouse Posted April 14, 2013 Posted April 14, 2013 client.getMyPlayer().getZ() thanks guys That was my problem when I started scripting for vinsert and osbot aswell, abstract methods