ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   Lua/XML Help (https://www.esoui.com/forums/forumdisplay.php?f=175)
-   -   HTTP Post Inside ESO Addon (https://www.esoui.com/forums/showthread.php?t=2220)

Danpeel 09/10/14 12:52 PM

HTTP Post Inside ESO Addon
 
Is it possible to make a request to a webservice on a domain I host that would pass over some in game information stats?

Wykkyd 09/10/14 12:57 PM

Lua functions that interact with anything external to ESO's API are all disabled by the ESO Lua implementation.

Danpeel 09/10/14 01:09 PM

I figured as much for security reasons. Wish there was a way to post live leaderboard stats to a website though.

Thank you for your time.

darkretailer 09/10/14 03:07 PM

Quote:

Originally Posted by Danpeel (Post 12051)
I figured as much for security reasons. Wish there was a way to post live leaderboard stats to a website though.

Thank you for your time.

Only way is
to write the stats in the SavedVars and create an extern programm which reads the SavedVars File.
That tool could be able to do that...

sirinsidiator 09/10/14 03:08 PM

Would not help unless you could somehow bring eso to flush the saved vars to disk every so often.

Fyrakin 09/11/14 03:16 PM

Or you can do something like is discussed here - http://www.esoui.com/forums/showthread.php?t=2223

Shinni 09/11/14 03:29 PM

Quote:

Originally Posted by sirinsidiator (Post 12053)
Would not help unless you could somehow bring eso to flush the saved vars to disk every so often.

reloading the ui will flush the data. I think Reload("ingame") was the lua command for reloading.


All times are GMT -6. The time now is 06:22 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI