View Single Post
09-12-15, 09:59 AM   #12
archunter
A Defias Bandit
 
archunter's Avatar
Join Date: Nov 2006
Posts: 3
Originally Posted by Tonyleila View Post
Why woud you want range dps in the meele camp when the ring is active?
If non-melee activate the ring (outside of melee) they essentially waste the end-effect. So rather than completely "calling them out" - perhaps best to simply advice them to get their ass into melee before the explosion.

As the tooltip states - the explosion occurs 20 yd around the "initiating" player, which is why melee should really be the only ones popping the ring.

So- if you can add some type of whisper and raid call when non-melee pop it - that would be awesome.

I tried something basic - but could use some help:
Code:
		
		local class = select(2, UnitClass(sourceName)) 
		if class == "HUNTER" then message = sourceName .. "<< non-melee << used Legendary DPS Ring" 
			elseif class == "MAGE" then message = sourceName .. "<< non-melee << used Legendary DPS Ring" 
			elseif class == "WARLOCK" then message = sourceName .. "<< non-melee << used Legendary DPS Ring" 
		else message = sourceName .. " used Legendary DPS Ring" end
Thanks

Last edited by archunter : 09-12-15 at 05:05 PM.
  Reply With Quote