• 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 Problem with OTCLIENT Spr and Dat

FilipeJF

New Member
Joined
Jan 9, 2012
Messages
124
Reaction score
4
Translation: "It wasnt possible to load the file DAT/SPR, please add a valid archive in /things1074/Tibia"



GMU7aEx.png


Do you guys know why is that? My OTclient is configured to use 8.60 version only, heres the script:

Lua:
Module
  name: te,eros_login
  description: TemerisSoft Gameserver Login
  author: MajorZero
  website:
  version: 0.1

  autoload: true
  autoload-priority: 1000

  dependencies:
    -client_entergame

  @onLoad: |
    EnterGame.setUniqueServer("temeris.zapto.org", 7171, 7172, 860)

A lot of people, when trying to log-in into my server, receives the error. But not me or my brothers.
 
Last edited:
Back
Top