Jump to content

Speakmore

Members
  • Posts

    574
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by Speakmore

  1. The Apple App Store?I couldn't find it Defender of Textel right? Edit: It's just called: Defender of Texel No extra T
  2. Great work guys, thanks for the update!
  3. return 1000 makes it wait 1 second So I guess make it however many seconds you want it to wait. Test that, I just started scripting, so I'm not too sure if that'll work perfectly :|
  4. Make it eat spot 1, then wait xxxxx amount of time, then eat spot 2? Just copy and past teh line, but change the uhhh inven spot.
  5. There is a way to make it click yes. If this is groovy, I have the code: selectInventoryOption(spot (0-27), "action", true) Then to make it wait I guess return 30000? 30 seconds Did this help?
  6. ^ ThisAlso please search around the forums before posting another thread like this. It's been said many times on quite a few threads. Just have to look!
  7. @Koy, I was explaining to the other guy saying this makes no sense. I wasn't encouraging the location of the thread.
  8. He's saying that he posted on someone's thread why it may be hard to trust him. Basically it was posted on a Firecape service, which larely has led to many accounts getting scammed. This guy was new and had 2-3 posts so himself and others were saying to pretty much be careful using his service, and others said if he gets vouches, they'd use it. So the Administrator went in and cleaned all posts of that nature, thus this thread.
  9. I wouldnt mind it one way or the other Dont think its needed though
  10. Ah Look it up on tip it, then the least amount of things you need to craft, will probably be your best method! ;P
  11. If you want to bot it, buy flax and string it, makes money too.
  12. Copy this picture into w/e you use then edit it!
  13. You could ask for it if you wanted to (ask for the domensions)
  14. Really nice Would you be interested in making me a signature or avatar??
  15. Is it me or is it no longer working (walkExact)? I was testing my script with it for 2 days now, or 1 1/2 even, and now all of the sudden it gets to the line and it says error in the script: log("Walking to the Door!") //if(!client.getMyPlayer().myY() == 3491 || !client.getMyPlayer().myX() == 2465){ //if(client.getMyPlayer().getPosition() != walk(Position(2465, 3491))){ walkExact(new Position(2465, 3491)) return 1000 //}else{ state = State.OPENDOOR return 1000 //}Please note I remarked out those lines to see if walkExact was working and it appeared to me that it was causing the issue and I can't exactly figure it out.Do I need to have something in front of the walkExact now? Edit: The log will actually say the message, then say error in script, then msg, then error, etc.
  16. Okay, so I used what you typed out here, with some if's however, and the only thing I'm noticing is that: It'll actually walk by like 6+ of the items, to go pick up one that is definitely further away than the 6+ it walks over XD So that really is slowing down the process, not to mention the amount of miss-clicks on the item is a killer too -___- Is there any way to make it not miss-click the item, I mean.... Here is my code: if(!client.getInventory().isFull()){ log("Picking Item.") closestGroundItem(item).getPosition() if(client.getMyPlayer().getPosition().distance(closestGroundItem(item).getPosition()) < 2){ closestGroundItem(item).interact("Take") }else{ walk(closestGroundItem(item).getPosition()) return 1000 } } if(client.getInventory().isFull()){ log("Are you serious.") state = State.TODOOR return 1000 } I replaced the actual item with "item" so no one makes the script ^_^
  17. I don't believe it's working at this time. I could be wrong but I thought i heard otherwise.
  18. And a lot of other people, if not everyone!! Don't download xD
×
×
  • Create New...