Jump to content

House

Trade With Caution
  • Posts

    510
  • Joined

  • Last visited

  • Feedback

    97.4%

Everything posted by House

  1. Currently there is only a GrandExchange#getItemId(Box) method which gets the items ID but i was wondering if it was possible to grab the name or is that not possible? Not sure if the API is based on configs or widget data but would be nice to be able to extract name if the GE interface is open at least
  2. House

    p2p pure

    That wasn't the point :p
  3. House

    p2p pure

    boi you know offsite feedback means nothing
  4. All hop methods have been broken for a looong time now, usually ends up hovering the world widget. Use my snippy http://osbot.org/forum/topic/103917-hhopper-hop-to-a-specific-world-interrupt-condition/
  5. House

    w10

    i don't have problems with win10
  6. Alright different result then, uses less resources?
  7. This seems a bit more straight forward but same outcome g.drawPolygon(rs2object.getPosition().getPolygon(getBot()));
  8. House

    Help!

    Google http://osbot.org/forum/topic/46435-draw-object-model/
  9. I think you can actually refund if its right away? Idk i'm talking out my ass correct me someone.
  10. Your posts are interesting my fren
  11. your proxy is most likely broken
  12. bbbut its pretty and will stop his paranoia about it getting him banned
  13. randomized drop patterns are gud? They are pretty to watch
  14. Pretty sure wrong section lel. Try open it on google docs, worth a shot.
  15. 3 its similar to the original one, its not perfect but me likey.
  16. House

    Howdy?

    #204 not bad :c Stealing my first spot in the online list down below i see!
  17. if (inventory.contains("Pizza base") && inventory.contains("Tomato")) { return State.MAKE_INCOMPLETE_PIZZA; } if (inventory.contains("Incomplete pizza") && inventory.contains("Cheese")) { return State.MAKE_UNCOOKED_PIZZA; } if (getBank().contains("Pizza base") && getBank().contains("Tomato")) { return State.WITHDRAW_BASE_TOMATO; } else if (getBank().contains("Incomplete pizza") && getBank().contains("Cheese")) { return State.WITHDRAW_INCOMPLETE_CHEESE; an example (don't forget to deposit the product item each time too) But just yeah its a lot to explain. i think ima have to give up im really bad with patients. Use my example use ititititit. Make one Task to withdraw and one to combine. Determine which items to combine within the task. That way you can fix code or append to each step of pizza making by editing it in one place
  18. imo its bad to trigger interactions in a row assuming the previous one correctly executed. hence why i told you on shitbox to return after each interaction and use the example i provided :p Start writing you script the same way my example is written. https://github.com/HouseMD/HMeltingBalls
  19. In general the statement deciding logic seems iffy. do something more like. does my inventory have dough and tomatoes in it -> combine else does my inventory have plain pizzas and cheese -> combine else ... ... bank.open() if bank contains dough and tomatoes -> withdraw them. else if bank contains plain pizzas and cheese -> withdraw them.
  20. when your flax holder acc will get banned
×
×
  • Create New...