Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/31/13 in all areas

  1. Hello everyone, I have returned and I'm ready to contribute to our fire again. I'll be discussing with Laz to decide on our priorities again and I'll be working on some old work left behind when I was out of the country. Today I will be working on fixing up some scripts that require some attention. After that I will be writing an anti ban mechanism which hopefully will prevent many of the manual J Mod bans and possibly also the reports by P Mods. It will detect moderators in your environment and perform unpredictable behaviour, partially defined by you as a user, which should lower the suspicion. Goals we had before were obvious and they are still present, such as 'Hannibal', the first Titan to completely diminish the concept of web walking. Hannibal is a work in progress but will get a lot more attention now than it did before, simply because of the fact that there is room for attention now. Further automation of our administrative work is another goal which will happen behind the curtains, but most definitely very important for all of us. And we are brainstorming about a much easier way of adding scripts to the SDN, creating a web interface where you can submit everything that will create the Nexus store product, the repository module etc, leaving our only job to double check and confirm the entire product to be safe and working. All cool stuff And last but not least, we will be starting on a new little secret this month. What this is and how long it will take for us to show you publicly is not sure, but it has been us excited for sure. Sincerely, OSBot.org
    13 points
  2. The only reason I would see anyone suggest this is so they can get the go-ahead to freely scam without risking anything. Dumbest suggestion I've seen.
    5 points
  3. This release features a patch to Freaky Forester and the Run Away From Combat handler. Freaky Forester was again misinterpreting the dialogue telling us which tailed Pheasant to kill. This should however no longer happen. Expect more releases soon, Maxi is back from France and we should be able to get back to work fully. Thanks, Sincerely, Laz and the OSBot Team.
    3 points
  4. Simplest Thing Ever. I Love Ya'll In This Community. So Theres a Few Rules. & 2 Winners. WINNERS GET: 1 VIP Voucher 1M OldSchool RSGP (or 10M eoc) How It Works?: 1) Post The Form & Fill It Out 2) Star My Profile 3) Posts Stop August 11th/2013. 4) LIMIT: One Post Daily. 5) Will Use a Number Generator & Count Forum Posts. GOOD LUCK RULES: Write 1 thing why OSBOT Is Awesome. Who's your Fav Mod/Forum Mod? And Last but not least. Rap or Metal Music. Only Aloud To Post ONCE DAILY. (you can easily copy and paste the form below and submit it daily) CONTEST ENTERY: Why OSBOT is Awesome: My Favourite Mod/Forum Mod Is: I Prefer (Rap/Metal/Other):
    1 point
  5. I believe he's referring to the client's run from combat option
    1 point
  6. River troll should be handled by the scripter..
    1 point
  7. Sure if you think $2/month is cheaper but you HAVE TO STAY for 6 months.... a 6 month contract is not worth the extra $2/month I save. I'm sorry cuz I'm a little bias and have a hate towards VIP but...there should be more things to make people want SPONSOR not VIP. This is probably the ONLY thing I repeat ONLY thing that makes Sponsor worth more and to some it's something that dosen't even matter. A fucking glowing name.
    1 point
  8. Give us a little teaser about this 'secret' of yours
    1 point
  9. users are banned. lock thread
    1 point
  10. I do not support. If we did this, the community would be filled with scammers. No one likes a community with many scammers.
    1 point
  11. they'll just keep making new accounts.
    1 point
  12. Click your name then My Settings then in the options select:
    1 point
  13. So lately ive been having a problem with withdrawing a certain item that isn't in view, when the bank is open. I heard around the forum of other people having this same issue. But finally i got a solution. if (client.getBank().isOpen()){ if (client.getBank().contains(Bucket)) { client.getBank().scrollToSlot(client.getBank().getSlotForId(Bucket)); client.getBank().withdraw5(Bucket); sleep(3000); } } or for even a shorter code: int B = this.client.getBank().getSlotForId(Bucket); if (client.getBank().isOpen()){ if (client.getBank().contains(Bucket)) { client.getBank().scrollToSlot(B); client.getBank().withdraw5(Bucket); sleep(3000); } }
    1 point
  14. 1 point
×
×
  • Create New...