Download
(25Kb)
Download
Updated: 10-05-12 09:42 AM
Pictures
File Info
Updated:10-05-12 09:42 AM
Created:03-02-12 04:13 AM
Downloads:7,368
Favorites:16
MD5:

diminfo  Popular! (More than 5000 hits)

Version: v2.2
by: Loshine [More]

diminfo

Simple Info Text

Module

  • Bags
  • Coord
  • Durability
  • Friends
  • Gold
  • Guild
  • Mail
  • Memory
  • Positions
  • Spec
  • System
  • Time

Config

you could change this text's position and fonts in cfg.lua
Code:
local addon, ns = ...
local cfg = CreateFrame("Frame")

-- enable modules
cfg.Bags = true
cfg.BagsPoint = {"bottom", UIParent, -200, 7}

cfg.Coords = true
cfg.CoordsPoint = {"bottom", Minimap, 0, 7}

cfg.Durability = true
cfg.DurabilityPoint = {"bottom", UIParent, -105, 7}

cfg.Friends = true
cfg.FriendsPoint = {"bottom", UIParent, 0, 7}

cfg.Gold = true
cfg.GoldPoint = {"bottom", UIParent, 200, 7}

cfg.Guild = true
cfg.GuildPoint = {"bottom", UIParent, 105, 7}

cfg.Memory = true
cfg.MemoryPoint = {"bottomright", UIParent, -190, 7}
cfg.MaxAddOns = 20

cfg.Positions = true
cfg.PositionsPoint = {"top", UIParent, "topright", -77, -7}

cfg.Spec = true
cfg.SpecPoint = {"bottomright", UIParent, -265, 7}

cfg.System = true
cfg.SystemPoint = {"bottomright", UIParent, -90, 7}

cfg.Time = true
cfg.TimePoint = {"bottomright", UIParent, -20, 7}

--Fonts and Colors
cfg.Fonts = {"Fonts\\ARIALN.ttf", 12, "outline"}
cfg.ColorClass = true


ns.cfg = cfg
Credits:

Tukz, Katae

v2.2
fix friends module and some bug forgotten

v2.1
fix friends and spec module's bug

v2.0
updated

v1.4.0
System module updated
locale's update

v1.3.9
fix some bug
locale's update

v1.3.8
fix system module's bug

v1.3.7
new system module,please click it first
small changes with memory module
locale's update

v1.3.6
fix a memory module's problem

v1.3.5
add Mail module
add a sorting config in Guild's right-click menu

v1.3.4
fix a bug in Spec module's gametooltip text

v1.3.3
fix a bug in Durability's text
new autocollect switch in Memory module
now Time's text's format is depend on BLZ time manager's option(right-click to open it)

v1.3.2
change memory module

v1.3.1
fix a problem in guild module
some small changes

v1.3
add color class mode
modules optimized

v1.2
release
Optional Files (0)


Post A Reply Comment Options
Unread 03-15-15, 10:53 PM  
EKE
An Aku'mai Servant
 
EKE's Avatar
AddOn Author - Click to view AddOns

Forum posts: 37
File comments: 548
Uploads: 13
another fan update version:

http://bbs.ngacn.cc/read.php?tid=7873497

it fix both friends and guild mode
Report comment to moderator  
Reply With Quote
Unread 11-02-14, 10:38 AM  
EKE
An Aku'mai Servant
 
EKE's Avatar
AddOn Author - Click to view AddOns

Forum posts: 37
File comments: 548
Uploads: 13
Report comment to moderator  
Reply With Quote
Unread 10-16-14, 10:52 AM  
Bloomy
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
Update

Is this addon gonna be updated for WoD? I get errors when i mouseover over guild/friends
Report comment to moderator  
Reply With Quote
Unread 02-16-14, 09:51 PM  
telkar80
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
The only real problem I've had with this nice, simple addon; is the inability to not have deleted characters show up in the Gold list. Maybe I'm just missing how to make them go away but can anyone help?
Report comment to moderator  
Reply With Quote
Unread 11-01-13, 05:50 PM  
Persheron
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
To fix the "gold" correct line 64 in module/gold.lua :
Lua Code:
  1. local myPlayerRealm = GetCVar("realmName");
to
Lua Code:
  1. local myPlayerRealm = GetRealmName();
Report comment to moderator  
Reply With Quote
Unread 04-16-13, 09:08 AM  
Astralen
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
Hi.

It would be cool to be able to right click on "Gold" and sort on char name or amount of gold (ascending/descending). Any chance that could happen?

Thank you!
Report comment to moderator  
Reply With Quote
Unread 09-07-12, 12:13 PM  
EKE
An Aku'mai Servant
 
EKE's Avatar
AddOn Author - Click to view AddOns

Forum posts: 37
File comments: 548
Uploads: 13
Originally Posted by Sockz0r
another one
Loshine is busy now, just wait for him.
Report comment to moderator  
Reply With Quote
Unread 09-03-12, 06:06 AM  
Sockz0r
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 781
Uploads: 7
another one

Code:
Message: Interface\AddOns\diminfo\modules\Friends.lua:252: attempt to concatenate field '?' (a nil value)
Time: 09/03/12 13:05:27
Count: 1
Stack: Interface\AddOns\diminfo\modules\Friends.lua:252: in function <Interface\AddOns\diminfo\modules\Friends.lua:197>
Report comment to moderator  
Reply With Quote
Unread 08-31-12, 01:48 AM  
Sockz0r
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 781
Uploads: 7
thanks! <3
Report comment to moderator  
Reply With Quote
Unread 08-30-12, 04:20 AM  
Sockz0r
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 781
Uploads: 7
Code:
Message: Interface\AddOns\diminfo\modules\Friends.lua:259: bad argument #3 to 'format' (string expected, got boolean)
Time: 08/30/12 11:18:28
Count: 2
Stack: [C]: ?
Interface\AddOns\diminfo\modules\Friends.lua:259: in function <Interface\AddOns\diminfo\modules\Friends.lua:197>

Locals: (*temporary) = "[%s] (%s)"
(*temporary) = "79"
(*temporary) = true
(*temporary) = "string expected, got boolean"
mousing over friends module

tried to fix it myself but no luck was hoping this upload would solve it
Report comment to moderator  
Reply With Quote
Unread 07-19-12, 08:11 PM  
Kazie
A Kobold Labourer

Forum posts: 1
File comments: 79
Uploads: 0
How do i arrange the durability text so it will say "Armor: 100%" instead of 100%D <-- i just can't get used to this.
Report comment to moderator  
Reply With Quote
Unread 05-17-12, 07:40 AM  
Kendian
A Molten Giant
 
Kendian's Avatar
AddOn Author - Click to view AddOns

Forum posts: 614
File comments: 167
Uploads: 11
Exactly what I wanted. Many thanks~
__________________
Report comment to moderator  
Reply With Quote
Unread 05-01-12, 09:07 PM  
Loshine
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 21
Uploads: 2
Originally Posted by Kendian
Id like to be able to color the whole text class colored, as opposed to just part of it. Would that be possible?
I think it's good enough so i won't change it,if you want it to color the whole text class colored then you could search the key words

Code:
Text:SetText(...)
like in the Bags module you will find
Code:
Text:SetText(cfg.ColorClass and "Bags: "..init.Colored..free or "Bags:"..free)
then change it to be like this
Code:
Text:SetText(cfg.ColorClass and init.Colored.."Bags: "..free or "Bags:"..free)
Other modules is similar to change
Last edited by Loshine : 05-01-12 at 09:08 PM.
Report comment to moderator  
Reply With Quote
Unread 04-29-12, 08:51 AM  
Kendian
A Molten Giant
 
Kendian's Avatar
AddOn Author - Click to view AddOns

Forum posts: 614
File comments: 167
Uploads: 11
Id like to be able to color the whole text class colored, as opposed to just part of it. Would that be possible?
__________________
Report comment to moderator  
Reply With Quote
Unread 03-27-12, 12:08 PM  
Kazie
A Kobold Labourer

Forum posts: 1
File comments: 79
Uploads: 0
Originally Posted by Loshine
v1.3.5
add Mail module
add a sorting config in Guild's right-click menu

plz download the latest version,hope you like it~
oh you ninja, updated yesterday
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: