Hi all,
Im in the process of moving my bot logics from c# to lua, with a supportive backend in a native dll in order to make som extra lua functions that i need and so on.
I wonder if some friendly soul have addresses for the core lua functions (Not CastBySpellName and such, but the lua_* functions), I have thew ones that is regularely floating around hare , like lua_pushinteger and so on, but does any one have a complete list? I am especially looking for lua_newtable and other table manipulation functions.
I have looked at the lua 5.1 dll in IDA and compared the functions in order to find them in Wow, but even though they are similar, they differ too much for me to do it reasonable fast, so therefore im taking the easy way out asking here...
Has someone used any of the OOP libs for lua out there in order to get it more object orientated? Any pointers to a nice working one is also very appretiated...
Thanks a lot