Advertisement

MobInfo-2 Browser

(15.3 KB) Download the Curse Client

Last Update: Oct. 13, 2007 (10 months ago)
Category: Unit Frames
Tags: interface
Project Manager: Skeeve
Current Version: MobInfo-2 Browser 1.31
(for World of Warcraft 2.2.3)
Downloads Today: 99
Downloads Total: 82,429
Favorites: 865
Comments: 33
  • About MobInfo-2 Browser
  •  

If you are like me, then you probably have a fairly large database of Mobs gathered by MobInfo2. Ever wish you could browse that database and see who dropped what and see who's giving you the best loot with the most experience? MobInfo2 Browser will easily let you browse, search and sort that database. Additionally, it will record the zone and location coordinates of where you last made your kill, so now searching for a high value, high experience mob at your level in Tanaris has never been easier. Clicking on an entry (if a location has been gathered) will bring up the map and show you where that baddie was killed.

MobInfo2 Browser is meant to accompany the wonderful addon MobInfo2 by giving you more ways to search, browse and sort through your database. A great big thanks goes out to the wonderful authors that have made MobInfo2 what it is today: Wyv, Telo, Dizzarian and the current master of mobs, Skeeve. Thanks guys.


== How to Use ==
TO OPEN THE BROWSER
USE THE SLASH COMMAND:
/mi2b

BIND A KEY:
Go to "Main Menu" then "Key Bindings" and scroll down until you find the "MobInfo 2 Browser" entry. Bind a key to "Open MobInfo 2 Browser".

CLICK THE MI2 OPTIONS BUTTON:
Found in the lower right of the MI2 options screen(to the right of the "Done" button), you can find the MI2 Browser button which when clicked, will also open the browser.


THIS ADDON REQUIRES MOBINFO-2!

  • Downloads (4)
  •  
Advertisement
  • Screenshots (3)
  •  

