Happpy birthday mentally-chan!
Happy b-day @mentally....
Check individual buffs:PHP Code:
BuffsTable {
54565
59875
21235
}
orPHP Code:
UnitBuffID("player", BuffsTable[1])
Check them all!
From there you can make a variable like, HasBuffs and do a increment every time you found a buff on the target.PHP Code:
for i=1, #BuffsTable do
if UnitBuffID("player", BuffsTable[i]) then
print("W SO BUFF?")
end
end
if HasBuffs >= 1 then...
Last edited by Rubim; 12-12-2012 at 04:37 PM.
https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/385569-pqr-death-knight-monk-tank-dps-profiles.html#post2582063
@D1sc1pl1n3: Just like Rubim posted. Induvidually, or, loop them if you want to check for all the buffs or debuffs in the table.
Anyhow, I've changed a lot with Fire, Shadow and Demonology so far, I haven't gotten around to fully test them all in a raiding environment yet as I'm still feeling quite nauseous. A lot of information have been condensed like I've done with the Fire Mage profile initially, instead of using up precious memory creating different abilities for every talent. Each profile should also now be pretty identical in how they support Racial abilities, Profession abilities and other Events.
Also, for those of you that have been waiting, the Frost profile is almost done and the Arcane profile is untested. As above, I still feel sick but once I've tested the other 3 profiles and made sure they work as intended, I'll stress-test Arcane/Frost and release those as well, sometime towards the weekend. =)
Last edited by Kinky; 12-12-2012 at 05:36 PM.
Do or Die
[PQR] Monk Mistweaver
Anyone happen to have a good enhancement shaman PvE profile? I am using Enhance 2.0 currently, and it cast LB a lot on 3 maelstrom stacks...not sure if that is idea or not.
https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/385569-pqr-death-knight-monk-tank-dps-profiles.html#post2582063