Jump to content

su1ts

Members
  • Posts

    4
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

su1ts's Achievements

Newbie

Newbie (1/10)

1

Reputation

  1. Hey guys. Looking for Firecape Service. Stats are: 72 DEF 81 Range 51 Prayer Gear: Armadyl helmet, Avas, fury, blessingm blowpipe, bandos d'hide, bandos chaps, bandos bracers, bandos d'hide boots, archers ring Tell me ur price. Only trusted guys. Only OSRS GP.
  2. Hello Guys I'm starting osbot with following arguments: java -jar osbot.jar -login x:y -bot x:y:1234 -script LocalScriptname:param Starting local script with name: LocalScriptName [DEBUG][03/31 05:36:33 PM]: Injected 2 field list filters [DEBUG][03/31 05:36:33 PM]: Injected 2 field filters [DEBUG][03/31 05:36:33 PM]: Injected 2 method list filters [DEBUG][03/31 05:36:33 PM]: Injected 3 method filters Then it stops - what am I doing wrong? Or is CLI only for VIP User?
  3. Hello Guys, i have some problems opening the POH menu. Sometimes this code works and sometimes it does not. I think the problem is when to sleep and maybe that the sleep times are to short. Can some1 help me please? public boolean callServant() { if(s.getTabs().getOpen() != Tab.INVENTORY) { s.getTabs().open(Tab.INVENTORY); } s.log("Open Settings Tab."); if(s.getTabs().open(Tab.SETTINGS)) { Sleep.sleepUntil(()-> s.getTabs().getOpen() == Tab.SETTINGS, 5000); s.log("Settings Tab opened."); Sleep.sleepUntil(()-> s.getWidgets().get(261, 71) != null && s.getWidgets().get(261,71).isVisible(), 10000); s.log("Try to open House options"); if(s.getWidgets().get(261,71).interact()) { s.log("Houuse options opened."); Sleep.sleepUntil(()-> s.getWidgets().get(370,19) != null && s.getWidgets().get(370, 19).isVisible(), 10000); s.log("Calling servant."); if(s.getWidgets().get(370,19).interact()) { s.log("Servant called!"); return true; } } } return false; }
  4. I think you just C&P this code above. Read your other topic.
×
×
  • Create New...