What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

StartQuest doesn't work with dailies?

Status
Not open for further replies.

tokyov

Member
Joined
Dec 8, 2010
Messages
69
Reaction score
0
I'm attempting to write a script/plugin that will pick up a daily quest. When I attempt to run it, the StartQuest() method return the error that the quest was already completed. This is true, as I have done this daily previously. However, the daily is available for pickup again. Here is the partial code:

Code:
if (!StartQuest(QUESTID))
                {
                    error = GetLastError();
                    Log("Unable to accept quest.  Error is " + error.ToString());
                }

The error code is QuestAlreadyDone although I can manually pick up the daily. Is this a bug or am I picking up these quests wrong?
 
The error code is QuestAlreadyDone although I can manually pick up the daily. Is this a bug or am I picking up these quests wrong?
If you relog to char select panel and enter game world again - it help? Probably i know why, but need time to fix.
 
No, relogging doesnt fix it. It wont pick up the quest because the bot detects it has done them before even though it can be repeated.
 
Ok, write here quest names please
 
Still not. Becouse i cant get this error. I done few east daily quests with glida rewards, and next day when they appear - i can get them again with AB.
 
Have you completed the daily and then tried to accept it again the next day? Do you use StartQuest or is there another method? The quests are in the GetCompletedQuests() list and thus aren't being picked up again.
 
If someone can get same error - i need char (not main, for security reasons), on which i can login and fix this.
 
Status
Not open for further replies.
Back
Top