Jump to content

Malcolm

Global Moderator
  • Posts

    130760
  • Joined

  • Last visited

  • Days Won

    21
  • Feedback

    100%

Everything posted by Malcolm

  1. Glad to hear you had no problems with it! Thanks for the suggestion
  2. Last time I said this I won a 60inch TV from my work at a summer banquet. Good luck everyone!
  3. Not really tbh. I used it during testing and that was about it. I have other methods that I do.
  4. Thanks everyone, you're actually all the best. Very helpful again
  5. Yes it is already set earlier @jca
  6. Yeah I'm not waiting that long. I'll have to see what I can do to actually have that going for that long.
  7. Am I not able to use any sort of NPC as a break condition? I've been having a problem getting this to work. Maybe I'm just being a dummy xD walkEvent.setBreakCondition(new Condition() { @Override public boolean evaluate() { return mage != null && mage.isVisible(); } });
  8. is this not osbuddy prices anyways? So you could actually use this instead of importing osbuddy?
  9. That can't be as I've tested it and it returns something different than that. keyboard.typeString(""+getGrandExchange().getOverallPrice(2353));
  10. getGrandExchange().getOverallPrice(int ID); What does this actually return? @Patrick If I am correct (and what I've used it for) I think this returns the overall value of the item in the GE (not the actual listed price) but I'm not 100% sure. If this is the case it would make any OSBuddy import prices redundant.
×
×
  • Create New...