New build up.
- Added Redbaron's Antistealth code.
- Fixed offensive dispels
- Fixed poly swd logic
Last edited by cpowroks; 06-07-2013 at 04:13 PM.
WoW LUA Script Developer
Need Something Custom? WarmaneScripts.com
Skype - grapejuice111
Can you make it so it heals pets? Doesn't ever seem to heal pets.
Might want to fix your LOS checks and add a range check.
It should be more like thisif members[i].HP < FlashHealHP
and PQR_IsOutOfSight("target", 0.1) == false (no point in checking "target", when the spell is cast at definition of member[1], also no need for timer variable check on LOS)
and not PQR_IsMoving(1) then
_castSpell(2061, members[i].Unit)
if members[i].HP < FlashHealHP
and PQR_IsOutOfSight(members[1].Unit) == false
and IsSpellInRange(GetSpellInfo(2061),members[1].Unit) == 1
and not PQR_IsMoving(1) then
_castSpell(2061, members[i].Unit)
Oh yeah, thanks man. Totally over looked that. Also, i dont need to add a range check because there a range check in the _castSpell Function.
WoW LUA Script Developer
Need Something Custom? WarmaneScripts.com
Skype - grapejuice111
Could you add grounding totem downing logic to profile? For example, cast SW:P to nearest target when grounding exist?
Something like this:
local InterruptSpells = {8177}
if PQR_SpellAvailable(589) then
for i=1, #cTar do
if UnitExists(cTar[i]) then
local spellName, _, _, _, _, endCast, _, _, canInterrupt = UnitCastingInfo(cTar[i])
for _, v in ipairs(InterruptSpells) do
if GetSpellInfo(v) == spellName then
SpellStopCasting()
TargetNearestEnemy()
CastSpellByName(GetSpellInfo(589))
end
end
end
end
end
Hello! What exactly is the difference between this and the premium version?
Jukes like a champ, pqi intergration. better swd logic, few other cool things. Ive tested the paid one up to 2200 mmr. its pretty good.
Anyways. new build up. and new download link. You need to re download the profile through the link to get the update then you can dl through pqr for future updates.(Updated my folder structure for my pqr profiles.)
https://dl.dropboxusercontent.com/u/...20Profiles.zip
v 1.4
- Fixed LoS checks
- New download link
WoW LUA Script Developer
Need Something Custom? WarmaneScripts.com
Skype - grapejuice111
This is an absolutely beastly profile. I'd PvP more but damn, the gear grind is pretty steep.
Even compared to PvE, or hey maybe it's just me.
All I know is that I was absolutely wrecking the charts in really shitty gear.
I bet this thing dominates in full Tyrannical.
Plus the paid profile probably is nuts.
I'd buy it.
ok ill add it. Didnt even know it was dispellable x.x thought its 100% hilarious when i insta dispel pred swiftness then the druid gets out of form and hard casts cyclone
WoW LUA Script Developer
Need Something Custom? WarmaneScripts.com
Skype - grapejuice111
Lol yeah, you can dispell it :P
And LMAO xD
I can't imagine their reaction
I was thinking about switching my priest to Disc and asking a GM to refund all my shadow gear that costs conquest but, I don't know if I should
I don't know how some of these top tier players have 2 sets
Last edited by xLegendx; 06-10-2013 at 01:58 PM.
Not sure why I cant get this too work, put data in data folder, put pqi in pqi folder and put profiles in profile folder, but none of them seem to be in there, can anyone help me out with this?
can anyone tell me how good this profile is in arena? the paid version is real good? what rating has people gotten in 3's?
I didnt test the paid version ( no job atm) but with the public edition i got to 2053 in 3´s and 1950 in 2´s, ofc it help to know your class and your teammates and all that stuff.
All in all i say if you have the money to support cpowroks its a nice profile to invest in.