View Single Post
09/03/23, 11:30 AM   #2
Sharlikran
 
Sharlikran's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 660
https://wiki.esoui.com/How_to_get_your_AddOn_removed
https://www.esoui.com/forums/showthread.php?t=9865

Those explain what mods cannot or should not do and you seem to have read them. The mods you have already listed do not communicate in real time. Meaning as you press the R key at the kiosk or the E key to get more sales data. There is no on screen OCR, there is no QRcode, and anything provided with the download only sends information once you log out or reload the UI.

We encourage people to understand that as far as data sharing is concerned, if you push the boundaries and what you do is different enough that ZOS does not like it then they may remove the API functionality you are using. Which would then break any mod using the same functionality.

Originally Posted by PopeGreogry_IX View Post
The idea would be to have an addon saving a data file and then having an external app reading from that data file.
Disk access is disabled. You can not save to your own personal file you choose nor can you write in the format of your choice. You can only save to the SavedVariables file associated with your mod.

Originally Posted by PopeGreogry_IX View Post
perhaps ZOS are purely trying to prevent external network communication from within the Lua script?
Any Lua able to do this would not work and has probably been disabled.

Last edited by Sharlikran : 09/03/23 at 12:03 PM.
  Reply With Quote