2Valma
If remove from rotation abilities CoE, --Autopause-- and BloodFury (orcs only) - it's work
At home ATM,I will fix things asap,just need to eat a bit :/ Even indians eats
About Debug - its not even tested yet,I will got debug frame fully working on next week,don't include it in rotation till I will post that its done.
MEDVED+VODKA+BALALAYKA
This is what I name turn on lua error messages and post them if smth doesn't work for you.
Coe - was missing one then for if
Autostop - fix was before just doesn't uploaded it
Blood Fury - will fix it soon,adding isKnown logic ATM
MEDVED+VODKA+BALALAYKA
Hey, i didn't use pqr for quite some time now. However i downloaded new profiles today, and i cant get it to run on any character.
It only leaves me option to enter edit mode only, as if i wasnt logged into game.
Any idea whats wrong? Ty
How does PQR_CustomTarget operate? i.e. if you want to cast at focus target will it actually target your focus to cast the spell or can it cast at units other than your current target in other words replicating /cast [target=focus] spell
Last edited by vitalic; 02-10-2012 at 10:18 AM.
just started using this today, its ****ing amazing !
Big thanks !! Donation incoming.
valma-pqr-profiles - Advanced PQR profiles - Google Project Hosting
Is it fixed profil ?
Thx for your work
Still looking for someone that can add a check for uninterruptible spell is up, eg. Aura mastery (spellID=31821) and Inner Focus (spellID=89485)
Code:local buff = { 118,116,61305,28271,28272,61780,61721,2637,33786,5185,8936,50464,19750,82326,2061,9484,605,8129,331,8004,51505,403,77472,51514,5782,1120,48181,30108 } local castingSpell, _, _, _, _, endTime = UnitCastingInfo("target") for i,v in ipairs(buff) do if IsSpellInRange("Pummel", "target") and PQR_IsOutOfSight("target") == false and castingSpell == GetSpellInfo(v) and endTime/1000 - GetTime() < 0.5 then return true end end
@Valma it only starts to add dots then it just starts spamming immolate any idea why?