Download
(15 Kb)
Download
Updated: 04/29/14 04:29 PM
Patch for:
ZrMiniMap.
Pictures
File Info
Compatibility:
Live (1.0)
Updated:04/29/14 04:29 PM
Created:04/29/14 04:29 PM
Monthly downloads:20
Total downloads:22,338
Favorites:17
MD5:
ZrMM - Modified With Border  Popular! (More than 5000 hits)
Version: 1.14
by: Mitsarugi [More]
A simple modification for ZrMM - Modified (1.14) adding a border to the map.

All credits go to the original authors for the hard work they've done on this addon, i only added a border!
Post A Reply Comment Options
Unread 09/26/14, 05:29 PM  
Garkin
 
Garkin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 832
File comments: 1097
Uploads: 33
Originally Posted by jumi01
i had to turn off the map. I couldn't get rid of the bug box after I installed 1.14.

user:/AddOns/ZrMM/ZrMM.lua:568:function expected instead of nil
stack traceback:
user:/AddOns/ZrMM/ZrMM.lua:171:in function 'MM_PinCopy'
user:/AddOns/ZrMM/ZrMM.lua:126:in function 'MM_PinUpdate'
user:/AddOns/ZrMM/ZrMM.lua:57:in function 'MM_OnUpdate'

dismiss error and X-ing out of the the error box didn't help. Only thing I could do was turn off the map. Anyone else have this problem?
This minimap addon wasn't updated since 04/30/2014. I recommend using some different addon.
Last edited by Garkin : 09/26/14 at 05:30 PM.
Report comment to moderator  
Reply With Quote
Unread 09/26/14, 05:01 PM  
jumi01

Forum posts: 2
File comments: 77
Uploads: 0
i had to turn off the map. I couldn't get rid of the bug box after I installed 1.14.

user:/AddOns/ZrMM/ZrMM.lua:568:function expected instead of nil
stack traceback:
user:/AddOns/ZrMM/ZrMM.lua:171:in function 'MM_PinCopy'
user:/AddOns/ZrMM/ZrMM.lua:126:in function 'MM_PinUpdate'
user:/AddOns/ZrMM/ZrMM.lua:57:in function 'MM_OnUpdate'

dismiss error and X-ing out of the the error box didn't help. Only thing I could do was turn off the map. Anyone else have this problem?
Report comment to moderator  
Reply With Quote
Unread 06/09/14, 10:52 AM  
Garkin
 
Garkin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 832
File comments: 1097
Uploads: 33
Re: Update ?

Originally Posted by Xie
Hi thx for this,

Any update for ZrMM - Modified v1.17?
Whole modification is to add 3 lines of code, one to ZrMM.xml and 2 to the ZrMM.lua, so you can easily modify addon by yourself:

- install the latest version of ZrMM - Modified v1.17
- replace installed ZrMM.xml with ZrMM.xml file from this version of addon
- open ZrMM.lua in text editor and find this two functions (lines 95-111):
Lua Code:
  1. function MM_Hide()
  2.     Zr_MM_Scroll:SetHidden(true)
  3.     Zr_MM_Bg:SetHidden(true)
  4.     Zr_MM_Zone:SetHidden(true)
  5.     Zr_MM_ZoomLevel:SetHidden(true)
  6.     Zr_MM_Player:SetHidden(true)
  7.     Zr_MM:SetMouseEnabled(false)
  8. end
  9.  
  10. function MM_Show()
  11.     Zr_MM_Scroll:SetHidden(false)
  12.     Zr_MM_Bg:SetHidden(false)
  13.     Zr_MM_Zone:SetHidden(ZrMM.SV.hideZoneName)
  14.     Zr_MM_ZoomLevel:SetHidden(ZrMM.SV.hideZoomLabel)
  15.     Zr_MM_Player:SetHidden(false)
  16.     Zr_MM:SetMouseEnabled(true)
  17. end

- add one line to each of them, so they will look like this:
Lua Code:
  1. function MM_Hide()
  2.     Zr_MM_Border:SetHidden(true) --this line is added
  3.     Zr_MM_Scroll:SetHidden(true)
  4.     Zr_MM_Bg:SetHidden(true)
  5.     Zr_MM_Zone:SetHidden(true)
  6.     Zr_MM_ZoomLevel:SetHidden(true)
  7.     Zr_MM_Player:SetHidden(true)
  8.     Zr_MM:SetMouseEnabled(false)
  9. end
  10.  
  11. function MM_Show()
  12.     Zr_MM_Border:SetHidden(false) --this line is added
  13.     Zr_MM_Scroll:SetHidden(false)
  14.     Zr_MM_Bg:SetHidden(false)
  15.     Zr_MM_Zone:SetHidden(ZrMM.SV.hideZoneName)
  16.     Zr_MM_ZoomLevel:SetHidden(ZrMM.SV.hideZoomLabel)
  17.     Zr_MM_Player:SetHidden(false)
  18.     Zr_MM:SetMouseEnabled(true)
  19. end
