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

  • Your Rating

  • Share
  • Report Abuse

Tiny Attack Power

  Download the Curse Client

Project Updated:
Files Updated: Thu, May 31 2007
Category: Combat, Shaman, Rogue, and Warrior
Tags:

, , and [Edit Tags]

Project Manager: Showside
Current Version: Tiny Attack Power v0.32
Downloads Today: 16
Downloads Total: 16,120
Favorites: 0
Comments: 13
  • About Tiny Attack Power
  •  

DISCONTINUED !!! DISCONTINUED !!! DISCONTINUED

This mod is discontinued. I made TinyStats now, which has better functionality














About Tiny Attack Power

A lightweight addon which shows your Attack Power.
It can be dragged around your screen to the position you prefer the most.

Configuration

Put the TinyAttackPower folder into \Interface\Addons\
You can easily edit the outline and the textcolor in TinyAttackPower.lua (Note: If you want to do this while Warcraft is running, you will need to relog or use the "/console reloadui" command)

Update

v0.32 Critrate now updating correctly when changing stance
v0.31 Adapted for 2.1.0
v0.3 With the mousewheel, you can switch between Attack Power, Critrate or both

  • Downloads (5)
  •  
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  
  Tiny Attack Power v0.32 Release 2.1.0 1,309 5/31/2007
  Tiny Attack Power v0.31 Release 2.1.0 1 5/28/2007
  Tiny Attack Power v0.3 Release 2.0.0 1 4/21/2007
  Tiny Attack Power v0.2 Release 2.0.0 1 4/17/2007
  Tiny Attack Power v0.1 Release 2.0.0 1 4/13/2007
  • 1 page(s)
Advertisement
  • Screenshots (2)
  •  
  • Comments

Add Comment  

Add

You need to login 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.
  • Showside said 

    It wasn't really meant for ranged, sorry

    Reply Permalink
  • nToxiK said 

    Not showing or updating correct AP for my hunter.

    EDIT: showing my Hunter's melee AP, not ranged attack power (RAP).

    -(

    Reply Permalink
  • I went ahead and uploaded my version with all credit to you. I just uploaded it so the guild member that asked me to make modifications to it can have access to download it. feel free to use whatever changes i made in your future implementations if you like.

    http://www-en.curse-gaming.com/downloads/details/7970/

    Reply Permalink
  • I can confirm that it is not updating from stances. An easy fix is to incorporate more events. Such as:

    apframe:RegisterEvent("PLAYER_AURAS_CHANGED"); apframe:RegisterEvent("UNIT_AURA"); apframe:RegisterEvent("UNIT_AURASTATE"); apframe:RegisterEvent("UNIT_INVENTORY_CHANGED"); apframe:RegisterEvent("UPDATE_INVENTORY_ALERTS"); apframe:RegisterEvent("REPLACE_ENCHANT"); apframe:RegisterEvent("SPELLS_CHANGED");

    Reply Permalink
  • Showside said