Jump to content

H0rn

Scripter I
  • Posts

    762
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by H0rn

  1. 1. Pictures of the account stats 2. Pictures of the login details 3. Pictures of the total wealth (if there is any) None. 4. Pictures of the quests completed 5. The price you will be starting bids at 1m 6. The A/W (Auto-win) for your account 5m 7. The methods of payment you are accepting OSRS GP 8. Your trading conditions Add me on discord, you go first or you sort out a official MM. 9. Pictures of the account status 10. Original/previous owners AND Original Email Address I am Original Owner and there's no email set (See image)
  2. 1. Pictures of the account stats 2. Pictures of the login details 3. Pictures of the total wealth (if there is any) 4. Pictures of the quests completed 5. The price you will be starting bids at 50m 6. The A/W (Auto-win) for your account 300m 7. The methods of payment you are accepting OSRS GP 8. Your trading conditions You will go first or find an official MM, must add me on Discord. 9. Pictures of the account status 10. Original/previous owners AND Original Email Address I am original owner and I have access to the original email address.
  3. That's just bad timing then, I'm sure you'll be refunded for lost time if you are found to be not guilty
  4. You can still use one bot though? or do you have a big farm?
  5. P.s: drop me a message if you are interested, account has no email set and i am oo.
  6. H0rn

    Bot Team

    Sure, pm me your methods
  7. "Wont get me banned" You shouldn't be surprised to be banned if you get caught but I understand you. You should try less-populated areas, maybe a place with only you if you get what i'm saying ;)
  8. It looks like you're zoomed in pretty far, try going to your Display Settings and screenshot what you have there. Example:
  9. Thanks for the replies all, I managed to get it working using @dreameo snippit
  10. Sorry4noob but can you give an example? I haven't used for loops very much, understand how they work but don't understand how they would work in this instance.
  11. Thats why I was avoiding that, I am certain there's a better way :\ will use that for now I guess
  12. I've tried a couple of ways to do this, for example if the bank contains a charged glory or stamina potion, basically I am trying to use the lowest value of charge/stamina before going back to the (6) or (4) Could anyone post a snippet? I've tried searching about, but I am sort of new to lists What I have so far: String[] gloryNames = {"Amulet of glory(1)", "Amulet of glory(2)", "Amulet of glory(3)", "Amulet of glory(4)", "Amulet of glory(5)", "Amulet of glory(6)"}; if (needGlory == true && bank.contains(gloryNames)){ new ConditionalSleep(random(5000,7000)) { public boolean condition() { if (getBank().withdraw(bank.getSlot(gloryNames),1)) { getStatus = "Withdraw glory";} return inventory.contains(gloryNames.toString()); } }.sleep(); inventory.interact(inventory.getSlot(gloryNames.toString()), "Wear"); }
  13. Thanks for the tips and the feedback, you're right. This script is a complete mess to be honest.
  14. So I have an error that I can't seem to solve, I'm probably overlooking it.. Error in script executor! java.lang.NullPointerException at Main.getState(Main.java:118) at Main.onLoop(Main.java:143) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(un:19) at java.lang.Thread.run(Unknown Source) Lines 118 onward: else if (!getBank().isOpen() && currentamulet.getId() == 1704 || inventory.contains(1704) && Banks.EDGEVILLE.contains(myPlayer())) { myPlayer().getMethods().getEquipment().interact(EquipmentSlot.AMULET,"Remove"); sleep(random(600,1000)); return State.NO_GLORY; }
  15. Sadly I don't think they will actually help you :\ best off starting again, can bot that safely in a year ;)
  16. How much are these roughly worth?
  17. Sorry for noob question but how can I use sleep until for example sleep until my player hasnt animated in say 10 seconds? isAnimating() isn't reliable for furnaces etc :(?
  18. H0rn

    Fruity NMZ

    You cant select 0 boost prayers, for some reason it just enabled the Thick skin by default.
  19. To be fair how do you expect anyone to trust you at all?
×
×
  • Create New...