Jump to content

b9s

Members
  • Posts

    1
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

b9s's Achievements

Newbie

Newbie (1/10)

0

Reputation

  1. Hey, I'm trying to make a bot for completing a quest. In the initial phase of the script I'd like to check if the quest is already started (or even completed), I try to do this in the following way: if (getQuests().isStarted(Quest.SHEEP_SHEARER)){ doSomething(); } However, when testing I found it returns false even though the quest IS started. Am I doing something wrong here or has something changed on either the API side or RS' side that makes it no longer work? P.S. Yes it is Sheep Shearer and I'm already in the testing phase ;)
×
×
  • Create New...