In database pass must be hashed (depends on ur hash key which is usually 2011)
So open a hasher (many webs) and type 2011thenurpass and copy to pass place at sql
Command line interface working command 08/05/2012 - DarkOrbit - 27 Replies I found only one working command:
Enter "J" when you are in teleport
Anyone know other commands?
[HELP]VIP Command Fix 04/07/2011 - CO2 Private Server - 7 Replies Could anyone help me fix this command for Hellmouth Source
The red words are errors.
case "/vip":
{
Game.Character C = Game.World.CharacterFromName(Cmd);
if (C != null)
C.VipLevel = byte.Parse(Cmd);
GC.AddSend(Packets.ChatMessage(0, "SYSTEM", GC.MyChar.Name, "Congratulations! " + C.Name + "Is VIP Level " + C.VipLevel + "!", 2001,...