Jump to content

WhatIfand

Members
  • Posts

    10
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

789 profile views

WhatIfand's Achievements

Newbie

Newbie (1/10)

0

Reputation

  1. Started breaking the other day. Was working perfectly until then. Now on sand crabs it just runs to the bank and stands there, same settings as always. No banking enabled. Any ideas?
  2. Simple enough. Appreciate the response man.
  3. Disclaimer : All pseudo code (Wouldn't mind real code answers ) I'd love some help knowing how to program pre emptive mouse hovering and interaction. I haven't familiarized myself with the API, so I've just been considering the logic of these things. Such as when the bot is running toward an area, and it has already clicked on the intractable object contained within the area it's running to. (and allows the player to run toward the object via interaction running) if (myplayer.distance(areaOfObject) < 6){ object.interact; } or while fighting a monster, hovering the mouse over the next monster to attack. This one i thought you may want to define 2 variables - one is closest npc and other is a 2nd closest npc? Any thoughts on this? if (closestMonster.gethealth(<30)){ getMouse.hover(secondMonster); } The only issue with the above is that the 2nd monster would be changing constantly (due to distance '.closest') unless theres a way to make a variable static based upon monster 1. Like whoever is 2nd closest at that moment is assigned as a new variable (nextTarget). Would also have to check their distance and status to ensure the bot doesnt attack something which is being attack by another player AFTER the assignment to the nextTarget variable. -quite complex, i may be overthinking it. My initial reasoning for implementing these features was antiban, but upon enlightenment of its uselessness I think this functionality techniques would make things happen faster. Which would be very useful with a large scale gold farm. Thanks guys. As i typed 'thanks guys' I questioned : is there a single female on this website as a dev? Not to assume gender roles (lol) but lets be honest this is a pretty male nerd place to be.
  4. I'd like to upload some free scripts. Basic stuff, just wanna get my name out there. Not sure how to do it though. Thanks. Edit: Figured it out.
  5. I get bot init error whens starting in mirror mode for the past couple days. Usually auto updated so I didn't think it was an update thing.
  6. Looking to gold farm really. What datacenter do you use?
  7. So i see everyone says buy residential proxies? Are there any companies that offer these, or can they only be bought from other individuals? I currently use a VPN, but obviously thats only good for initial sign up and for single account play. (Mullvad VPN if anyone is wondering, it's a good one.) Thanks
×
×
  • Create New...