View Single Post
07-24-12, 07:08 AM   #1
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 331
!InventoryItemLevel Released!

I wanted to create an addon with as light a footprint as possible to achieve what I was looking for. I think it came out nicely. Not sure if I could improve my implementation any but I felt like I went the most direct route possible to create a clean result. Only 10Kb of text; 41Kb of fonts.

!InventoryItemLevels (23 Kb)
This simple addon allows you to see item levels on all your item slots including:
  • Player Bags
  • Player Bank
  • Guild Bank
  • Player Character Sheet
  • Player Character Sheet Flyout Menus
  • Void Storage
  • Transmogrification
  • Inspected Characters


There are currently no in-game options however there are some editable options in the 'Core.lua' file:
Lua Code:
  1. local Font = "Interface\\AddOns\\InventoryItemLevels\\Font\\Accidental Presidency.ttf"
  2. local fontSize = 14
  3. local offsetx = -1
  4. local offsety = 3

This is still a developing, please report any bugs you encounter in the comments section.

Thank you for your feedback!

Last edited by suicidalkatt : 07-24-12 at 07:12 AM.
  Reply With Quote