Kickmydog your web hosting site is not allowing downloads.
http://www.filesonic.com/file/ZV45e3...an_21_2012.rar
Scratch this, I noticed your new sv profile upload on the other site for patch has the pvp profiles I need anyways.![]()
Kickmydog your web hosting site is not allowing downloads.
http://www.filesonic.com/file/ZV45e3...an_21_2012.rar
Scratch this, I noticed your new sv profile upload on the other site for patch has the pvp profiles I need anyways.![]()
Last edited by Meatglue; 01-26-2012 at 04:44 AM.
here's a version of the findGoodTarget function that casts on the person with the most secondary targets in range
Code:function findGoodTarget() if table.maxn(hrtargets) ~=0 and table.maxn(hrsecondary) >= hrsecondarytargets then table.sort(hrtargets, sortDefHealth) table.sort(hrsecondary, sortDefHealth) local mostsec = -1 for x = 1, table.maxn(hrtargets) do local inrange = 0 for y = 1, table.maxn(hrsecondary) do if IsInRange(hrtargets[x],hrsecondary[y]) and hrtargets[x] ~= hrsecondary[y] then inrange = inrange + 1 end end if inrange > mostsec then mostsec = inrange local besttarget = member[hrtargets[x]].name end end if mostsec > hrsecondarytargets then return besttarget end end end end
Onya any interest in making a pvp resto shammy profile?
I found an answer for my previous question my self
So if i use "PQR_WriteToChat( <msg> ) the message will appear two times in my chat, i thing this is a bug and should be reported![]()
Last edited by [Blinded]; 01-26-2012 at 05:16 AM.
Is the holy priest profile supposed to spam heal non-stop once in combat? It keeps casting it even when everyone is at full health...
Here's a couple things off the top of my head. Feel free to correct them or add to the list.
Cleanse specific player debuffs, and ignore others.. like hungering cold and unstable affliction.
Purge innervate, pally wings, etc.
Stoneclaw + earth shield self when being focused, earth shield partner when being ignored.
Interrupt heals.
Hex focus target if main target is near death.
Ground certain key abilities like polymorph, cyclone, etc.
Tremor all applicable types of cc.
first of all i have to say WOW this mod is to insane..always topping dps on my frost dk.pulled 65k on maddness in lfr lastnight.
rep+5 my friend..
is there a working/updated unholy spec for pve?
thanks
Nooooooo!
Let me say this: I am using this tool since page 10 (or so...) and i appreciate the hard work and time all the coders and xelper put in this little treasure chest.
i have to admit I am nothing but a lazy leecher but u guys do an awesome work and resignating in front of us lazy boys will bring this project down (hopefully the sense of this line of words is clear...i am not quite sure about my language qualities^^)
So PLS upload ur work (maybe write a link in these little lines under ur comments...damn it i don´t find the right word...).
Btw: is it possible to convert averys ret profile into a prot profile? xelpers one is pretty basic and i would prefer if deff cds would be automated too..
God...by rereading this stuff I realise how bad my english grammar has become^^
If anyone wants it, here's my updated FireKitteh profile with 4p T13. If you have a 2p but no 4p, just remove the Ravage! from the rotation.
Profiles.rar
It's not perfect. If you feral charge in, the pops Ravage!, and usually, before the rotation ever uses it, it pops Tiger's Fury and it wastes the charge Ravage!. I'll code something in as soon as I figure out how I'm going to do it
Also, it could possibly be better. I just took FireKitteh's profile and like I said, added in support for 2p and 4p bonuses, and made a couple subtle changes here and there.
Last edited by firepong; 01-26-2012 at 11:46 AM. Reason: add title