My primary function is failure![]()
My primary function is failure![]()
Have that fixed, now when I enable PQR in game, nothing happens or am I missing a step somewhere
EDIT: Scratch that, I figured it out.
Did you try to target an enemy?
The rotation check if you have the lightninght bolt talent and cast it when nobody need healing
[ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
If you like this piece of code feel free to invite me a beer making a donation.
My paypal account: [email protected]
Honestly, I haven't been able to reproduce the Unholy/Blood Presence issue after a dozen 2s matches, Tol Barad, the Darkmoon Deathmatch, several BGs, and twenty minutes spent dismounting in midair until my HP was under 25% and beating up Training Dummies.
Just to be on the safe side, I've split the Presences into two different abilities and widened the percentage gap, but I can't guarantee this will resolve the issue. I'll check things line-by-line tonight if anyone continues to experience problems.
You can update to 2.3b via PQR's built-in update function, or through my Google Code page. Again, thanks for bearing with me.
http://kaolla-pqr-profiles.googlecod...20-%202.3b.rar
@Kaolla Is there anyway to change the button the Kill function is bound to any key, as I use all my modifier keys in game. I'm not very LUA savvy as previously stated.
Unfortunately only the Modifier keys Shift, Control and Alt are covered under LUA. Because the system differentiates between Right and Left modifier keys, we have six to use...which unfortunately still isn't many.
I apologize. I don't know if there's a way for Xelper to add support for other keybinds, but it would be an interesting addition. Until then, this is the best we can do![]()
you can use GetCVar() as well. in my arms warrior profile i use in game macros to toggle abilities on/off.
Ability Name: Blood Fury
Spell ID: 20572
in game macro using Super Duper MacroCode:if GetCVar("CDs") == "yes" and UnitRace("player")=="Orc" and UnitAffectingCombat("player") and UnitExists("target") and UnitCanAttack("player","target") and GetShapeshiftForm() == 3 then return true end
Code:#showtooltip /run RegisterCVar("CDs","no") /run if GetCVar("CDs")=="no" then SetCVar("CDs","yes") SetMacroSpell("CDs","Deadly Calm") print("Cooldowns: \124cFF15E61C Enabled") return elseif GetCVar("CDs")=="yes" then SetCVar("CDs","no") SetMacroSpell("CDs","Battle Stance") print("Cooldowns: \124cFFE61515 Disabled") end
i just tested this on a 5 man. I have 2 points in the talent and even when i target an enemy it doesent seem to cast for me either. All party members at 100% and im casting nothing.Its ok for me cause i just have lb bound to alt1 to cast when i need to.
I also noticed you have riptide set to only cast if not moving. Its instant so shouldent we want to cast if we are moving or not.
Last edited by itsmemario; 04-04-2012 at 11:46 PM.
you can use mousebuttons.
IsMouseButtonDown([button])
Arguments:
button - Number or name of a mouse button (number,string)
1 or LeftButton - Primary mouse button
2 or RightButton - Secondary mouse button
3 or MiddleButton - Third mouse button (or clickable scroll control)
4 or Button4 - Fourth mouse button
5 or Button5 - Fifth mouse button
Looking for exploiters and botters to Elder Scrolls Online.
The Nova Holy Pally profile is awesome. Outhealed people in lfr in raidfinder gear and I was in full pvp blues... Awesome job.