Editing Data Collection
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 186: | Line 186: | ||
The scripts are written in Lua, so you'll need a Lua interpreter to run them. You can download a [http://luabinaries.sourceforge.net/download.html lua interpreter from sourceforge]. | The scripts are written in Lua, so you'll need a Lua interpreter to run them. You can download a [http://luabinaries.sourceforge.net/download.html lua interpreter from sourceforge]. | ||
The [https://drive.google.com/ | The [https://drive.google.com/open?id=0B9w2lZ-BZM3lMmxHMW9EQmsyMGs scripts are available on Torven's Google Drive]. | ||
To use them, put them into the same folder you extracted the Lua interpreter, open a command prompt, and execute the Lua binary with the script name as the only paramter. i.e. 'lua53 attackspeed.lua'. You will however need to edit the scripts before using them; they have variables that need to be set such as the log file name(s) and directory they are located in, and likely other variables that need to be set. | To use them, put them into the same folder you extracted the Lua interpreter, open a command prompt, and execute the Lua binary with the script name as the only paramter. i.e. 'lua53 attackspeed.lua'. You will however need to edit the scripts before using them; they have variables that need to be set such as the log file name(s) and directory they are located in, and likely other variables that need to be set. |