Trackbacks
Comments
-
Shuima (Nazjatar)
says:
You never cease to amaze! This is by far the best thing to happen outside of blizzard. You rock man, and PLEASE keep up the good work, lol.
-
krolow
says:
I cant get the addon to work and i had it to work youst perfect b4 uppdating to 1.5 and 1.51
it wont show me the stuff i want to se and it wont show me the dots on the map and it hawe lost item fact that i had in the version b4 1.5
i hawe tried to instal delete reinstal and all that kinda stuf but it yous't dont work
and i hawe al other addons disabeld but still dont work -
krolow
says:
PROBLEM FIXED
i had to download the Frech copy of the mobmap file and let it replace the existing files and it worked. :-D
i think you chud change so you get it to the right automaticly if posibel or atleast to fix it so it tels you you hawe to download it for the 1.5X version to :-D -
krolow
says:
woud it be posibel to make so you cna under mobs and npc's chose 1 mob and se all stuff it can dropp and the % chans of that
-
Rugus
says:
Hello Slarti, just wanted to THANK YOU for this amazing mod. A reall boost in the WOW gameplay (still needing the alt-tab to Thotbott sometimes ;)
Just a (*small problem*): the latest upgrade 1.51 gave me some problems. It often happens that clicking the [?] icon next to quest objectives (like "medicine pouch 1/10") it just opens the MobMap credits window... Or it does nothing at all. -
med
says:
That is a great addon but there are some problems with astrolabe.lua MobMap can't find something in this document:( so the mod doesn't work.
-
Marquee
says:
Hi,
I found mobmap a few days ago.. grat tool ;)
But..
I use cartographer and if i search (with mobmap) a quest object/mob, i can see a very little gray square...
Can i chance the color (maybe to red), or the complete gray square ?
Thx for help
Greetings
Marquee -
Justiz
says:
Same here...pls help :)
-
OrionWhite
says:
Yes please allow us to change the color would be great. I also use Cartographer and at times its hard to see your dots.
-
humfras
says:
Hi Slarti,
ich habe von vielen Leuten gehört, dass sie sich einen Button für die Minimap wünschen würden, damit sie nicht per "/mobmap show" das Addon aufrufen müssen.
Irgendeine Idee dazu?
for english readers:
Hi Slarti,
I heard many people wishing a button on the minimap to start the Addon with it instead of typing '/mobmap show'.
Any ideas? -
Slarti
says:
That's already a planned feature for a future version (rather near future, actually)
-
Thomas
says:
Hi Slarti,
Love the Addon, kudos for coming up with something truly original.
One suggestion/request - would it be possible to filter the NPC search results by (for example) zone? I did a search for an NPC with a subtitle of 'Druid Trainer' and the list was too long to view all... I guess the other option would be to have a scrollable list.
Anyway thanks and keep up the great work,
Thomas -
Slarti
says:
Both - a filtering possibility for subtitles and a scrollable list - are planned for one of the next releases.
-
jason
says:
thanks for this awesome addon!!! i use it constantly, daily......
-
Navid
says:
it is very good addons but when i copy it in the game have error:
[INTERFACE\ADDONS\MOBMAP\ASTROLABE.LUA:453:COULDNT FIND CVAR NAMED"ROTATEMINIMAP"]
please help me to fix this bug -
Slarti
says:
That bug usually occurs on private servers only - and sorry, but I don't provide any support for usage on private servers.
-
Fredo
says:
Hey I love this addon, but could you make it so that we can click a specific mob and show what it drops, and with which chance? Like: http://wow.buffed.de/?n=2345
-
humfras
says:
This feature is included for ALL Instance mobs and for me that's enough.
Because all 'normal' mobs can drop their specific drops, quest-items and world- or zone-drops.
I don't know a situation when you need to know what a random mob can drop because in 99% of the time you wanna know 'who can drop >this< specific item'.
In fact, this option wouldn't properly mean an increased database but I think it's (most of the time) useless. -
Ophelos
says:
I've been using this addon for many months now and it's great.. But i also use titan panel and cartography..
The reason why i said titan panel is because in a future release of mobmap, can u make it so we can open mobmap from the titan panel if we got it installed.. -
rugus
says:
Another small problem I'm having since 1.51... Every time I launch MobMap it says that a new version is available and starts the update tool. But it always runs the 1.51. Is it ok?
-
Slarti
says:
Yes it is. The update you're seeing is for the MobMapUpdater program, not the MobMap addon itself. If you take a look at the window title of the updater program you should notice that it's at version 1.55 currently.
-
rugus
says:
> If you take a look at the window
> title of the updater program you
> should notice that it's at version
> 1.55 currently.
Yep, right... but inside the window I read this:
Installed version: v1.51
Newest version: v1.51
What's wrong? -
Marquee
says:
Hi rugus,
I think, it means:
UpDate Tool-Version : v1.55
installed Mod-Version : v1.51
newest Mod-Version : v1.51
greetings
Marquee -
Slarti
says:
Exactly. It's two different pieces of software, hence two different version numbers that don't have to match up.
-
rugus
says:
Whoopss... Ok, got it ;)
-
Schurludi
says:
Why there is a so huge decrease of quests in the last weeks.
i look into the questdatabase and a lot of quests are missing now.
I had last week ~500 quests more inside. -
Schurludi
says:
I checked now the database and i have seen that you deleted a lot of doubled entries, I think this is the decrease.
So it seems ok.
Thanks for this great addon. -
troniac
says:
Hello Webmaster,
is it possible to get your German Database please? You may Contact me under my E-Mail Adress " troniac@gmx.co.uk ".
It would be very helpful for me.
best regardes
troniac -
Shengting Li
says:
When I query a quest, I see all the small dots on the top of the map, straight in a line, and no one in the map. I'm using Cartographer. What can I do to fix it? Thanks.
-
Shengting Li
says:
I'm using Mac OS X. I find it works fine under windows xp. Is there any difference?
-
Shengting Li
says:
I fixed it by myself.
You use bit.band at line 41 of MobMap_positions.lua. But it doesn't work for number bigger than 0xFFFFFFFF in Mac OS X.
So I replaced it with "x=x%256;". Now It works well for Mac.
:) -
Shengting Li
says:
Also at line 164 of MobMap_pickupdb.lua
-- x=bit.band(x,0xFF);
-- y=bit.band(y,0xFF);
x=x%256;
y=y%256; -
magiktigra
says:
I put the addon but i have the following message always on my screen : Interface/addons/mobmap/Astrolabe.lua:453:couldnt find CVar named 'rotateMinimap'
Why is that message? :( Can u help me to fix that? -
magiktigra
says:
Well u said that it occurs on private servers..yes i play on a private server but the other guys that have your addon dont have this problem :(
-
humfras
says:
<
[...] sorry, but I don't provide any support for usage on private servers
>
Just try to fix this on your own by de/activate different addons and always using the right version of the addon for 'your' version of WoW (maybe older patches, hacks etc?).
Because of the question of legality, Slarti should and (as he wrotes) will not support usage on private servers (quote above). -
Slarti
says:
It's not just a question of legality, I actually don't care if someone plays on a private server, cause I'm not Blizzard. But those stupid private server users that try to upload their bugged, erroneous, could-be-anything-data to my database make me scream. You don't want to know how much time and effort I had to spend implementing various filters to filter out private server data...
-
Shengting Li
says:
Also at line 164 of MobMap_pickupdb.lua
:) -
ken
says:
Hi, don't knwo if it has anything to do with the latest version but my friend installed it but it doesn't work. I look at all the installed addons she has and mobmap and the 1-13 databases ares listed there but some of the 1-13 databases have grey check marks instead of yellow. We;ve ran the updater and updated everything but still doesn't work. Also When we type in /mobmap show in WoW nothing happen. On my computer it works fine. Any suggestions to get it workin? Other than that has ben working great for me.
-
ken
says:
We figured it out, can ignore previous message.
-
Pete
says:
I came across two quests, that when I'd click on the "high level" question mark (the one for the quest itself, not the quest items) it referenced the horde quest, not the alliance one (I'm alliance). I am sorry I didn't document the first one, but the second quest is "Cleansing Felwood". I should have been directed to go back to Arathandris Silversky, but instead I was directed to Maybess Riverbreeze. I hope this helps resolve this problem. Please let me know if I can be of any further help in ANY testing you do. I love the mod and I'd do whatever I can to assist in making it better.
-
OrionWhite
says:
Slarti,
I use various addons (Cartographer, MobInfo2, QuestHistory) I love your but I seem to have a small problem. My toons are all Horde. I'm right now grinding rep and also gathering info to share with my guild to help level (xp and skills) faster. While I've been doing quests I noticed that many in the Ghostlands or class skills from Silvermoon are not in the database as I try to look them up. Figured the 1st time was ok. I'm now taking my 5th toon through the Ghostlands and still see no info on the quests I just did with my last 4 toons. Keep getting a message that no information is in the database and will have to manually look it up. I try and still not able to find the data.
Can you see whats going on? I can send you copies of the other addon lua files if you want to compare data. -
Necro
says:
Hi.
I downloaded the newest version from www.mobmap.de but it seems i cant start mail frame. There is no minimap button and when i type --> /mobmap show /mobmap clear -
Zakaluka
says:
Hi,
This is an excellent upload, but I am running into a software error with MobMapUpdater and don't really know what's going on. The error says:
Zugriffsverletzung bei Adresse 00441482 in Modul 'MobMapUpdater.exe'. Lesen von Adresse 4620655B.
I have a screenshot of it up at http://hidebehind.com/D65175
Thanks and continue the great work,
Z. -
Pappadapaa
says:
If it is possible could u make option to deside wich side (horde/alliance) quests Mobmap shows or popup-window that asks wich side quest your currently searching for? Its really annoying if you try to look what to do next in your horde quest when it gives you the alliance version only.

