Download
(90Kb)
Download
Updated: 10-21-08 02:16 AM
Pictures
File Info
Updated:10-21-08 02:16 AM
Created:unknown
Downloads:10,389
Favorites:61
MD5:

Light'n'Stylish Minimap  Popular! (More than 5000 hits)

Version: 1.3.1
by: Fellrond [More]

- very low memory usage.
- stylish look (in my humble opinion )
- colored location bar with same look
- square mask
- zoom with mouse scroll
- smart coords module
- WotLK (3.0.x) ready
- /rl command for Reload UI
- border skin for buttons included
- clock with calendar button

Installation

Just unzip files in your own World of Warcraft folder ("D:\Games\World of Warcraft\Interface\Addons" for example)

After this your's L'n'S_Minimap ready for work. For change anything, simply open LnS_Minimap.lua and feel free to configure, I leaved comments for most important strings

Current version: 1.3.1

Future ideas:
- please, leave comments and suggest somewhat if you want

Thanks to Don Kaban, my friend, who inspired me to write this

v1.0
Project started.

v1.1
Added smart coords.

v1.1.1
Fixed issue with world map mods, like Cartograper. (thanks Rucka for report)

v1.2
Added tranparency
3.0.x patch ready

v1.3
Updated TOC to 30000
Clock bar with calendar implemented
Some cosmetic changes

v1.3.1
Fixed errors
Added offset from borders, for moving all map at time (thanks Karail)
Optional Files (0)


Post A Reply Comment Options
Unread 10-21-08, 02:17 AM  
Fellrond
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 13
Uploads: 1
Version 1.3.1 FIX
Fixed errors
Added offset from borders, for moving all map at time (thanks Karail)
Report comment to moderator  
Reply With Quote
Unread 10-18-08, 01:19 PM  
Fellrond
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 13
Uploads: 1
Seems as TimeManagerClockButton_Hide() doesn't work propertly at live servers. I will disable it. For hiding Blizz clock it will need turn off checkbox at options.

Sorry for this. I haven't active live acc and develompent going on WotLK beta servers, but version 1.3 works fine at build 9095.

Sorry again. I will try upload fix as soon as possible.
Report comment to moderator  
Reply With Quote
Unread 10-18-08, 12:36 PM  
Prototype
A Kobold Labourer
 
Prototype's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 84
Uploads: 1
don't work correct, I get a Lua error:

[2008/10/18 20:30:40-43-x1]: LnS_Minimap-1.3 \LnS_Minimap.lua:158: attempt to call global 'TimeManagerClockButton_Hide' (a nil value)
LnS_Minimap-1.3 \LnS_Minimap.lua:203: in function <Interface\AddOns\LnS_Minimap\LnS_Minimap.lua:203>

German wow client, activated just statblockcore, fubar2broker, bugsack and buggrabber
Last edited by Prototype : 10-18-08 at 12:38 PM.
Report comment to moderator  
Reply With Quote
Unread 10-18-08, 07:40 AM  
Characuta
A Kobold Labourer
 
Characuta's Avatar

Forum posts: 0
File comments: 13
Uploads: 0
How do you remove the default Blizzard minimap bar?

Report comment to moderator  
Reply With Quote
Unread 10-18-08, 06:20 AM  
Karail
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
I modified the code slightly to allow me to move the entire frame in one go. Here is the code:

Code:
local offset_x = 10
local offset_y = 30

local mmap_pos_x = offset_x + 5  	-- set minimap position from right border
local mmap_pos_y = offset_y + 30 	-- set minimap position from top border
local lctn_pos_x = offset_x + 5  	-- set location bar position from right border 
local lctn_pos_y = offset_y + 5  	-- set location bar position from top border
local crd_pos_x  = offset_x + 50 	-- set coordinates position from right border
local crd_pos_y  = offset_y + 28 	-- set coordinates position from top border
local clc_pos_x  = offset_x + 52 	-- set clock position from right border
local clc_pos_y  = offset_y + 160 	-- set clock position from top border
local scl        = 1  				-- set scale of minimap
local opacity    = 1  				-- set minimap transparency from 0 to 1
Just change the first two lines and your good

Edit: Also, line 161 "TimeManagerClockButton_Hide()" is causing an error when loading. I tried commenting this out but I then get strange behavior with the new calendar button and the clock.
Last edited by Karail : 10-18-08 at 06:57 AM.
Report comment to moderator  
Reply With Quote
Unread 10-17-08, 07:51 PM  
Tegarbah
A Wyrmkin Dreamwalker
 
Tegarbah's Avatar

Forum posts: 58
File comments: 6
Uploads: 0
Moving the Map

