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

[Profile] Check if quest has been delivered

Croga

Well-Known Member
Joined
Jun 7, 2010
Messages
1,636
Reaction score
27
Hey guys,

I know I can check whether I have a quest. I can also check whether I have completed a quest. Is there some way to check whether I have already *turned in* a quest?
 
Kick;

As you may know I'm writing a profile that will do different dailies in concession. What I want to do is only move the toon to a certain location if it hasn't delivered the dailies of that location yet. So for example:

If (haven't turned in any TB dailies yet)
Go to TB
Do TB dailies
/if

If (haven't turned in any Therazane dailies yet)
Go to DH
Do Therazane dailies
/if

etc.

This way it will be easy to restart the profile but it will also be possible to do some dailies manually and then start the profile.

I don't think Quest bot does this automatically. Or at least; if it does, I haven't found a way to make use of it.

I'm using !IsQuestCompleted at the moment. But if a quest has been completed but not turned in yet, IsQuestCompleted doesn't cut it.
 
Back
Top