Anyone need a Holy Paladin?![]()
*Edit - Figured it out~
-Googlebee
Last edited by googlebee; 11-03-2012 at 12:32 AM.
Is there any actual working demo profiles?
No sagaand I'm willing to pay someone to make a pro one xD
Do people use this for raiding as well? Or only for botting?
Last edited by Kinkeh; 11-03-2012 at 02:23 AM.
averykey sent you a PM
Am I doing stack checking right?
I have this right now.
is this the correct way to use HaveBuff?PHP Code:
function HaveBuff(UnitID,SpellID,TimeLeft,Stacks,Filter)
if not TimeLeft then TimeLeft = 0 end
if type(SpellID) == "number" then SpellID = { SpellID } end
for i=1,#SpellID do
local spell, rank = GetSpellInfo(SpellID[i])
if spell then
local buff = select(7,UnitBuff(UnitID,spell,rank,Filter))
if buff and ( buff == 0 or buff - GetTime() > TimeLeft ) then return true end
end
end
for i=1, #SpellID do
local spell = GetSpellInfo(SpellID[i])
if spell then
local stackCheck = select(4,UnitBuff(UnitID,spell))
if stackCheck and stackCheck > 0 then return true end
end
end
end
PHP Code:
-- player, has inq, 3 seconds or less
if HaveBuff("player", 84963, 3) then
return true
end
Last edited by averykey; 11-03-2012 at 06:02 AM.
My Svn - https://subversion.assembla.com/svn/averykeys-svn/
Yes there are:
http://www.ownedcore.com/forums/worl...ml#post2474208
http://www.ownedcore.com/forums/worl...ml#post2533932
They work, try them.
is this possible to interupt the Amberexplosion´s from me and from Ambershaper Un´sok? with a interupt list or a Profile?
Whats last version of PQInterface and does it work? One link that I found is dead :/.
Failwar's Warrior SVN has a working version of PQR interface on it as an optional addon