Download
(147Kb)
Download
Updated: 09-23-18 08:34 AM
Pictures
File Info
Compatibility:
Battle for Azeroth (8.0.1)
Updated:09-23-18 08:34 AM
Created:07-30-10 05:42 PM
Downloads:3,252
Favorites:12
MD5:
Categories:Other, Data Broker, Miscellaneous

InfoStrip

Version: 3.0
by: Tarumi [More]

About

InfoStrip is a light weight data broker addon. I didn't want the bulkiness of some of the other data brokers so I built my own. The entire addon runs around 100kb total during playtime.

Features

In addition to the features of the bar below it also auto sells grey items in your bags (and tells you what was sold and for how much in your chat window). It also auto repairs your items, first by using Guild funds if possible then by using your own funds.

All features are listed below (from left to right on the bar):

  • Tracking: Change/show what you are currently tracking. Useful for those who want a minimalistic UI since you can now hide your Minimap button but always know what your tracking.
  • Badges: Hover will show you the badge name and total for all badge names specified in the file.
  • Friends/Guildies: Shows the number of friends and guild members online. On hover displays information about members. Clicking the button text will bring up the appropriate display.
  • Location: Shows zone/sub-zone if not in an instances. If in an instance/raid, will display the name of the instance, the difficulty level, and the party size.
  • Reputation: Shows the current tracked reputation, your reaction to them, and what percentage into that reaction you are. Hovering over this shows a list (sorted by reaction) of reps you are at least friendly with but less than exhalted with.
  • Durability: The percentage your gear is currently at.
  • Aggro: Show if you have aggro or are threatening to gain aggro
  • Class Hall: Hover to see the current class hall missions to include completed, in progress, and available.
  • World Quests: Dropdown display of World Quests, locations, and rewards. Configured show/hide in the code (function tooltipWorldQuests) for what is displayed.
  • Azerite: Show azerite level; XP needed to next level; and precent into current level.
  • XP: Displays only for those below level 90 and show the current percentage you are into the current level. On hover displays more information about your experience.
  • Latency/FPS: Simple memory display. On hover displays all your addons along with the memory used for each.
  • Mail: Displays if there is mail, otherwise displays "No Mail". On hover displays the first three senders.
  • Coordinates: Where your character's current position is.
  • Time: The current local time. Hover over for the local and realm times.

Slash Commands

The two slash commands are just to show/hide the frame itself:
/InfoStrip show
/InfoStrip hide

Configuration Options

At the top of the InfoStrip.lua file there is a section of options you can configure. Here's a list of what they are and do.

Code:
local space = 5 										-- Space between each frame in the bar
local fontheight = 11									-- Fontsize
local font = "Interface\\AddOns\\InfoStrip\\font.ttf"	-- Font
local trackBadges = { 
	  "Honor Points",
	  "Darkmoon Prize Ticket",
	  "Epicurean's Award",
	  "Justice Points",
	  "Valor Points"
} 														-- Badge names to track. It MUST be the full name of the badge, no short names.

local MAX_ADDONS = 15									-- Maximum addons to display in dropdown list		
local MAX_GUILDIES = 25									-- Maximum guild members to display in dropdown list
local MAX_FACTIONS = 25									-- Maximum factions to display in dropdown list
To change the opacity of the background go to line 66~ in InfoStrip.lua
Code:
local background_frame = f:CreateTexture(nil, "ARTWORK")
background_frame:SetTexture(0, 0, 0, .5)
And change the .5 to be a number between 0 and 1 with 0 being completely see through.

Misc/Contact

There is no configuration screen but let me know if you have any suggestions or want to change something. I can help you out. And if you have any questions, comments, or find any problems please let me know either in a private message or in the comments section.

Thanks!

8/13/10: version 1.12
---Updated the coordinates to correctly display when not in Northrend
---Updated the guild button/hover issue
Optional Files (0)


Post A Reply Comment Options
Unread 12-10-14, 03:07 AM  
legion3pm
A Deviate Faerie Dragon