Report comment to moderator  
Reply With Quote
Unread 06/09/14, 09:26 AM  
Xie

Forum posts: 0
File comments: 20
Uploads: 0
Update ?

Hi thx for this,

Any update for ZrMM - Modified v1.17?
Report comment to moderator  
Reply With Quote
Unread 05/06/14, 10:42 AM  
Mitsarugi
 
Mitsarugi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 23
File comments: 225
Uploads: 12
Originally Posted by Tiffy961
This doesn't work for me at all. I tried it alone, with ZRMiniMap and with ZRMiniMap - modified. But it doesn't work. I either get no borders or no mini map at all.
It doesn't appear in my addon list either.
Make sure you have ZRMiniMap and ZRMiniMap - modified uninstalled as this addon uses the same exact folder name as those 2.

ZRMiniMap - modified is categorized as a patch for ZRMiniMap, but you shouldn't use both as ZRMiniMap - modified is a modified copy of ZRMiniMap, my version is a modified ZRMiniMap - modified so please uninstall them (don't deactivate them as that won't work)
Report comment to moderator  
Reply With Quote
Unread 05/06/14, 07:27 AM  
Tiffy961

Forum posts: 0
File comments: 11
Uploads: 0
This doesn't work for me at all. I tried it alone, with ZRMiniMap and with ZRMiniMap - modified. But it doesn't work. I either get no borders or no mini map at all.
It doesn't appear in my addon list either.
Last edited by Tiffy961 : 05/06/14 at 07:28 AM.
Report comment to moderator  
Reply With Quote
Unread 05/05/14, 09:27 AM  
Mitsarugi
 
Mitsarugi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 23
File comments: 225
Uploads: 12
Originally Posted by randomhalt
OK so I have ZrMM Modified and this...but it's still borderless...how do I get this to work?
You only need this addon without ZrMM if you want the border, all tho this is only version 1.14 of ZrMM
Report comment to moderator  
Reply With Quote
Unread 05/04/14, 09:01 PM  
randomhalt

Forum posts: 0
File comments: 4
Uploads: 0
OK so I have ZrMM Modified and this...but it's still borderless...how do I get this to work?
Report comment to moderator  
Reply With Quote
Unread 04/30/14, 08:58 AM  
Mitsarugi
 
Mitsarugi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 23
File comments: 225
Uploads: 12
Originally Posted by Vantor
Meaning you can't have both patches? Cause i installed it and i completely lost my minimap.
Just use this one, it's the latest update from ZrMM (1.14)

I think the Author might fuse both into one addon
Last edited by Mitsarugi : 04/30/14 at 09:07 AM.
Report comment to moderator  
Reply With Quote
Unread 04/30/14, 08:50 AM  
Vantor
 
Vantor's Avatar

Forum posts: 0
File comments: 58
Uploads: 0
Meaning you can't have both patches? Cause i installed it and i completely lost my minimap.
Report comment to moderator  
Reply With Quote
Unread 04/30/14, 07:00 AM  
Mitsarugi
 
Mitsarugi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 23
File comments: 225
Uploads: 12
Originally Posted by Saftsuse
I had this as a request yesterday, nice!
You're welcome

Originally Posted by Tonyleila
Hehehee ZrMM - Modified Modified Modified Modified
Now with new font!



Its displaying the wrong link to "Patch for: ZrMiniMap. "
It can't be linked to ZrMM as it's an addon for ZrMiniMap itself
Report comment to moderator  
Reply With Quote
Unread 04/30/14, 04:41 AM  
Saftsuse
 
Saftsuse's Avatar

Forum posts: 13
File comments: 149
Uploads: 0
I had this as a request yesterday, nice!
Report comment to moderator  
Reply With Quote
Unread 04/29/14, 05:39 PM  
Tonyleila
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 288
File comments: 763
Uploads: 7
Hehehee ZrMM - Modified Modified Modified Modified
Now with new font!



Its displaying the wrong link to "Patch for: ZrMiniMap. "
Last edited by Tonyleila : 04/29/14 at 05:40 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: