Thread Tools Display Modes
08-13-06, 10:30 PM   #1
Tectonic
A Kobold Labourer
Join Date: Aug 2006
Posts: 1
Display current Attack Power on screen

I'm looking for a tiny mod that would display my current attack power right on my screen. I'm not sure what function displays my attack power right from my character screen but that number seems updated every second my attack power changes.

Ideally I'd like to be able to resize/move the box where I want it.

All help in making this mod is greatly appreciated as I am not a coder/moder myself.
  Reply With Quote
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

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Display current Attack Power on screen


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off