Autocontrol Not Saving Attachment Sets? |
||
Autocontrol not saving attachment sets?
Been having this problem since I got back 2 weeks ago and even before yesterdays patch I cant seem to save my attachments anymore... Followed the save saveset procedure I always did and for some reason every time I log back in my setlist is empty... I also noticed windower crashes every time I shutdown/logout so that may attribute to this? Kind of at a loss at the moment... When looking into the file where my attachments saved I see all the saved sets so ive tried to re install the addon and windower several times to no success. Using windows 7 64 bit with the neweset windower 4 install if that helps.
I stopped using Autocontrol a long time ago because it NEVER saved my sets.
1) Did you type //acon saveset <set name>
2) Are you multiboxing with it loaded on multiple characters Yeah, he has. Caiir.
replacement?
That may be the issue, I've been using //autocontrol saveset XXX instead of /acon. Never recalled using that command but when i put that exact phrase in it did in fact save, ill see if it works.
So I tried it and it still isnt saving :x.
I'm sorry to say but i stopped playing a long time ago. This is my addon, but i have no way to test anything i would change even if i were to try to fix it. I looked at the code for saving sets and it's nearly identical to the addon "Azuresets" which i also wrote. If one is working and the other is not i have no clue what may be the issue.
If however azuresets still works, i would suggest trying to make the save_set function in autocontrol look more like the one in azuresets, something like the following: Code function save_set(setname) if setname == 'default' then error('Please choose a name other than default.') return end local curSet = T(get_current_autoset()) settings.autosets[setname] = curSet settings:save('all') notice('Set '..setname..' saved.') end I'm sorry i really can't do more. As i said i have no way to test changes. Please, try this, if it doesn't work i have no clue what else to try. If, however, this does work, please find some way to let me know, or the better option, make a post on the github about it: https://github.com/Windower/Lua/issues This is the best way to make sure addon issues get addressed as it is something people are more likely to check than forums or private messages. Shiva.Nitroustaru said: » I'm sorry to say but i stopped playing a long time ago. This is my addon, but i have no way to test anything i would change even if i were to try to fix it. I looked at the code for saving sets and it's nearly identical to the addon "Azuresets" which i also wrote. If one is working and the other is not i have no clue what may be the issue. If however azuresets still works, i would suggest trying to make the save_set function in autocontrol look more like the one in azuresets, something like the following: Code function save_set(setname) if setname == 'default' then error('Please choose a name other than default.') return end local curSet = T(get_current_autoset()) settings.autosets[setname] = curSet settings:save('all') notice('Set '..setname..' saved.') end I'm sorry i really can't do more. As i said i have no way to test changes. Please, try this, if it doesn't work i have no clue what else to try. If, however, this does work, please find some way to let me know, or the better option, make a post on the github about it: https://github.com/Windower/Lua/issues This is the best way to make sure addon issues get addressed as it is something people are more likely to check than forums or private messages. ![]() does autocontrol also spam maneuvers based on the set you load?
![]() Not sure if anyone solved this yet, but i have in case anyone didn't....
When you type the command to save your set: //acon saveset <setname> LEAVE OFF THE <> AND JUST TYPE THE NAME OF THE SET: //acon saveset setname |
||
All FFXI content and images © 2002-2021 SQUARE ENIX CO., LTD. FINAL
FANTASY is a registered trademark of Square Enix Co., Ltd.
|