Download
(3Kb)
Download
Updated: 11-20-12 03:50 AM
Pictures
File Info
Updated:11-20-12 03:50 AM
Created:05-18-10 03:59 PM
Downloads:8,101
Favorites:53
MD5:

Wanderlust  Popular! (More than 5000 hits)

Version: 0.95a
by: ichik [More]

37% more square than any other minimap!

Looking for new mantainer, if someone is interested — contact me

Small and sexy minimap addon that will do the following:

  • square (37% more than any other)
  • all crappy buttons and borders removed
  • zoom with mousewheel
  • when you got pending invite clock color will turn bright green
  • tracking shown only on mouseover and have nice text description
  • dungeon difficulty is shown with text on top
  • new (rather old actually) sexy mail icon on the bottom right
  • LFG and PvP icons on the topright
  • right-click on minimap to set tracking
  • middle-click to show calendar
  • left-click clock to show timer/dismiss alarm when firing

Credits to: ALZA, Mightily, P3lim, Shestak

Latest alpha can be found at: http://github.com/ichik/Wanderlust
Please report bugs at: http://github.com/ichik/Wanderlust/issues

0.95a
Update for MoP

0.95
Fixing that nasty RS and ICC heroic difficulties display

0.92c
Fixing scale issues

0.92b
Proper handling of that invisible MinimapCluster

0.92a
Hiding that ugly guild banner

0.92
Tracking font tweak, clock placement fix

0.9
Initial release
Optional Files (0)


Post A Reply Comment Options
Unread 08-28-12, 10:48 AM  
Mayron
A Frostmaul Preserver
 
Mayron's Avatar
AddOn Author - Click to view AddOns

Forum posts: 275
File comments: 1200
Uploads: 12
This UI works with MoP/PTR but I get this issue:

Message: Interface\AddOns\Wanderlust\Wanderlust.lua:264: attempt to index field '?' (a nil value)

as a lua error.

It looks so simple but I cannot find the problem. I thought 264 could mean the line number but its not there. Any ideas anyone?
Report comment to moderator  
Reply With Quote
Unread 08-28-12, 10:59 AM  
Maxen
A Fallenroot Satyr

Forum posts: 23
File comments: 235
Uploads: 0
Line 264 does exists: "_G[frames[i]]:Hide()". Probly one the frames below does not exists anymore in 5.x

local frames = {
"MiniMapVoiceChatFrame",
"MiniMapWorldMapButton",
"MinimapZoneTextButton",
"MiniMapMailBorder",
"MinimapBorderTop",
"MiniMapInstanceDifficulty",
"MinimapNorthTag",
"MinimapZoomOut",
"MinimapZoomIn",
"MinimapBorder",
"GameTimeFrame",
"MiniMapBattlefieldBorder",
"MiniMapLFGFrameBorder",
"GuildInstanceDifficulty",
-- "Boss1TargetFrame",
-- "Boss2TargetFrame",
-- "Boss3TargetFrame",
-- "Boss4TargetFrame"
}
Report comment to moderator  
Reply With Quote
Unread 08-29-12, 10:53 AM  
khald
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
What I did to get this working.
Removed "MiniMapBattlefieldBorder", and then changed "MiniMapLFGFrameBorder", to "QueueStatusMinimapButtonBorder",

Code:
local frames = {
    "MiniMapVoiceChatFrame",
    "MiniMapWorldMapButton",
    "MinimapZoneTextButton",
    "MiniMapMailBorder",
    "MinimapBorderTop",
    "MiniMapInstanceDifficulty",
    "MinimapNorthTag",
    "MinimapZoomOut",
    "MinimapZoomIn",
    "MinimapBorder",
    "GameTimeFrame",
	"QueueStatusMinimapButtonBorder",
	"GuildInstanceDifficulty",
--    "Boss1TargetFrame",
--    "Boss2TargetFrame",
--    "Boss3TargetFrame",
--    "Boss4TargetFrame"
}

I then changed all MiniMapLFGFrame to QueueStatusMinimapButton In the Random Group Icon

Code:
--[[ Random Group icon ]]
QueueStatusMinimapButton:ClearAllPoints()
QueueStatusMinimapButton:SetParent(Minimap)
QueueStatusMinimapButton:SetPoint('TOPRIGHT', 2, -2)
QueueStatusMinimapButton:SetHighlightTexture(nil)
and then totally removed

Code:
--[[ BG icon ]]
MiniMapBattlefieldFrame:ClearAllPoints()
MiniMapBattlefieldFrame:SetParent(Minimap)
MiniMapBattlefieldFrame:SetPoint('TOPRIGHT', 2, -2)
MiniMapBattlefieldBorder:SetTexture(nil)
BattlegroundShine:Hide()

You can also change the toc file to 50001

Code:
## Interface: 50001
Report comment to moderator  
Reply With Quote
Unread 08-29-12, 11:35 AM  
Maxen
A Fallenroot Satyr

Forum posts: 23
File comments: 235
Uploads: 0
Thanks Khald, works like a charm!
Report comment to moderator  
Reply With Quote
Unread 09-10-12, 09:45 AM  
cryptical
A Defias Bandit
 
cryptical's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 3
File comments: 62
Uploads: 6
update soon ?

update soon ?
__________________
Report comment to moderator  
Reply With Quote
Unread 10-10-12, 12:05 AM  
scrable
A Murloc Raider
 
scrable's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 49
Uploads: 2
I updated this and made some personal preference changes as well. I know I don't have permission by the author to upload this, but all credit goes to the author for creating the addon. I'm not a maintainer or anything so don't expect me to do this more than once.

http://www.mediafire.com/?9odwc4jajdkn1rk
Report comment to moderator  
Reply With Quote
Unread 11-14-12, 05:27 AM  
ichik
A Murloc Raider
 
ichik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 263
Uploads: 5
Originally Posted by scrable
I updated this and made some personal preference changes as well. I know I don't have permission by the author to upload this, but all credit goes to the author for creating the addon. I'm not a maintainer or anything so don't expect me to do this more than once.

http://www.mediafire.com/?9odwc4jajdkn1rk
Thanks, man. Uploaded your fix, also looking for new mantainer for my addons —*I stopped playing WoW 1,5 year ago, so I won't update them myself for sure.
__________________
Proud author of IntricateChatMods, Wanderlust and SimplerMount.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: