Jump to content

Leaderboard

Popular Content

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

  1. I think it would be a great idea to add a new rank, for the people who don't bot but are forum addicted and would like to have some benefits too. The new rank I'm talking about is called "Forum Donator" which will cost you 10$ FOREVER The benefits are : your name will glow, you get the rank itself like sponsor/vip, you can change your display name once in a week/month (depends on what Kati wants or what is the best acceptable). Maybe more benefits can be added if you suggest so... Not awesome benefits because the price is low for a reason. There arent alot of benefits, I know but thats why it costs that less. I am sure alot of people will purchase this and alot of money will be gained to keep the server alive. Support? Opinions?
    2 points
  2. 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):
    2 points
  3. 2 points
  4. It's a shame you only chose Sponsor's.
    2 points
  5. If anyone has BO2 on steam @Raflesia and I would play a few games with you. Leave your steam ID here if you have it!
    1 point
  6. ????????????????????????????????????????????????????????????????????
    1 point
  7. Download Combat Arms and 1vs1 me. It's a online game for the computer. Girl vs girl
    1 point
  8. the image needs a reupload not showing up :\
    1 point
  9. Obviously Raze for Mod (it was hard to choose between led zepplin and raze ) Smart for super Raflesia for admin
    1 point
  10. Well Pretty shexy, I think the font needs a little work, a little more WOW. Know what i mean?
    1 point
  11. Hello everyone, YoHoJo here, a long time member of various Runescape botting forums and black markets with over 8 years of experience. I'll just be using this thread to give you guys my various tips/advice on how to stay safe in the black market section! I will be periodically editing this thread with more tips and even adding in your guys' advice (with credit of course). PayPal Payments can ALWAYS be Charged Back If you receive a payment for any sort of virtual goods though PayPal it can always easily be charged back by the purchaser. Contrary to popular belief a 'gift' payment or any sort of 'note' will NOT keep you safe from charge-backs. Scammeres can file an "Unauthorized Transaction" or a "I haven't received my item." dispute for virtual items, since there is no receipt for the order. Since you are selling virtual goods, there is no way for us to prove the items were delivered (PayPal doesn't care for video game footage/images) and you will lose the dispute. Try to use PayPal invoices or "Buy Now" buttons in order to create a proper invoice of the trade, and log down as much information about the user and trade you can in case of a dispute! Skype Display Name vs 'Skype Name' When trading a user on Skype make sure to check their Skype Name, and not just their Display Name. The Skype Name can not be changed, and is set for each account, while Display Name can be charged to absolutely anything! To see this, right click the name on your Skype contact list, click View Profile, and then check the Skype Name. I HIGHLY suggest all market uses create an "add my Skype" button so users can simply click the button to add their Skype, which reduces runins with impostors! How to create an add Skype button: http://osbot.org/forum/topic/6108-how-to-add-skype-button-to-forum-posts-profile-and-signature/ ALWAYS To Request PMs Although instant messaging programs such at Skype are much more convenient to use than PM systems, it's always best to request a PM on the forums just once in order to confirm the user identities. Sometimes users' IM accounts may become hacked or compromised, therefore a PM is the best way to ensure you are talking with the right user and serves as great proof for dispute threads!
    1 point
  12. Sorry but there is no way we can give you a name that has already been taken.
    1 point
  13. I'm having this problem too... It worked fine earlier today, but then I took a break and now this. http://osbot.org/forum/topic/9313-read-if-your-client-says-youre-already-logged-in/ This fixed it for me.
    1 point
  14. 1 point
  15. Have you cleaned out port 80 yet?
    1 point
  16. this got like 15 views? lol just getting more? the only reason i watched because you were in it -__- you look like a total nerd -___-
    1 point
  17. package org.assume.api; import java.util.ArrayList; import java.util.List; import org.osbot.script.Script; import org.osbot.script.rs2.model.Item; public class Methods extends Script { public boolean inventoryContains(int...ids) { List<Integer> def = new ArrayList<Integer>(); for(int i : ids) { def.add(i); } for(Item i : client.getInventory().getItems()) { if(def.contains(i.getId())) return true; } return false; } public boolean inventoryContainsAll(int... ids) { int total = 0; List<Integer> def = new ArrayList<Integer>(); for(int i : ids) { def.add(i); } for(Item i : client.getInventory().getItems()) { if(def.contains(i.getId())) { total++; def.remove(i.getId()); } } return total == ids.length; } public Item[] findInInventory(int... ids) { List<Item> list = new ArrayList<Item>(); List<Integer> def = new ArrayList<Integer>(); for(int i : ids) { def.add(i); } for(Item i : client.getInventory().getItems()) { if(def.contains(i.getId())) list.add(i); } return list.toArray(new Item[list.size()]); } } Checking an Array to see if it contains a value would be much less efficient than using a List. I would have to call a separate method to iterate through every value in the array and see if it contained the value. If you are referring to the findInInventory method using a normal array is impossible as I cannot dynamically add to it (arrays in Java have a fixed size).
    1 point
  18. Is it only limited to Sponsors? Lol theres loads of other people that help. Not just including myself but theres others too. Also don't think this is really something that should stay as a topic. I don't really like user-nominated staff polls...
    1 point
×
×
  • Create New...