Jump to content

iJodix

Trade With Caution
  • Posts

    1025
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by iJodix

  1. It is great snippet, much better then osbots current dropAll method really Here, have dropAllExcept so you don't have to ignore those 2 inventory slots. public void dropAllExcept(String...blacklist) { for(int i : VERTICAL_DROP){ if (getInventory().getItemInSlot(i) != null && getInventory().getItemInSlot(i).hasAction("Drop") && !getInventory().getItemInSlot(i).getName().equals(blacklist)) { getInventory().interact(i, "Drop"); } } }
  2. Nice but if you want as fast mouse jumping when using AHK script you can use; http://osbot.org/api/org/osbot/rs07/input/mouse/ClientMouseEventHandler.html#generateBotMouseEvent-int-long-int-int-int-int-boolean-int-boolean-
  3. iJodix

    82 Agility

    Buying 82 Agility account, - No bans/pref no email registered
  4. No bans/pref no email registered, Skype; aas.kristo@outlook.com
  5. Well, Xeon X5650 CPU performs great for it's price, used one around 80$ in ebay or E5 2660 for around 250$ used
  6. iJodix

    pure

    Reqs - Desert treasure completed - Range 85+ - Mage 82+ - No bans/pref no email registered
  7. Well said, i am thinking about going there as a buddhist monk, shave my head and orange robes
  8. Probably going to walk to forest and live primitive lifestyle
  9. I honestly couldn't care less about this country, they accept fucking refugees even though their own people are on the streets starving, they even built new fucking building complex for refugees like what the actual fuck.
  10. I printed it out and there is nothing wrong it it, i just don't understand why the fucking fuck .equals() doesn't like names with spaces in it
  11. Ok so when i do the following; myPlayer().getName().equals("Bla Bla") It doesn't recognize the name, but when i do any other names without space inside the name like; myPlayer().getName().equals("BlaBla") It works, any ideas what kind of sorcery is this ?
  12. The code you gave us doesn't really help, you better off show us your whole class.
  13. Well, you see, i am slowly working towards to my own company, going to military will mess all my plans up but w/e.
  14. Are you one of those people who think going to military makes you a better person ? If so, get the fuck out of this thread.
  15. If you're serious .. how does not wanting to join military make you a puss ? I bet i lift more then military commander since those fuckers are overweight obesity faggots who can't even run a mile. Couldn't really care less if i'd make friends since i'm used to being alone anyways, it is just i would be better off working all 8 months and earn money instead of learning skills i wouldn't need at all and yeah, if war should start, i'm sure most of people wouldn't even go help military lol Estonia
  16. I'm turning 20 in 3 weeks and no They're doing some kind of examination dunno what exactly Thinking about joining the military and start physically abuse others since most of estonians are not fit and hopefully they kick me out or something lol
  17. Received a letter today .. need to go to medical check in 2 months, Any ideas what one should do to fail medical test ? I don't want to fucking spend 8 months learning nothing
  18. Range/Def & Join a clan
  19. i'll write you stuff for free let me know what you need and i'll do it
  20. Umm you need to pick the lock to get out of the jail ? If so you could check if you can reach a tile outside the jail or just create an area and check if you're in it.
×
×
  • Create New...