Would some one mind taking a look at this.
Im trying to spam this daily, However I'm a lil stuck right at the beginning.
My character targets the npc, but does not actually pick the quest.
Perhaps its a function or setting outside the waypoint file.
ChoiceOption is for options not quests. There are other functions for quests, but just use the bot functions "AcceptQuestByName(questname)" and "CompleteQuestByName(questname)". Just target the npc and execute the function.
Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
I've been trying to make a waypoint for this as well. The problem with "AcceptQuestByName(Veiled Encampment Cover-up)" is that it accepts the public quest instead of the daily quest.
I've been able to get everything else in the waypoint to work except accepting and completing the daily rather than the public quest.
The only way I know to get quest IDs is from database sites and I've yet to see one updated with chapter 5 stuff... Is there another way? Or an updated database site?
Junk wrote:It still accepts the public quest instead of the daily.
Then either you are using an old verion of the bot, older than rev 736, or you still have the old questbyname userfunction file in your userfunctions folder.
nerf wrote:I would like to know how to get the id of this quest , there are web sites for that, but are not updated.
Usually runesdatabase is not that bad. But you have to look in the addressbar to see the id. http://www.runesdatabase.com/
Looks like its too out of date.
Another place is to use the ingame addon ItemPreview. You can quickly get information about any item, quest, skills, etc. It starts at 200000 so it doesn't include NPCs or ingame objects. The down side is it takes quite awhile to extract the initial database which you will have to do after major patches if you want it to be up-to-date. From that I can see 2 listed 425481 and 425495. I don't know which is which.
Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
Anyone get "Circle recharge sequence error"? Related question, how do I check for red text from the game? (if i could, i'd use the item again, it always happens on the first circle, and manually doubling the usage works... however, can't put two useitems in code, because this is an intermittent issue).