Here's how I have the data stored. The quest ID # isn't presently used, but will be by other things in the future. When AQ sends a quest link, it just sends the QuestLink string to the chat window. My question is, is there any other easier way of doing the quest links? Is there some function I missed somewhere? I want to know before I go through and set up the hundreds of quests in AQ (which will take a while). Thanks!
- Code: Select all
...
Inst1Quest1_QuestID = "214"
Inst1Quest1_QuestLink = "|cffffff00|Hquest:214:17|h[Red Silk Bandanas]|h|r"
Inst1Quest2_QuestID = "168"
Inst1Quest2_QuestLink = "|cffffff00|Hquest:168:18|h[Collecting Memories]|h|r"
...
If anyone wants to play around with this, the SVN version (4.1.3 Alpha) has quest linking in, but is only supporting Deadmines and Wailing Caverns right now.



