
What "bugged/partially coded" means here?
I'm talking specifically about the Completed Quests thing.
If you guys need a way of getting a complete list of "completed quests" from a character in another server, a way of retrieving such list is running this macro
Code: Select all
/run QueryQuestsCompleted(); for i, v in pairs(GetQuestsCompleted()) do if (v == true) then print(tostring(i)) end end
I know this is not my business and I didn't mean to be nosy.