FIX FOR VACHIUSA'S HEALER PROFILES
Ok I fixed it... well.. rigged it guys. Here's what happens. Under each of Vachiusa's Profiles.
Go to Ability Editor > -- Init --
In that ability there is a Section labeled "--Begin PQI"
Comment out (add "--" to the start of each line) everything BUT
PQInterfaceLoaded = true
and
PQInterfaceUpdated = true
In the end it should look like this.
Code:
--Begin PQI
-- if (IsAddOnLoaded("PQInterface")) == 1 then
PQInterfaceLoaded = true
-- PQInterfaceVersion = (2.22)
-- if PQInterfaceVersion >= 2.22 then
PQInterfaceUpdated = true
-- else
-- PQInterfaceUpdated = nil
-- PQR_WriteToChat("Your PQI is not up to date. Rotation has been stopped.", "Error")
-- PQR_StopRotation()
-- return true
-- end
-- else
-- PQInterfaceLoaded = nil
-- PQR_WriteToChat("Please download the latest version of PQI. Rotation has been stopped.", "Error")
-- PQR_StopRotation()
-- return true
-- end
-- Load Data File