RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Creating a script that requires a dll file

Bittiez

Sorceror
Where do I put this dll file? It works fine when adding as a reference in visual c#, but where should I put this file in the runuo folder? Or do I have to recompile the server.exe with the dll as a reference?
 

Pure Insanity

Sorceror
Place it in your root path, then add a reference to it in Assemblies.cfg if you wish to use it distro side. If you're going to use it in the core, you'll need to add it as a reference to the core and recompile.
 
Top