Anyone to compose even simpliest Prot Warrior profile for beta? It would be really useful for Heroics testing (hcs are up).
Anyone to compose even simpliest Prot Warrior profile for beta? It would be really useful for Heroics testing (hcs are up).
I was wondering, what happened to the monk profiles? Recently decided to start up the beta, made a pre-fab 85 Monk, and the Monk profiles page says 'marked for deletion'.
@endersblade: Check out the Nova profiles here.
Mentally gotta show my admiration of your Spriest-profile, 373ilvl and green trinkets rocking 36k on LFR Madness![]()
hey Mentally,
updated your Nova Shadow PvE via SVN, now it stopped working...
3 Lua errors:
1.
2.Code:Message: [string "local PQ_VT = PQ_VT ..."]:15: attempt to index field '?' (a nil value) Time: 06/05/12 18:24:48 Count: 9720 Stack: [C]: ? [string "local PQ_VT = PQ_VT ..."]:15: in function `?' [string "if PQR_Addon_Loaded == nil then..."]:737: in function `PQR_NextAbility' [string "if PQR_Addon_Loaded == nil then..."]:533: in function `PQR_ExecuteRotation' [string "if PQR_Addon_Loaded == nil then..."]:289: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>
3.Code:Message: [string "local Nova_Spells = Nova_Spell ..."]:13: attempt to index field '?' (a nil value) Time: 06/05/12 18:23:43 Count: 6316 Stack: [C]: ? [string "local Nova_Spells = Nova_Spell ..."]:13: in function `?' [string "if PQR_Addon_Loaded == nil then..."]:737: in function `PQR_NextAbility' [string "if PQR_Addon_Loaded == nil then..."]:533: in function `PQR_ExecuteRotation' [string "if PQR_Addon_Loaded == nil then..."]:289: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>
nothing changed, only update via SVN - after this your awesome rocking rota is broken.Code:Message: [string "local PQ_Spells = PQ_PriestSpells ..."]:9: attempt to index local 'PQ_Spells' (a nil value) Time: 06/05/12 18:23:03 Count: 3410 Stack: [C]: ? [string "local PQ_Spells = PQ_PriestSpells ..."]:9: in function `?' [string "if PQR_Addon_Loaded == nil then..."]:737: in function `PQR_NextAbility' [string "if PQR_Addon_Loaded == nil then..."]:533: in function `PQR_ExecuteRotation' [string "if PQR_Addon_Loaded == nil then..."]:289: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>
edit:
could fix this with update manually with the profile *txt from bubbas signature.
(http://bubba-pqr-profiles.googlecode...a_Profiles.txt)
Last edited by supermann; 06-05-2012 at 12:52 PM.
Does anyone have a holy paladin profile for yor'sahj heroic.
that debuff is killing me.
Does anyone know why this isnt working? targets set to custom, Spell ID is correct, recast delay is set to 150. (It's shammy CC dispell btw)
-
-
function CheckDispel(unitid)
local debuffdispel = { 49203,11129, 19386, 3355, 44572,118,82691,31661,853,20066,10326,605,64044,8122,9484,15487,6789,5782,5484,6 358,30283,24259,18498,33395,122}
for i,v in ipairs(debuffdispel) do
if UnitDebuffID(unitid,v) then return true end
end
end
if not healinit then
function SafeTarget(t)
if IsSpellInRange(tostring(GetSpellInfo(635)),t) == 1
and UnitIsCharmed(t) == nil
and UnitIsDeadOrGhost(t) == nil
and UnitCanCooperate("player",t)
and UnitDebuffID(t,3010== nil
and UnitDebuffID(t,34914) == nil
and UnitDebuffID(t,33786) == nil
then return true end
end
healinit = true
end
if SafeTarget("target") then
PQR_CustomTarget = "target"
else
lowhpmembers = 0
PQR_CustomTarget = "player"
local group = "party"
local members = GetNumPartyMembers()
if GetNumRaidMembers() > 0 then group = "raid" members = GetNumRaidMembers() end
for i = 1, members, 1 do
local member = group..tostring(i)
if SafeTarget(member) then
if CheckDispel(member) then
PQR_CustomTarget = member
end
end
end
end
local myHealth = 100 * UnitHealth("player") / UnitHealthMax("player")
if PQ_StopDispelHP > 60 and CheckDispel(PQR_CustomTarget) and PQR_IsOutOfSight(PQR_CustomTarget) == false then return true end
if PQ_StopDispelHP > 70 and CheckDispel(PQR_CustomTarget) and myHealth > 80 then return true end
Damn you new beta patch...lol
Does anyone use the IRC chat? If not I was wondering if anyone could help me to start making profiles. I have very little coding experience in C++ basics. Please direct me to a source so I can read and learn. Thanks ahead of time.
90% sure profiles are written in LUA
Programming in Lua : 1
Blizz is stepping up with beta. New build is up: 15752
.