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

  • Your Rating

  • Share
  • Report Abuse

InfoPanel

 
Project Updated:
Files Updated: Sun, Apr 5 2009
Supports Game Version: 3.0.9
Category: Miscellaneous
Tags:

, , , and [Edit Tags]

Project Manager: Aezay
Additional Authors: No additional authors
Current Version: 09.04.02
License: All Rights Reserved
Development Site: CurseForge
Avg Daily DL (last 30 days): 15
Downloads Total: 7,897
Favorites: 13
Comments: 14
  • About InfoPanel
  •  

InfoPanel


InfoPanel is a lightweight information panel that will place itself in the edge of the screen, it slightly resembles other addons such as Titan Panel or FuBar, but I've tried to keep it simple. It supports plugins which each will add different kind of information to the bar for quick review during combat without having to bring up other kind of interface.

The slash command for this addon is "/ip".

Why Use InfoPanel?


With all the other major panel mods out there, you might wonder why even bother with this addon over the others which has more options and more plugins.
Well, this one was made with the thought of being lightweight in mind. If you only have the use for a few plugins for your panel, such as one showing time, durability and your money. This addon is ideal, and it hardly takes any resources.

User Friendliness & Settings


As this is an early release, I have not put in much time to improve the user friendliness, I run WoW with action bar and unit frame addons, so if you use the normal blizzard UI, there might be some problems with those frames overlapping InfoPanel. Let me know.

Setting up InfoPanel is quite limited in this early release, but to adjust the order in which the plugins appear, you have to edit the "Plugins.xml" file and adjust the order of the plugins as you prefer to have them show. If you wish to disable some of the plugins, simply just remove or comment out its entry in this file.

Included Plugins (17)


Durability
- Lists the current condition of your gear, both equipped and bagged gear.

Bag
- Keeps track of the amount of free bag space.

Money
- This plugin will always show the amount of gold you have on you.

Performance
- Displays the frame rate, network latency and addon memory usage.

Attack Power
- Shows: Attack Speed - Crit Rate - Attack Power. It is active for all classes except mages, warlocks and priests.

Spell Power
- Shows: Haste - Crit Rate - Spell Power. The counterpart to the Attack Power plugin, not active for hunters, warriors, rogues and death knights.

Zone
- Shows the current player X and Y coordinates and different zone information.

XP
- Displays various information related to experience. Only loads for players under max level.

Combat Timer
- Records the duration of the last combat you were in.

Timer
- Simple timer to record and time any event you like.

Honor
- Shows basic honor details. Also shows the amount of honor gained during the current session, current zone and during the last zone.

Group Info
- Shows raid/party health and mana, as well as health and mana for all classes. In addition it will also show number of people afk, dead, out of range etc.

Reputation
- Shows a brief summary of how many reputations you have at each level, friendly, honored etc. Also shows the total amount of rep you have gained for each faction during the current session.

Speed
- Displays the current movement speed relative to normal running speed. Mousing over the plugin in the panel will also show the speed for your target, pet and vehicle.

Ammo Counter
- Counts the amount of ammo in your bags, includes all types of ammo into the count. Only loads for Hunters.

Shard Counter
- Shard Counter. Only loads for Warlocks.