Forum posts: 19
File comments: 57
Uploads: 0
love the addon

was just what i was lookin for but the only problem is the gold is currently overlapped onto the guildies thing and i tried changing the spacing to "10" from "5" but it didnt help it made bigger gaps between everything else but those two are still on top of each other
Report comment to moderator  
Reply With Quote
Unread 08-18-10, 05:39 AM  
nitewarlord
A Defias Bandit
AddOn Compiler - Click to view compilations

Forum posts: 2
File comments: 49
Uploads: 1
I was pretty sure that I was running the most recent release but I deleted the folder and downloaded it again yesterday just to be sure. The map issue is still there just now instead of not being able to zoom into a zone or another continent I can't zoom out of the zone that I'm in.
Report comment to moderator  
Reply With Quote
Unread 08-15-10, 03:46 PM  
Tarumi
A Deviate Faerie Dragon
 
Tarumi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 10
Uploads: 2
Originally posted by nitewarlord
Well the map isn't automatically zoning out anymore...but now it wont let me zone out at all lol...now it just holds me locked into the zone that i'm currently in. Again removed the wintergrasp timer and its all fixed.

Sry for being a bother
Have you updated to the recent version? I put a fix out that should take care of the problem. Let me know if it doesn't!
Report comment to moderator  
Reply With Quote
Unread 08-13-10, 08:31 PM  
nitewarlord
A Defias Bandit
AddOn Compiler - Click to view compilations

Forum posts: 2
File comments: 49
Uploads: 1
Well the map isn't automatically zoning out anymore...but now it wont let me zone out at all lol...now it just holds me locked into the zone that i'm currently in. Again removed the wintergrasp timer and its all fixed.

Sry for being a bother
Last edited by nitewarlord : 08-14-10 at 04:56 AM.
Report comment to moderator  
Reply With Quote
Unread 08-13-10, 06:05 AM  
Tarumi
A Deviate Faerie Dragon
 
Tarumi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 10
Uploads: 2
Re: Nice addon. But....

Originally posted by audreyj
First off, LOVE the addon, it is super lightweight, and looks great.

I am however having an issue with the tooltips. When I mouse over the XP, it shows the tooltip border really small, and the info itself is all over the screen. I would attempt to fix it, but I am coding stupid. Please check it out. Thanks :P
Thanks! And just sent you a PM to help you with your problem Will post a universal fix if it appears to be a bug for everyone.
Report comment to moderator  
Reply With Quote
Unread 08-13-10, 01:58 AM  
audreyj
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Nice addon. But....

First off, LOVE the addon, it is super lightweight, and looks great.

I am however having an issue with the tooltips. When I mouse over the XP, it shows the tooltip border really small, and the info itself is all over the screen. I would attempt to fix it, but I am coding stupid. Please check it out. Thanks :P
Report comment to moderator  
Reply With Quote
Unread 08-12-10, 09:45 AM  
Tarumi
A Deviate Faerie Dragon
 
Tarumi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 10
Uploads: 2
Originally posted by nitewarlord
Ok fixed the Map problem. Had to remove the Alliance/Horde controlling part of the code.

Hasn't been showing the Wintergrasp timer at all since i started using but not that big of a deal.

Also hope you don't mind. I'm trying to help you with a re-write with the added feature of turning modules on/off. Sry I'm REALLY bored atm. lol

Sry for being such a pain in the arse!

Edit: Alright I know I'm a pain. Pretty much gave up on trying to re-code the addon cause well I'm still new to coding and made a complete mess of things.

The idea was a simple config at the top of the file:
Code:
showTracking = true/false
showGuildies = true/false
showFriends = true/false
allowing ppl to type in either true or false for whichever they want to show or not to show

Just an idea...I'll leave you alone now lol.
I'll check this all out tonight when I'm off work and see what some problems are. Thanks!
Report comment to moderator  
Reply With Quote
Unread 08-10-10, 08:59 AM  
nitewarlord
A Defias Bandit
AddOn Compiler - Click to view compilations

