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

Bug Promotion

krz2ysio

New Member
Joined
Jan 2, 2009
Messages
2
Reaction score
0
I buy promotion but when I relog it disapear for example I was elite knight after relog im knight.
 
Or maybe... your script that promote the players have the following errors:

If your script are using the function "setPlayerVocation(cid, getPlayerVocation(cid)+4)" then change it to this:

Code:
setPlayerPromotionLevel(cid, 1)
 
Back
Top