Quantcast
Channel: WoWInterface - Latest list
Viewing all articles
Browse latest Browse all 49723

diminfo (v1.3.9)

$
0
0
Change Log:
--------------------
v1.3.9
fix some bug
more location now

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

Description:
--------------------
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
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

Viewing all articles
Browse latest Browse all 49723

Trending Articles