Jump to content

Extreme Scripts

Trade With Caution
  • Posts

    10702
  • Joined

  • Last visited

  • Days Won

    27
  • Feedback

    96.2%

Posts posted by Extreme Scripts

  1. Hi guys!

     

    So after tonight the mirror was deemed back online, ive tried to use all of my scripts (Fruity NMZ, 

    Extreme Fletcher and Apa Auto Alch). However none of them are working. Fruity's NMZ wont get past the 'random solver: resizable mode solver'. The other two scripts I can get into the UI. Extreme fletcher: when I add a task to the list it doesnt show up on the list, but if i click start it will open the bank and hover over random things. And Apa alcher the UI opens, I arrange it how I want and then click start, it will open the magic tab but wont click the alch spell.

     

    Any idea on whats going on?

     

    Cheers guys! smile.png

     

    Hey buddy, firstly thank you for purchasing my script. I replied to your PM but I suggest you try the following: 

     

    1. Delete your OSBot folder located at C:/Users/YOUR_USERNAME

    2. Make sure you have java 8 installed 

    3. Re-run the client  

     

    If this doesn't work for you you're more than welcome to inbox me and continue the conversation ^_^

  2.  

    V .123 is so much better than .127.

     

    When the script want to attack a npc, the mouse move a few pixels towards the entity and then stops, then move again and stops, repeatedly.

     

    This is what I use:

    InteractionEvent ie = new InteractionEvent(entity, "Attack");
    ie.setHover(true);
    execute(ie);
    

    Another issue with grabbing ground items; it right clicks on the ground item but doesn't interact.

    GroundItem gi = getGroundItems().closest("blah");
    
    if gi != null
    gi.interact("Take")
    

     

    If you are wanting to hover over an entity your using the completely wrong logic, you should first attack an NPC, then check you are in combat in another state/node and then hover over another NPC.

     

    Think about the logic, I haven't had any issues with the mouse in .27 and I've just re-written my whole agility script to use the new interaction sequences. @Zach did an amazing job props <3

    • Like 1
  3. If you have a credit card on Paypal and PP balance in credit then you shouldn't have issues. it iwll take the moneyf rom your PP balance, only your CC if you don't have enough for the transaction.

×
×
  • Create New...