Thread: LuaSQL (or LuaCurl)
-
May 07 2012 10:17 AM #1
LuaSQL (or LuaCurl)
Hi,
is it possible to use LuaSQL (or LuaCurl) with the LotRO-LUA-Engine?
If not, is there an other way to receive/send data from/to an website?
-
May 07 2012 04:42 PM #2
Re: LuaSQL (or LuaCurl)
LotRO's Lua implementation is extremely limited in terms of accessing data. Plugins can only save to and read from .plugindata files and can only do so in real-time when the plugin is being initialized or uninitialized. When the plugin is running there is a callback function for saving/loading data which has a delay of approximately 30 seconds.
Gnashtooth - Rank 10 Warg - My breath's worse than my bite - but what d'ya want? I eat Hobbitsess fer cryin' out loud
Garan - Captain of little note - got parked at a Fell Scrying Pool so long it dried up and blew away
and many, many others...
"No, no, the hamsters are for the forums. The servers run on chinchillas!"-Patience 7/20/2007
-
May 07 2012 04:57 PM #3
Re: LuaSQL (or LuaCurl)
Out of curiosity, what are you looking to do that you'd need realtime web access to a database instead of periodic data downloads?

-
May 07 2012 05:00 PM #4
Re: LuaSQL (or LuaCurl)
If you share what you have in mind, perhaps other authors could suggest solutions using local data or game data.
Founder of the Better Biscuit Bureau, 4 Brookbank Street, Bannockbury, Brandywine.
-
May 07 2012 05:17 PM #5
Re: LuaSQL (or LuaCurl)
In our Guild we are using SKS for loot.
And at the moment, when assigning loot, someone has to be on the desktop inside the sks-admin.
It would be much easier, if i could gain access to the admin via lua.
As a pure lua-script i managed to get everything what i needed using luaSQL... But I don´t know if this is possible in LotRO...
-
Dec 18 2012 09:21 AM #6
alternative
take a look at SKS Manager;
It's not LUA, but still pretty useful while raiding and free of course!






Reply With Quote
