• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. AdventureOts

    SIMPLE ALL IN ONE: From nothing to a fully working dedicated server on Ubuntu

    I followed that, however whenever I try to open the exe it is daulted to wine and there are no other applications installed to handle it. Do I need to install something else?
  2. AdventureOts

    Windows TFS 1.1 - Can't connect.

    If it doesn't work then open your control panel system and security>windows firewall>allow windows programs to communicate through windows firewall Make sure Theforgottenserver.exe, and all other applications having to do with the server are checked for both public and private.
  3. AdventureOts

    Windows TFS 1.1 - Can't connect.

    You should be able to connect to it yourself. You don't have to open any ports for that. Your config should look like this: ip = "127.0.0.1" bindOnlyGlobalAddress = false loginProtocolPort = 7171 gameProtocolPort = 7172 statusProtocolPort = 7171 In the ip changer use 127.0.0.1
  4. AdventureOts

    update script to tfs 1.2

    function onDeath(player, corpse, killer, mostDamage, unjustified, mostDamage_unjustified) if isPlayer(player) then target_player = Player(killer:getId()) if target_player then player:getPosition():doSendMagicEffect(65) player:say(player:getName().. "...
  5. AdventureOts

    Linux How to make :O

    The point is its not as easy for him to learn as it is for someone who speaks English. Maybe he has other shit going on and cant sit down for hours to figure out what everything means. No need to be a dumb ass about it. As I said, if people don't want to help him then don't help. No need to come...
  6. AdventureOts

    Ubuntu dedicated with Ubuntu desktop

    Setting up website This is very easy, just go into /home/otsmanager/www/public_html Delete everything there and put your website files there.
  7. AdventureOts

    Ubuntu dedicated with Ubuntu desktop

    Setting up database open an internet browser and type in: localhost:3380 username: forgottenserver password: *found in the config.lua that should be on your desktop* *Make sure you edit the config.lua in your server with the same information* Click on forgottenserver database. Click on...
  8. AdventureOts

    Ubuntu dedicated with Ubuntu desktop

    Compiling your server to use with Ubuntu Open home/otsmanager/forgottenserver Take the config.lua file and put it on your desktop, it contains your database password. Delete all files and put your servers files in. delete the *build* folder if it is there. execute these commands cd...
  9. AdventureOts

    Ubuntu dedicated with Ubuntu desktop

    All of this is based on Don daniello's guide. I just wanted to create this to be more detailed in case some people have problems. !Start with a clean Ubuntu server/vps! Log into your root account with putty or another software then execute these commands. apt-get purge apache2* bind9* samba*...
  10. AdventureOts

    Linux How to make :O

    Mexican huh?
  11. AdventureOts

    Linux How to make :O

    Here Xeraphus let me open your eyes a little. To him its like reading this: eg djadhsy(sheysr, erjfays) yhean fheifsya(woer, ghefduqye) rheyau tjedu fje He doesn't know English very well.
  12. AdventureOts

    SIMPLE ALL IN ONE: From nothing to a fully working dedicated server on Ubuntu

    I have never even messed with ubuntu until now. I did manager to figure out all of the problems and got it working 100% with wine. However, if you say there is a better way, please. I would love to know. I understand that kind of information is probably reserved for people pay for your hosting...
  13. AdventureOts

    Linux How to make :O

    You guys act like you have to help. You don't even have a need to post on here, but you do anyway. That says a lot about you. If you don't want to make the scripts for him, fine, dont. No need for name calling and rudeness. I know this community has gone in the trash but still. There shouldn't...
  14. AdventureOts

    Linux Ubuntu 16.04 TFS 1.2

    nvm solved...I edited a value in config.lua wrong and messed it up. I always post then find the answer....
  15. AdventureOts

    Linux Ubuntu 16.04 TFS 1.2

    For some reason my server doesnt want to load information from config.lua. I cannot change values like: exp, loot, skill, magic rate. Anyone know why this might be?
  16. AdventureOts

    Linux Ubuntu 16.04 TFS database problem

    Wow...well just changed: mysqlPort = 3380 to mysqlPort = 3306
  17. AdventureOts

    Linux Ubuntu 16.04 TFS database problem

    Please anyone. I am paying for this VPS. No help is un-welcome. Any ideas.
  18. AdventureOts

    Linux How to make :O

    function onCast(cid, variant) if doPlayerRemoveHealth(cid, 100) then return doCombatExecute(cid, variant) end doSendMagicEffect(getPlayerPosition(cid), CONST_ME_POFF) return doPlayerSendCancelMessage(cid, "You need more health to cast this spell!") end See I can make useless changes...
  19. AdventureOts

    Linux Ubuntu 16.04 TFS database problem

    Just old errors now. Its seems like it is just freezing. -- Combat settings -- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced" worldType = "pvp" hotkeyAimbotEnabled = true protectionLevel = 1000 killsToRedSkull = 10 killsToBlackSkull = 40 pzLocked = 10000...
  20. AdventureOts

    Linux Ubuntu 16.04 TFS database problem

    Yes, I figured that out thank god. New problem though. It is getting stuck at loading config..... Just stop loading anything.
Back
Top