I edit these ServUo .cs to add the code of system and paste NameChangeGump.cs in Misc folder.

Then servuo console failed (a lot of errors i think that is more fast if someone follow the script steps in a basic ServUo)

I view that ServUo have a name verification system buy i don't know how run it, i wish 1 unique name for each player and if you use one selected/forbidden name appear the gump to change your name for one legal.
 
Try posting the errors, so if no one knows how to fix it from this description, maybe they can help you from the errors its throwing...

It will also help for when people try to Google the error. Google can bring them straight to this error and hopefully this fix.
 
I am sorry but I do not have time to start up a fresh ServUO instance and apply the script to check for errors.

What I suggest you do is not to drag and drop the files that contain changes to distro files. The chances are that the ServUO version of the file contains different code than the RunUO version. Especially CharacterCreation.cs

What you should do is find the changes made in the cs files and apply them to ServUO instead. Looking quickly over the script the author has commented on what changes he has actually made in the script so it should be pretty easy for you. Each change is commented with //Unique Naming System//
 
Agree with dmurphy- that post does state that changes in the scripts are marked-so find those and then apply to your scripts. If you get an error or error's after this, please post the error and the script which is giving the problem :)
 
(Sorry for the delay >.<U)

Yeah i try to follow all steps and i found the error.

Original script uses m.SendGump( new NameChangeGump(m) ); this generates the compiling error.

I change it for m.SendGump(new Gumps.NameChangeGump(m)); and now runs :)
 

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back