Thread Tools Display Modes
10/21/16, 02:33 AM   #1
baybecakes
 
baybecakes's Avatar
Join Date: Jun 2014
Posts: 7
add on updating

These add ons need updating sometimes how does on do that?
  Reply With Quote
10/21/16, 07:57 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,971
Contact the addon developer by help of a private message and tell him/her what you need to have updated.
Maybe he/she wil limplement it.

If only the API version needs an update because it shows "out of date" ingame, simply edit the addon's manifest txt file and change the line here to the most current api version
Code:
## APIVersion: 100017
Save the file and reload the game.

You can get the most current api version by typing this into your game's chat box:
Code:
/script GetAPIVersion()
If the addon is not working afterwards you need to learn lua and fix it yourself or let the addon developer do this on his own. Assist him/her by providing information via PM or comment to test and find the errors.
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » add on updating


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