Addon Information
Author:
Version:
008
Date:
10-27-2008 03:49 PM
Size:
3.13 Kb
Downloads:
6,797
Favorites:
65
MD5:
Pictures
rMinimap
Lightweight minimap
IMPORTANT:
- The map comes with 3 styles that could be chosen at the top of the lua file! You can choose between Diablo, Future and Square style.
- If you change from a round to a square map or the other way round you HAVE to log out to reinitialise the "mask" texture.
- You need rTextures to make this run!
rTextures: http://rothui.googlecode.com/svn/trunk/rTextures001.zip
Code: http://code.google.com/p/rothui/sour...trunk/rMinimap
Rothui: http://www.wowinterface.com/download...75-RothUI.html
Config:
Code:
-- map_style
-- 0 = diablo3
-- 1 = futuristic orb rotating
-- 2 = square runits style
local map_style = 2
-- map scale
local mapscale = 1
-- size of icons (tracking icon for example)
local iconsize = 20
-- position map and symbols here
local map_positions
if map_style == 2 then
map_positions = {
position = {
[1] = { frame = "Minimap", anchor1 = "TOPRIGHT", anchor2 = "TOPRIGHT", anchorframe = "UIParent", posx = -20, posy = -20 },
[2] = { frame = "MiniMapTracking", anchor1 = "TOPLEFT", anchor2 = "TOPLEFT", anchorframe = "Minimap", posx = 5, posy = -5 },
[3] = { frame = "MiniMapMailFrame", anchor1 = "BOTTOMRIGHT", anchor2 = "BOTTOMRIGHT", anchorframe = "Minimap", posx = -5, posy = 5 },
[4] = { frame = "MiniMapBattlefieldFrame", anchor1 = "BOTTOMLEFT", anchor2 = "BOTTOMLEFT", anchorframe = "Minimap", posx = 5, posy = 5 },
[5] = { frame = "GameTimeFrame", anchor1 = "TOPRIGHT", anchor2 = "TOPRIGHT", anchorframe = "Minimap", posx = -5, posy = -5 },
[6] = { frame = "TimeManagerClockButton", anchor1 = "BOTTOM", anchor2 = "BOTTOM", anchorframe = "Minimap", posx = 0, posy = -2 },
},
}
else
map_positions = {
position = {
[1] = { frame = "Minimap", anchor1 = "TOPRIGHT", anchor2 = "TOPRIGHT", anchorframe = "UIParent", posx = -20, posy = -20 },
[2] = { frame = "MiniMapTracking", anchor1 = "TOP", anchor2 = "BOTTOM", anchorframe = "Minimap", posx = 0, posy = -20 },
[3] = { frame = "MiniMapMailFrame", anchor1 = "TOP", anchor2 = "BOTTOM", anchorframe = "Minimap", posx = 50, posy = -20 },
[4] = { frame = "MiniMapBattlefieldFrame", anchor1 = "TOP", anchor2 = "BOTTOM", anchorframe = "Minimap", posx = -25, posy = -20 },
[5] = { frame = "GameTimeFrame", anchor1 = "TOP", anchor2 = "BOTTOM", anchorframe = "Minimap", posx = 25, posy = -20 },
[6] = { frame = "TimeManagerClockButton", anchor1 = "BOTTOM", anchor2 = "BOTTOM", anchorframe = "Minimap", posx = 0, posy = 0 },
},
}
end
008
- scaling for rothui081027
007
- new cool diablo texture
006
- clock enabled (blizzard timer!) can positioned too.
005
- map is scalable
- map and icons can be positioned anywhere
- icons can be resized
004
- minimap can be moved and more clear config at the top
003
- one "l" prevented mod from working
002
- styled and moved tracking, battlefield, mail and calendar frame
001
- initial release
Optional Files - rMinimap
Sorry, there are currently no optional files available.