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

Lua Adventurer Blessing

jel

Member
Joined
Mar 22, 2014
Messages
302
Reaction score
12
hello, I'm taking debug when trying to log in client 10, this only happens in client 10

Lua:
dofile('data/modules/scripts/blessings/blessings.lua')

function onLogin(cid)
    local player = Player(cid)
    return Blessings.doAdventurerBlessing(player)
end

capture-20210306-201047.png
 
you gave us no information on which server you are using so we can't help you


but my bet is that client 10 doesn't support this adventurer blessing thing so just add an if else statement to send adventurer blessing info only if user is not using client 10
 
you gave us no information on which server you are using so we can't help you


but my bet is that client 10 doesn't support this adventurer blessing thing so just add an if else statement to send adventurer blessing info only if user is not using client 10
I'm using otservbr, where is the adventurer blessing function?
 
Back
Top