Jump to content

Spartan 117

Members
  • Posts

    48
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Spartan 117

  1. Mate bash others once u get ur own shit up :p
  2. Thank you so much for your help. Highly appreciated
  3. Hi there, i am a bit unfamiliar with the process of applying for a Script Writer here so thought i would go ahead and ask. Where/ How should i apply for Script Writer? I currently have a fully functioning OSBot 2 Script and thought would take a shot at applying. I have uploaded it to my github as well so thats not a problem. With regards, Spartan 117
  4. Spartan 117

    OSBot 2.1.10

    How come you have Bank#isOpen in your API but no Bank#open method?
  5. Np. If you wanna see some benchmark scores, here is a link http://stackoverflow.com/questions/4279420/does-use-of-final-keyword-in-java-improve-the-performance
  6. While your code is ok, It is highly unoptimized. I suggest the following changes : Don't declare inner class variables private. Since it won't be accessed by other classes, you can just leave it as default. Make your ArrayList final because first, you are not changing it anywhere else in your class, second, the JVM reads it first through early binding, so make it final ArrayList<Event> allEvents = new ArrayList<Event>(); You can also make your Event E final too, so the loop can be: for(final Event e : all evens){ blbalblabla }
  7. Spartan 117

    v1.7.98

    Thats much better. You pointed out the problem taking place and @@Zach can probably take a look at it. Im not a mod or an admin so making me happy doesn't really matter lol. You are only helping the developers.
  8. Spartan 117

    v1.7.98

    That will truly help @Zach a lot. You quoted a post yet have not followed ANYTHING he asks you to do on it. Thats like going to a car sale and yelling " I need a car" without describing what you want in it, what model, and what make.....
  9. Spartan 117

    v1.7.90-.97

    He already stated he needs an account to get it fixed.... you are not helping by repeating what others have already said. PM him your account and im sure he will be glad to fix it
  10. Spartan 117

    BETA v1.7.53

    Stop posting and go away. All you are doing is spamming for no reason
  11. I can sell you 20M 07 for 3.5/M via playerauctions. let me know if you want 2 buy.

    1. Master X

      Master X

      3.5 is too much, i can get for $3

×
×
  • Create New...