Jump to content

Malcolm

Global Moderator
  • Posts

    137955
  • Joined

  • Last visited

  • Days Won

    21
  • Feedback

    100%

Everything posted by Malcolm

  1. Yes it is already set earlier @jca
  2. Yeah I'm not waiting that long. I'll have to see what I can do to actually have that going for that long.
  3. 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(); } });
  4. is this not osbuddy prices anyways? So you could actually use this instead of importing osbuddy?
  5. That can't be as I've tested it and it returns something different than that. keyboard.typeString(""+getGrandExchange().getOverallPrice(2353));
  6. 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.
  7. I looked but I couldn’t find one so let’s just pretend it is. I wouldn’t be surprised if it’s not
×
×
  • Create New...