It looks like it's overriding the wrong thing.

Try:

Code:
public override void OnRegister()
{
            ForceExpel();
        }

No need for a base.OnRegister because it's empty anyway.
 
Thanks! I actually found a battle chess that was drag and drop for ServUO pub57. Here it is.
Post automatically merged:

Where at in the script can I change the colors of the chess pieces?for some reason it is blue and red but says black and white.:)
 

Attachments

  • Battle Chess.zip
    41.3 KB · Views: 6
Last edited:
Back