I found moving the map quite easy using notepad to change the position of each element. Except the tracking item. Where in the code can I change its position?
Report comment to moderator  
Reply With Quote
Unread 10-17-08, 05:46 PM  
fostic_popcorn
A Murloc Raider
 
fostic_popcorn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 51
Uploads: 2
I'm getting some of the same problems as BlackAcid, but slightly worse. My herbalism tracking button is way outside of the minimap for some reason, the Calendar doesn't show up next to the clock but instead appears in the top right hand corner ala the default UI, and the clock is unclickable.

I've switched back to the previous version for now, but I just thought I'd let you know.

Cheers!
Report comment to moderator  
Reply With Quote
Unread 10-17-08, 04:43 PM  
Dragynlovr
An Aku'mai Servant
 
Dragynlovr's Avatar

Forum posts: 35
File comments: 6
Uploads: 0
Re: Re: Moving the map

I appreciate the response but lets be honest, not all of us are lua fluent. I use mods that others have created due to that fact for myself. Thanks tho for the work on this.

Originally posted by Fellrond

Just open notepad

I'm not implemented GUI options for save memory and CPU time.

After editing strings in file, just save it and type /rl in game chat.
__________________
<A href='http://armory.mmo-champion.com/'><img src='http://armory.mmo-champion.com.nyud.net:8080/sig.php/1767221xmSDH.png' border='0'></a>
Report comment to moderator  
Reply With Quote
Unread 10-17-08, 02:14 PM  
Fellrond
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 13
Uploads: 1
Re: Moving the map

Originally posted by Dragynlovr
Hi, cant seem to find the answer anywhere. I like this mod and would like it better if I could place this map anywhere besides the top right of the screen. Any commands to move it, buttons to press while mousing over it, etc...

Just open notepad

I'm not implemented GUI options for save memory and CPU time.

After editing strings in file, just save it and type /rl in game chat.
Last edited by Fellrond : 10-17-08 at 02:15 PM.
Report comment to moderator  
Reply With Quote
Unread 10-17-08, 02:02 PM  
Dragynlovr
An Aku'mai Servant
 
Dragynlovr's Avatar

Forum posts: 35
File comments: 6
Uploads: 0
Moving the map

Hi, cant seem to find the answer anywhere. I like this mod and would like it better if I could place this map anywhere besides the top right of the screen. Any commands to move it, buttons to press while mousing over it, etc...
__________________
<A href='http://armory.mmo-champion.com/'><img src='http://armory.mmo-champion.com.nyud.net:8080/sig.php/1767221xmSDH.png' border='0'></a>
Report comment to moderator  
Reply With Quote
Unread 10-17-08, 01:53 PM  
Fellrond
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 13
Uploads: 1
Hm. didn't take errors. I will look at this, and fix as soon as possible. But, now beta realm is offline to apply new patch and my live acc is frosen and now i cannot fix it
Report comment to moderator  
Reply With Quote
Unread 10-17-08, 10:46 AM  
BlackAcid
A Deviate Faerie Dragon
 
BlackAcid's Avatar

Forum posts: 12
File comments: 3
Uploads: 0
I get a couple of errors when I load in.

[2008/10/17 11:39:57-68-x1]: LnS_Minimap-1.3 \LnS_Minimap.lua:158: attempt to call global 'TimeManagerClockButton_Hide' (a nil value)
LnS_Minimap-1.3 \LnS_Minimap.lua:203: in function <Interface\AddOns\LnS_Minimap\LnS_Minimap.lua:203>
[2008/10/17 11:39:58-68-x144]: LnS_Minimap-1.3 \LnS_Minimap.lua:118: attempt to call global 'TimeManagerClockButton_Hide' (a nil value)

Also the clock does show up but the calendar button does not, and clicking on the clock bar does nothing.
Report comment to moderator  
Reply With Quote
Unread 10-17-08, 02:57 AM  
Fellrond
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 13
Uploads: 1
v1.3
Updated TOC to 30000
Clock bar with calendar implemented
Some cosmetic changes
Report comment to moderator  
Reply With Quote
Unread 10-16-08, 02:52 AM  
Elite_Gamer04
A Kobold Labourer

Forum posts: 0
File comments: 36
Uploads: 0
Hehe, came to post about the calendar just as fostic_popcorn has done - beat me too it

Would love to see it added aswell Thanks!
Report comment to moderator  
Reply With Quote
Unread 10-15-08, 07:03 PM  
fostic_popcorn
A Murloc Raider
 
fostic_popcorn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 51
Uploads: 2
Hello, sorry I keep leaving so many comments!

This time I'd like to ask really nicely if a button could be added for the new Calendar that's ingame, it's very nifty and I know we could easily type /calendar to access it, but I was just wondering if a small button (maybe below where the mail icon would show up?) could be added.

Thanks for all your great work!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: