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

Search results

  1. M

    Can you move a spell's combat area after creating it with an array?

    Say I create a spell's combat area in its own lua file, like this: local circle = { {0, 0, 1, 0, 1, 0, 0}, {0, 1, 1, 1, 1, 1, 0}, {1, 1, 1, 1, 1, 1, 1}, {0, 1, 1, 1, 3, 1, 0}, {1, 1, 1, 1, 1, 1, 1}, {0, 1, 1, 1, 1, 1, 0}, {0, 0, 1, 0, 1, 0, 0} } local combat =...
  2. M

    OTClient Stuck on "Please wait : Connecting to login server" (ERROR: got a network message with invalid checksum)

    I'm using Edubart's OTClient with the same versions you were trying with, OTC 0.6.6 and client version/protocol 10.98, and I just managed to log into my character and load into the world by using TFS 1.4.0. The other clients that got mentioned might still be better options to work off, but I...
  3. M

    CEMAKE COMPILE OTCLIENT

    Thank you for your response. I was using Edubart's OTClient. I cloned the repo when following the compilation instructions here, and I just checked that I am indeed on the same build as you linked. I did not have the same issue as the OP when trying to get it to work for Visual Studio, but I...
  4. M

    CEMAKE COMPILE OTCLIENT

    Hello, I have your exact same problem. Did you ever figure it out?
Back
Top