Forum posts: 2
File comments: 49
Uploads: 1
Ok fixed the Map problem. Had to remove the Alliance/Horde controlling part of the code.

Hasn't been showing the Wintergrasp timer at all since i started using but not that big of a deal.

Also hope you don't mind. I'm trying to help you with a re-write with the added feature of turning modules on/off. Sry I'm REALLY bored atm. lol

Sry for being such a pain in the arse!

Edit: Alright I know I'm a pain. Pretty much gave up on trying to re-code the addon cause well I'm still new to coding and made a complete mess of things.

The idea was a simple config at the top of the file:
Code:
showTracking = true/false
showGuildies = true/false
showFriends = true/false
allowing ppl to type in either true or false for whichever they want to show or not to show

Just an idea...I'll leave you alone now lol.
Last edited by nitewarlord : 08-10-10 at 11:01 AM.
Report comment to moderator  
Reply With Quote
Unread 08-09-10, 08:29 PM  
nitewarlord
A Defias Bandit
AddOn Compiler - Click to view compilations

Forum posts: 2
File comments: 49
Uploads: 1
Truly superb addon my friend. Extremely lightweight and your coding is nice and clean. Couple of things though.
1. Guildies button isn't working for me. Shows how many online but no tooltip and doesn't pull up the window when i click on it.

2. I changed the font size and font itself. Now everything is kinda overlapping. I'm still kinda new to coding so dont quite understand the way you have everything spaced out. If theres a way for me to add more space inbetween modules that would be great.

I believe those are my only two problems atm. Again great addon.

Edit: Guild button working again...not quite sure what happened. Increased the width of the modules to give better spacing in between and now its working.

Now I have a major issue. Its causing some serious conflicts with my map addon Mapster. I can't zoom into a zone or go to a different continent on the map. Just shows the full continent that I'm on. Kinda wierd.

I'll keep playing around with it.
Last edited by nitewarlord : 08-10-10 at 06:48 AM.
Report comment to moderator  
Reply With Quote
Unread 07-31-10, 11:35 AM  
Tarumi
A Deviate Faerie Dragon
 
Tarumi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 10
Uploads: 2
Originally posted by StylelaB
Hello, nice addon, I woud like how to disable some stats (Like tracking button), I try to add "--" in the first party but don't works
Right now it's a bit more combuersome to disable parts. If you PM me I'd be glad to work with you to figure it out though

A future rewrite will have it so it's very easy to disable/enable them...but I have to figure out a good way to do that beforehand.
Report comment to moderator  
Reply With Quote
Unread 07-31-10, 09:53 AM  
StylelaB
A Kobold Labourer

Forum posts: 1
File comments: 17
Uploads: 0
Hello, nice addon, I woud like how to disable some stats (Like tracking button), I try to add "--" in the first party but don't works
Report comment to moderator  
Reply With Quote
Unread 07-30-10, 11:08 PM  
Tarumi
A Deviate Faerie Dragon
 
Tarumi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 10
Uploads: 2
Originally posted by Seerah
It was put in the LDB cat. on accident.
Thanks for moving it!
Report comment to moderator  
Reply With Quote
Unread 07-30-10, 11:06 PM  
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 10860
File comments: 687
Uploads: 33
Originally posted by Phanx
You might want to make it clearer in the description that this is not a DataBroker display and does not support DataBroker plugins.
It was put in the LDB cat. on accident.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

[SIGPIC][/SIGPIC]
Last edited by Seerah : 07-30-10 at 11:07 PM.
Report comment to moderator  
Reply With Quote
Unread 07-30-10, 10:06 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
You might want to make it clearer in the description that this is not a DataBroker display and does not support DataBroker plugins.
Report comment to moderator  
Reply With Quote
Unread 07-30-10, 07:10 PM  
Tarumi
A Deviate Faerie Dragon
 
Tarumi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 10
Uploads: 2
Originally posted by geeksugar
<3 this! Im with you about not wanting to haul around bulky data brokers....but this is perfect ^_^ no probs so far
Awesome! And thanks! Glad to hear it's working for you
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: