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

Recent content by Soppen

  1. S

    Spell A pair of spells

    Two spells, for your enjoyment :) For both of the spells you'll need these two functions: function distanceTo(fromPos, toPos) dx = toPos.x - fromPos.x dy = toPos.y - fromPos.y dz = toPos.z - fromPos.z return math.sqrt(dx*dx + dy*dy + dz*dz) end function...
  2. S

    Executing Server

    Btw, the error I get when I run TFS_Console and/or TFS_GUI is: The program cannot start because zlib1.dll doesnt exist. Or something like that.
  3. S

    Executing Server

    I downloaded it from Speedyshare; http://www.speedy*****malware.localhost/836472635.html
  4. S

    Executing Server

    Hey, I just downloaded TheForgottenServer, and Ive established a database and all that. But I dont understand how to start up the server. What I know is that there should be some .exe file, but cant find it.. Need some help please :) And if it is the Console, and the GUI programs, I get an...
Back
Top