Thread Tools Display Modes
07-14-10, 11:41 AM   #1
EscaFoXX
A Deviate Faerie Dragon
 
EscaFoXX's Avatar
Join Date: Sep 2007
Posts: 14
pMinimap replacement

So far I've been using pMinimap without any fault/issue
Lately though, I've been looking/hoping for an update that'll show the dungeon difficulty
Does anyone know of another add on thats nigh on the same just with this little feature?
Little memory ussage is a must
  Reply With Quote
07-14-10, 11:47 AM   #2
Cralor
Mmm... cookies!!!
 
Cralor's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2007
Posts: 772
I loved pMinimap, but once I changed my UI, nMinimap worked out better for me.

I believe you can find it in here:
http://www.wowinterface.com/download...81-NeavUI.html

It might be work a look.
__________________
Never be satisfied with satisfactory.
  Reply With Quote
07-14-10, 12:16 PM   #3
sacrife
An Onyxian Warder
 
sacrife's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 384
I switched to bMinimap
__________________

  Reply With Quote
07-14-10, 12:18 PM   #4
Soulofsin_007
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 125
I personally use MidgeMap.
  Reply With Quote
07-14-10, 02:39 PM   #5
Taryble
A Molten Giant
 
Taryble's Avatar
Join Date: Jan 2009
Posts: 811
PocketPlot works very well for me. :-)
__________________
-- Taryble
  Reply With Quote
07-15-10, 06:11 PM   #6
harrellj
A Flamescale Wyrmkin
Join Date: Jul 2009
Posts: 132
I still use pminimap and removed this line: MiniMapInstanceDifficulty:SetAlpha(0) - sets the difficulty flag to be invisible and instead added
Code:
	-- Difficulty flag
	MiniMapInstanceDifficulty:SetAlpha(.5)
	MiniMapInstanceDifficulty:ClearAllPoints()
	MiniMapInstanceDifficulty:SetParent(Minimap)
	MiniMapInstanceDifficulty:SetPoint("TOPRIGHT", Minimap, "TOPRIGHT", 0, 0)
which puts the difficulty flag to the upper right corner at half-alpha.

I also took the opportunity to change the blip textures, but that is a personal thing :P
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » pMinimap replacement


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off