View Single Post
09-25-06, 01:42 AM   #2
xbjim
A Wyrmkin Dreamwalker
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 58
from wowwiki:

local base, posBuff, negBuff = UnitAttackPower("player");
local effective = base + posBuff + negBuff;

i wonder if theres a fubar plugin that could display this info.. since im no good at making UI's i dont think i could do that part ;[
  Reply With Quote