Krulvis Posted April 10, 2013 Share 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 ? Link to comment Share on other sites More sharing options...
KevinHouse Posted April 10, 2013 Share 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" Link to comment Share on other sites More sharing options...
Krulvis Posted April 10, 2013 Author Share 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... Link to comment Share on other sites More sharing options...
s747 Posted April 11, 2013 Share Posted April 11, 2013 client.getPlane()... zzzzzzzzz Link to comment Share on other sites More sharing options...
Krulvis Posted April 11, 2013 Author Share Posted April 11, 2013 client.getMyPlayer().getZ() thanks guys Link to comment Share on other sites More sharing options...
KevinHouse Posted April 14, 2013 Share Posted April 14, 2013 client.getMyPlayer().getZ() thanks guys That was my problem when I started scripting for vinsert and osbot aswell, abstract methods Link to comment Share on other sites More sharing options...