• World of Warcraft Addons
Advertisement
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

MageEye

  Download the Curse Client

Last Update:
Category: Class, and Mage
Tags:
Project Manager: Atravis
Current Version: 2.3.3
Downloads Today: 37
Downloads Total: 68,669
Favorites: 153
Comments: 74
  • About MageEye
  •  

This add-on gives a mage options for announcing Polymorph spells and Decursing party and raid members

This add-on gives a mage options for announcing Polymorph spells and Decursing party and raid members.

 

Features:

·        Audio / Text Curse alert for party and raid members

·        Easy to change polymorph announcement text.

·        Polymorph timer bar and break alert sound.

·        A read me file with complete details/instructions.

  • Downloads (2)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  MageEye 2.3.3 Release 2.3.3 675 3/4/2008
  MageEye 2.3.0 Release 2.3.3 0 2/20/2008
  • 1 page(s)
Advertisement
  • Screenshots (4)
  •  
  • Comments

Add Comment

Add

You need to or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Atravis said 

    Although i did test this quite well there maybe bugs still... I will look into it and see if i can figure out what the problem is. thanks for the feedback :)

  • Vagabund said 

    Could someone make a german translation ?

  • Atravis said 

    thanks for the raid icon code :) I have been so busy lately that my addons have taken the back seat. As to more than one mage in the grp: the easy way is to use the focus option. I will try to update this as soon as i can.

  • Onk said 

    Alternative ConvTxt() function to put into MageEye.lua which will replace "{R}" with the raid symbol on the target (inspired by UberBanish). If there is no symbol, then the text "No Symbol" is returned.

    function ConvTxt(tmp) tmp = gsub(tmp,"{N}",UnitName(S_T)) tmp = gsub(tmp,"{L}","Lvl "..UnitLevel(S_T))

    local icon = GetRaidTargetIndex(S_T) local raidsymbol = "No Symbol" if (icon == 1) then raidsymbol = "Star" elseif (icon == 2) then raidsymbol = "Circle" elseif (icon == 3) then raidsymbol = "Diamond" elseif (icon == 4) then raidsymbol = "Trian