liinx 0 Report post Posted January 24, 2017 Looking for help from devs. I want to update a mod and need to know what version of lua we are using. also is there a resource online for programming for our version of the client/server? -Liinx 0 Share this post Link to post Share on other sites
Ike 20 Report post Posted January 24, 2017 The Vanilla client uses a subset of Lua 5.0. All available functions from the Lua API are listed here: http://wow.gamepedia.com/index.php?title=Lua_functions&oldid=265219 Wow's API: http://wow.gamepedia.com/index.php?title=World_of_Warcraft_API&oldid=303849 Widget API: http://wow.gamepedia.com/index.php?title=Widget_API&oldid=278403 When you open a link make sure to go back to August - October of 2006. Don't go too much beyond that as it may contain TBC stuff (Lua 5.1 and all kinds of other changes). 0 Share this post Link to post Share on other sites