Any possibility of PQR_CustomTarget to work with everything, NPC and Player, instead of just Player? This way, you can do PQR_CustomTarget with PQR_UnitInfo() and input all the data into a table. Then, use that table with yours or my UnitDistance code and for every Unit that's within so many units, say Melee == 5 yards, that could be a switch for AE. Just call the table with everyone within range of the player and have it return a number value of how many entries are in the table.
I know this could possibly cause FPS issues/high processor usage because the table will constantly be updated with data.
Attachment 10085
Can someone help me here around this ability? Im trying to make Focus polymorph etc. pls help if you know where i did wrong cuz its not working.
Ganjaman you have to upload it to another site like imgur and link it
Sheron, your arcane mage profile on madness in lfr locks up and all the debugger spits out is a continuous loop of "offensive spells". The issue was on some of deathwings arms and the big tentcles. It seems most likely an error with your range check you use in your offensive spells ability
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
I noticed while looking through Shueron's feral profile he made some interesting usage locals.
So I was thinking that for hunters we have three talents that would need to be on cooldown when using readiness. I was trying to figure out ways to do this, since you may only have one active at a time. Here is my idea, it doesn't work but I was wondering if anyone can spot and fix my errors.local SpellID = PQR_UnitFacing("target", "player") and 33876 or 5221
if IsUsableSpell(SpellID) then
CastSpellByName(GetSpellInfo(SpellID),nil)
return true
end
local huntertal = 0
IsSpellKnown(130392) then huntertal = 130392 -- blink strike
IsSpellKnown(131894) then huntertal = 131894 -- murder of crows
IsSpellKnown(120697) then huntertal = 120697 -- lynx rush
if select(2,GetSpellCooldown(3045)) > 120 --rapid fire
and select(2,GetSpellCooldown(19574)) > 2 -- bestial wrath
and select(2,GetSpellCooldown(120679)) > 2 -- dire beast
and select(2,GetSpellCooldown(huntertal)) > 4 -- talent
then return true end
Last edited by kickmydog; 09-09-2012 at 08:42 PM.
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
Does anybody have Offsets for current Beta 16048... or could you tell me how to get it to work. I tried replacing the numbers in the xml file and had no luck.
kinks? you dont post when you update your profile?
Hey Kinkeh, I tried to send you a PM but it says your inbox is full.![]()
Thing is that PQR help so much with extra boring things... like leveling, daily quests, LFR... and even boring parts of raiding. Thanks once again to everyone who contribute.![]()