the pvp changes aren't that hard, i just need to find the time to do it ! raiding tonight and tomorrow so probably wednesday
the pvp changes aren't that hard, i just need to find the time to do it ! raiding tonight and tomorrow so probably wednesday
I DIDNT have any hangs until i went pe ele mastery. when i was elemental blast and echos i had no hang ups.
ok i made some tweaks im testing to the standard Echo / Ele Blast build, I never tested Primal Elementalist so i'll look at it
right im pretty sure ive got to the bottom of this, I just ran 150mil dmg on training dummy with elemental Mastery and primal Elementalist and it worked perfectly (actually more dps than other build)
I'm gonna test it some more before I release it but I think its all fixed
I got first 8 bosses HM in about 20 minutes if you'd like it tested now.
These are the PVP features that I can think of right now.
- Purge - Remove specific spells from Arena1,2,3,4,5, (target, focus if you care about supporting RBGS)
- Wind Shear - Stop casting, Interrupt specific spells from Arena1,2,3,4,5, (target, focus if you care about supporting RBGS)
- Grounding Totem - Stop casting, Use when specific spell are cast from Arena1,2,3,4,5, (target, focus if you care about supporting RBGS)
- Cleanse Spirit - Cleanse curses (hex, coe, coex) Party1,2,3,4,5, (raid if you care about supporting RBGS)
- Tremor doesn't really need a function for pvp, it's very situational and the condition checks would probably be difficult
- - Your healer's PVP trinket is on cooldown, and is feared >2 seconds, and in range, and tremor is off CD
Once I'm sure the PvE is fixed for people using different talent specs I'll look at this.
What specifically do you want purged ?
What spells do you specifically want to interrupt ?
What spells do you want grounding totem to drop for when someone is casting it ?
if you can tell me a way to check if someone is feared i'll add auto tremor totem
Would this profile work for a leveling elemental shaman?
i honestly dont know, i think it might break in certain places, it was designed for lvl 90 but ill have a look
The auto tremor wouldn't be a good idea anyway. The only way it would be good is if you can figure out if the healer on your team still has his pvp trinket, you shouldn't typically tremor yourself as an ele unless it's going to score you a kill.
As for purge.
For grounding. All direct casted CC's, Chaos Bolt. Should be easy to add more if neededCode:1044, -- Hand of Freedom 6940, -- Hand of Sacrifice 69369, -- Predatory Swiftness 12472, -- Icy Veins 1022, -- Hand of Protection 11426, -- Ice Barrier 20925, -- Sacred Shield 114250, -- Selfless Healer 17 -- Power Word: Shield
Code:79085, 51505, 51514, 33786, 2912, 78674, 2637, 5176, 5782, 116858, 710, 30108, 48181, 6353, 605, 9484, 8092, 34914, 20066, 61305, 28272, 61721, 61780, 28271, 118, 112948, 30451, 113656, 19434, 1513
It supported them but the cancel Lightning bolt check uses pqr_spellavailable and it returns true if a spell is not on cd, so it kept saying elemental blast was available even though it wasn't specked into. It's fixed in my version along with other stuff. Ill probably upload it tomorrow, off to bed now !
1.6 Fixed Elemental Mastery / Primal Elementalist Talents
Added Pause Hold Down Key
Removed Stormlash from USE_CDS
Added Stormlash under Heroism
Tweaked Lightning Bolt
Tweaked Cancel Cast
Auto pause if target casts Interrupting Jolt
Auto Pause if target has Conductive Shield
This is the last open update for this profile. Only a few people bother to leave feedback and lots of people just leech it. I don't ask for anything for it other than people provide feedback to make it better, so from now on it will be limited access. When the next update is ready i will post it and you can PM me for a link which will replace the ones it currently links from. Absolutely free, you just have to bother to post in the thread and ask for access.
hello there
regarding using the profile at lower levels, i tried on a alt and lighning bolt kind of hanged because of the checks on the code. there are some PQR_SpellAvailable(xx) == false checks and i changed for (PQR_SpellAvailable(xx) == false or not IsSpellKnown(xx)) and it seems to have fixed this. Maybe that could be used for higher level skills?
it appear that even if you dont know a spell PQR_SpellAvailable will always return the same value. Maybe im wrong idk XD
hope this can help