WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Released AddOns (https://www.wowinterface.com/forums/forumdisplay.php?f=9)
-   -   !InventoryItemLevel Released! (https://www.wowinterface.com/forums/showthread.php?t=43769)

suicidalkatt 07-24-12 07:08 AM

!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!

suicidalkatt 07-24-12 07:29 AM

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?

p3lim 07-24-12 12:23 PM

Wait until the frame actually updates the items to the real one.

suicidalkatt 07-24-12 04:01 PM

Quote:

Originally Posted by p3lim (Post 258701)
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.

suicidalkatt 07-27-12 06:07 AM

Attempted to correct the issue with version 1.1 of !IIL.

suicidalkatt 07-29-12 08:16 AM

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.

ballagarba 07-29-12 08:56 AM

Quote:

Originally Posted by suicidalkatt (Post 258949)
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.


All times are GMT -6. The time now is 04:11 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI