• 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 Bypass Tibia 11 Tutorial

Chestnutz

Senior Member
Joined
May 19, 2010
Messages
344
Reaction score
20
Hey all,
Making a custom client for my ot but after you finish the tutorial it says can not connect with game compendium and kicks you out. is there a fix for it? or a way to bypass the tutorial all together?

TIA REP++
 
change

"tutorial" => (($dbRet["lastlogin"]>0) ? false:true)
to:

"tutorial" => (($dbRet["lastlogin"]>0) ? true:false)
 
Back
Top