have anyone using this profile for raiding warrior fury?
have anyone using this profile for raiding warrior fury?
SVN Error:
404. That’s an error.
The requested URL /p/bubba-pqr-profiles/source/browse/trunk was not found on this server. That’s all we know.
svn is being updated it will be back up!
Please if someone helped you donate rep to them.
Any eta when it'll be up again? I want to try out your affliction profile.![]()
any ETA on the svn being updated crystal?
Still down. Oh well.
It's coming back soon! We're currently in a process of switching from Google Code to Assembla because of many reasons.It's coming back today!
trying to make a little update to the nova holy pala profile , basicly im trying to make Light's Hammer cast the same way as DnD on blood dk profile , but for some reason its not working
Code:if PQR_SpellAvailable(114158) and IsLeftShiftKeyDown() and not GetCurrentKeyBoardFocus() then CastSpellByName(GetSpellInfo(114158)) if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end return true end
i tested to DL from the new site but the profile maps was empty![]()
Looking for exploiters and botters to Elder Scrolls Online.
Yep they're moving to a new server. They'll be back soon.
This question is probably better asked here.
What am I doing wrong here?
PHP Code:
Eternal Flame
if Nova_Spell[PQ_WordofGlory].check then
if members[1].HP < Nova_Spell[PQ_WordofGlory].targetHealth
and select(5, Nova_UnitInfo("player")) <= 3
and PQR_SpellAvailable(114163) then
CastSpellByName(GetSpellInfo(114163), members[1].Unit)
elseif members[1].HP >= Nova_Spell[PQ_WordofGlory].targetHealth
and UnitBuffID(members[1].Unit, 114163) == nil then
CastSpellByName(GetSpellInfo(114163), members[1].Unit)
end
end
@Ralphiuss: I think you have to set PQR_CustomTarget = members[1].Unit and then set the Spell Target to "Custom"