December 15, 20169 yr Hey guys,how do I know the position that I need to go? Example: I'm at lumbridge cows and the state INVENTORY_IS_FULL is called, so I need to go bank...Alright, but how I now the exactly point of the bank? Edited December 15, 20169 yr by chakal
December 15, 20169 yr getWalking().webWalk(Banks.LUMBRIDGE_UPPER); There is a class in osbot called Banks which has all the osrs banks. http://osbot.org/api/org/osbot/rs07/api/map/constants/Banks.html
December 16, 20169 yr Author getWalking().webWalk(Banks.LUMBRIDGE_UPPER); There is a class in osbot called Banks which has all the osrs banks. http://osbot.org/api/org/osbot/rs07/api/map/constants/Banks.html ty