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

    Make ultimate explosion rune 5 sec exhaust at pz

    Is it possible to make ultimate explosion rune 5 seconds of exhaust at pz mode? Im having thunderstorm rune hitting 50% lesser when at pz. And this is the script for it: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_ENERGYDAMAGE) setCombatParam(combat...
  2. K

    [How-To] Solve a few compiling errors I came across

    Hey, what about this issue: [18:28:36.928] >> Loading items (OTB) [18:28:37.389] >> Loading items (XML) [18:28:37.578] >> Loading groups [18:28:37.600] >> Loading vocations [18:28:37.601] >> Loading outfits [18:28:37.604] >> Loading chat channels [18:28:37.605] >> Loading script systems...
  3. K

    Program received signal SIGSEGV, Segmentation fault.

    Compiling with Luajit went well, but there's a problem starting the server with the new compiled version with Luajit. After loading scriptsystem.. Program received signal SIGSEGV, Segmentation fault. I have used gdb debug reporter. After using bt full this is the error: Program received...
  4. K

    Linux (FreeBSD) TFS 1.0 Luajit runtime error

    Hey, did you find an solution?
  5. K

    Luajit compile error

    Anyone?
  6. K

    Luajit compile error

    Installed luajit from luajit.org follow instructions on http://luajit.org/install.html /usr/local/include/luajit-2.0 = the file with luajit2.0 I change the LUA_CFLAGS = -I/usr/include/lua5.1 in makefile to LUA_CFLAGS = -I/usr/local/include/luajit-2.0 Compiled with the following command line...
  7. K

    Debug when to many people at 1 tile

    standard revision 3777...
  8. K

    Debug when to many people at 1 tile

    Does anyone have a clue why it´s debugging when like more then 30 players are logging in at the same tile? is there a max number of players logging in on 1 tile? Anyone have that problem?
  9. K

    Searching for Lua & c++ programmer

    Hi Otland, As the topic explains. I'm searching for someone that's pretty nice with writing events with Lua and some c++. It could contain events such as a war event orso. I will pay pretty well if my needs can be done. PM me in otland if your experienced with LUA & C++ (some source edit) Koxose
  10. K

    Scripter Looking for Lua scripter!

    Dear Otlanders, I'm looking for a Lua scripter, maybe some c++ knowledge will be needed to. I have plenty of Event ideas for an 8.6 server. You will develop my idea to a fully working event. I will be paying very well. You can contact me through otland, I have skype, but will be giving it...
  11. K

    Referral system

    Hey there otland, I've seen Hexana is having a unique Referral system. For XX amount of players you refer with your unique link, you will receive shop points. Ofcourse there are rules to count them as a referrer. Rules: 1. It has to create an account through your unique referral link. 2...
  12. K

    Functions that use much cpu in tfs 3888

    Anyone is good with optimizing sources to have a lesser cpu usage for tfs? This is my perf top, so much cpu eaten.... Is there anyone with optimizing knowledge? I will pay very well for optimizing the functions that eat the most cpu. Pm me if interressed :)
  13. K

    Login Server bugged

    Anyone else having problems with his login server? denying new connections after some time. What could be the reason of this?
  14. K

    Linux HOW TO: Edit max connections limits on a Linux Server?

    It is possible to make the value of max connections that's setted up now on your standard linux server to an unlimited value. The "Open File" value have to be changed. The standard value is 1024. That means that only a maximum of 1024 connections are possible to your dedic. But how is it...
Back
Top