Nice to see a new and clean post, hope this makes easier to find profiles![]()
Hi, I am newbie at lua scripting. Is there a way to read the in-game error message that is displayed in the center of your screen in red text?
I want to do something like
if error = "Out of range" then
abc
end
thanks!
Try this function as indicator of "out of range"
PQR_CheckUIError() seems to be removed.
It use to look like this: PQR_CheckUIError(SPELL_FAILED_NOT_BEHIND)
WoW Constants/Spells - WoWWiki - Your guide to the World of Warcraft
Do or Die
[PQR] Monk Mistweaver
hi guys,
any updates for lock/dk/druids ?
Anyone help me checking this code, dont know why it wont work? Helped and coded by googlebee.PHP Code:
for i=1,4 do
local bossCheck = "boss"..i
if UnitExists(bossCheck) then
local npcID = tonumber(UnitGUID(bossCheck):sub(6,10), 16)
local bossCasting,_,_,_,_,castEnd = UnitCastingInfo(bossCheck)
if npcID == 60009 then --Feng the Accursed
--grab spell names for abilities:
local lightningFists = GetSpellInfo(116157)
local epiCenter = GetSpellInfo(116018)
--intercept the spell if casting Lightning Fists
if bossCasting == lightningFists then
TargetUnit(focus)
--Press the ExtraActionButton (Nullification Barrier)
RunMacroText("/click ExtraActionButton1")
end
--interrupt Feng if casting Epicenter
if bossCasting == epiCenter then
TargetUnit(bosscheck)
--Press the ExtraActionButton (Lightning Fists)
RunMacroText("/click ExtraActionButton1")
end
Looking for a good Enhance shaman PvP profile, BG/RBG mostly.
Edit: Also, anyone have a profile that might be good for resto pvp? BG's mainly, might try sheepmoons pve profile.
Last edited by Debordes; 12-28-2012 at 02:07 PM.
Can anyone look into Nova's restoprofile and figure out why it locks up on activating Incarnation? And why I get huge FPS-drops/freezes when I enable it in BG's (Big BG's like AV and 40man, others work fine). Its a really good resto-profile besides all that, and there are not many profiles out for restodruid at the moment so if anyone could just take a look I would be grateful.
svn: https://subversion.assembla.com/svn/nova-project/
Last edited by Ninjaderp; 12-28-2012 at 03:38 PM.
+ 2 rep to first person who tells me how to check "if my target's target == me"
Cheers!
Do or Die
[PQR] Monk Mistweaver
Thanks both of you :3 Tried to rep both but, Deadpanstiffy: "You must spread some Reputation around before giving it to deadpanstiffy again."
Once again thanks!
Cheers