1. #1

    Minimap Updated Addon

    I was wondering if anyone knows of an updated minimap addon?

    I was using Wanderlust, but it's giving me a few errors.

    Then I downloaded BasicMinimap...but when I que for something, it positions the role check thing to the left, and off the edge of my screen. I need it to go to the right.

  2. #2
    I'm using sexymap and seems to be working fine
    --Any fool can criticize, condemn and complain and most fools do- (B. Franklin)--

  3. #3
    Deleted
    whats wrong with the original if I may ask?

  4. #4
    Quote Originally Posted by Thompson View Post
    whats wrong with the original if I may ask?
    Its round, i want square.

    And it's on the right side of the screen. I want it on the left.
    Last edited by Komie; 2011-11-29 at 10:00 PM.

  5. #5
    Deleted
    There is a new Version for BasicMinimap on WowInterfaces

    hth
    Shinna

  6. #6
    Quote Originally Posted by Shinna View Post
    There is a new Version for BasicMinimap on WowInterfaces

    hth
    Shinna
    Yeah I downloaded that new version.

    But it's in left corner of my screen, (where i want it) and whenever i join a dungeon que...i can't see the role checker.

  7. #7
    Paste this in starting at line 294 of BasicMinimap.lua

    Code:
    			LFGSearchStatus:ClearAllPoints()
    			LFGSearchStatus:SetParent(MiniMapLFGFrame)
    			LFGSearchStatus:SetPoint("TOPLEFT", MiniMapLFGFrame, "TOPRIGHT")

  8. #8
    Quote Originally Posted by Pikatrap View Post
    Paste this in starting at line 294 of BasicMinimap.lua

    Code:
    			LFGSearchStatus:ClearAllPoints()
    			LFGSearchStatus:SetParent(MiniMapLFGFrame)
    			LFGSearchStatus:SetPoint("TOPLEFT", MiniMapLFGFrame, "TOPRIGHT")
    Could you be a little more specific? Notepad doesn't show line numbers.

    ---------- Post added 2011-12-01 at 07:49 AM ----------


    NVM. I found it!

    Thank you for posting this information. It helped a lot!
    Last edited by mmocba105e19de; 2011-12-01 at 08:41 AM.

  9. #9
    Use ctrl+f to find

    if not db.lock then Minimap:SetMovable(true) end

    And paste it in after that.

Posting Permissions

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