• 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. CforMe

    Lua creaturescript debug

    I have made about 100 scripts like this and for some reason cannot figure out why this script is debugging my server. Here is the code can someone help me please? local monster_name = "monstrosity" local pos = {x = 2000, y = 2000, z = 7} function onKill(cid, target) if...
  2. CforMe

    Compiling TFS 1.1

    I get one error that causes a few other things to have problems... The error: Error: Unable to open file lua.hpp
Back
Top