PurpGaming Posted May 2, 2019 Share Posted May 2, 2019 so atm my script is going based off Area lumbridgeUpper = Banks.LUMBRIDGE_UPPER; But I want it to use a chest in PVP world instead, What should I do? Quote Link to comment Share on other sites More sharing options...
Charlotte Posted May 2, 2019 Share Posted May 2, 2019 (edited) RS2Object bankChest = getObjects().closest("Bank chest"); Edited May 2, 2019 by Charlotte chest i/o booth Quote Link to comment Share on other sites More sharing options...
Czar Posted May 2, 2019 Share Posted May 2, 2019 Well it depends on your banking code, are you using getBank().openBank()? Or did you code the script to walk to lumbridge upper? Other than that, as @Charlotte said above, bankChest works Quote Link to comment Share on other sites More sharing options...
PurpGaming Posted May 2, 2019 Author Share Posted May 2, 2019 Already got it, I just used new Area function My only issue now is, How can i make the login solver log into the pvp world? IE clicking the continue at login Quote Link to comment Share on other sites More sharing options...
Antonio Kala Posted May 2, 2019 Share Posted May 2, 2019 1 hour ago, hunsilan said: Already got it, I just used new Area function My only issue now is, How can i make the login solver log into the pvp world? IE clicking the continue at login Osbot won't log you in to a pvp world for security reasons even if you select it with cli. Easiest option is to log in to a normal world then ingame hop to the pvp world and handle the dialogue that will appear. Quote Link to comment Share on other sites More sharing options...