fredgsanford
Member
- Joined
- Jan 2, 2015
- Messages
- 552
- Reaction score
- 0
i am using gildystarystar to do dailies and it will not pick up the quests the error is QuestAlreadydone. Once in a while it will take them but only if its been a few days since i did them. Other then that i have to take the quest manually.
I have tried changing the code to just use
StartQuest(Questid);
but that does't work either. the code uses
if (!StartQuest(secondMountQuest))
{
Log("Failed at picking second mount quest: " + GetLastError());
}
Please look into this. I know your working on your questing plugin but i do think api should work no idea why it won't for dailies or maybe my char is bugged either way its still related to ab as i can take the quests manually and then the plugin works fine after that.
And please let me know your looking into it and if there is something i can do to help.
I have tried changing the code to just use
StartQuest(Questid);
but that does't work either. the code uses
if (!StartQuest(secondMountQuest))
{
Log("Failed at picking second mount quest: " + GetLastError());
}
Please look into this. I know your working on your questing plugin but i do think api should work no idea why it won't for dailies or maybe my char is bugged either way its still related to ab as i can take the quests manually and then the plugin works fine after that.
And please let me know your looking into it and if there is something i can do to help.






