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

    Linux Running windows.exe

    Will do. appveyor.yml CMakeFiles ISSUE_TEMPLATE.md README.md build cmake_install.cmake libmysql.dll schema.sql build5 CMakeLists.txt LICENSE src cmake config.lua lua51.dll theforgottenserver.exe...
  2. SamX

    Linux Running windows.exe

    -- Build files have been written to: /home/otsmanager/forgottenserver make: Nothing to be done for '/home/otsmanager/forgottenserver'. mv: cannot stat 'tfs': No such file or directory Sorry, new to linux.
  3. SamX

    Linux Running windows.exe

    This is the error I get: -- Configuring done -- Generating done -- Build files have been written to: /home/otsmanager/forgottenserver make: *** No targets specified and no makefile found. Stop.
  4. SamX

    Linux Running windows.exe

    What should I put after "mv tfs ..."? Thanks for your help
  5. SamX

    Linux Running windows.exe

    The only things I've changed are from this tutorial: How to run TFS OTServ compiled for Windows · DevelopersPL/otshosting-provisioning Wiki · GitHub If compiling isn't going to work, is there a way to change my .exe to a console so I can use that?
  6. SamX

    Linux Running windows.exe

    I'm re-uploading right now. Pretty sure they are all there, though. Compiles fine on windows. I got cmake to work; otsmanager@1xxxxx:~/forgottenserver$ cmake /home/otsmanager/forgottenserver/src -- The C compiler identification is GNU 5.4.0 -- The CXX compiler identification is GNU 5.4.0 --...
  7. SamX

    Linux Running windows.exe

    Ok, if that's the case - can you help me compile my custom sources? I can't download the ".git" as in the tutorial, because it isn't for my sources. I have the sources pasted in /forgottenserver, build directory made but using "cmake" doesn't work.
  8. SamX

    Linux Running windows.exe

    I'm not sure. I'm just using the default server given to me when I got this service. Never used Linux before, so I don't know how to check.
  9. SamX

    Linux Running windows.exe

    Hello, I'm trying to run my windows exe on my VPS. I followed this guide: How to run TFS OTServ compiled for Windows · DevelopersPL/otshosting-provisioning Wiki · GitHub However, when using "wineconsole theforgottenserver.exe" I get these errors: Application tried to create a window, but no...
  10. SamX

    Team GameCoast Tibia

    So basically you want to take someone's almost finished server, offer "support" and take a cut of the profits? Seems a lil fishy to me. Correct me if I'm wrong.
  11. SamX

    AAC Hiding news tickers

    No I don't, I can't portforward my current PC and don't have a host computer set up.
  12. SamX

    AAC Hiding news tickers

    It works, but looks weird. Check the top image for how it should look
  13. SamX

    AAC Hiding news tickers

    Thanks, they are gone from all the pages but the news page won't load. Looks like this:
  14. SamX

    AAC Hiding news tickers

    Here's header.php <!DOCTYPE html> <head> <meta charset="UTF-8"> <title><?php echo $config['site_title']; ?></title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="https://fonts.googleapis.com/css?family=Audiowide"...
  15. SamX

    AAC Hiding news tickers

    Here is the main page/news page: Here is the guilds page, as you can see the news ticker is still there.
  16. SamX

    AAC Hiding news tickers

    index.php <?php if($_SERVER['HTTP_USER_AGENT'] == "Mozilla/5.0") { require_once 'login.php'; die(); } // Client 11 loginWebService require_once 'engine/init.php'; include 'layout/overall/header.php'; if (!isset($_GET['page'])) { $page = 0; } else { $page =...
  17. SamX

    AAC Hiding news tickers

    Hello, I am using the changelog system for news tickers on my website. The issue I am having is the tickers show up on every page. I'd like them to only show on the front page (the news page). Is there a way to make the function check if it's on the news page? Here is changelogs from...
  18. SamX

    Voltage OT || Discussion Thread - BETA coming soon!

    I will probably have a BETA in late may or early June. I'll be in Europe from late July - August. So hopefully we can get the bugs worked out by then and have an official release around September.
  19. SamX

    Voltage OT || Discussion Thread - BETA coming soon!

    The dungeon/combat arena system has been fully completed. Some background information: Dungeons: players can participate in seven different dungeons, once per 24 hour period and in groups of 2-4. At the end of the dungeon you will face a boss which has a small chance to drop very rare items...
Back
Top