Jump to content

Tylersbored

Members
  • Posts

    80
  • Joined

  • Last visited

  • Feedback

    100%

Profile Information

  • Gender
    Male

Recent Profile Visitors

1330 profile views

Tylersbored's Achievements

Iron Poster

Iron Poster (3/10)

14

Reputation

  1. Your frustrations sound very similar to mine when I was trying to start up a bot farm a year ago.. It is a hard business man and I wish you the best of luck
  2. The opposite has been happening for me.. My accounts getting banned back to back. My motivation is at an all time low right now lol.
  3. haha that is what I ended up doing, felt weird to be doing it this way though
  4. Right now I am trying to figure out how to grab specific doors so that I can make new rooms. The problem is that "build door" can already have a room built there and I do not know how to differentiate the doors from each other. I also can't use closest(Area) because the coordinates within the house change everytime you enter. If anyone knows a way around this problem, help would be greatly appreciated
  5. I have done that as well, using a conditional sleep if the interaction succeeded. If the interaction failed I used the low level method of clicking the widget. It seemed to fail most of the time when I tried to use it but occasionally it would succeed
  6. could it also be that I am runnning my bots on low cpu? I heard that low cpu might cause some issues with hooks This is generally how I was using them before I switched over to using hover() instead. Do you have to grab widgets freshly before you use them? Also they must be visible right? Before you can call get() on them. I have also read in a different forum that hard coding the ids in order to find widgets is bad. Could someone point me into the right direction on how to find the widgets properly thanks
  7. In the house options: "Call Servant","Building mode" in the GE: "Abort offer","Collect"
  8. Does anybody else have bug problems when using .interact with RS2Widgets? It is very hit or miss when they successfully perform the action for me. This varies from widget to widget, some are buggier than others. I have resorted to using .hover() to hover over the widget first and then getMouse().click(false) to actually press the widget. It works but just wondering if anybody is having the same issues or maybe I am using them wrong. If so, could someone tell me the correct process of using a widget haha. I perform null checks btw in case that has something to do with it.
  9. yeah im using proxies, not sure if my ip changed or not though.. I have other bots running on proxies and they were fine
  10. What do the different login codes mean? I come back to my bots and sometimes I find one logged out with login code: -2
  11. Use gRandom if you want there to be weights on the values that get picked
  12. Trial and error is the only real answer you'll get that will help you
×
×
  • Create New...