Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/24/14 in all areas

  1. Dear OSBot community, It was a pleasure working for you all in the past months. I cannot explain how much it burdens me to make this thread, but sadly due to personal complications I am obligated to do so. Being apart of the Staff Team and the community has taught me a lot and has allowed for exponential self growth. Even though I am leaving, @Maldesto is an excellent leader and you all will be in good hands in unison with the current Staff Team. You all have molded me to the person I am now, and I am forever thankful for this wonderful experience. This is by no means a farewell, and I will try my best to keep in contact with you all. Sincerely, @Smart
    21 points
  2. He's been here forever, dedicating his own time into making sure we, and other people are happy with OSBot and things of the like. Not only that but he has been probably the best moderator OSBot will ever see. I can't begin to explain how much of a good friend he is, how well he handles himself, and how willing he is to help. There is nobody like Smart. I think we should reward him at least a little for all of the work he has done. Someone find out his PayPal so whoever feels it's necessary to give him a little cha ching and wish him the best. I'm sure he could use a nice buck. If donating isn't your thing, you could at least post something on his Profile Feed to at least make his day.
    9 points
  3. I'm going to miss you man, hope you still text me.
    4 points
  4. Shit OP, Shit thread. Photoshopped, painted, not even a real wizard 1/10
    4 points
  5. So, the recent OSBot update made it so that we can't view the equipment we're wearing unless we open the tab. This amended Equipment class will retrieve the equipment shown in the equipment tab the last time you opened it. So just to be clear, you need to re-open the equipment tab yourself any time you want to get an updated list of items equipped. The only benefit of this class over OSB's class is that this doesn't require you to open the tab ea time you want a list of equipped items. package def.api.equipment; import java.util.ArrayList; import org.osbot.script.rs2.Client; import org.osbot.script.rs2.model.Item; import org.osbot.script.rs2.ui.EquipmentSlot; import org.osbot.script.rs2.ui.RS2InterfaceChild; public class Equipment { public static Item[] getEquipment(Client client){ ArrayList<Item> items = new ArrayList<Item>(); for(EquipmentSlot slot: EquipmentSlot.values()){ for(RS2InterfaceChild slotChild : client.getInterface(387).getChild(slot.childId).getChildren()){ if(slotChild!=null){ if(slotChild.getItemId()!=-1){ items.add(new Item(slotChild.getItemId(),slotChild.getItemAmount())); } } } } Item[] itemA = new Item[items.size()]; return items.toArray(itemA); } public static EquipmentSlot getSlotForId(Client client, int id){ for(EquipmentSlot slot: EquipmentSlot.values()){ for(RS2InterfaceChild slotChild : client.getInterface(387).getChild(slot.childId).getChildren()){ if(slotChild!=null){ if(slotChild.getItemId()==id){ return slot; } } } } return null; } public static Item getItemInSlot(Client client,EquipmentSlot slot){ for(RS2InterfaceChild slotChild : client.getInterface(387).getChild(slot.childId).getChildren()){ if(slotChild!=null){ if(slotChild.getItemId()!=-1){ return new Item(slotChild.getItemId(),slotChild.getItemAmount()); } } } return null; } }
    3 points
  6. Smartie I'm going to fully support him the best I can
    3 points
  7. I've been blessed exponentially already no need to worry about me. This community is a big part of my life, and I am glad I've gotten to learn so much from you all. Thank you all for the memories and good times.
    3 points
  8. You can also check if you are wearing weapon w/o opening equip interface. But current api doesnt provide required thing : interface settings. int[] interfaceSettings = (int[]) Class.forName("es", false, client.instance.getClass().getClassLoader()).getField("a").get(null); interfaceSettings[843] != 0; Also i bet we can get everything else like cape, helm... Cuz model renderer must have this info.
    3 points
  9. Did you really create 100 predetermined paths? O_o
    3 points
  10. Y'all know who this is dedicated to
    2 points
  11. I think this is the biggest land slide in voting.
    2 points
  12. No way It was a pleasure to have you as a mod
    2 points
  13. its not a bad idea, saves time and very unlikely to not work
    2 points
  14. People have enough common sense to figure that out themselves I believe. It's called the "signature of the week" competition so does it really need any further explanation? I always post the voting threads like this and there have never been any misunderstandings when it comes to the voting part. You vote for the one you like, it's that simple.
    2 points
  15. Due to popular request, SSF will be opening up free three day trials to all OSBot users. Every three days we will allow fifteen applicants to test drive our script. All rotations are done at midnight eastern standard time. Application Q1 - Do you own any other premium scripts that you can compare SSF to? Q2 - Would you be willing to post some screenshots of your experiences with SSF after your 72 hour trial? Q3 - What types of scripts are you interested in making with SSF? Q4 - What do you currently think of SSF? Current Lineup June 3rd - , @Perplexity, @rsjofaa, @somepoe, @Epsilon, @boizero
    1 point
  16. In addition to 's suggestion, I think it would be nice if staff feedback was anonymous. I'm not 100% sure on how this could be fully accomplished, but I think it should be so. Some people may not wish to speak their mind about a staff member because they are scared to get on their bad side. Or they want to try and be extremely kind towards a staff to try and get the staff to like them. In general, I just think staff feedback can be bias often and not always is exactly what a member feels. What are your opinions on something like this? I do think one downside would be members may bash staff they dislike to an extreme.
    1 point
  17. cya man u was the best super no offence mikasa.
    1 point
  18. Such a shame to see you go Smart, you were an inspiration to this community and a valuable asset. Wish you all the best with your personal matters and I hope they are resolved Stay active friend!
    1 point
  19. NUUUUU DONT LEAVE ME BAEEE
    1 point
  20. Started your trial Here you go Both trials are 48h instead of 24h because I'm in a good mood Enjoy!
    1 point
  21. First Aid is a boss & OP is a Faggot.
    1 point
  22. Not really possible considering feedback is given through posting on a thread. If a staff member takes bad feedback out on the community, then obliviously they aren't suitable for the position. I think the staff team in general does a good job in keeping their personal feelings out of situations that require an unbiased mindset.
    1 point
  23. I never get banned. I'm epic, thus - Immune. Okay, I guess everyone who wanted to, tuned in to watch. Thanks everyone who made an appearance, laters! (Perhaps in the future I'll make similar events, who knows)
    1 point
  24. 1 point
  25. They can't do anything with that information, they're just checking that you have access to the email account as well as the PayPal account, to make sure its not a hacked PayPal or anything.
    1 point
  26. Thank you for those kind words!
    1 point
  27. Jagex transfers your account to word 385 or 386 and watches your activity closer under suspicion of botting, you know if you've been switch to one if there's a sudden rush of people at the place you're at (like 50 other bots at yew trees) and you are in w385 or 386
    1 point
  28. Yeah as Islam said, the layout is a template. I wouldn't advise going down the route it discredits you as a designer but anyhow goodluck.
    1 point
  29. Oh, glad it's working now. Archived.
    1 point
  30. 1 point
  31. Didn't read the whole thing, because you are just crying like usual, but if you leave for two weeks send the admins a pm and let them know. Maybe respond on your thread more than once a month, you are selling your product to users and have no desire to help anyone who buys your script. No one should buy scripts from users that don't help anyone. Maldesto thought it was okay to take action because this is the 2nd time you went over 8+ days without logging in the forums once or even checking on your thread within 2 weeks. Sorry you want to bank all this money, yet not help one damn person.
    1 point
×
×
  • Create New...