Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/06/14 in all areas

  1. make it visible so we can see what scripts are better than other so we know what people are wanting refunds for and stuff? if not doable just curious why they are private though? O_O
    3 points
  2. When people try to sign up they are instantly given option to select a package then given a page to put billing information? I understand this is marketing technique but its stupid to have it when brand new people are trying to sign up.. just makes them think they have to pay to use the forum pls remove it.. like.. theres not even an option for Free access to the forums alot of the new additions to the site make it look like 'certain' People here are just in it for the money Support or No Support
    2 points
  3. Bit Picture etc... ToolShed class Tool enum ShedContainer class
    2 points
  4. Support, I do remember actually being confused when I made my account because I thought I had to select one to even register.
    2 points
  5. Finally maxed out Didn't know where to post this thread so my apology haha, thank you OSbot and DigzNMZ!
    1 point
  6. crack open safes in rouges den, cut the gems and craft into ammys,rings,etc. also gain mage exp by enchanting them.
    1 point
  7. I'll play w/ you
    1 point
  8. Looks interesting, if my computer can handle it ill play
    1 point
  9. Seems like an interesting game. I'll have to download steam though; and it all depends if my trashy computer can run it. ^_^
    1 point
  10. That's really nice @Ely! I'd like to see more of these. Keep up the good work. ^_^
    1 point
  11. I was the one who actually MM'd the trade. Unfortunately I scammed them both. It shocks me that they both gave each other positive feedback.
    1 point
  12. Support, I remember being confused too. I bet instead of 70k we would had 100k+ by now.
    1 point
  13. i saved a psd so i can chang it over if you want me to :P
    1 point
  14. I can actually see the negative effects from this marketing technique so you definitely have my support.
    1 point
  15. Pls. we all know its fake. I also watch MMA. kick boxing etc...
    1 point
  16. Support 100%! Got the same when I registered.
    1 point
  17. support. this is dumb who would even donate to the site when they dont even know if it's good.
    1 point
  18. Congratulations to @Designer for winning this SOTW!
    1 point
  19. Ah alright makes sense! Nice snippet ^_^
    1 point
  20. I support this 100%. Have a tab up the top with FAQ.
    1 point
  21. 1 point
  22. For one why are you even call the getState() in paint? Because if your doing that to get the status/state, that is a horrendous way of doing. Your onPaint is called every loop, so that means your calling your getState every second pretty much, for the how ever long you run your script, that will really start to add up. At the top of your script you should declare a String like: String status = ""; Then in you onLoop, inside of your switch statment, whatever state is called, add what status, so like: switch(getState()){ case ATTACK: status = "Attacking"; break; } The finally in your onPaint, take out getState, and replace it with status. See if that helps, and even if it doesn't, that still a much more efficient way of achieve the same goal. (If it still lags, most likely there's some type of error in your getState like @Booch said)
    1 point
  23. This. You cannot make the first suggestion unless you remake the entire chat feature yourself. The chatbox is a prebuilt addition from IPB who's code can't be editted. Also if they don't know green = mod then they probably won't be able to connect the letter m to mod either
    1 point
  24. i'm about to go in the chat box, see you there. OHHHH WAITT
    1 point
×
×
  • Create New...