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

[Support] Tibia.dat and .spr missing :S!

Blasphemy

Well-Known Member
Joined
Jan 5, 2012
Messages
387
Reaction score
67

Attachments

Hi everyone!

After following this guide: OTCv8/otclientv8 (https://github.com/OTCv8/otclientv8/blob/master/tutorials/Updater_encryption_compression.md)
(I ignored the Updater feature, encrypted, and used the "ip : port : version" way to connect... Before encryption I can join without troubles... but after encrypt, I got this error:


Anyone can help me :C?
Comment updater out in init.lua.
So it looks something like this
Lua:
Services = {
  website = "",
  --updater = "",
  stats = "",
  crash = "",
  feedback = "",
  status = ""
}
also, you might have to clean your %appdata%/OTClientV8/yourappname
 
Comment updater out in init.lua.
So it looks something like this
Lua:
Services = {
  website = "",
  --updater = "",
  stats = "",
  crash = "",
  feedback = "",
  status = ""
}
also, you might have to clean your %appdata%/OTClientV8/yourappname
yeah i have quotted all those services, the only one working is website 👌🏼...
I'll try cleaning folder thanks a lot
 
Comment updater out in init.lua.
So it looks something like this
Lua:
Services = {
  website = "",
  --updater = "",
  stats = "",
  crash = "",
  feedback = "",
  status = ""
}
also, you might have to clean your %appdata%/OTClientV8/yourappname
still not working :(
 
Back
Top