Thread Tools Display Modes
02/15/17, 01:42 PM   #1
DeanGrey
 
DeanGrey's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 22
Anyone willing to continue "Joviex's Addon Settings Transfer"

The latest update introduced the id's instead of just using @names. This made the addon wonky in that you can't who your transferring to or from.

I did get some help on the forum and tried to fix it myself but failed. I only ever tinkered lightly with making addons and it was a basic intro over a year ago.

If anyone could update this, it would be greatly appreciated. Crabby654, the most recent person to update it, has spoken to me and given the go ahead to ask the community for help since he will also be unable to update it.
  Reply With Quote
02/15/17, 08:16 PM   #2
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
I'm too lazy to take it over, but tell me if changing

Code:
if name ~= "_" then
to

Code:
if name ~= "_" and tonumber(name) == nil then
satisfies the maintenance requirements.
  Reply With Quote
02/16/17, 12:41 AM   #3
DeanGrey
 
DeanGrey's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 22
That was far less complicated than I had given... thanks! I'll pass it on so he can update it.
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » Anyone willing to continue "Joviex's Addon Settings Transfer"

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