Xelper, if warriors are spec'd for Disrupting Shout they have two interrupts. Is there any chance you can program your kick bot to utilize both pummel and disrupting shout for warriors?
Thanks a lot
Where exactly do I go to edit the code of PQI to make it work? I was going to figure it out myself but I am afraid to mess things up. Which file do I open to make the fix?
Or do I just wait for someone to upload a fix? I usually just get w/e PQI update through the SVN update from Codemylife's stuff (I mainly Pokebattle with PQI).
First I want to thank for the fixes in this post.
And its very easy to change code in the PQI File
1- Start up PQR
2- Select what every you want. You can do it blank but loading in on a player is fine
3- Click "Ability Editor" in the bottom right corner.
4- Click on the drop down menu near "Class"
5- Pick "Interupt"
6- Pick your Profile that you use, I use " VachiusaPQI" so that is what I chose.
7- In the abilites tab click "--Init--"
8- Follow the steps in the pst above yours. Its like the 9th line down.
Just take the == 1 our and leave 1 space between the ) and then
And click save
Trying to use Alpha Utilities to DE and Mill stuff and it's giving me the same PQI Errors. I'm not doing all this manually. Hope someone can come up with a fix. None of the steps outlined above have worked.
Go into ability editor and click on --[PQI Global Variables]--.
Edit this part:
toCode:-- -- PQI is Required -- -- if (IsAddOnLoaded("PQInterface")) == 1 then
and it should stop the PQI check from failing.Code:-- -- PQI is Required -- -- if (IsAddOnLoaded("PQInterface")) then
Former PQR Developer
im using CodeMyLife's profile for BM hunter and its working fine. no PQI errors.
I keep getting PMs about this so reposting.
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
can i ask how to make fresh new routine for PQR..
is there any guide?
Ah thankyou so much, never edited the coding before so it was really nice simple explanation too!
Mucho lovo <3