|
Post by tyreafus on Jun 12, 2006 16:06:16 GMT -5
Seeing as there haven't been any new threads on this site is about 2 months, is it safe to assume Lunar is dead and in the ground? I really enjoyed this plugin and i'd hate to see it go...
|
|
|
Post by LordKaT on Jun 12, 2006 17:48:09 GMT -5
If you really REALLY have to have LUA scripting in ffxi, I've thrown together a small LUA addon here. It doesn't have NEAR the functionality as Lunar did. In fact, it only has two built in functions right now: ffxiSendKeys and ffxiSleep. I'm sure you can guess what they do (just check out the test.lua script) To use it, fire up ffxiLUA.exe (AFTER ffxi is loaded!) and in the console that pops up type in: load test.lua That'll load the script. There's no way to unload scripts at the moment (though you can load multiple scripts). Using LUA's built in "print" function, you can print to the console. I just put it together to play around with the WindowerHelper API this morning. Interesting stuff, I might try and put together a tie-in to the console system, thgat would be cool Feel free to play with it. I doubt anything useful will come of it, since I don't have access to memory offsets (nor do I have the time to manually search for them - icky). Maybe you can build an auto-voke bot or auto-skillup bot, but most, if not all, of the scripts you see here will not work with this.
|
|