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

    sql cannot connect

    Follow a tutorial for windows. Look closely at each step and see if you missed anything. From the second message it looks like the mysql service is running but otserv123 user does not have permission. It’s way easier following a tutorial then waiting for us to guess what your problem is. We can...
  2. jonasu

    Hoster OTS Hosting Service 2023 w/DDoS Protection

    Just wanted to stop by and say this is awesome! I love that you are offering these services for free. It allows talented creators to host great content that might not have been possible without these services.
  3. jonasu

    Linux OT-Playbook

    Thanks alot! For anyone that finds this, repo must be set to: nekiro/forgottenserver (https://github.com/nekiro/forgottenserver.git) - name: download latest tfs git: repo: https://github.com/nekiro/forgottenserver.git version: 8.6-downgrade dest: /home/otadmin/forgottenserver
  4. jonasu

    Lua attempt to call method 'isVip' (a nil value)

    is this in your global.lua? dofile('data/vip-system.lua') and is the vip-system.lua created at data/vip-system.lua? If not it's trying to call the function isVip which it cant find
  5. jonasu

    sql cannot connect

    Two error messages that state different things. The first one is that the server cant find the database service (cant connect). The second one is probably because of permission. If that is the case you need to run the following SQL-query GRANT ALL privileges ON otserv123.* TO 'otserv123'@localhost;
  6. jonasu

    TFS 1.X+ 8.6 Nekiro downgrade - Healing paralyze, push delay from distance

    Hi! I'm having issues with healing away the paralyze condition. It takes longer than usual for it to be removed when healing. Has anyone experienced this issue before? Also I was informed by my test players that there is a delay when pushing players from a distance. Your character reaches next...
  7. jonasu

    Linux OT-Playbook

    Thanks for your answer Ralumbi! I wasn't clear enough. I meant how would i go about changing this: - name: download latest tfs git: repo: https://github.com/otland/forgottenserver.git dest: /home/otadmin/forgottenserver to point at nekiros 8.6-branch...
  8. jonasu

    [MyAAC][Plugin] Landing page

    Hi slawkens! I'm impressed with your AAC and it's been fun refreshing my skills while editing the homepage to fit my needs. Check it out if you'd like Reborn (https://reborn.jhockert.se) Anyhow, have you had a chance to look at saving to cookies instead of session for this plugin yet? Would it...
  9. jonasu

    OpenTibia OTClient that unpack map.otbm to .png files - v2.0

    Is there any way to match house IDs with house pictures that have been exported? I have around 400 houses id like to match
  10. jonasu

    [Guide] Compiling & Running TFS 1.3 for Linux on Windows 10

    For anyone with similar problems. "boost/asio cant be found" I also needed to run below in my ubuntu WSL, before that it did not work and "tfs" starting file did not come up. The Cmake Configuration that was available in Visual Studio wass WSL-GCC-Debug sudo apt-get install g++ gdb make...
  11. jonasu

    Linux OT-Playbook

    This is great! I was doing something similiar a few days ago using developersPLs script, but i wanted to compile nekiros 8.6 downgrade. Is there anyway to choose a specific branch with ansible?
  12. jonasu

    CreatureEvent [TFS 1.x] Award premium points on level advance

    For anyone looking, I was able to solve this problem by changing the following lines. It did not work before i declared current storagevalue to a variable to use in the if-loop. if skill == SKILL_LEVEL then if newLevel > player:getStorageValue(config.storage) then...
  13. jonasu

    CreatureEvent [TFS 1.x] Award premium points on level advance

    Hi Forge! Thanks for the script. I'm having some issues inplementing this on my server. I'm running @Nekiro 8.6 downgrade based on TFS 1.3 and MyAAC. Config in others/advance_prem_points.lua is: local config = { storage = 5637, -- Select unused storage messageType =...
  14. jonasu

    8.6 OT

    Jag håller på med en 8.6 just nu, hoppas att det kan vara en som blir riktigt rolig. Vad är roligt för dig och vad söker du i en server?
  15. jonasu

    [8.6] My old Naxed Map

    I imported the map and everything is black were to find it please help im very noobish :D
  16. jonasu

    [Guide; Linux; Ubuntu] Local server IP: 127.0.1.1 in ubuntu server

    Glad to hear i wasn't the only one who had these problems
  17. jonasu

    Bank Account number?

    Anything except the numbers are not to be written, read what he said again
  18. jonasu

    Linux Server stops at >> Opening logs

    There is still a lib folder?
  19. jonasu

    Using 0.3.6 npc's in 0.4?

    There were no data folder included in that pack. However I downloaded it from the subversion and it still didn't work (same rev as you linked). Thing is, the old npcsystem does not work with the newer 0.4 revs :/ However i got a few errors in the console when starting, keyword_reply missing, and...
Back
Top