Jump to content

dokato

Members
  • Posts

    129
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by dokato

  1. I'd like to request a trial please.
  2. Hahah, I understand that lol but i wanted to just know u know.
  3. Ok and what if i open up multiple bot windows? (Instead of just one window with multiple tabs)
  4. Hi, I'got a question about static fields in my Main script. Does it become like a singleton for all my bot instances? Like if I start up multiple bot clients, will the value of a static field be always the same for all of these bot clients, even if the value gets modified at runtime? Or not? I could test it myself ofc. but I don't have VIP atm and cannot run multiple bots... I thought that a static field is same for the entire JVM, thats why I'm asking. Thanks in advance.
  5. That is super usefull! Thanks alot bro!
  6. Thanks guys, I know there is the official OSRS GE API but it's far from accurate when it comes to prices, therefore i wanted to use the rsbuddy api. I just want to know if there is another one with good accuracy.
  7. Hi, Is there an alternative for the rsbuddy api? It's always down for some reason. Thx in advance
  8. Is the onMessage() executed all the time? Because i noticed some delay before it gets executed. It kinda screws up the flow.
  9. dokato

    GE rip-off?

    Then 849 is less than 1000 (250 * 4), In my case it was more, it bought for 1050 f.e. , while i explicitly put in buy offer for 250 ea for 4. I get 4, but it took 1050 from me. (original offer was more than 4, but i aborted) Why did it take that 50 gp extra while it only gave me 4 as i asked for 250 ea ?
  10. dokato

    GE rip-off?

    Hahaha, then whats the point of putting a buy offer for a specific price in the first place, if they will change what i typed in as they please LöLLLL.
  11. dokato

    GE rip-off?

    Did the GE just rip me off? https://imgur.com/JRvOuus 12 245 * 4 302 = 52 677 990 But it took 52 687 066 Where does that 9 076 extra come from?
  12. Is it possible to open the client from CLI with an option to turn on the low cpu mode?
  13. It types my login name and password whenever it has done loading the map when it walks a distance. I've already placed a check using this method but it doesnt help. public boolean isLoading() { return getClient().getLoginState() == LoginState.LOADING || getClient().getLoginState() == LoginState.LOADING_MAP; } Plz help.
  14. A ok Thx, I still tried to use OSBot's login thing, but now you have to make even that completely yourself, very thoughtfull of Alek or who ever changed that. Guess what we learn at college is really true, "change is the only constant". But in this case I really don't understand why.
  15. Well Thx guys, But you both clearly misunderstood what I'm trying to do here I don't want to disable a random here, I just want to make sure that the random will only be executed whenever I like (on code level), not completely disable it using CLI. In this case I only want it to log back in when the expression in the if(/*blabla*/) returns false. If I disable that random completely it won't be able to log back in.
  16. Okay so I've opened a script i wrote 3 months ago where i implemented my own break handler and i used to import this: import org.osbot.rs07.script.RandomBehaviourHook; And i used to put this in my onStart() : try { this.bot.getRandomExecutor().registerHook(new RandomBehaviourHook(RandomEvent.AUTO_LOGIN) { @[member='Override'] public boolean shouldActivate() { if(/*blabla*/){ //blabla return false; }else{ return super.shouldActivate(); } } }); } catch (Exception ex) { //blabla } And it used to work perfectly, but now it gives me an error when I'm trying to import that RandomBehaviourHook and it looks like it's gone from the API. Is it gone? Or is there another way to make this work?
  17. Thx, I write them myself so no worries on that, i'm just looking for the best hardware stuff for good budget
  18. Thx, And how many bots can u run?
  19. What CPU should I consider to buy in order to run at least 4 bots properly for example? (not mirror) And how about RAM? 1 stick or multiple smaller sticks? Thanks in advance.
  20. Is it possible to run multiple bots on the ORDOID-XU4? Or does anyone have experience with running bots on any kind of those single board computers? Specs: * Samsung Exynos5422 Cortex™-A15 2Ghz and Cortex™-A7 Octa core CPUs * Mali-T628 MP6(OpenGL ES 3.0/2.0/1.1 and OpenCL 1.1 Full profile) * 2Gbyte LPDDR3 RAM PoP stacked * eMMC5.0 HS400 Flash Storage * 2 x USB 3.0 Host, 1 x USB 2.0 Host * Gigabit Ethernet port * HDMI 1.4a for display * Size : 82 x 58 x 22 mm approx.(including cooling fan)
  21. use area's to walk to, the spot on which it will click will always be random then
×
×
  • Create New...