Jump to content

Eagle Scripts

Lifetime Sponsor
  • Posts

    7230
  • Joined

  • Last visited

  • Days Won

    12
  • Feedback

    100%

Everything posted by Eagle Scripts

  1. 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"); } }
  2. Exactly this, log every action your script does so you know what it doesnt do / where it fucks up
  3. How many more of these threads are going to be made I nearly have to when seeing the title of the same threads
  4. 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 (:
  5. 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?
  6. 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 }
  7. Okay, reply once you want me to auth
  8. This guy made me a free logo and paint for my new upcoming script Eagle Altar. Nice and friendly guy with good graphics
  9. V1.3 has been pushed, this update adds Phials Support
  10. I'll add that in a few days if i'm home if i dont forget
  11. might want to give us your budget bud
  12. Nice man, not bad Please give me the moneyzz
  13. not that i'm aware of, might have been a one time issue?
  14. I'm getting a feeling Alek has a weekness for cats OT; Nice promotion, gz
  15. saw a post about it earlier indeed, thanks for the heads up
  16. Looks like i'm definately going to stay with lovely windows 7
  17. sorry, rethought and not buying anymore.
  18. send me a pm for my skype i'll buy it
  19. At the time of writing this tutorial, i was / am still a beginner myself in C#. Just thought i'd share what i had learned, i'm sure there's plenty of better ways to go with it though (: Thanks Thanks ​
×
×
  • Create New...