This site makes extensive use of JavaScript.
Please
enable JavaScript
in your browser.
Classic Theme
Thottbot Theme
Macro to turn off addons...
Post Reply
Return to board index
Post by
662416
This post was from a user who has deleted their account.
Post by
asakawa
how about addons to turn off addons?
linky
Post by
662416
This post was from a user who has deleted their account.
Post by
Sentrios
You can use:
/run DisableAddOn("Addonname"); ReloadUI();
In the simplest form.
Haven't tested this one but it should work for several addons:
/run local a,i={"Addon1","Addon2","Addon3"} for i=1,#a do DisableAddOn(a) end ReloadUI()
Replace DisableAddOn with EnableAddOn to enable them.
Post Reply
You are not logged in. Please
log in
to post a reply or
register
if you don't already have an account.