Change Log:
--------------------
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
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.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
--------------------
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
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.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