Autocontrol Not Saving Attachment Sets?

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
フォーラム » Windower » Support » Autocontrol not saving attachment sets?
Autocontrol not saving attachment sets?
 
Offline
Posts:
By 2017-05-11 00:23:06
| Edit  | Link | 引用 | 返事
 
Post deleted by User.
 Asura.Mckellar
Offline
サーバ: Asura
Game: FFXI
user: Mckellar
Posts: 14
By Asura.Mckellar 2017-05-11 00:39:50  
I stopped using Autocontrol a long time ago because it NEVER saved my sets.
 Fenrir.Caiir
VIP
Offline
サーバ: Fenrir
Game: FFXI
user: Minjo
Posts: 199
By Fenrir.Caiir 2017-05-11 00:41:43  
1) Did you type //acon saveset <set name>
2) Are you multiboxing with it loaded on multiple characters
Offline
Posts: 5
By tortoise 2017-05-11 00:42:38  
Yeah, he has. Caiir.
Offline
Posts: 5
By tortoise 2017-05-11 00:50:42  
replacement?
 
Offline
Posts:
By 2017-05-11 01:07:30
 Undelete | Edit  | Link | 引用 | 返事
 
Post deleted by User.
 
Offline
Posts:
By 2017-05-11 03:44:06
 Undelete | Edit  | Link | 引用 | 返事
 
Post deleted by User.
 Shiva.Nitroustaru
Offline
サーバ: Shiva
Game: FFXI
Posts: 29
By Shiva.Nitroustaru 2017-05-11 13:33:47  
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.
 
Offline
Posts:
By 2017-05-11 13:38:45
 Undelete | Edit  | Link | 引用 | 返事
 
Post deleted by User.
necroskull Necro Bump Detected! [235 days between previous and next post]
 Asura.Ragnarky
Offline
サーバ: Asura
Game: FFXI
user: Ragnark
Posts: 19
By Asura.Ragnarky 2018-01-02 00:08:48  
does autocontrol also spam maneuvers based on the set you load?
necroskull Necro Bump Detected! [511 days between previous and next post]
 Phoenix.Mrfluffy
Offline
サーバ: Phoenix
Game: FFXI
user: Mrfluffy
Posts: 2
By Phoenix.Mrfluffy 2019-05-27 22:11:00  
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
 Quetzalcoatl.Xilkk
Offline
サーバ: Quetzalcoatl
Game: FFXI
user: Xilk
Posts: 1403
By Quetzalcoatl.Xilkk 2019-05-27 22:23:39  
wow, I've been using autocontrol for long time. never saw this thread or this problem.

I never tried using <> in set name.