- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
6,103 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Minecraft Server Mods
- Top Rift Addons
- Top Skyrim Mods
- Top World of Tanks Skins
- Top StarCraft II Maps
- Top Terraria Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top The Secret World Mods
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
- Store
MiniMapMonster
- 1 Like
- Warhammer Online
- 63 Monthly Downloads
- Supports: 1.4.6
- 18,591 Total Downloads
- Updated 08/17/2012
- Created 04/11/2009
- 37 Favorites
- Project Site
- Comments
- Release Type: Release
- License: MIT License
- Newest File: v0.96
About MiniMapMonster
Shows your MapMonster waypoints on your minimap.
Requires: MapMonster
Written to work with WARCommander but hopefully of use to anyone using Map Monster's waypoints.
Icon scaling
You can change the scale of the icons on the minimap by calling:
/script MiniMapMonster.SetIconScale([num])
Where [num] is a floating point number. This defaults to 0.8 (80%).
e.g. /script MiniMapMonster.SetIconScale(0.4) This will set them to half the default size
Mod writers:
If you have a custom minimap window and want MiniMapMonster to work with it, just add MiniMapMonster as an optional dependency in your .mod:
<Dependencies> <Dependency name="MiniMapMonster" optional="true" forceEnable="false"/> </Dependencies>
And add the following to your module's initialisation:
if(MiniMapMonster) then MiniMapMonster.SetMiniMapWindow("MyMiniMapWindowMapDisplay") end
Cmap and Minmap are already detected in the code. If you want your mod autodetected just send me a message on here or leave a comment.
------------------------------------------------------------------------
r20 | philosound | 2012-08-17 12:55:06 +0000 (Fri, 17 Aug 2012) | 1 line
Changed paths:
A /tags/v0.96 (from /trunk:19)
Tagging as v0.96
------------------------------------------------------------------------
r19 | philosound | 2012-08-17 12:51:43 +0000 (Fri, 17 Aug 2012) | 1 line
Changed paths:
M /trunk/MiniMapMonster.mod
version sync
------------------------------------------------------------------------
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| v0.96 | Release | 1.4.6 | 747 | 08/17/2012 |
| v0.91 | Release | 1.4.1 | 4,051 | 03/11/2011 |
| v0.9 | Release | 1.4.1 | 700 | 02/28/2011 |
| v0.3.1 | Release | 1.3.1 | 7,124 | 08/20/2009 |
| v0.3 | Release | 1.2.1 | 3,259 | 06/17/2009 |
| v0.3beta2 | Beta | 1.2.1 | 1,920 | 04/18/2009 |
| v0.2beta | Beta | 1.1.1 | 589 | 04/12/2009 |
| MiniMapMonster v0.1 | Beta | 1.1.1 | 4 | 04/11/2009 |
Top Downloads
-
- Enemy
- Buffs & Debuffs, Unit Frames, Combat, and PvP
- 391 Monthly Downloads
-
- LibSlash
- Development Tools
- 336 Monthly Downloads
-
- Squared
- Unit Frames
- 252 Monthly Downloads
-
- Twister
- Action Bars, Combat, Class, and Buffs & Debuffs
- 247 Monthly Downloads
-
- BuffHead2
- PvP, Combat, and Buffs & Debuffs
- 208 Monthly Downloads
Comments
I’am using the addon “Mini World Map” for having a quick overfiew and via script I toggle this map on / off if necessary.
With your mod writer description I could not bring Mini World Map to work with Mini Map Monster.
Could you help me in that case, please ?
Thanks in advance.
Looks like that's a mod for displaying the main map in a mini window - which would be more the realm of changes to MapMonster rather than MiniMapMonster but I'll have a look - there might be something I can throw into MiniMapMonster that helps it work with that mod.
Thanks,
Flim
[string "Interface/AddOns\warcommander\WARCommander.lua"]:164: attempt to call global 'tosring' (a nil value)
Not much else to report. I had just logged in, started moving for first time when this error fired.
http://war.curse.com/downloads/war-addons/details/warcommander.aspx
V 0.5.2 should fix it.