anobut after using yours throughout cata and rubins currently i cant wait see what u guys come up with
anobut after using yours throughout cata and rubins currently i cant wait see what u guys come up with
That is just what bad software reports, They are lua files and xml files they don't have a trojan. FYI you need something to be executed to start a trojan. That means .exe or .bat sometimes people will try to get tricky and rename files that only fools cheap scnaners.
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
Sure PQR does but a profile doesn't have DLL files it just has lua and xml files and sometimes toc files for addon related content. Anyway false positives by free scanners are very common. But you could be right if he was scanning his PQR directory instead of the profile or the download. Either way it's safe fear not.
lol silly silly people
I heard that Unit facing is giving problems to people or something? Also unit facing causes me crazy lag! Anyone know if xelper will be fixing that problem in the new version of pqr?
Could someone tell me the code to check if target is boss? thx
Easily customizable and shareable abilities and rotations.
![]()
Hello
Is there a way to clip channeled casts early and cast the next spell?
Because of latency and server side queueing, it's a waste to wait for channeled spells to completely finish channeling. You can usually clip it 100-200ms early(depending on your latency) and still get all ticks.
You'll want to use something like this for any fight with multiple targets.PHP Code:
local bossUnits = { "boss1", "boss2", "boss3", "boss4" }
local targetLevel = UnitLevel("target")
for i=1,#bossUnits do
local bossTarget = UnitIsUnit("target",bossUnits[i])
if bossTarget or targetLevel == -1 then
return true
end
end
Do or Die
[PQR] Monk Mistweaver
@ Team Nova
Is your frame going to be accessible by anyone for anyone profiles or are you trying to keep it more restricted? I definitely love the work you guys do but unfortunately you tend to not touch the specs I play so would like to learn a little more about using the frame outside of Nova profiles or if that is going to be hard/impossible to do?