thanks crystal
if any idea why this code is not working? all it does is freeze up the game.
any help would be great, also a example of a working while loop would be much help.PHP Code:
if PQR_InterruptStarted then
PQR_InterruptStarted = false
local TimeElasped = 0.000
local TimeStart = GetTime()
while TimeElasped < 2.000 do
TimeElasped = GetTime() - TimeStart
PQR_WriteToChat("TimeStart")
PQR_WriteToChat(TimeStart)
PQR_WriteToChat("TimeElasped")
PQR_WriteToChat(TimeElasped)
end
end
hi im currently farming and collecting the treasures of pandaria atm and i was wondering if anyone know or have a simple prof for auto clicking nearby treasures
Just wondering about the "safety" of PQR in comparison to say, LazyRaider or JPS if you have PLUA.
I have never heard anyone on this thread or the previous one say they were ban....from being directly related to PQR.
Ah, well that's good news. Thanks.
I guess it's conflicting information, but I haven't seen anything about a banwave, and the only place I've seen say that PQR is unsafe is Honorbuddy forums, but they may just feel threatened by it. I appreciate the responses![]()
i was wondering how many users approximately use PQR? Is there any record of downloads or an estimation based somewhere?
The reason I am asking this is because sometimes someone outdps me in a long arena without having better gear. Since my rotation should be optimal using PQR should I assume that the said person also uses PQR?
now arena's are hard to make "optimal" i've seen some amazing people beating Conquest geared arena players in Blue PvP gear.... there are some people just better at is that others haha
were they the same class as you? and the chances are growing high that they may have... i normally go based off if they ever miss an interrupt
Im trying to get my Charge trigger on mouseover but it fails.
if PQR_SpellAvailable(100)
and UnitExists("mouseover")
and IsSpellInRange(GetSpellInfo(100), "mouseover") == 1
and UnitCanAttack("player", "mouseover") then
PQR_CustomTarget = "mouseover"
return true
end
spellid 0
Target: Mouseover