Clock
- This plugin is aligned to the right side of the panel and will show the current system time, not game time.

  • Downloads (6)
  •  
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  
  InfoPanel 09.04.02 Release 3.0.9 3,268 4/5/2009
  InfoPanel 09.02.20 Release 3.0.9 263 2/20/2009
  InfoPanel 08.10.26 Release 3.0.2 814 10/27/2008
  InfoPanel 08.03.21 Release 2.3.3 472 3/21/2008
  InfoPanel 08.01.21 Release 2.3.2 196 1/21/2008
  • Screenshots (1)
  •  
  • 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.
  • Aezay said

    [Freydis88]
    As I don't have an active WoW account at the moment, I cannot answer if it works with the recent patch, but I believe so.
    It should be pretty simple to make this addon just show the honor plugin, just remove the unwanted plugins from the plugins.xml file, or delete/move the actual Lua plugin files.

    Reply Report Permalink
  • Freydis88 said

    A friend of, mine, who is a minimalist, is looking for an addon only displaying his honor. So I was wondering if this addon would meet his needs. Is InfoPanel still working with the recent patch or has the author abandoned it?

    Thanks for your answers in advance :)

    Reply Report Permalink
  • Aezay said

    This project started as the means of getting rid of TitanPanel, I just found it too huge for my liking, and to that I succeeded. But I never really intended in making something that I would keep on developing, only something that would suit my needs. I decided to release it though, as others might enjoy it as a lightweight alternative too.

    Been thinking about migrating over to databrokers for a bit now, that seems a bit more useful than trying to keep my own plugin system alive, which has a much lower user base compared.

    So in other words, you might consider this addon + plugins discontinued. Although you might end up seeing some of the plugins as databrokers, nothing has been decided yet.

    Reply Report Permalink
  • Aezay said

    [suntzzz], it is not possible, unless you edit the Lua file. InfoPanel was just suppose to be a simple addon.

    Reply Report Permalink
  • suntzzz said

    How can I resize this? I only see two options when I type in /ip.. :\

    Reply Report Permalink
  • narlzac85 said

    I made a small change to the Core.lua file so anyone can more easily move the plugins locations. Only took a few minutes and no lua knowledge. Just adding the "right" align into the plugin will make all of those plugins go to the right, the location in the plugin.xml doesn't matter. Here's the only added code to core.lua:

    if (lastRightPlugin and align == "right") then
    frame.isRightAligned = 1;
    frame:SetPoint("RIGHT",lastRightPlugin,"LEFT",-12,0);
    lastRightPlugin = frame;
    elseif (align == "right") then
    frame.isRightAligned = 1;
    frame:SetPoint("RIGHT",-8,0);
    lastRightPlugin = frame;
    elseif (lastPlugin) then
    frame:SetPoint("LEFT",lastPlugin,"RIGHT",12,0);
    lastPlugin = frame;
    else
    frame:SetPoint("LEFT",2,0);
    lastPlugin = frame;
    end
    -- Return
    return frame;

    I enjoy the simplicity of this addon and just wanted to share this little change I made.

    Reply Report Permalink
  • Aezay said

    [dreamingxashley], there is already a plugin that tracks ammo. As for special reagents, that would be possible too, anything is possible really, it's just a question about someone making it. But as this mod isn't so widespread as titan/fubar, you probably wont see many plugins made by others than me.

    Reply Report Permalink
  • I tried to figure out how to change the time on the panel, but couldnt make heads or tails of the code. Its set to 24h time, and Id like it set to 12h. Also, how would I change it to be set to EST? Cause Id like to have the ingame be server, and the panel be local.

    Reply Report Permalink
  • Oh I like the idea of this so much better! I only used a few things on titanpanel... and this happens to have what I need. How about reagents and ammo tracking? ^.^

    Reply Report Permalink
  • vitual said

    very nice, find it much nicer then fubar and titan,, but when I fix that this panel is shown on the top of the screen,, my buffs/debuffs, minimap etc doesn't get moved down, so this bar kind of overlaps some stuff... can't this be fixxed?

    Reply Report Permalink
  • semilio said

    wheres teh file?

    Reply Report Permalink
  • sr1030nx said

    Would it be possible to add a speed indicator, showing your current speed (eg: 100%, 70%), and an opetion to turn off the icons.

    Reply Report Permalink
  • Aezay said

    sr1030nx, I remember seeing a mod showing that, so yeah it would, but I am not sure how it is actually coded.

    Reply Report Permalink
  • Hm. Neat. I'll give this a try :)

    Reply Report Permalink
  • I tried it. I like it. A few obvious suggestions, though: make it easier to rearrange the plugins; make it easier to align to left/right/center; maybe add a "estimated time to level" to the Experience Info.

    Speaking of time, adding a 12-hour clock would be nice too xD

    Overall, though, I like it :) I never really like Fubar, and the only things I use with Titan, are here. Keep it up!

    Reply Report Permalink
  • 1 page(s)
  • Addon Packs Containing InfoPanel

Most Downloads / Day

  • Similar Addons
  •  

Average downloads per day

  1. 681 Skinner Miscellaneous
  2. 522 FuBar 3.6 Miscellaneous
  3. 359 Talented Miscellaneous
  4. 242 Fishing Buddy -- Tracking Miscellaneous
  5. 222 MoveAnything Miscellaneous