Hi
I have a question about skills... Currently nobody dont use some skills like forensi eval, taste ident... maybe it's some simply way to port on these scripts place some lokai skills like riding and other?
 
If you have Visual Studio, you could try deleting or renaming the ForensicEvaluation script in the Skills folder, and see how many places make reference to it by how many errors show up when you start the server. Then go through each one in Visual Studio, and see if you can remove those scripts or change what they reference. At that point, you can go into Skills.cs in the core, and rename the Forensics skill to your new skill, like Riding or whatever you want to use. There may be 3 or 4 other scripts that reference it in the core. After you have done that, you recompile the core, and then start the server again, to see if any new references come up to change. Then its just a matter of writing your new script, and adding whatever files are needed to make it work.

I hope that was clear. I may have had too much coffee today... :)
 
Back