Jump to content

whipz

Members
  • Posts

    780
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by whipz

  1. whipz

    Wilderness API

    This looks awesome again ! Will look more into it when I get home, thanks for the quality posts (:
  2. whipz

    Paint API

    Sounds awesome ! Cant wait to use it ! ill keep you posted for when I get home (:
  3. whipz

    Paint API

    I love this paint man, it works so bloody well (: Ill update my Cooker when my son and misses get out of the hospital (She just gave birth on the 30th, had some complications, so we are stuck here till probs the 5th or so) Ill be giving you bulk credit for it as well, just makes things look awesome (:
  4. whipz

    Stealth Quester

    Ghost ahoy would be dope xD haha i know that would be a bitch tho, but is it something you would consider ? 0.o
  5. How does this get called ? if (trade.isFirstInterfaceOpen() && trade.didOtherAcceptTrade()) { log("Accepting first trade"); trade.acceptTrade(); new ConditionalSleep(10000) { @Override public boolean condition() throws InterruptedException { return trade.isSecondInterfaceOpen(); } }.sleep(); } else if (trade.isSecondInterfaceOpen()) { log("Accepting second trade"); if (trade.getTheirOffers().contains(527)) { bones = bones + trade.getTheirOffers().getItem(527).getAmount(); } if (trade.getTheirOffers().contains(2133)) { meat = meat + trade.getTheirOffers().getItem(2133).getAmount(); } trade.acceptTrade(); new ConditionalSleep(10000) { @Override public boolean condition() throws InterruptedException { return !trade.isCurrentlyTrading(); } }.sleep(); } This is from one of my older scripts so no hate, however i just tested and this still works I can show you how it was getting called if needed, but this works fine
  6. Sorry but it has to be an error in your code, if you would like to post it up, we could have a better look, or you can add my skype whipzman@gmail.com or whipz osbot and you can send it to me there or in a private message, and i can have a look into it for you
  7. add an else, so when it does see it has an animation, it will go back to sleep for x time, is what id do although never looked into firemaking
  8. whipz

    Paint API

    legend thanks mate, will edit when i have tested, going to bed (will also post credits when/if i release a script with your paint) which im sure I will eventually, as it's so useful
  9. whipz

    Paint API

    Love the paint API, looks awesome just a question, how do you make background transparent ? everything I have tried either turns it white or black
  10. ahh sweet glad you figured it out (:
  11. Do you have it open up the equipment tab on start ? sometimes things cant be grabbed when the interface isnt up. Maybe get it to log the items after equipmentStart in the onStart to make sure its returning an item and not a null
  12. or you could add to your sleep condition, getWidgets().getWidgetsContainingText("Click here to continue") != null; its what i use could have typos not looking at my IDE
  13. I have one somewhere I could sell it to you ? Im off to bed now but ill reply in morning if your keen
  14. i thought they got bitches ? 0.o
  15. In my old old desktop, even with water cooling with exhaust fans going outwards idle would sit around 80C turning one (the one with the freshest cooler air) around so it blew it in dropped the temp from 80C to 60C but that was just me /:
  16. Are you running in low cpu mode ? or low resource mode ?
  17. So many graphic cards O: and im just chilling here with on board graphics )':
  18. I have an i7 - 4900mq @ 2.8ghz and 32 gig ram, my GPU died the other day so just running on board graphics, Im running 8 osbots, and 1 osbuddy, and barely hitting 50% /:
×
×
  • Create New...