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

Solved Promotion bug.

wikutag

SoulBound 8.6 100% custom
Joined
Dec 27, 2012
Messages
305
Reaction score
0
Location
United states Kentucky
I have a issue with promotion.
Ive tryed the !buypromotion command, regular promotion from npc, and a Promotion scroll, They all worked but when i logged off and back on i was NOT promoted anymore. I use sqlite. What could be the problem?
 
i hate the same problem as i think the problem is
if you have this code
LUA:
doPlayerSetVocation(cid, voc)
then change it To
LUA:
setPlayerPromotionLevel
and add this under it
LUA:
doPlayerSave(cid)
 
Back
Top