• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Jopirop's Account Manager Problem

popoverde

Intermediate OT User
Joined
Jan 16, 2015
Messages
202
Reaction score
135
Location
[RPG]
Hello im new to Ot stuff, i have jopirops 6.0 server, im trying to make a new account but i cant....

Code:
AccountManager.ManagerName = "1";
AccountManager.ManagerPassword = null;
AccountManager manager = new AccountManager();

AccountManager.ChatDelegate[] chatDelegates = new AccountManager.ChatDelegate[10];

chatDelegates[0] = delegate(string msg) {
    manager.Index++;
    Tracer.Println("msg: " + msg);
};

manager.SetChatDelegates(chatDelegates);

return new AccountManager();





Jopirop's comment on Account manager:

''To create an account, use Account Manager as the login name and leave the password blank.''


Well i log under ''Account Manager'' login and i leave password blank, this is what happens next:

idCJsZdJp



Then i send hi and absolutely nothing happens, any idea?
 
Last edited:
Back
Top