Thread Tools Display Modes
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
07-24-12, 07:29 AM   #2
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 331
Only issue I currently have is with the Inspect Paperdoll returning the transmogrified item levels instead of the actual item levels.

Any way to fix this?
  Reply With Quote
07-24-12, 12:23 PM   #3
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
Wait until the frame actually updates the items to the real one.
  Reply With Quote
07-24-12, 04:01 PM   #4
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 331
Originally Posted by p3lim View Post
Wait until the frame actually updates the items to the real one.
Any particular way I should be doing this? I've been fiddling with it for an hour or so but it hasn't been too successful.
  Reply With Quote
07-27-12, 06:07 AM   #5
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 331
Attempted to correct the issue with version 1.1 of !IIL.
  Reply With Quote
07-29-12, 08:16 AM   #6
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 331
Added Merchant Items to the addon in v1.3.

I'm also attempting to implement Quest Rewards but I have no idea what function I should be hooking onto or event I should be tracking.
  Reply With Quote
07-29-12, 08:56 AM   #7
ballagarba
A Fallenroot Satyr
 
ballagarba's Avatar
Join Date: Mar 2009
Posts: 22
Originally Posted by suicidalkatt View Post
Added Merchant Items to the addon in v1.3.

I'm also attempting to implement Quest Rewards but I have no idea what function I should be hooking onto or event I should be tracking.
Might wanna take a look at QuestReward and VendorBait.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Released AddOns » !InventoryItemLevel Released!

Thread Tools
Display Modes

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