• 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!

Elite,royal,elder,master

cooper64

New Member
Joined
Feb 5, 2010
Messages
52
Reaction score
0
I have changed the vocation id on my samples so new players are elite knights,royal pall, ect. How can I change all the old players to elite , royal ect.? Is there a quary I can execute to do this in phpmyadmin? Thanks again ot land always rox. ++

P.S. I tried to change a few of the old players vocation id but it did not work, as soon as they logged in they where just knight, paladin ect..
 
Execute this query while server is off:
Code:
UPDATE `players` SET `promotion` = 1;

@UP:
Damn, u were faster :p
 
Execute this query while server is off:
Code:
UPDATE `players` SET `promotion` = 1;

@UP:
Damn, u were faster :p
Will this work for new players that join, or will I have to execute this quarry again? For some reason changing the samples vocation id did not work, perhaps it was because the server was still online.
 
Ok since I executed this quarry I now get a new error in the gui console.
Warning - Protocol::RSA_decrypt] Not valid packet size

any help?
 
This is the log

[26/03/2010 15:08:14] > Global address: sinister.no-ip.info
[26/03/2010 15:08:15] > Local ports: 7171 7172
[26/03/2010 15:08:15] >> All modules were loaded, server is starting up...
[26/03/2010 15:08:15] >> Sinister server Online!

[26/03/2010 15:08:19] [Warning - Protocol::RSA_decrypt] Not valid packet size
[26/03/2010 15:08:34] [Warning - Protocol::RSA_decrypt] Not valid packet size
[26/03/2010 15:08:50] [Warning - Protocol::RSA_decrypt] Not valid packet size
[26/03/2010 15:09:05] [Warning - Protocol::RSA_decrypt] Not valid packet size

some hour later I got a single error..
[26/03/2010 17:33:13] [Failure - Protocol::XTEA_decrypt] Not valid unencrypted message size (IP: 71.192.111.196)
 
Last edited:
Back
Top