sure, it looking for all nameplates on screen
put code into top of lua profile and check mob count to use aoe dotting case
I think I should upload my rotations (I using other mechanics than standart profiles)
Sent from my iPhone using Tapatalk - now Free
anyone know a updated pvp prof for WW monks? will +rep for info
as i saw
my profiles, just for test. isnt done full, but works for some classes. using custom mechanic - just push 2 action button for rotate
profiles.rar ? RGhost ? ?????????????
Thanks for sharing Wildbreath! +rep
Code:local getenemycount = function() local count = 0 local frames = {WorldFrame:GetChildren()} for _, frame in pairs(frames) do if frame:GetName() and frame:GetName():find('NamePlate%d') then if frame:IsShown() then count = count + 1 end end end return count end
instaled oqueue adond to find rbg's grps crossrealm.
aparently detects me using pqr boot and kicks me from bg.
after i uninstal it (oqueue) i close and open wow again and i enter arena with my fr(pqr on ofcourse). When arena starts something makes me leave arena again.
any ideeas?
sry if is wrong thread
I've been using
for a while now. So that I might know when an ability is available to be used. I am looking however for some code that will enable me to know when an ability will be off it's cooldown before hand. Does anyone have code for that?PHP Code:
select(2,GetSpellCooldown(spellid)) == 0
So for example I might be able to determine when Bestial Wrath is 2-3s away from being available.
https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017
From API GetSpellCooldown - WoWWiki - Your guide to the World of Warcraft
(start, duration are the values returned from the function call)
DEFAULT_CHAT_FRAME:AddMessage("Presence of Mind is cooling down, wait " .. (start + duration - GetTime()) .. " seconds for the next one.");
kk i try tomorow and let u know