Jump to content

Tasemu

Members
  • Posts

    69
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Tasemu

  1. Tasemu

    Stealth Quester

    1. Stealth Injection or Mirror Mode: Stealth 2. Logger contents (press "Settings" on top right corner of the client, then "Toggle Logger", copy & paste on pastebin) : unfortunately unable to copy from VNC 3. Description: When starting cooks assistant with required items in bank, the bot will repeatedly open and close the bank until the bot is stopped, the required items are withdrawn and the bot is restarted. Hope this helps, sorry about the logger output. EDIT: this is now also happening with the second quest in the queue, romeo and juliette
  2. Thanks for all the help, but how can i get some initial gold from scratch? currently killing seagulls for xp but seems pointless with no money to go any further
  3. Does this have CLI support?
  4. Cheers, i got banned within 30 minutes. Not sure why though. Assuming its either from the tutorial island, looter for initial cash or the crafting aio script from khal
  5. Damn, also banned within 10 minutes.
  6. I would love cli support, it uses a lot less resources not to have to have to gui open for each bot
  7. Hello! 2 quick questions: 1: should i be buying a subscription or a bond for new bots? 2: If i have a brand new bot and want to do bowstrings, what is a good way to get some initial gold? Thanks for any help!
  8. Just a question, but to me it appears that it is very possible to handle this logic within the conditional wait loop and even break out if required, is that considered a bad practise for some reason? for example, as long as I return a condition, any other logic I like can be executed within the conditional check loop.
  9. I am currently using this conditional wait while fighting an NPC new ConditionalSleep(3000, 500) { @Override public boolean condition() throws InterruptedException { return !currentTarget.isInteracting(myPlayer()) && !myPlayer().isUnderAttack() && !currentTarget.exists(); } }.sleep(); When the NPC dies, my script immediately begins attacking the next npc, then comes back after killing that NPC to loot the first kill. What should I be using here to wait for looting each kill before attacking the next? Much appreciated!
  10. Hrm, i still havent tracked down why it's not updating yet. I am running it through the intellij debugger, and it works when i remove everything from the folder, but then returns to not updating on future builds.
  11. I currently have intellij to build a .jar artifact within the osbot/scripts folder. I have noticed that whenever I build the jar and try to run the script in osbot, the script appears to not update with the changes. For example when I have commented out my entire loop, the bot still tries to kill chickens. I am sure that the .jar is building... and I am pressing refresh in the script manager. What am I missing here?
  12. Hi, i have tried using a few methods to determine if my bot is fighting a cow, running to hit a cow or is under attack and the results seem sketchy at best. I am currently using an expression like this: if (myPlayer().isAnimating() || myPlayer().isUnderAttack() || myPlayer().isHitBarVisible()) { return States.WAIT; } Is there a more generally accepted way to do this out there? Thanks in advance for any advice.
  13. @Czar Will you be fixing profile saving on OSX in the near future? It is currently impossible for me to use this script with multiple bots as I need to spend 5 minutes each setting up the preferences for every bot every time I want to use this.
  14. I don't think the developer is going to do anything here, he has been on for days in a row but no replies here despite the issues. I'll me making a refund request shortly.
  15. Other scripts are working fine yeah?
  16. Working fine for me, what is the actual error you're getting here?
  17. Any word on saving profiles in mac/linux? it's broken and I really need this for cli support.
  18. Tasemu

    Explv's Walker

    Any word on this break before I buy?
  19. Purchased a few days ago, i wanted to try and save my fighter profile for use with CLI but [save, saveAs, open] menu items appear to do nothing. (using OSX)
  20. Would buying a bunch of gold on a new account to use as a mule not look suspicious as hell?
  21. Hi there! I'm fairly new here but am enjoying learning so far. I currently have a new account that is sitting in lumby and I am eager to complete the 3 quests to get 7gp using a free bot on the forum. However the bot required 100k gold to do the quests. How would I go about getting this 100k (ideally automated using another bot) so that I am able to complete these quests and remove my trade-limit? Much obliged for any advice
  22. I purchased this, it seems alright though it hung both at the very beginning and when trying to cook bread. It seems it was not waiting to click the dialogue box and trying to cook the bread, which the client was not allowing.
  23. public boolean isLoggedIn() Returns if you are currently logged in. Returns: True if logged in and not logged out or 'loading please wait...'. Is the api docs out of date? or is the description wrong?
  24. Any checks for world loaded? Maybe checking if the character is visible...? lol
  25. I've noticed when running OSBot in debug mode I am getting a lot of null pointer errors because my bot is not logged in yet and the world has not loaded. Is there a best practise method for holding the script until the world is correctly loaded in? Cheers!
×
×
  • Create New...