You need to login or register to post comments.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
 
  • Aug. 8, 2008, 11:13AM (1 month ago)

    Actually Daghol's solution doesn't really work very well. The idea was good however.
    in my version my changes looks like this.

    In Mobinfo2_Browser\mobinfo2_browser.lua, line 136 replace

       local mobData = MI2_GetMobData( mobName, mobLevel )
    local mobData = MI2_GetMobData( mobName, mobLevel )

    with

       local mobData = MI2_GetMobData( mobName, mobLevel, "target" ) 
    local mobData = MI2_GetMobData( mobName, mobLevel, "target" )

    Also if you get errors when searching for Item Names you need to modify line 496.
    Replace

       local itemText = MI2_GetLootItemString(itemID)
    local itemText = MI2_GetLootItemString(itemID)

    with

       local itemText = MI2_GetLootItem(itemID)
    local itemText = MI2_GetLootItem(itemID)

    In Mobinfo2\mobinfo2.lua, line 224 add the following local variable

      local unitId = "target"
    local unitId = "target"

  • July 23, 2008, 03:53PM (1 month, 2 weeks ago)

    Hi If someone is having problems with displaying the health in the browser (v1.31) here is my solution to this little problem.

    In Mobinfo2_Browser mobinfo2_browser.lua, line 136 replace

       local mobData = MI2_GetMobData( mobName, mobLevel )
    

    with

       local mobData = MI2_GetMobData( mobName, mobLevel, "browser" )
    

    In Mobinfo2 mobinfo2.lua, line 167 replace

       if unitId then
           MI2_GetUnitBasedMobData( mobIndex, mobData, unitId, mobLevel )
       end
    

    With

       if unitId then
           if unitId = "browser" then
               MI2_GetUnitBasedMobData( mobIndex, mobData )
           else
               MI2_GetUnitBasedMobData( mobIndex, mobData, unitId, mobLevel )
           end
       end
    

    I test it with a few mob and works great.

    Hope it help

    Daghol

  • April 20, 2008, 10:11PM (4 months, 2 weeks ago)

    Hi@all.

    Just a small question: do you see any chance of updating (at least the TOC-number) to patch 2.4 ??? It would be nice to see an up-to-date addon ;-)

    @Skeeve: thx for your great addon

  • Feb. 24, 2008, 11:14AM (6 months, 2 weeks ago)

    Is there gonna be an update for 2.3.x ?

  • Nov. 23, 2007, 08:35PM (9 months, 2 weeks ago)

    im not sure if this error has something to do with mobinfo or mobinfo browser but ill just post this under both mods. i get this error every time i mouse over a mob in mobinfo browser, also there are no values for health, exp, dps, and so on. it just says ???? for every one of the 20k mobs in my db. here is the error im getting

    Interface\AddOns\MobInfo2\MobInfo2.lua:
    262: Usage: UnitHealthMax( " unit " )

  • Oct. 20, 2007, 08:11AM (10 months, 3 weeks ago)

    Hi everyone,

    Version 1.31 fixes a bug caused by the newest MobInfo version 3.45. So if you update your MobInfo to 3.45 or better then please also update MobInfo-Browser to 1.31.

    Skeeve

  • Oct. 1, 2007, 05:58PM (11 months, 1 week ago)

    Hi everyone,

    I know this AddOn doesn't get updated that often, but see it as a good sign : it simply works very well :-)

    Nevertheless here is an overdue update for compatibility with the newest WoW patch 2.2 and also due to slight changes that I made to MobInfo. Note that the new version 1.30 will only work with MobInfo 3.40 and better.

    In case you really like MobInfo or MobInfo-Browser:

    • please do not forget to VOTE

    Regards, Skeeve

  • June 3, 2007, 09:12PM (1 year, 3 months ago)

    Hi everyone,

    The new version 1.26 is just a compatibility update so that MobInfo Browser is shown correctly as compatible with WoW 2.1.0. As far as I could see it works just fine with the newest WoW.

    Regards, Skeeve

  • Jan. 28, 2007, 03:07PM (1 year, 7 months ago)

    Hi all,

    The MobInfo2 browser is now fully updated to support both WoW in its newest version (2.03 and above) and the newest version of MobInfo2 (3.15 an better). Enjoy :-)

    Skeeve

  • Jan. 16, 2007, 04:37PM (1 year, 7 months ago)

    I am running FuBar 2.0 with a lot of FuBar addons together with Mobinfo-2 v3.15 and MobInfo-2 Browser v1.24 and definitely NO problems with Fubar (or anything else for that matter)

  • Jan. 1, 2007, 12:57PM (1 year, 8 months ago)

    BOOOO FUBAR YEAH TITAN PANAL titan panal has yet to have any conflicts with ANY addons matter of fact most addons have a titan plug in

  • Dec. 20, 2006, 12:14PM (1 year, 8 months ago)

    kk

    will test

  • Dec. 19, 2006, 05:07PM (1 year, 8 months ago)

    Hi janwing,

    Woha, that must be one of the strangest bug reports so far. How on earth should MobInfo_Browser have such a drastic impact on FuBar ? Maybe a collision between global names ? My problem here is that I do not use FuBar, so it will be quite difficult for me to test this.

    Could you please test to ensure that this problem really is caused by MobInfo_Browser ? To test please deactivate all other AddOns and run only MobInfo_Browserand FuBar and one plugin.

    Skeeve

  • Dec. 19, 2006, 01:47PM (1 year, 8 months ago)

    Serious conflict with Fu-Bar. When MobInfo-2 Browser is enabled Fu-bar looses all plug-ins in the bar.

    Hopefully you can fix this

  • Dec. 18, 2006, 02:39PM (1 year, 8 months ago)

    Hi all,

    Sorry, folks, version 1.23 had two bugs in it that I totally failed to notice. That should teach me to make "quick and simple" changes without testing them.

    The new version 1.24 is thoroughly tested and fixes the two bugs. It is (finally) fully compatible with both WoW 2.0 and TBC.

    Skeeve

  • Dec. 18, 2006, 04:02AM (1 year, 8 months ago)

    v1.23 toc is dated wrong and if you change it to 20000 it loads but you get errors

  • Dec. 17, 2006, 05:56PM (1 year, 8 months ago)

    Wanted to try 1.23 but it said it was incompatible with 2.0

  • March 21, 2006, 07:52AM (2 years, 5 months ago)

    sweet MobInfo-2 Browser and MobInfo-2 replace now completly my old lovely KillLog addon :)

  • April 12, 2006, 06:24AM (2 years, 4 months ago)

    Can this Add-on save positions of NPCs?

  • April 12, 2006, 06:53AM (2 years, 4 months ago)

    I can`t adjust MI2b, because the option button doesn`t exist: http://jokergermany.jo.funpic.de/MI2boptions.jpg

 
  • Similar Addons
  •  
  1. 2,836 X-Perl UnitFrames Unit Frames
  2. 1,529 MobInfo-2 ... Unit Frames
  3. 1,503 Proximo Unit Frames
  4. 1,159 Grid Unit Frames
  5. 802 PitBull Unit Frames
Advertisement