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

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

    Datapack: https://github.com/orts/server Source: https://github.com/otland/forgottenserver Pre-compiled source: http://nightlies.otland.net/ AAC: https://github.com/Znote/ZnoteAAC
  2. Baahzera

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

    Please don't set the server priority on task manager because it is already been handled by the config.lua. Another thing is to use linux instead of windows. This datapack have issued NPCs that might cause server crashes on 64bit windows. I'm working to find out why and get pretty closer already...
  3. Baahzera

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

    And that's what I'm doing, sir. I'll remove unnecessary NPCs that have no really a purpose to be there (non-scripted npcs). By this way I'll to reduce the target NPCs that might have a problem that causes the server crash by doing a list and checking every NPC 1 by 1. That's ok if they want to...
  4. Baahzera

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

    Why do we need this? local voices = { { text = 'I am a MAN! Get me out you drunken fools!' }, { text = 'GET ME OUT OF HERE!' }, { text = 'Get me out! It was all part of the plan, you fools!' }, { text = 'If I ever get out of here, I\'ll kill you all! All of you!' }, { text = 'I...
  5. Baahzera

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

    Hello. 11:57 Uptime: 13 hours and 3 minutes. Running with shops and boat NPCs only. PS: ORTS NPC lib and ORTS default NPCs. TFS 1.2 I'm going to university now. See ya!
  6. Baahzera

    can't open ports in my host :S

    You need to set a Static IP address to your network, for example 192.168.1.135 Then, you should redirect your router's traffic on ports you need to the IP you've been set. It is going to be something like this: Service Name Ports Protocol Address OT 7171...
  7. Baahzera

    client problem

    Your IP may be dynamic, since it get another address when disconnected from power supply. For this, you'll need to install No-IP DUC (windows/linux) and the address should be updated automatically. In the config.lua you should input your address from no-ip (example: ot.servegame.com). If it...
  8. Baahzera

    Help with config.lua

    For infinite ammo: removeAmmoWhenUsingDistanceWeapon = "no" For infinite runes: removeChargesFromRunes = "no" For infinite weapon chargtes I think you should edit or remove charges tag from items.xml: <attribute key="charges" value="200" /> <attribute key="showcharges" value="1" />
  9. Baahzera

    TFS 1.2 Compatibility

    I think it's better to use updated versions of TFS (i'm performing tests on 1.2 and it's fast on my PC). But, you'll need to research for your server requirements to determine which version of TFS is appropriate for the game protocol you're going to use.
  10. Baahzera

    TFS 1.2 Compatibility

    I guess that TFS 1.0 is recommended for this game protocol. Source: https://github.com/otland/forgottenserver/tree/1.0/src TFS 1.1 and 1.2 supports 10.76 and 10.77 game protocols. I recommend you to update your TFS. TFS 1.1 https://github.com/otland/forgottenserver/tree/1.1 TFS 1.2...
  11. Baahzera

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

    Is it a TFS source bug? Probably they should invest some time and acquire knowledge to fix that. Some kind of people just do always the same thing: download datapack, pay someone to configure a dedicated server and wait until their wallet is filled up, then bring the server down. Maybe I'm...
  12. Baahzera

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

    Of course I will. The server is running on hamachi from my computer to test the NPCs. I've updated NPC library and few errors printed on console were fixed. (still crashes). Now running with TFS default NPCs. I'll check NPC by NPC until it is done. You can join game at network: ExecutionTS...
  13. Baahzera

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

    I've downloaded build #745 from nightlies and the server were stable for hours. Today when I've run the server it crashed again (#745 build). Thanks for your answer. I'm going to test NPCs right now. I'll contribute if I found any solution. And work with 3.75GB? No. Thank you. I may compile it...
  14. Baahzera

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

    Hello everyone. The server is crashing in a few minutes after i get it online. There is no players online. There is no console error. I am using http://nightlies.otland.net/ #746 build 64 bits. My computer specs: i7, 8 GB, Win7 64 bits Thank you in advance.
Back
Top