Download
(14Kb)
Download
Updated: 12-14-10 04:40 PM
Pictures
File Info
Updated:12-14-10 04:40 PM
Created:07-30-10 01:50 AM
Downloads:2,954
Favorites:3
MD5:

Xone Minimap

Version: 1.0
by: xonefobic [More]

XoneMinimap v1.0
(Version update for wow 4.0.3a)

Most of the functionality of this addon will be put into The `DoubleBinary` Project. So it might happen that this addon won't get updated anymore. But we will see.

Minimalistic Minimap addon

Use Left Mouse Button to ping the minimap
Use Middle Mouse Button to open calander
Use Right Mouse Button to show tracking dropdown menu
Type /xmm lock to lock anchor points
Type /xmm unlock to unlock anchor points
Type /xmm reset to set all anchors to default position

Feature:
- Time text will color red when there is a new calender item available. (Changeable through LUA)
- Name showed in chat channel of those who ping the minimap. (Changeable through LUA)
- Minimap, Vehicle Seat Indicator and Quest Tracker are movable.

Planned:
- Adding the Specs for LFG to the right side of the minimap. This way you can see which you already have and need (Tank, Healer, 3x DPS).
- More movers for all the things close to the minimap at standard UI.
- Adding coordinates.
- Ingame option GUI.
- [Maybe] Minimap button container

This is my first addon and figured to start here.

If you have a request of any kind, leave it in the comments.
I will not build in extra animations of any kind that I find not needed to the function of the minimap as I would like it shown.

Author Character: Cygnet - Thunderhorn (EU)
Beta Help: Ðornaa, Duality & Screeny from Thunderhorn (EU)

1.0
- Fixed Minimap zoom scroll function
- Changed some options in the Xone_Minimap.lua so users can more easy change some variables.
- Changed "new mail" image

0.0.1 ßeta
- Minor fix for WoW v4.0.1

0.1 ßeta
- Added: Will show the name of who 'pinged' the minimap in the chatwindow
- Added: Movement anchorpoint for Minimap
- Added: Movement anchorpoint for Vehicle
- Added: Movement anchorpoint for Quest Tracker
- Altered: Made anchorpoints movable
- Altered: Slash Commands

0.0.1 ßeta
Initial ßeta Release
Post A Reply Comment Options
Unread 12-09-11, 06:54 AM  
lessterlll
A Murloc Raider

Forum posts: 6
File comments: 5
Uploads: 0
slash commands

need update
Code:
-- Looking for group Frame
function RefreshLFG()
	MiniMapLFGFrame:ClearAllPoints()
	MiniMapLFGFrame:SetParent(Minimap)
	MiniMapLFGFrame:SetPoint("BOTTOMRIGHT", Minimap, 0, 10)
	MiniMapLFGFrame:SetScale(1)
	LFDSearchStatus:ClearAllPoints()
	LFDSearchStatus:SetPoint("TOPRIGHT", MiniMapLFGFrame, "TOPRIGHT")
end
MiniMapLFGFrameBorder:SetAlpha(0)
DropDownList1:SetClampedToScreen(true)
hooksecurefunc("MiniMapLFG_UpdateIsShown", RefreshLFG)
i just replace to
Code:
-- Looking for group Frame
MiniMapLFGFrame:ClearAllPoints()
MiniMapLFGFrame:SetPoint("BOTTOMRIGHT", Minimap, -135, -20)
MiniMapLFGFrame:SetScale(.9)
Last edited by lessterlll : 12-09-11 at 07:38 AM.
Report comment to moderator  
Reply With Quote
Unread 01-25-11, 11:58 PM  
Vegas4Runner
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Replace Zoom code with this to get mousewheel working (can't remember who to credit as I was using code snippets from tons of other mods to learn LUA):

Code:
-- Zoom
Minimap:SetScript('OnMouseWheel', function(self, direction)
	local zoom, maxZoom = self:GetZoom() + direction, self:GetZoomLevels()
	self:SetZoom(zoom >= maxZoom and maxZoom or zoom <= 0 and 0 or zoom)
end)

Minimap:EnableMouseWheel(true)
Minimap:UnregisterEvent('MINIMAP_UPDATE_ZOOM')
Report comment to moderator  
Reply With Quote
Unread 11-22-10, 01:26 PM  
xonefobic
A Murloc Raider
 
xonefobic's Avatar
AddOn Author - Click to view AddOns

Forum posts: 8
File comments: 2
Uploads: 2
Thanks for your reply.
I know about the mousewheel problem. Just being lazy at the moment (and well also busy on other stuff. But that isn't important. Rather am lazy )

About the UI.
Yea I'm planning to make it. But I don't really have a clue to where to start (the easy way).

Not many option needed at the moment yet.
But I think I will wait with updating anything on this, until Cata is actually released.
The mousing is minor. So shouldn't be a hassle. The UI however...

I'll let you know.
(Weird I didn't get a message I received a comment though)
__________________
SELECT * FROM `addons` WHERE `quality_index` >= '99' ORDER BY `quality_index` DESC;
Unbound Spectre @ Thunderhorn (EU)
Report comment to moderator  
Reply With Quote
Unread 11-15-10, 05:25 PM  
ThewF
A Kobold Labourer

Forum posts: 1
File comments: 4
Uploads: 0
Also a little feature request, I'm assuming you're going to eventually create a UI for in-game in this UI perhaps you could include an option to change the color of the clock font.

Not like it's hard just for me to edit the LUA though.
Report comment to moderator  
Reply With Quote
Unread 11-14-10, 09:47 PM  
ThewF
A Kobold Labourer

Forum posts: 1
File comments: 4
Uploads: 0
Code:
Message: Interface\AddOns\Xone_MiniMap\Xone_MiniMap.lua:134: attempt to compare number with string
Time: 11/14/10 22:47:20
Count: 96
Stack: Interface\AddOns\Xone_MiniMap\Xone_MiniMap.lua:134: in function <Interface\AddOns\Xone_MiniMap\Xone_MiniMap.lua:133>

Locals: (*temporary) = "vv"
(*temporary) = nil
(*temporary) = "attempt to compare number with string"
Thats the error I get whenever I use the mouse wheel to scroll in and out. Other then this error I love your addon and will continue to use and recommend it to others.
Last edited by ThewF : 11-14-10 at 09:56 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.