Jump to content

fishdrown

Members
  • Posts

    9
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

fishdrown's Achievements

Newbie

Newbie (1/10)

0

Reputation

  1. Used to be able to display position as an overlay with a setting on OSBot. Considering I'm new to scripting and following a tutorial that's maybe outdated, there is probably a better and newer method for pathing ^ Maybe the above method doesn't even work anymore http://osbot.org/forum/topic/29924-pandemics-scripting-series-part-ii-path-walking-and-simple-banking-updated-for-osbot-2/ The tutorial I'm following.
  2. I can't find it in the settings, I've tried all of the different options under debugger. I know in an older version from ~2014 I used of OSBot it had a player position setting. Is this a paid feature now or is it hiding somewhere?
  3. I just compiled and tested this script but my cursor just moves around inside the bank and doesn't deposit anything. Is it supposed to client.getInventory.depositAll? The way client.getBank.DepositAll looks to me like its trying to deposit my bank into my bank lol. Edit: Nvm getInventoyr doesn't have a deposit all argument so I played around and used this and it works client.getInventory().interactWithName("Magic logs", "Deposit-All");
×
×
  • Create New...