Jump to content

Celeos

Trade With Caution
  • Posts

    2041
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Celeos

  1. He probably lost it all already.
  2. Celeos

    mehh

  3. Good luck.
  4. What's a troll?
  5. Welcome back. :p
  6. Celeos

    why not?

    Looks cool. I really like the typography.
  7. Very thanks.
  8. Welcome, welcome friend.
  9. me too it sux
  10. Celeos

    First

    Saw it coming a mile away.
  11. Don't buy an iPhone. I have one right now and I regret buying it in the first place. Wait until the new Samsung Galaxy comes out, I know I am.
  12. PKing is one of the many, many things you can do on rs. You could always make a new account.
  13. You have been noticed by the gods. wd
  14. Celeos

    Veteran

    I consider myself quite active in this community considering the fact that I have higher post count than the majority of the current vets. :p
  15. Celeos

    Veteran

    I can't PM anyone. Whenever I do, it says the site is offline. >.>
  16. Celeos

    Veteran

    How does one acquire such a prestigious rank?
  17. Top new-gen rapper in my opinion is Iggy Azalea. I can't think of any others.
  18. Your use of "states" is wrong and flawed. Your script is stuck at State.BANK_WALK thus State.BANK won't activate due to full inventory. I have cleaned up your code just a tiny bit however I can already see you will encounter more issues but the following code should be better than what you have at the moment. I recommend you create a "TREE_AREA" variable which it changes based on your woodcutting level. You don't need State.WAIT, just make it return null. private State getState() { if (myPlayer().isUnderAttack()) { return State.UNDER_ATTACK; } else if (inventory.isFull()) { if (BANK_AREA.contains(myPlayer())) { return State.BANK; } else { return State.BANK_WALK; } } else if (!myPlayer().isAnimating()) { if (wcLvl2 >= 30) { return State.CHOPW; } else if (wcLvl2 >= 15) { return State.CHOPO; } else { return State.CHOP; } } return null; }
  19. I am quite keen for this to happen and I'll definitely check it out if it does come into place. Who else is?
  20. Hello friend.
  21. Celeos

    Nice

    Hey what's up
  22. Celeos

    Nice

    The last time I was active here, the main devs disappeared leaving the community with a broken-ass client. Now by the looks of it, things are getting better. Well done.
  23. Dragon Dyce is now known as Player Swap. Go check them out.
  24. Disputed Member: @TzTok Jad Why it should be removed: Not my fault. He/she has had the accounts for longer than I have. Details: Sold these accounts about a year ago and I personally upgraded them all using bonds. You cannot "chargeback" bonds... May I also point out that he/she has owned the accounts for longer than I have (max. 1 month for all). Link to topic: Can't find, too long ago.
×
×
  • Create New...