PDA

View Full Version : Druids



Nature
08-11-2006, 09:54 AM
I wana know if it is possible to add a new ring that woud allow druids to see mana in forms. AddOn most used is Druidbar (http://www.curse-gaming.com/en/wow/addons-251-1-druid-bar.html) addon that allready has a function to help unit frames use data from the mod.
To ModMakers:
Want to find a way to integrate DruidBar into your player frames? Easily done. first, check if druidbar is installed. do a simple if statement
if DruidBar_OnLoad then blabla end. note the lack of ()'s. you're checking if that function exists. if it does, druidbar is installed.

then, you simply need to know two variable names:
DruidBarKey.keepthemana
DruidBarKey.maxmana

keepthemana is for the person's current mana. maxmana is the max mana. can plug that data in anywhere, and you should be set!

Anzora
08-15-2006, 10:13 AM
This would be nice indeed, both in the unitframes and the HUD.

a67rhf7823jn8747==