Jump to content

Eagle Scripts

Lifetime Sponsor
  • Posts

    7265
  • Joined

  • Last visited

  • Days Won

    12
  • Feedback

    100%

Everything posted by Eagle Scripts

  1. i upload a new version to the SDN. The devs need to approve and push that one. Once they did you can refresh your scripts by hitting the refresh button and then the script should be updated. This can take a day though. The update has been pushed
  2. testing myself atm I can confirm walking doesn't work, i can fix that in a minute and i'll upload a new version. I'll try to look into the GUI Aswell
  3. can you record how you set it up? i'm pretty sure something wrong with your starting method
  4. Happens sometimes, click on the client itseld once that happens, the gui will then properly load. If thst doesnt work re run the script
  5. Will look into it asap
  6. It should work, tested it 2 days ago. Are you starting it like the thread tells you? What doesnt it do/ what doesnt work, i need more info to be able to fix something. But im quite sure you just start it falsely :P
  7. The max is 6 hours i will auth you bud. Authed
  8. You could work with onMessage public void onMessage(Message message) throws java.lang.InterruptedException{ String Txt = message.getMessage().toLowerCase(); if(Txt.contains("hey")) { log("HE said it"); } }
  9. Exactly this, log every action your script does so you know what it doesnt do / where it fucks up
  10. How many more of these threads are going to be made I nearly have to when seeing the title of the same threads
  11. Damn, both worked fine on local, i'll try the SDN version in a second and i'll see what i can find. About taskmode, this isn't fully implemented yet. The option is only there in the GUI for preperation causes Froot, be sure to start it either in the house or with the bankchest interface open, I just tested this with your exact inv setup and settings. It works fine if you start it with either of those two EDIT 2 : both have been tested multiple times. They both work, tweaked phials a bit but its still working right now before the push. Be sure to follow the 'how to start the script' to be sure you set everything right on startup (:
  12. you can start it anywhere between the depositbox and karamja. Best place would be to start the script at the karamja docks ofcourse. Where do you start the script and are you aware this script is only for karamja?
  13. Ofcourse, granted
  14. You can define a area with z = 3 Doing this ; new Area(new Position(x y z), new Position(x y z)) OR Position t = new position(x y z) Or tile t im not sure, not at home if (myPlayer().getPosition() == t){ \\something }
  15. Okay, reply once you want me to auth
  16. This guy made me a free logo and paint for my new upcoming script Eagle Altar. Nice and friendly guy with good graphics
  17. V1.3 has been pushed, this update adds Phials Support
  18. I'll add that in a few days if i'm home if i dont forget
  19. might want to give us your budget bud
  20. Nice man, not bad Please give me the moneyzz
  21. not that i'm aware of, might have been a one time issue?
×
×
  • Create New...