Jump to content

Molly

Members
  • Posts

    5415
  • Joined

  • Last visited

  • Days Won

    6
  • Feedback

    100%

Everything posted by Molly

  1. Sorry I was wrong that does actually work, forgive me its 4 am and I am exhausted lol. I'm not exactly sure why you are having difficulty looting. I'll look over your code real quick and see if I can spot something.
  2. Ahh ok, I reread the OP and it looks like the way you're reading in data only the very last string entered is put into temp.
  3. Try this: for (int i = 0; i < temp.length; i++){ if (groundItems.closest(temp[i]) != null) { GroundItem loot = groundItems.closest(temp[i]); loot.interact("Take"); } } Obviously you'll want some other stuff, like to check if your inventory is full, failsafes to make sure it does loot etc.
  4. Instead of: nextAttackLevelXp = XP_TABLE[currentAttackLevel + 1]; xpTillNextAttackLevel = nextAttackLevelXp - currentAttackXp; You could do: xpTillNextAttackLevel = skills.experienceToLevel(Skill.ATTACK);
  5. Sorry for the slow response, working fine for me. Only fix needed was changing the names of a few herbs for price grabbing due to Zybez changing the way they named clean herbs. http://imgur.com/HaF788v
  6. Osbot wouldn't exist, because if all of us were sent back to our mental state at the time of our starting of runescape that means the devs would have no or very little knowledge of programming(assuming they are in their early-mid 20's or younger). /thread
  7. I'm pretty stoked for it, sadly I have a class in the morning I can't miss so it's going to kill my gains =(.
  8. I'm not shaving my nuts this month, does that count? Inbox me for pics!
  9. Molly

    Molly's Thiever

    NOW ACCEPTING OSRS GP AS PAYMENT: 3M Inbox me to pay with osrs gp, I will provide you with my skype.
  10. Something like: if (willowTree != null && !myPlayer().isAnimating()) Should ensure that you only chop a tree when your character is not already animating. As for your second question I''m not sure exactly what you are asking.
  11. Molly

    Molly's Thiever

    http://osbot.org/forum/topic/61858-osbot-2239-advertisements-part-2/#entry683670 Has nothing to do with my script sadly, all normal members will see ads.
  12. I'm not sure these days, I have not ran this recently but they were pretty empty last time I ran it.
  13. Molly

    Molly's Thiever

    It should be, I have not received any reports stating otherwise.
  14. Molly

    Molly's Thiever

    Fix pushed, will be updated next time the SDN is updated.
  15. Molly

    Molly's Thiever

    Just got home from work. thats an error due to the update to object hovering for sure and I will be fixing it right now. Thanks for the report man =)!
  16. Molly

    Molly's Thiever

    Make sure you are using the newest client (.28), if you are and are still experiencing issues it may be because of some changes made in the newest client release. Either way I will be looking into this bug after work tonight, thanks for reporting it!
  17. I have not had any complaints from any of my users, although personally I have not ran it lately. I can give you a 24 hour trial if you would like to try it before purchasing, just inbox me.
  18. Molly

    Molly's Thiever

    I have to leave for work right now, but when I get home I will look into this.
  19. Molly

    Molly's Thiever

    I too find it difficult to not over do it when botting, I always end up really pushing my luck lol. Good idea to not bot on your main again. I have found that running this script for a few hours a day and ten running another, or playing legit a bit has not resulted in bans for me, hopefully you will experience similar results if you try this.
  20. You should have been accepting of her wanting to just be friends. Ask her to hang out, get her drunk, fuck her and never call her again. gg rekt
  21. Molly

    Molly's Thiever

    Just pushed an update for the issue at master farmers. The issue was occurring as a result of the combat handling method being to broad, this has been fixed. The update will be out when the SDN is updated, the version number is 1.3, so once you see that it's good to go.
  22. Molly

    Molly's Thiever

    Fixing this now, just got home from work.
  23. Molly

    Molly's Thiever

    I have started classes recently so my time to work on things OSBot related has dropped dramatically, I am working on implementing gnomes however I won't likely be able to release it until this Sunday. Is the issue occurring whenever he is hit? Or just when he falls under the eat hp? Also, does the bot eat other food or does this happen with all food? I have work for about 6 more hours today, after I get home I will look into this issue more.
×
×
  • Create New...