1. #1
    Merely a Setback Trassk's Avatar
    10+ Year Old Account
    Join Date
    Sep 2011
    Location
    Having a beer with dad'hardt
    Posts
    26,315

    Mogit: Not working for monks?

    Dunno if this is the right area to ask this, but if not would a mod move it to the right section thanks.

    Is anyone else having an issue with mogit on monks, not displaying any gear for any section? I tried it on all my other characters and it works fine, monks seem to be the one it ignores.
    #boycottchina

  2. #2
    I've been having the same issue with mogit, doesn't matter what choose it just won't load anything but it works fine on all my other characters.

  3. #3
    Still having this problem. if anyone has happened upon a fix for it that would be awesome!!!

  4. #4
    I have also been having problems on my monk. While searching for something unrelated on the WoW forums, I saw someone post this fix. I haven't tried it myself yet:

    "
    found a way to fix this in the lua. Go to "Your WOW folder"\Interface\Addons\MogIt\Locale\Lists.lua

    at line 77 a table is declared:

    L.classBits = {
    DEATHKNIGHT = 32,
    DRUID = 1024,
    HUNTER = 4,
    MAGE = 128,
    PALADIN = 2,
    PRIEST = 16,
    ROGUE = 8,
    SHAMAN = 64,
    WARLOCK = 256,
    WARRIOR = 1,
    };
    overwrite it with:

    L.classBits = {
    DEATHKNIGHT = 32,
    DRUID = 1024,
    HUNTER = 4,
    MAGE = 128,
    MONK = 128,
    PALADIN = 2,
    PRIEST = 16,
    ROGUE = 8,
    SHAMAN = 64,
    WARLOCK = 256,
    WARRIOR = 1,
    };
    Now the Monk is in the list and no lua errors will occure, BUT i don't know which number should be shown, so I used the number of the MAGE. I haven't encountered any errors/bugs so far with it.

    "

    Hope it works!

  5. #5
    If I had to guess based on the numbering structure there monk would be 512, but I could be mistaken. No clue why druid would be a higher number than monk.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •