Jump to content

Extreme Scripts

Trade With Caution
  • Posts

    10702
  • Joined

  • Last visited

  • Days Won

    27
  • Feedback

    96.2%

Community Answers

  1. Extreme Scripts's post in "Make X" Option... was marked as the answer   
    You can interact with the interface like so: 
    interfaces.get(PARENT).getChild(CHILD).interact("Make-X"); Fill in the relevant fields of course ^_^
  2. Extreme Scripts's post in Activating/Deactivating Randoms was marked as the answer   
    I think you're talking about overriding the default random manager so you could perform a task before activating it if I understand correctly...
     
    In your onStart():
    randomManager.registerHook(new RandomBehaviourHook(randomManager.LOGIN_MANAGER)){ @Override public boolean shouldActivatePostLoop(){ return true; } @Override public int postLoop() throws InterruptedException{ //task to perform return 0; } } Note: If you want to exit the postLoop then have it return -1
           2- There are a variety of methods you can override which can be found here
  3. Extreme Scripts's post in [Answered] Where can I get a script designer? was marked as the answer   
    You can post a request in this section and if a scripter is up to the job they will respond accordingly: 
     
    http://osbot.org/forum/forum/97-requests/
×
×
  • Create New...