Jump to content

Vilius

Scripter II
  • Posts

    1495
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Vilius

  1. Flame, trolling or something related to that, at least that is what I have been told.
  2. o, u can make text appear on screen, props to you /s
  3. its all calculated right here: http://osrsbanrates.com , props to Fruity
  4. Thing is, I wasnt asking for a guide how to check projectiles, look at the top its a different lad, plus I answered his question in a second post :p
  5. And again, you are wrong, zulrah has only one projectile shooting animation, doesn't matter what projectile it will shoot it wont change, it will always be the same.
  6. Good luck on keeping track of what projectile will be next :P
  7. And thats where you are wrong, when pray flicking at jad phase, you need to pray flick the instant a projectile is out. I.e magic projectile is out -> pray flick to range range projectile is out -> pray flick to mage You need to pray flick the opposite the instant a projectile comes out.
  8. You get all the incoming projectiles, iterate trough them, find the projectile you need and with it do what ever you want. snippy snip snips: for (Projectile p : projectiles.getAll()) { if (p.getId().equals(*projectileID*)){ //do what ever } } Simple look up on RSPS forums brings up some id's which match with the zulrah projectiles. I'm guessing you want to pray flick between those two mage and range attacks mage projectile 1046 range projectile: 1044 Somehow an s1 knows how to do this stuff and u don't
  9. Vilius

    Stealth Quester

    Yes, but it seemed to spam click the teleport tab
  10. Vilius

    Stealth Quester

    Yeah, imp catcher after the rfd sub. You should wait till the cut scene ends and then you can tele :P
  11. Vilius

    Stealth Quester

    Ty luv While in the cut-scene it spams console, pls fix, me no likey.
  12. He might not be selling it here, he might just want to get opinions on how much its worth. Just give your honest evaluation of the account without counting his twc or feedback.
  13. Where are you putting in that method, in your script class or in your gui class? It should go into the gui class.Or can you just pm me you gui class and I will fix it for you.
  14. The textarea is your JTextArea variable.Its JTextArea textarea = ... which you defined it yourself in the gui class
  15. Then I guess you could do this. public void logConsole(String str){ textArea.append(str+"\n"); } then you could call the method like so where you need it. logConsole("Test");
  16. Be more definitive man, what did you try, what do you have now. You really do need to provide more information.
×
×
  • Create New...