Jump to content

T0ffee

Members
  • Posts

    2
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

T0ffee's Achievements

Newbie

Newbie (1/10)

1

Reputation

  1. Rather embarrassingly my original snippet worked perfectly once I put it inside a skeleton script. My original intention was to interact with a rather obscure NPC for whom the .interact() method doesn't work (but I could extract its position). Many thanks for your reply, and for your work more generally within the OSBot community.
  2. Hello, I've been having some trouble getting my script to hover over and click a specific tile near the player (in this case in the Al-kharid mine). new Position(3299, 3273, 0).hover(getBot()); getMouse().click(false); It seems neither of these methods work, even when directly next to the tile. I've cobbled this solution together from a few old threads but perhaps the API has changed? I'm using mirror mode if that makes any difference. Any help would be appreciated.
×
×
  • Create New...