Thread Tools Display Modes
09-16-19, 05:37 AM   #1
iambRad
A Defias Bandit
Join Date: Sep 2019
Posts: 2
Move all Minimap icons (mail, find herbs, etc)

Hi all,

For Classic:

I'm looking for a basic addon that will allow me to move the non-addon icons on the minimap such as the mail and find herbs icons.

Bonus if they can be moved anywhere (as my mini map is square) and if they can be scaled at all.

Thanks!

Last edited by iambRad : 09-16-19 at 05:43 AM.
  Reply With Quote
12-21-19, 09:38 AM   #2
sh4dowburn
A Murloc Raider
 
sh4dowburn's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2019
Posts: 8
Lua Code:
  1. MiniMapMailFrame:ClearAllPoints()
  2.   MiniMapMailFrame:SetPoint("TOPLEFT", Minimap,"TOPLEFT", -29, -18)
  3.   MiniMapMailFrame:SetScale(1.35)
  4.   MiniMapMailFrame.SetPoint = function() end

"MiniMapMailFrame" could be any icon around minimap,
u can use /fstack CMD in game to get all frame's name.

It works for me in classic.
  Reply With Quote
12-21-19, 11:08 AM   #3
jeffy162
A Pyroguard Emberseer
 
jeffy162's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 2,364
You could also try the addon "Minimap Button Frame". Although it isn't, specifically, set up for classic, I understand it does work (you'll just have to make sure to check the load out of date addons box).
__________________
Ahhhh, the vagueries of the aging mind. Wait.... What was I saying?


Carbonite <----- GitHub main module (Maps ONLY) download link. The other modules are also available on GitHub.
Carbonite-CLASSIC<----- GitHub link to Carbonite Classic. Thanks to ircdirk for this!
  Reply With Quote

WoWInterface » Classic - AddOns, Compliations, Macros » Classic - AddOn Search/Requests » Move all Minimap icons (mail, find herbs, etc)

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off