Jump to content

Twin

Members
  • Posts

    1334
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Twin

  1. Interested in joining. How much money do you normally have to do this with? I wouldn't want to end up having more than the clan leader.
  2. To dsd into this I'd reccomend reading http://osbot.org/forum/topic/58775-a-beginners-guide-to-writing-osbot-scripts-where-to-get-started-by-apaec/. Definatly will give you a big helping hand. I'd get used to the format that script uses using states. Will make things a lot easier/cleaner to read.
  3. Twin

    Acc for sale

    Account still available?
  4. if (!LEVERAREA.contains(myPlayer())) localWalker.walkPath(TOLEVER); if (LEVERAREA.contains(myPlayer())) lever.interact("Pull"); if (dialogues.isPendingContinuation()) dialogues.clickContinue(); if (dialogues.isPendingOption()) dialogues.selectOption("Yes I'm brave."); if (players.myPlayer().isAnimating()) sleep(random(1000,1500)); I could be wrong, but these are all nested if statements. Try spreading them out how I have it and see if that works.
  5. If he doesn't have much experience, though, reading the api might be an issue. Sometimes little kickstarts like that can lead to the whole engine being turned on. (awful analogy I know)
  6. ^^^^his steam profile with the two items my friend traded him
  7. Is this an anywhere firemaker or is this for a specific place?
  8. Do you want me to post the skype conversation my friend had with him or is that not needed anymore?
  9. BE CAREFUL TRADING THIS GUY HE JUST SCAMMED MY FRIEND FOR 160 DOLLARS
  10. if (bank.isOpen()) { bank.withdraw("Waterskin(4)", 20); break; } else { bank.open(); } it will open the bank, but once it gets to withdraw, it will crash, and give me the error.
  11. Hmm, I read that some banking things were broken but I wasn't sure what was. Some people were doing some workarounds to get into the bank.
  12. va.lang.NullPointerException at org.osbot.rs07.api.Widgets.getWidgets(bk:272) at org.osbot.rs07.api.Widgets.getAll(bk:172) at org.osbot.rs07.api.filter.FilterAPI.filter(rh:259) at org.osbot.rs07.api.Widgets.containingText(bk:455) at org.osbot.rs07.api.Widgets.containingText(bk:381) at org.osbot.rs07.api.Bank.getParent(ue:260) at org.osbot.rs07.api.Bank.getInterfaceId(ue:328) at org.osbot.rs07.api.Bank.isOpen(ue:473) at TwinGranite.onLoop(TwinGranite.java:82) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(ok:252) at java.lang.Thread.run(Unknown Source) That's the error im getting, but im not sure if it's on my end or osbot's end.
  13. It says file is not found, i'm not sure if he removed it or what How does it work, does it work like local walker except it generates a path to the point in one go?
  14. If I want to make my character walk a long distance, will I need to do every coordinate until I get there, or is there an easier way?
  15. If you do decide to build your own, i'd keep your cpu as its pretty good.
  16. Ahh okay, I haven't sat down and watched a bot in awhile, just testing my mining script, and I saw it got a random and did nothing.
  17. Hmm, I had to manually interact and tell dr.jerkyll or whatever to piss off. Does it only dismiss randoms that turn aggressive? or is there no point in dismissing them anymore?
  18. It handles an inventory fine, it gets it from the sack, deposits and banks all good. It seems to work after depositing a full inventory, although it's really sluggish with clicking on paydirt, not sure if that was intentional or not.
×
×
  • Create New...