Jump to content

Canidae

Members
  • Posts

    38
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Canidae

  1. He has it turned off. This is how it looks for me when people have a long name: That doesn't seem right..
  2. Object IDs can change at any time, so you shouldn't rely on those. I recommend sticking with Position filtering instead.
  3. Instead of caching every item ID you need to know, you could also use this snippet made by @Explv. https://osbot.org/forum/topic/102611-ge-data-get-price-etc-by-item-name-no-external-libraries-required/
  4. If you can't figure it out using this snippet, I'm not sure if you are gonna be successful in writing a custom GE sell method.
  5. Yes they can. However, they can't see what client you are using, only if it's official or not. Based on that, you can't ban people and they won't.
  6. You could grab the price from OSBuddy's API. I think there's a snippet from that somewhere. You could just increase the price by 1.05 or 1.10, this makes it way too difficult.
  7. If you are not using the NPC outside the method, there's no reason to do so.
  8. What is the reason you're not using the built-in buy method?
  9. Hi, My plan is to write one or more free scripts for the SDN. I don't really know what script would contribute to the SDN, so please come up with your ideas. Canidae
  10. You are closing your if statement by putting a semicolon at the end of it. Your code should look like this. if (myPlayer().getPosition().equals(PLAYER_LOC)) { getBank().open(); }
  11. Very good tutorial, thanks!
×
×
  • Create New...