Any PQR Hunter profile for PVP that are working ?
Any PQR Hunter profile for PVP that are working ?
Or a fire mage ?
the team nova svn should still be up with the old profiles.
Please if someone helped you donate rep to them.
None of the hunter MM pvp profile are working for me,I downloaded all date files and still.
try the pve ones, also with pqr dead for live its going to be hard to update anything old. also the framework is there to build your own profile. lua is easy to learn just study up on some basic programming methods.
Please if someone helped you donate rep to them.
I'm too lazy :s If someone can do it for me I can pay just hit me up.
Howdy
I assume you're looking for a fix for the Profiles of "KickmyDog"'s hunter PvP profiles for 4.3.4, It's quite simple
Make sure you have the Kickmydog.lua data file that is provided in the SVN, and then go into Ability Editor, in the hunter profile make a new ability called --LOAD-- and put this code in it.
That should load the Data file and make all of the functions work.Code:if PQR_RotationStarted == true then PQR_RotationStarted = false if PQR_LoadLua ~= nil then if PQR_LoadLua("PQR_Kickmydog_Data.lua") == false then PQR_WriteToChat("Put the file PQR_Kickmydog_Data.lua in the Data file for this profile to work properly!!!", "Error") PQR_RotationStop() return true end end end
If you're too lazy to do it, well tough.
ALSO if you downloaded all of the profiles from the Nova SVN, it has a Fire mage PVP profile that works... quite well.
Most of these old profiles need tuning though to be properly useful in PvP, I've currently tuned / created my own ones since most of them work but not amazingly.
Can you post them by any chance ? By the way thanks for the hunter fix
Edit : Ur fix is not working for me D:
Last edited by skyzor; 06-10-2014 at 10:08 AM.
I don't remember the link for the Profiles but with some searching you can find them.
As for the fix I'm not sure, it works for me. I'll post them tomorrow if you've still not fixed it