Jump to content

Leaderboard

Popular Content

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

  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. Free trial: Want to try out a premium herblore script for free? Script's thread: http://osbot.org/forum/topic/48273-aio-herblore-flawless-herblore-training/ Rules: 100+ post count users only for security reason. Leave a comment on this thread. Leave a comment on the script's thread (see link above). Like the script's thread (not required but much appreciated) (see link above). Maximum one 24h trial per user. Maximum 5 trials per 24h.
    1 point
  16. 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
  17. 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
  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. Started your trial Here you go Both trials are 48h instead of 24h because I'm in a good mood Enjoy!
    1 point
  20. First Aid is a boss & OP is a Faggot.
    1 point
  21. 1 point
  22. 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
  23. i think it was Bootsya it is http://osbot.org/forum/topic/21362-zybez-price-retriever/
    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. If it matters that much to you I'll mention that my timezone is GMT+1 next time.
    1 point
  27. if (client.getCurrentWorld() == 385 || client.getCurrentWorld() == 386) { log("We're on bot world oO"); hopWorld(); }
    1 point
  28. 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
  29. Oh, glad it's working now. Archived.
    1 point
  30. ooh this is a pretty good price for what youre offering, gz to who ever gets it
    1 point
  31. 1 point
  32. Heyo, I've decided to finally post my farewell, now that things have calmed down. There's not much to say, I also don't really feel like posting my side of the story, there's just one thing I want to share and that is that I wasn't (and still am not) part of the other bot's administrative team, however, I did got asked to develop their new SDN and I did accept that job. So no, I wasn't a 'spy' as many of you thought, it was an one-time job. Anyways, enough of that, I'm not here for forgiveness (nor to safe my alias) but to post my farewell. If there's one thing that I could change, then I would have resigned before all of this could even happen. Why? I realized, a few weeks after my promotion to administrator, that I couldn't hold the job for long. The motivation and drive I used to have last summer for community management was (and still is) gone. That's why most of you only saw me doing the SDN upload requests, I barely did anything else. I felt bad for @Maldesto, my position was meant to take some load of his shoulders, and I don't think that he could ever feel that in the time that I was an administrator again. I noticed this myself as well. That's why I started to guide the person some more that did (and still does) deserve my position, @Smart. I teached him how the OSBot SDN works, and I would help him with any ACP problems. I notified Smart that I was going to resign soon and that I wanted him to replace me, about a few days before I got demoted (several people can confirm this). My demote ruined his chances, the developers are more strict with @Maldesto now and they don't want him to promote a second admin on this moment. So yep, if I could change one thing then I would have resigned earlier so that you guys could have probably had @Smart as second community manager now on this very moment. Anyways, enough of that as well. Now my actual farewell. I've decided to really move on with life, I've had a great time here, especially last summer. OSBot was a really big part of my life and I'm thankful that I was ever given the opertunity to join the OSBot staff team, it was a great experience and it has really changed me as a person. I've had alot of fun here and I've met alot of great people. It's time for me to let this all go, I've spent alot of time on the computer past years, especially in 2013. It's time to focus on my IRL and to follow my dreams. My biggest dream ever is to be a pilot and I'm really going to spent most of my time now to study and follow this dream. I'm currently following computer science and I'm going to do Flight Training right after my IT graduation. It's a really hard training and a really expensive study so I have a long path ahead. But I'm going to do this ;D I wish you all the best of luck in life and in the Runescape botting scene. Thanks for reading and farewell! Special thanks to: for ever giving me a chance, I would have missed this whole experience without you. @Maldesto for giving me another shot, and I'm really sorry that I've damaged your trust. I wish you the best of luck with OSBot. @Smart simply because I love him @Catastrophe for the great times, and I will definately check your facebook every now and then because you really make me laugh. @Anne also for the great time here at OSBot, and I will definately stay in touch with you @Mikasa for still being loyal and awesome @Alek I know you hate me, but stay awesome man, OSBot needs you The rest of the staff team, goodluck guys & alot of other people, I can really make a list of ~100 people but I'll keep it at this for now. Goodbye, Raflesia.
    1 point
  33. 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...