+ Reply to Thread
Results 1 to 6 of 6
  1. #1
    Junior Member Online status: Sternmiere is offline Reputation: Sternmiere the Neutral
    Join Date
    Jun 2011
    Posts
    4

    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?

  2. #2
    Poster of Note Online status: Garan is offline Reputation: Garan has disabled reputation
    Join Date
    Mar 2007
    Posts
    830

    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

  3. #3
    Grand Member Online status: Crell_1 is offline Reputation: Crell_1 the Indomitable Crell_1 the Indomitable Crell_1 the Indomitable Crell_1 the Indomitable Crell_1 the Indomitable Crell_1 the Indomitable Crell_1 the Indomitable Crell_1 the Indomitable Crell_1 the Indomitable Crell_1 the Indomitable Crell_1 the Indomitable
    Join Date
    Jun 2010
    Posts
    5,585

    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?

  4. #4
    Join Date
    Jul 2008
    Posts
    3,192

    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.

  5. #5
    Junior Member Online status: Sternmiere is offline Reputation: Sternmiere the Neutral
    Join Date
    Jun 2011
    Posts
    4

    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...

  6. #6
    Junior Member Online status: 1bdi is offline Reputation: 1bdi the Neutral
    Join Date
    Jun 2011
    Posts
    11

    alternative

    take a look at SKS Manager;

    It's not LUA, but still pretty useful while raiding and free of course!

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts