Jump to content

Tom

Scripter III
  • Posts

    5335
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Tom

  1. BETTER
  2. For an aussie it is
  3. Best one I've had
  4. Tom

    osFisher

    Big update today, total script rewrite with a bunch of bug fixes included. If you are fishing in karamja, make sure you have adequate money in your inventory before starting the script. Enjoy! Edit: The update may take a little bit before it goes live, you will notice a change in the GUI, and a new option to drop fish that werent selected, but caught.
  5. Post all of the relevant code so I can see your problem, and Ill answer everything in one reply. Plz indent it properly as well, ty.
  6. SCRIPTER DRAMA
  7. To be fair he was having trouble accessing his git account (explains the scripter section thread), so he probably couldn't update his scripts even if he wanted to
  8. And in terms of cold marauder, nowhere near as good as expected, unhallowed will let you push GR so much higher
  9. you fucked your weapon big time son, roll that socket to more RCR and then use a gift on it
  10. sorry i have no faith in u, maybe next time
  11. Scripter Drama Issue #717 Technically speaking, GroundItem is an object
  12. I didn't even see that top line, lel
  13. It shouldn't click the NPC as long as its in a dialogue.
  14. if ((AREA.contains(myPosition())) { if(dialogues.inDialogue()) { if (dialogues.isPendingContinuation() && (!getInventory().contains("THEITEM"))) { if(dialogues.clickContinue()) { sleep(random(100, 300)); } } else if (dialogues.isPendingOption()) { if(dialogues.selectOption(3)) { sleep(random(100, 300)); } } }else{ npcs.closest("THEDUDE").interact("Talk-to"); new ConditionalSleep(5000) { @Override public boolean condition() throws InterruptedException { return getDialogues().inDialogue(); } }.sleep(); } perhaps?
  15. The fk i need to read docs every once in a while
  16. GroundItem item = getGroundItems().closest(g -> g.getName().equalsIgnoreCase("Name") && area.contains(g))
  17. Tom

    Ps4.

    Dont listen to ghost, It was me mald, promote me and ill consider giving you the account, thanks.
  18. Yes i am apart of the industry
  19. I'm on my at the moment so i'm not going to dig through the API But its an interface called MessageListener that you implement, and it will give you a method like public void onMessage(Message m) e.g. public class Test implements MessageListener
  20. Does it say in chat when you buy a kebab? You could use the message listener in that case and just +1 everytime it pops up in chat, you could alternatively create your own inventory listener kind of thing, but its pretty unnecessary for this.
×
×
  • Create New...