Thread Tools Display Modes
07-16-13, 04:23 PM   #1
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 758
Hide Minimap QuestBlobRing

I found this usefull macro and wonder how to make an Addon of this so that I don't have to use it on every char and can share it with my interface. The round QuestBlobRing is not fitting into my square minimap well :/
Code:
/run Minimap:SetArchBlobRingScalar( 0 ); Minimap:SetQuestBlobRingScalar( 0 );
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
  Reply With Quote
07-16-13, 05:00 PM   #2
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
Well, you could just paste that macro into an existing addon's lua file minus the "/run".

If you want to know the bare minimum you need to create an addon out of it you can take a look at one of my addons or there are probably instructions around here somewhere, I know there was also a website that would generate the code for you and zip it but I don't remember what it was.

Last edited by semlar : 07-16-13 at 05:05 PM.
  Reply With Quote
07-17-13, 12:02 AM   #3
Vlad
A Molten Giant
 
Vlad's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 793
Remove the "/run" part and paste the rest at http://addon.bool.no/ to make an addon out of it.
__________________
Profile: Curse | Wowhead
  Reply With Quote
07-17-13, 05:27 AM   #4
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 758
Originally Posted by Vlad View Post
Remove the "/run" part and paste the rest at http://addon.bool.no/ to make an addon out of it.
OK I feel silly now. Shoud have tryed this out before posing
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Hide Minimap QuestBlobRing


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