heres a quick update to my SV hunter profile for 5.3 (this is NOT on the svn)
http://db.tt/BpU4yQ9Z
heres a quick update to my SV hunter profile for 5.3 (this is NOT on the svn)
http://db.tt/BpU4yQ9Z
Please if someone helped you donate rep to them.
The profiles for me that are broken are rubims dk profiles that are currently being maintained by imdasandman and all used the PQR interface addon for variables among other things. Rubims older profiles that use the nova data files instead of the interface all are working fine. imdasandman has contacted me and told me that he is looking into a workaround for rubims profiles-the point i was getting at is that it is better for the developers to address the bug then having all the profile authors code a workaround the bug
this is a repost from earlier in the thread
<<< IMPORTANT NOTICE TO PROFILE AUTHORS THAT USE PQInterface >>>
There are several reports of getting errors caused from using PQI variables before the addon has made them a variable, the errors look similar to this:
Message: [string "if (IsAddOnLoaded("PQInterface")) == 1 then..."]:45: attempt to concatenate global 'PQI VARIABLE' (a nil value)
Time: 04/21/13 18:02:57
Count: 6
Stack: [C]: ?
[string "if (IsAddOnLoaded("PQInterface")) == 1 then..."]:45: in function `?'
[string "if PQR_Addon_Loaded == nil then..."]:573: in function `PQR_ExecuteInterrupt'
[string "if PQR_Addon_Loaded == nil then..."]:334: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>
After extensive testing i found this to be caused from PQI not instantly making variables when the PQI:AddRotation(config) is called, thus resulting in the profile checking against a variable that was expected to equal something but in reality equals nil.
This happening seems to be random as i have had reports of this occurring over a month ago and yet i did not see this happen on my end till around a week ago, with the 5.3 update it looks to be effecting even more people the before!
There is a really simple fix for this error. all you have to do is delay the profile till the variables are set, here is an example:
if PQI_AveryRetSimCraft_CombatModNotifications_enable == nil then
return true
end
Something similar should be right after you set PQI with the PQI:AddRotation(config), the variable should be any variable set by PQI in your profile that will return true/false (thus any variable that ends in _enable)
If you are like me and support both using PQI and not then you can look at how i solved it in either my Alpha Interrupt or Avery's ret PQI for a more detailed example.
If you have any questions feel free to PM me and i can see what i can do to help out =D
one quick question from a total newb regarding this fancy little toy: is it normal for pqr to break all my addons ? as soon as i activate it i get lua errors over and over, that all my addons try to use blizz only functions and that i have to disable them
Last edited by JUANNY; 05-24-2013 at 04:11 PM. Reason: more info
jupp, noticed that, it might explain why someof the rotation are impossible to get to work. if they require the pqinterface addon, they wont work, if they dont need it, i can run them, but only with a naked wow, i have to disable ALL addons, else they produce errors all the time
Are you sure you got the latest PQInterface installed? I have never had any problems using non PQInterface-related profiles while having PQI on. I find it strange that you do :/
PLEASE HELP still getting Edit Mode (no Bot Functionality) Have tried every was posted in the last 6 pages have reinstalled pqr several times tried copying and pasting 19662_offsets are there tried the alt tabbing way to get in and still nothing pls help!
Is this how my exe file should look like?it doesnt say anything about offset type?
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
<requiredRuntime version="v4.0.20506"/>
</startup>
</configuration>
anyone know where i could get profiles for 3.3.5 ?
/edit
nvm was a great derp of mine found em ^^
Last edited by Weird0; 05-25-2013 at 01:46 AM.
grab my 5.3 hunter and copy the folders to your PQR folder it has the latest offset in there.
http://db.tt/BpU4yQ9Z
Please if someone helped you donate rep to them.
Hi everyone! Thanks for all you do with the pqr rotation community, its awesome!
Does anyone happen to know of a good profile for leveling an Arms warrior? I have tried some of the profiles but when i load them up, they dont do anything. Any help would be appreciated! Thanks.
Edit: also, does anyone have a link to the latest PQInterface addon?
Last edited by Jaylock; 05-25-2013 at 10:42 AM.
PQInterface - PQRotation Wiki
any arms rotation should be fine, you'll probably need to remove spells you have yet to learn from the rotation and add them back in as you go
I'm working on a DK rotation which saves the DOT damage the moment (as close as possible) it's applied to the target. this would allow the bot to determine if it should reapply my DOTs with stronger ones than those already applied.
I've tried having is save the value as shown below but the code goes so fast. The problem is the code runs so fast and several time before the actual spell is cast. After the code runs once it wont run again as it thinks the DOTs have already been applied. Any ideas how I could make this work?
if AvailableDot > AppliedDot then
CastSpell (DOT)
AppliedDOT = AvailableDOT
end
now that i have the wotlk profiles... uhm does anyone happen to know if there was like a "one file database" with all the cataclysm profiles ? or like a database that pointed you to where each cata profiles was obtainable ?