Looks like PQI stop working. I've updated it still nothing. I have updated PRQ, profile etc.
Is anyone experiencing similar problems?
Can someone suggest a solution?
Looks like PQI stop working. I've updated it still nothing. I have updated PRQ, profile etc.
Is anyone experiencing similar problems?
Can someone suggest a solution?
Edit: fixxed it by clicking, download the latest pqr
Last edited by JayPwns; 12-14-2013 at 11:44 AM.
I've done it all. still nothing
Blizzard changed the API return call of IsAddonLoaded(), so you'll have to go into your profile, go through each ability and look for
and change it toCode:if not IsAddOnLoaded("PQInterface") == 1 then
You'll rarely find it being called more than once and most developers have some sort of Init/Initialize ability for loading everything. If you go through all the abilities and its still not there and you are positive its a PQI profile, then check the data file.Code:if not IsAddOnLoaded("PQInterface") then
Or let people know what profile you're using and we might be able to provide more assistance.
Former PQR Developer
Many thanks. all sorted