I'm trying to upload a plugin into MUSHclient, and i'm getting this message:
"The DLL 'lua50.dll' was not found.
Please ensure it is in your path, or disable Lua scripting."
Help?
That DLL ships as part of the standard install for MUSHclient. I don't understand how that is not there for you (it should be in the same directory as mushclient.exe), unless you:
- Didn't install it with the installer (eg. just copied mushclient.exe from somewhere)
- Chose not to install scripting
- Renamed or deleted lua50.dll
- Moved mushclient.exe to somewhere else and ran it from there
Thank you very much Nick, that solved it!