• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Macro A.I.

 
Project Updated:
Files Updated: Sun, Jan 4 2009
Supports Game Version: 3.0.3
Category: Development Tools
Tags:

[Edit Tags]

Project Manager: Kord
Additional Authors: No additional authors
Current Version: Macro A.I.
License: Public Domain
Development Site: CurseForge
Avg Daily DL (last 30 days): 0
Downloads Total: 549
Favorites: 0
Comments: 1
  • About Macro A.I.
  •  

Macro A.I.

The Addon Investigator

Description

Macro AI displays a list of all addons, while having minimal impact on resources. The output clearly shows the current status of each addon, and both the name and numerical index are valid references for controlling the addon, eg:

/script DisableAddOn(1); ReloadUI();
/script EnableAddOn(2); DisableAddOn(5); EnableAddOn("SwissArmyKnife"); ReloadUI();
/script LoadAddOn(4); ( Only usable with "On-Demand" addons )

NOTE: The "Title" of an addon is often different to the "Name". You cannot reference an addon by the title.

The macro is completely self-contained, so it can be useful for debugging addons. For example, it can be used to confirm no addons are loaded. I'm not sure how scoping works for macros, and all "local" designations have been sacrificed for the sake of extra functionality... even so, the variables will only ever contain data for a single addon, anway.

Source Code

Instead of downloading the macro file, you can just copy the macro code from here...

/script q=function(x)DEFAULT_CHAT_FRAME:AddMessage(x) end;p,w,z=" \124cff8f","aaff",GetNumAddOns();for i=1,z do s=p.."70f0No";n,t,o,e,l,r=GetAddOnInfo(i);if e then s=p.."ff00Y" end;if r then s=s..p.."ffff"..r end;q(i..p..w..t.." \124r("..n..") En:"..s)end
  • Downloads (1)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Macro A.I. Release 3.0.3 547 1/4/2009
  • 1 page(s)
  • Comments

Add Comment  

Add

You need to login or register to post.

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.
  • angelrock said

    LoadIT (continued) is my choice addon for loading or unloading addons in game.
    A very simple but stable addon that had stood the test of time.

    Reply Report Permalink
  • 1 page(s)
  • Addon Packs Containing Macro A.I.

Most Downloads / Day

Macro A.I. has not been added to any Addon Packs yet.

  • Similar Addons
  •  

Average downloads per day

  1. 437 Addon Control Panel Libraries, Development Tools...
  2. 345 !BugGrabber Development Tools
  3. 136 BugSack Development Tools
  4. 28 LibOOP Libraries, and Development...
  5. 22 MpqViewer Data Export, and Development...