Jump to content

Malcolm

Global Moderator
  • Posts

    138869
  • Joined

  • Last visited

  • Days Won

    21
  • Feedback

    100%

Everything posted by Malcolm

  1. For trials please join the discord and request one using our discord bot! Want to purchase? Click here! Very easy to use! Features: Completes Tutorial Island in under 10 minutes! Mass Account Support! - Walking to banks not supported if using mass account support. Supports Resizable! Recognizes closest objects for fast completion! Organized script structure to ensure quick fixes for the endless changes Jagex makes to Tutorial Island! Walks to banks after completion! CLI Support Instructions: If you want to go to a bank after completion just tick off the checkbox and select your location! If you wish to use CLI parameters follow the template bellow To use the Mass Account Support you must have a txt file in the OSBOT Data Folder called "accounts.txt" The accounts must be formatted as follows: Launch the script from CLI and use the paramater "load" and you must -allow norandoms and you must enter a "dummy" bot EXAMPLE: java -jar "Desktop/OSBot.jar" -login LOGIN -bot SOMEBOT -script 1053:load -allow norandoms Bug reports: What is the bug? How did the bug happen? What does the OSBOT logger say? Injection or Mirrored? CLI Parameters: The ID for this script is: 1053 Paramaters (Type in the following to go to selected bank): 0 - No bank, Log out after completion VWest = Varrock West VEast = Varrock East GE = Grand Exchange Edge = Edgeville Draynor = Draynor FWest = Falador West FEast = Falador East Lumby = Lumbridge Upper load = LOADING ACCOUNTS - No walking to bank supported Example Usage: java -jar "Desktop\Bot\OSBot.jar" -login osbotuser:osbotpw -bot osrsun:osrspw:0000 -proxy IP:Port OR IP:Port:username:password -script 1053:GE
  2. @yoloman1 Was this happening every time and was it instant or did it double click the tree after a little bit of time had passed? @Seolhyun Glad to hear you enjoyed it!
  3. Pushed V1.33 for a couple minor changes. Changed the paint and changed the way the time was being formatted. Enjoy
  4. Malcolm

    Master

    dOsEn'T eVeN uSe ThE cOdE fOrMaTtInG
  5. Malcolm

    Master

    @Token is that you?
  6. if (!getMagic().isSpellSelected()) { if (getMagic().castSpell(NormalSpells.SUPERHEAT_ITEM)) { new ConditionalSleep(5000) { @Override public boolean condition() throws InterruptedException { return getMagic().isSpellSelected(); } }.sleep(); } } else { long invAmount = getInventory().getAmount("Iron ore"); if (getInventory().interact("Cast", "Iron ore")) { new ConditionalSleep(5000) { @Override public boolean condition() throws InterruptedException { return invAmount != getInventory().getAmount("Iron ore"); } }.sleep(); } } I have the above in a script and the interaction occasionally fails. The script will cast a few hundred casts and eventually fail and I am not too sure why. The script will go on its way and then after a few hundred casts just stops. The spell is selected and the bot is stuck in the inventory hovering the iron ore to interact with it. Is this an API bug or have I possibly done something that isn't reliable?
  7. Interesting, I cannot seem to get the bot to recreate this. The change in logs shouldn't effect this. Possibly has to do with the areas I have set up. I will try and recreate this and see if I can find a fix for it. If anyone else experiences this let me know.
  8. It's working fine for me. I'll look into this further but I am not having any problems at the moment. EDIT: What logs were you using?
  9. @ORANGEPEOPLE Enjoy being the same color as a meme president.
  10. Do you really like to be orange? The color of the dumbest president in American history?
×
×
  • Create New...