update to svn revision 82 see if that fixes it.
update to svn revision 82 see if that fixes it.
Please if someone helped you donate rep to them.
Thnaks for the speedy response but it did not work
I created a new folder with the pqr updater and created a clean PQR install. I then updated to 82 and placed the profiles and data in the correct folder and booted up WoW and PQR.
Ran a bit of Vault of Mysteries LFR and was fine on trash up to first boss. Profile then stopped working but started up again when Qiang died and Subetai took over and carried on working through Meng and Zian phases.
Trash upto Elegon was fine - no problems but once Elegon engaged the profile stopped again. Targeted Elegon, energy charges, empyreal focus but rotaion would not start. Tried to manually start it as such but still nothing.
I play on EU servers if that makes a difference?
Sorry if I missed a previous post in this thread regarding this problem - I must have missed it.
Thanks all the same![]()
lucky, can you take a screenshot of your PQR rotation and what errors it spits out and post them (make sure you blur your name out of any of them)
Evlow - wasnt sure exactly how to generate error codes. I put PQR into advanced debug mode and lots of commands processed on trash but everything stopped on boss.
I dug through some older profiles i had archived and found one that worked on Feng where the current profile didnt. The file PQR_Nova_Data.lua and was modified 15012013. I compared it to the current file and found a difference in the SpecialUnit text.
Current file:
SpecialUnit = nil
function SpecialUnit()
local PQ_BossUnits = PQ_BossUnits
if UnitExists("target") then
local npcID = tonumber(UnitGUID("target"):sub(6,10), 16)
-- Use Cooldowns on Opposing Faction members
--if UnitIsPlayer("target") then
-- if UnitFactionGroup("player") ~= UnitFactionGroup("target") then return true end
--end
-- Dungeons & Raids
if UnitLevel("target") == -1 then return true else
for i=1,#PQ_BossUnits do
if PQ_BossUnits[i] == npcID then return true end
end
return false
end
else return false end
end
----------------------------------------------------------------------------
The older file:
SpecialUnit = nil
function SpecialUnit()
local PQ_BossUnits = PQ_BossUnits
if UnitExists("target") then
local npcID = tonumber(UnitGUID("target"):sub(6,10), 16)
if UnitLevel("target") == -1 then return true else
for i=1,#PQ_BossUnits do
if PQ_BossUnits[i] == npcID then return true end
end
return false
end
else return false end
end
---------------------------------------------------------------
I guess I partially solved my problem myself. Hopefully this post might help others experiencing similar problems.
Thanks to all![]()
yea the lines with -- means that pqr ignores it or its commented out.
Please if someone helped you donate rep to them.
I had some real life stuff come up today and I will be unable to post some updated profiles my plans are to push the release to the end of sat cst time. sorry for the delay.
Please if someone helped you donate rep to them.
Dear nova team I never post in the forums ever. but i woul;d first off liek to say thank you SO much for the hunter profiles I use them all the time and actually taught me how to play my class better on my own
Second off any way you'll be working on a feral druid profile anytime soon? if so shut up and take my money thanks![]()
Nova Team,
Could you please add DPS (fistweaving) to the monk profile? this seems to be the way to play the class these days
Keep up the excellent work guys.
Many Thanks
RL got me from checking back but thanks for the reply. I have seen it pop up on my minimap now on a few profiles; however it's not working when changing buttons. The profiles aren't Nova's to my knowledge so I guess we know who is borrowing code right? lol.....great job on the Nova_Frames guys...well done!!
...btw this was in response to the answers I received on Nova_Frames....hit quote...not enough coffee this morning
Last edited by davehammer4; 02-09-2013 at 11:51 AM.
@buba could you add support for IsMouseButtonDown(3/4/5) on the Nova Frame, pretty please?![]()
Last edited by Opacho; 02-10-2013 at 04:02 PM.
@bu_ba any ideas on adding eternal flame spamming? It's working really good at the moment.
always a possibility
my nova_mod numbers will be getting hugebut thats for me to worry about, not you
i was asked that a while ago.... meant to work on it, but then my schedule got busy :-/
i'll try to code it blind maybe sometime this week and release a test for people to try before updating SVN if i have time