Thread Tools Display Modes
12-12-06, 10:09 AM   #1
santanah
A Defias Bandit
Join Date: Dec 2006
Posts: 2
alternative for Loadit?

hi.
im lookin for an alternate addon with the features of Loadit ( http://ui.worldofwar.net/ui.php?id=2198 )

loadit is able to enable/disable addons ingame and load it only with reloadin the ui !
another feature is that u can make profiles like addons for BG, Raiding, soloing, questing , farming or whatever !

unfortunatly the addon uses alot of memory and isnt ace2 lightweight^^
an Fubar integration would be nice too ..

is there a alternate addon ?
thkx for you help & answer
sry for my bad english ^^


cya santanaH
  Reply With Quote
12-12-06, 10:21 AM   #2
Zyonin
Coffee powered Kaldorei
 
Zyonin's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 1,443
I use MCP. you can find it over at http://www.wowace.com/files
  Reply With Quote
01-03-07, 02:08 PM   #3
Tsurani
A Black Drake
 
Tsurani's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 81
Originally Posted by Xinh
I use MCP. you can find it over at http://www.wowace.com/files
tag for later
  Reply With Quote
01-03-07, 04:00 PM   #4
mcmilk
A Fallenroot Satyr
Join Date: Oct 2006
Posts: 23
Originally Posted by Tsurani
tag for later
You can do it with a macro if you want ......

/script for i=1,GetNumAddOns() do a=GetAddOnInfo(i) if IsAddOnLoaded(i) then DEFAULT_CHAT_FRAME:AddMessage(i..") "..a,0.0,1.0,0.0) else DEFAULT_CHAT_FRAME:AddMessage(i.." )"..a,1.0,0.0,0.0) end end

This lets you see the addons you have loaded then just use.......

/script for i=3,3 do if IsAddOnLoaded(i) then DisableAddOn(i) else EnableAddOn(i) end; end ReloadUI();

where 3,3 is addon #3 (just adjust that number to disable whatever one you want)
  Reply With Quote
01-03-07, 05:28 PM   #5
Tsurani
A Black Drake
 
Tsurani's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 81
Originally Posted by mcmilk
You can do it with a macro if you want ......

/script for i=1,GetNumAddOns() do a=GetAddOnInfo(i) if IsAddOnLoaded(i) then DEFAULT_CHAT_FRAME:AddMessage(i..") "..a,0.0,1.0,0.0) else DEFAULT_CHAT_FRAME:AddMessage(i.." )"..a,1.0,0.0,0.0) end end

This lets you see the addons you have loaded then just use.......

/script for i=3,3 do if IsAddOnLoaded(i) then DisableAddOn(i) else EnableAddOn(i) end; end ReloadUI();

where 3,3 is addon #3 (just adjust that number to disable whatever one you want)

OUCH!! brain hrts now thanks
/aspirin 800mg
  Reply With Quote
01-03-07, 06:34 PM   #6
mcmilk
A Fallenroot Satyr
Join Date: Oct 2006
Posts: 23
Originally Posted by Tsurani
OUCH!! brain hrts now thanks
/aspirin 800mg

I'll make it simple..... copy and paste the first one...... on press of macro it will show all you addons (numbered).

Copy and paste the second into a NEW macro (so 2 total). to turn off any addon just change the first set of 2 Numbers (3,3 in the example) to the adddon you want to turn off/on. Press the macro and you are done
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » alternative for Loadit?

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