• 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!

Recent content by luptonicedtea

  1. luptonicedtea

    Lua Rookgaard npc

    That is a Linux command issue, not a script issue. Totally unrelated. Good luck.
  2. luptonicedtea

    Lua Rookgaard npc

    Sorry, I was trying to be helpful on mobile. The file I meant was login.lua in creaturescripts. Make sure that this is in your /creaturescripts/login.lua (mine is in /creaturescripts/scripts/others/login.lua). -- Events player:registerEvent("AdvanceRookgaard")
  3. luptonicedtea

    Lua Rookgaard npc

    Make sure you're referencing the onkill function in player.lua. If you don't know what I mean, post your player.lua.
  4. luptonicedtea

    Problems running ot server

    Output your log to a different file so you can see where it's hanging up. At this point, I'm assuming you're on Linux, so try forgottenserver.exe >> /home/$username/tfslogs/tfs.log
  5. luptonicedtea

    TFS 1.X+ [TFS 1.2]creaturescript error onKill(attempt to call method 'getMonster' (a nil value))

    GetMonster is not in TFS 1.2 libraries. If you're using an old script, you'll need to add GetMonster to your /data/lib file for creature.lua.
  6. luptonicedtea

    Which linux is the easiest and the best for TFS 1.3

    I'd suggest using Ubuntu 16.04. I'm currently running a 1.3 server on it, and it's running flawlessly. Ports are inherently open, but I would suggest the installation and use of Ubuntu FireWall (UFW). Don't want all your ports open all the time.
  7. luptonicedtea

    Weapon Upgrade lua script error

    Cykotitan replied to this post: Upgrade Items for TFS 0.3.6 asking a similar if not the same question. Hopefully that works for you.
  8. luptonicedtea

    TFS 1.X+ Server Running, but can't enter in game

    I think Gudan is on the right track with ensuring ports 7171 and 7172 are open. It looks like 7172 is open because you're able to see your character list. What server IP are you using? You might have to wait for the DNS to redirect the domain to the designated IP.
  9. luptonicedtea

    Windows Znote AAC cache.php error

    On Linux, this was caused by PHP not having rights to the cache filed. Use chmod to resolve this issue.
  10. luptonicedtea

    [Help][Modern ACC] CHANGE NAME ACCOUNT BY NAME OF CHARACTER. PAYMENT

    Oh, duh. You're right. I wonder where $_Session is set.
  11. luptonicedtea

    Check player rune for 7.6

    I'm wary of that "access to use". What server distro are you using?
  12. luptonicedtea

    [Help][Modern ACC] CHANGE NAME ACCOUNT BY NAME OF CHARACTER. PAYMENT

    //$SQL->query('SELECT * FROM accounts WHERE name="'.$accountName.'"')->fetch(); ?> You could try changing to //$SQL->query('SELECT `name` FROM `players` WHERE `id`="'.$accountName.'"')->fetch(); ?> I'm not sure how sessions work in Modern ACC, or if $accountName = $_SESSION['name']; returns the...
  13. luptonicedtea

    TFS 0.X problem with fire fields

    Yeah, somebody on that original post said the same thing about the fire fields. There was never any reply to that, either. You could message the person who released it originally or post in that thread to awaken it, but it seems like a known issue. That seems like fun to me.
  14. luptonicedtea

    TFS 0.X Can't login into character (Display only list)

    What's the output of sudo ufw status? What happens if you change the port? Also, I'm unfamiliar with "admin port". It has "adminlocalhostonly" set equal to true. What happens if you change that?
  15. luptonicedtea

    TFS 0.X problem with fire fields

    I'm not sure what you're asking for, but this seems to have both the datapack and the sources for 0.4 3777 [8.60] The Forgotten Server 0.4
Back
Top