Results: 3Comments by: mjbc
File: Light Attack Helper06/04/21
Re: AddOn Fix
Posted By: mjbc
Hey guys, I had never seen LUA code, but I'm so dependent on this addon that I decided to give it a look and try to understand what was going on. My solution is not the most elegant one programming wise but it works and from my tests it doesn't break anything. I'm sure someone more experienced with LUA code and that understands ho...
File: LibMultiAccountSets03/22/21
Yea, a separate addon would be more...
Posted By: mjbc
Yea, a separate addon would be more resilient than modifying LMAS's directly. To that end, I added GetRawData and SetRawData to LMAS-2.0.2. GetRawData takes account and a set ID as parameters and returns the raw data for that set (the full 36-bit bitfield, as a Lua number, not ZOS's id64). If it fails for any reason, it will retur...
File: LibMultiAccountSets03/22/21
Hey there, Are there any plans...
Posted By: mjbc
Hey there, Are there any plans to create public methods for changing the saved data? Back in 1.7.0 I made a fork of your code, for my personal use, so I can sync data with my girlfriend, I save the sets and items changed since last sync and send it through multiple whispers, usually 3 or 4, nothing that will kick me from the g...