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

    -

    According to the example (line 65) in your modules.lua it should be "promotions" not "promotion" and it should be a table: promotions = {[1] = 5, [2] = 6, [3] = 7, [4] = 8} Maybe try that?
  2. Flower

    [10.77][TFS 1.2] ORTS, a real map project

    This is now fixed in commit 0df114d5562b1ece225e17c0a68d13910d754779
  3. Flower

    [10.77][TFS 1.2] ORTS, a real map project

    The same error occurred for me, but it seems to be related to TFS since I have the same problem with the default datapack. Commit e20dba8cddf1a4b661b4bec57a7da3e4d35a87b5
  4. Flower

    OTClient error Segmentation fault (core dumped)

    Compiled latest source, getting this error when starting otclient. Where do I go from here? I did have some problems locating libGLEW at first, but I don't know if this is related. $ ./otclient GPU Mesa DRI Intel(R) 945GM x86/MMX/SSE2 OpenGL 1.4 Mesa 9.2.1 ERROR: Application crashed app name...
  5. Flower

    OTClient CandyBot

    https://github.com/edubart/otclient >> NOTE: You will need to download spr/dat files on your own and place them in data/things/VER/ (i.e: data/things/1031/Tibia.spr) Copy Tibia.dat and Tibia.spr from your Tibia 8.60 folder and paste it in otclient/data/things/860
  6. Flower

    BUG Gesior 2012.

    This has already been answered here: http://otland.net/threads/gesior-2012-version-1-0-1-for-0-2-x-0-3-6-and-all-0-4.176677/
  7. Flower

    Website Error Mysql

    What version of TFS are you using? And have you set the corresponding parameter in config.php? $config['TFSVersion'] = 'TFS_10';
  8. Flower

    [10.77][TFS 1.2] ORTS, a real map project

    Update your TFS.
  9. Flower

    [10.77][TFS 1.2] ORTS, a real map project

    forgottenserver source is at the moment 10.36, committed in https://github.com/otland/forgottenserver/commit/9e814caab2e367ef3f4e0b5e34896ac23c8b296d take a look at this bug report for some ideas of why it crashes with 10.36 https://github.com/otland/forgottenserver/issues/623
  10. Flower

    [10.77][TFS 1.2] ORTS, a real map project

    You are writing that you have changed the info in config.lua, I assume you mean that you changed it in config.php Well, the error message clearly states that access is denied, so if you are sure that you entered the correct information in the right place then check if the user has all necessary...
  11. Flower

    [10.77][TFS 1.2] ORTS, a real map project

    That wouldn't solve the problem tho because if local shutdownAtServerSave = false then it will never do Game.setGameState(GAME_STATE_SHUTDOWN). The problem is it never recovers from Game.setGameState(GAME_STATE_STARTUP) in function onTime(interval) broadcastMessage("Server is saving game in...
  12. Flower

    [10.77][TFS 1.2] ORTS, a real map project

    Server Save is initiated once every 24 hours in globalevents.xml, it invokes the script serversave.lua. I had the same problem as you that after server save I could not login. The problem seems to occur when you do not set it to shutdown at server save and hence starting it another way, it never...
  13. Flower

    [10.77][TFS 1.2] ORTS, a real map project

    I'm not experiencing any crashes. Running it on Debian amd64.
  14. Flower

    Tibia clients

    I found this site http://tibiaclients.org/ Is it safe?
  15. Flower

    Windows Tibia Client 10.34

    Does anyone know of a safe place to download Windows Tibia Client 10.34? Can't find it in the usual sources. Thanks.
  16. Flower

    [10.77][TFS 1.2] ORTS, a real map project

    Please keep in mind that filenames is case sensitive in Linux, if the file is Myriapods/Wiggler.xml then it must be so in monsters.xml too <monster name="Wiggler" file="Myriapods/Wiggler.xml"/> not <monster name="Wiggler" file="Myriapods/wiggler.xml"/> as it is now. Same problem with Deepling...
Back
Top