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

tfs036

  1. Misterion

    Lua Bear trap causes paralyze in creatures.< TFS 0.3.6 >

    I was trying to add the effect of paralysis on the creature that step on item (id 2579), here is the script I am using and the error: Script: function onStepIn(cid, item, pos) if(item.itemid == 2579) then if(not isPlayer(cid)) then local condition =...
  2. B

    Linux TFS0.3.6/Ubuntu Inaccurate addEvents (ms)

    Hello! When I have my server hosted on my machine (Windows) or localy only, I can get high precision effects with addEvents. But I've noticed (it's been a while, actually) that while hosted on an Ubuntu 14.04, the precision is lost and most effects, some quests and this even causes me some...
  3. Mhako

    Compile ubuntu "DSO missing from command line"

    Moving on to the next issue with my compilation, does anyone know what this error means? It seems to be a common ubuntu compilation error... [EDIT]: it's when im trying to run "make" command, once again :) //lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command...
  4. E

    Using VIP medal doesnt update vip days in db

    TFS 0.3.6 Using this VIP system GlobalEvent - Vip System Is there a better one?
Back
Top