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

    Need help with script.

    Hi I got problem with script: I want to use function OnStepIn to gain skill tries and exp while reducing health. my movement.xml for used script: <movement type="StepIn" actionid="9801" event="script" value="gravity_machine.lua"/> gravity_machine.lua : function onStepIn(cid, item, pos)...
  2. S

    > ERROR: Unable to load items (OTB)!

    Hi again, I got another problem as my title says. I already changed in items.cpp this: /* if(Items::dwMajorVersion == 0xFFFFFFFF) std::cout << "[Warning - Items::loadFromOtb] items.otb using generic client version." << std::endl; else if(Items::dwMajorVersion < 3) {...
  3. S

    Error during engine compilation

    Hi guys I have problem, I named by database "lokal" which works fine cause it uploaded without problems and I see account I created for my localhost ots etc. But i get this message: DBRebirth, version 1.0 (Swiruseq) Compiled with GNU C++ version 3.4.5 (mingw special) at Dec 24 2018, 23:14:04. A...
Back
Top