Download
(27Kb)
Download
Updated: 12-08-09 04:15 PM
Pictures
File Info
Updated:12-08-09 04:15 PM
Created:unknown
Downloads:145,968
Favorites:613
MD5:

pMinimap  Popular! (More than 5000 hits)

Version: 30300.8-Release
by: p3lim [More]

This addon is discontinued.

Description:
pMinimap is a very lightweight and streamlined Minimap add-on
which comes with a decent amount of options through the in-game config.

Features:
- Square size
- Clean feel & look
- Mousewheel zooming
- Clock & Coordinates display
- Individual element visibility/position
- Feature rich config (/pminimap or /pmm)

Full changelog can be found on GitHub:
http://github.com/p3lim/pMinimap/commits/master/
Post A Reply Comment Options
Unread 10-26-10, 04:23 AM  
Jonner
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 4
Uploads: 1
Using 30200.5-Release.

Opening pMinimap.lua with notepad or other text program, seach and delete this line;
SetCVar('showClock', '1')

That was enough for me to stop getting errors everytime i logged on.
Report comment to moderator  
Reply With Quote
Unread 10-22-10, 08:15 AM  
taznin
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Received this bug with new update?

this error came in on startup and I have listed mods running

Date: 2010-10-22 10:07:30
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\pMinimap\config\configuration.lua line 43:
attempt to concatenate field 'shadow' (a nil value)
Debug:
[C]: ?
pMinimap\config\configuration.lua:43: UpdateFont()
pMinimap\pMinimap.lua:101: ?()
pMinimap\pMinimap.lua:4:
pMinimap\pMinimap.lua:4

AddOns:
Swatter, v3.1.15 (<%codename%>)
ACP, v3.3.8
AdvancedTradeSkillWindow, v
AraBrokerMoney, vr12
AraBrokerSpecSwitcher, vr8
AraBrokerTradeskills, vr36
ArkInventory, v3.02
ArkInventoryRules, v
Atlas, v1.17.1
AtlasBattlegrounds, v1.17.1
AtlasDungeonLocs, v1.17.1
AtlasOutdoorRaids, v1.17.1
AtlasTransportation, v1.17.1
AtlasLoot, vv5.11.05
AtlasLootFu, vv5.11.05
Babylonian, v5.1.DEV.130
Bartender4, v4.4.11
BonusScanner, v5.3.1
BrokerProfessions, v
BrokerWallet, v3.2
ButtonFacade, v3.3.333
ButtonFacadeElegance, v3.3.0
ButtonFacadeRenaitre, vv4.0.1
ButtonFacadeSleek, v4.0.0
ButtonFacadeTrinity, v40000.1
CastDonut, v
ChocolateBar, vv2.0.4
Clique, vv40000-1.2.6
Configator, v5.1.DEV.278
Crossdresser, v4.0.0.3
DBMCore, v
FriendsWithBenefits, v3.2.0.4
Gatherer, v3.1.15
GearScore, v3.1.20 - Release
HealBot, v4.0.1.1
LDBInstanceCooldowns, v1.0.2
LightHeaded, v315
MoveAnything, v11.b3.5
nibPointDisplay, v0.53
Omen, v3.0.11
OmniCC, v3.1.4
Pawn, v1.4
pMinimap, vAlpha
Recount, v
SellOMatic, vv1.2.9a
TipTop, v2.5
WeaponRebuff, v3.4
WintergrasperAdvanced, v2.03
ZOMGBuffs, vr166
ZOMGBuffsBuffTehRaid, vr166
ZOMGBuffsSelfBuffs, vr166
BlizRuntimeLib_enUS v4.0.1.40000 <us>
(ck=4f5)
Report comment to moderator  
Reply With Quote
Unread 10-19-10, 01:52 AM  
ievil
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 6
Uploads: 4
For those who want to keep on using the old one until the 4.0 version is ready here is the quick fix:

Code:
    diff -urN pMinimap.lui/pMinimap.lua pMinimap/pMinimap.lua
    --- pMinimap.lui/pMinimap.lua   2009-12-16 16:36:58.000000000 +0100
    +++ pMinimap/pMinimap.lua       2010-10-18 01:19:09.791971000 +0200
    @@ -256,7 +256,7 @@
    end

    function addon:VARIABLES_LOADED(event)
    -       SetCVar('showClock', '1')
    +       -- SetCVar('showClock', '1')

            if(not IsAddOnLoaded('Blizzard_TimeManager')) then
                    LoadAddOn('Blizzard_TimeManager')
Report comment to moderator  
Reply With Quote
Unread 10-16-10, 01:37 PM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Re: Dingeon Difficulty

Originally posted by x0reaper0x
Will there be an option to hide the Dungeon Difficulty flag thats usually up next to the default minimap location?
Yes. You can test the 4.0 version by following the link on the info page.
Report comment to moderator  
Reply With Quote
Unread 10-16-10, 12:42 PM  
x0reaper0x
A Kobold Labourer

Forum posts: 1
File comments: 20
Uploads: 0
Dingeon Difficulty

Will there be an option to hide the Dungeon Difficulty flag thats usually up next to the default minimap location?
Report comment to moderator  
Reply With Quote
Unread 10-13-10, 01:09 PM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally posted by Ross
Only error I get using this version for the 4.0.1 instead of the cata one (since I was told the map can't be moved in that one)

Interface\AddOns\pMinimap\pMinimap.lua:259: Couldn't find CVar named 'showClock'
Count: 1

Call Stack:
[C]: ?
[C]: in function `SetCVar'
Interface\AddOns\pMinimap\pMinimap.lua:259: in function `?'
Interface\AddOns\pMinimap\pMinimap.lua:13: in function <Interface\AddOns\pMinimap\pMinimap.lua:13>
Im finishing up pMinimap for 4.0.x this week, havent had time to finish the profiling yet.
Report comment to moderator  
Reply With Quote
Unread 10-13-10, 10:00 AM  
Ross
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 67
File comments: 136
Uploads: 1
Only error I get using this version for the 4.0.1 instead of the cata one (since I was told the map can't be moved in that one)

Interface\AddOns\pMinimap\pMinimap.lua:259: Couldn't find CVar named 'showClock'
Count: 1

Call Stack:
[C]: ?
[C]: in function `SetCVar'
Interface\AddOns\pMinimap\pMinimap.lua:259: in function `?'
Interface\AddOns\pMinimap\pMinimap.lua:13: in function <Interface\AddOns\pMinimap\pMinimap.lua:13>
Report comment to moderator  
Reply With Quote
Unread 09-16-10, 10:37 AM  
gl0ry
A Kobold Labourer

Forum posts: 0
File comments: 18
Uploads: 0
Sometimes I have a problem with the minimap resetting (zooming back in). Is there a way to permanently keep it all the way zoomed out? I always do it manually then sometimes it will auto reset.
Report comment to moderator  
Reply With Quote
Unread 08-02-10, 05:24 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Re: Sliders

Originally posted by knosher
Ok so i have recently just redone my complete UI and sorted a load of what i want and stuff with all the addons.
But 1 little problem im having atm is with this addon there is no option to enable to move the sliders. By sliders i mean the stuff like the boss health frames etc..

All it is, is i dont actually want to have the boss health frame showing as i am using DXE bossmods to track any health frames that are needed.

But when theres a boss with a health frame something like lolship and Dreamwalker i get the retarded blizzard health frames. and they are uneeded and ugly .

Now i have had a look through the LUA and cant seem to find any hwere in there that can disable them or anything. Unlike sexymap for instance where you get to move the sliders around to where ya want them.

So my question is there anything that i can delete or add to the lua to get rid of them default frames ?

Thanks in advance.

Edit: also forgot to add vehicle bar for like the choppa mount also needs moving. :S
Frames like Boss, Durability, Tracker, Vehicle and such has nothing at all to do with the minimap, so pMinimap will never allow you to move/hide them.

Look for something like MoveAnything.
Report comment to moderator  
Reply With Quote
Unread 07-25-10, 01:33 AM  
knosher
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Sliders

Ok so i have recently just redone my complete UI and sorted a load of what i want and stuff with all the addons.
But 1 little problem im having atm is with this addon there is no option to enable to move the sliders. By sliders i mean the stuff like the boss health frames etc..

All it is, is i dont actually want to have the boss health frame showing as i am using DXE bossmods to track any health frames that are needed.

But when theres a boss with a health frame something like lolship and Dreamwalker i get the retarded blizzard health frames. and they are uneeded and ugly .

Now i have had a look through the LUA and cant seem to find any hwere in there that can disable them or anything. Unlike sexymap for instance where you get to move the sliders around to where ya want them.

So my question is there anything that i can delete or add to the lua to get rid of them default frames ?

Thanks in advance.

Edit: also forgot to add vehicle bar for like the choppa mount also needs moving. :S
Last edited by knosher : 07-25-10 at 01:49 AM.
Report comment to moderator  
Reply With Quote
Unread 07-17-10, 10:19 PM  
Grim Notepad
A Murloc Raider
 
Grim Notepad's Avatar

Forum posts: 6
File comments: 26
Uploads: 0
Reversing LFD tooltip

came across this line which i think should be an option in pMinimap

LFDSearchStatus:SetClampedToScreen(true)

Ensures the LFD tooltip doesn't fall off the screen
(WORKS too)
Report comment to moderator  
Reply With Quote
Unread 05-28-10, 10:02 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Re: Profiles

Originally posted by Julmust89
Hmm can't find any option for profiling for other characters.
I love this addon and wouldn't in any way change to another addon.
So if there is a profiling option in pMinimap, pls tell, otherwise I will just request one if possible
There is no profiling option, nor will there be one.
pMinimap is discontinued, I will only update bugs if there should be any.
Report comment to moderator  
Reply With Quote
Unread 05-28-10, 03:49 AM  
Julmust89
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 1
Profiles

Hmm can't find any option for profiling for other characters.
I love this addon and wouldn't in any way change to another addon.
So if there is a profiling option in pMinimap, pls tell, otherwise I will just request one if possible
Report comment to moderator  
Reply With Quote
Unread 05-23-10, 10:51 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally posted by Yabble
Can this UI hide the voice tab attached to the minimapp when I use the ingame voice system and open it~

just like that the cycle I point out......

pMinimap does not hide that button
Report comment to moderator  
Reply With Quote
Unread 05-22-10, 10:23 PM  
Yabble
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Can this UI hide the voice tab attached to the minimapp when I use the ingame voice system and open it~

just like that the cycle I point out......

Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: