Jump to content

kook723

Members
  • Posts

    5
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by kook723

  1. Thanks but not what I'm looking for. Trying to make use of the PathPreferenceProfile#checkBankForItems method, would be much more flexible.
  2. I want to use web walking to walk from falador west bank to yanille bank. I expect the web walking to search the bank, withdraw a ring of dueling, teleport to castle wars, and then walk to yanille. Using the code below I tested a few scenarios. Scenario 1: In falador bank with nothing in inventory/equipment and bank closed. RESULT: Tries walking up and over white wolf mountain. Does not attempt to check bank. Scenario 2: In falador bank with nothing in inventory/equipment and bank opened. RESULT: Sits at bank, does not try to withdraw ring of dueling. Logs spamming: Scenario 3: In falador bank with ring of dueling either in inventory or equipped. RESULT: Successfully teleports to castle wars, then walks to yanille. Am I doing something wrong here, or is the code broken? Thanks for any help you can provide, tried figuring it out on my own first.
  3. Thanks for the quick update!
  4. @khaleessi, can you help me figure out CLI params for this script on mac? (Hopefully a command that will work on linux too) '&' Delimiter doesn't seem to work. -script 591:1;1;1;1;1 -bash: 1: command not found -bash: 1: command not found -bash: 1: command not found -bash: 1: command not found -script 591:1&1&1&1&1 [1] 40144 [2] 40145 [3] 40146 [4] 40147 -bash: 1: command not found -bash: 1: command not found -bash: 1: command not found -bash: 1: command not found [2] Exit 127 1 [3]- Exit 127 1 [4]+ Exit 127 1 -script "591:1;1;1;1;1" Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 6 at org.osbot.BotApplication.main(ey:244) /bin/sh: 1: command not found /bin/sh: 1: command not found /bin/sh: 1: command not found /bin/sh: 1,1,0,0,0,0,0,null: command not found Bot exited with code : 127 -script "591:1&1&1&1&1" /bin/sh: 1: command not found /bin/sh: 1: command not found /bin/sh: 1: command not found /bin/sh: 1,1,0,0,0,0,0,null: command not found Bot exited with code : 127 Full CLI command: java -jar /Users/craig/OSBot/osbot.jar -login kook723:[CENSORED] -bot [CENSORED]:[CENSORED]:0000 -script 591:1&1&1&1&1 -world 1 -debug 5005 Any recommendations on a delimiter to use? Or maybe this should be reported to the bot devs?
  5. Same here. Checking the terminal output, i've been getting 520 and 504 errors. Looks like this is a problem specifically with OSBot servers maybe and not necessarily the bot itself? I even get these errors sometimes just trying to access the forums.
×
×
  • Create New...