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

    Buying OTSLIST Scripts [example: otservlist.org]

    Hey there players! Anyone selling otlist system (all the webpage scripts) like otservlist.org but ofcourse different layout. Willing to pay good for it. Pm me!
  2. U

    [Database] Password enconding?

    it's standard in 0.4
  3. U

    Solved Starter items

    Do you have a mod script for that? that could be it aswell..
  4. U

    [ATTACKS] Proxy Anti DDoS

    I suggest this one: DDOS Solution for your OT:
  5. U

    Solved Odd consul error i have never seen before.

    Try editing this in config.lua to a higher number mysqlReadTimeout = 10 mysqlWriteTimeout = 10
  6. U

    Position after death

    Open config.lua and edit it -- The Forgotten Server Config -- Account manager accountManager = true namelockManager = true newPlayerChooseVoc = false newPlayerSpawnPosX = 95 --> Set it up as you want newPlayerSpawnPosY = 117 --> Set it up as you want newPlayerSpawnPosZ = 7 --> Set it...
  7. U

    Solved Couldnt establish connection to sql database

    Maybe the first open tibia server thread can help you out: http://otland.net/f479/your-first-open-tibia-server-140934/
  8. U

    Phpmyadmin

    Check a look at: http://otland.net/f479/your-first-open-tibia-server-140934/
  9. U

    Lua Monsters XML

    It could be that those monsters doesn't have spawn in your map editor? they are added as monster but without spawn. I think that's the problem.
  10. U

    Solved help please <3

    I really don't totally understand what you exactly mean. Please can you be more specific?
  11. U

    Lua New vocation starting items

    Use the firstitems script on creaturescripts. local firstItems_storage = 30001 local commonItems = { {itemid=2554, inContainer = TRUE}, -- shovel {itemid=2120, inContainer = TRUE}, -- rope {itemid=2160, count=2, inContainer = TRUE}, -- 2 crystal coins {itemid=2643} -- leather boots } local...
  12. U

    error in console

    error: [2:47:18.499] [Error - CreatureScript Interface] [2:47:18.499] data/creaturescripts/scripts/amiroslo.lua:onDeath [2:47:18.499] Description: [2:47:18.499] (luaGetThingPosition) Thing not found [2:47:18.500] [Error - CreatureScript Interface] [2:47:18.500]...
  13. U

    Buying Optimizations on 0.4

    I've tryed to reach some others who are also good in scripting but seems like they haven't replied yet. I hope you will cuz I will be paying good for this task. I hope it's a thing you can do it ofcourse, or else we are wasting time. I will explain you what it is: Im hosting a tibia 8.6...
  14. U

    sysctl.conf

    Hey otlanders, What sysctl.conf are you using at your dedic? could you share yours with mine. I got alot of connection timeout problems since I changed my code. # Kernel sysctl configuration file for Red Hat Linux # # For binary values, 0 is disabled, 1 is enabled. See sysctl(8)...
  15. U

    Solved Login.lua

    thx alot, working!
  16. U

    Solved Login.lua

    Hello Otlanders, is it possible to make 2 seconds of exhaust (fighting mode) when you login to the game. This way you can prevent people relogging very fast. It has to be something in login.lua, not sure though. Tryed: local exhaust = createConditionObject(CONDITION_INFIGHT)...
  17. U

    Outfit Bonuses - Nice system..

    Ye I've tested a few and they are not really properly working. Thanks though for answerring!
  18. U

    Outfit Bonuses - Nice system..

    Hey Otlanders, im interessed in the Outfit bonuses system, like you were a normal outfit and you get some extra. And if you were the addons of it you get even more extra's. See below for more information : As example you were a hunter outfit. You will gey + 1 Distance. But if you were...
  19. U

    Buying Outfit Bonuses.

    Hey Otlanders, im interessed in the Outfit bonuses system, like you were a normal outfit and you get some extra. And if you were the addons of it you get even more extra's. See below for more information : As example you were a hunter outfit. You will gey + 1 Distance. But if you were...
  20. U

    Outputmessage.cpp upgrade

    Hey guys, I want my outputmessage.cpp and outputmessage.h upgraded to the best version of TFS. I am ready to pay around 30 euro for it. Send me an PM if your good in upgrading code from revisions in 8.54~
Back
Top