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

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

    External ip found on www.whatismyip.com is being used. My ports 7171. 7172. 80 are all port forwarded. Still no connection. With OTland Ip changer
  2. K

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

    Okay, but it won't hurt right? Either way that's not the issue, why can't I connect? Another thing I noticed is my config.lua ip, is set to my www.whatismyip.com ip address as it should be, but when I set my client ip to 127.0.0.1 to test, the character list shows up but when I try to login it...
  3. K

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

    I'm having the same issue not being able to connect to my ip address. Localhost works fine but when I try my ip address from www.whatismyip.com the client won't connect. What I tested my ports with canyouseeme.org 7171,7172,80 all checked out, but 3306 got this: Error: I could not see your...
  4. K

    [HELP] Changing spellbook.lua

    Anyone know how to keep the house spells from combining with the magic level 0 spells?
  5. K

    Premium account to free account

    Can anyone help me with this? I would appreciate it.
  6. K

    10.31 Monster pack

    I've tested your giant spider with a lvl 55 paladin with boh in poh. While hasted the gs SHOULD gain speed on me(gs close to lvl 80 speed). But I find it can never catch me, without even using haste... Also the gs haste only lasts like 3 seconds sometimes, Idk if that's suppose to be like that...
  7. K

    Premium account to free account

    Okay, I tested both things I changed and not one works. When I log into the character after he becomes free account, he is still in darashia, not in the Thais temple. I even died on the character to see if the temple respawn change worked and he spawns in the darashia temple still. He also still...
  8. K

    Premium account to free account

    Yes I did edit game.cpp and changed : else if (player->isPromoted()) { player->setVocation(player->vocation->getFromVocation()); } to: /*else if (player->isPromoted()) { player->setVocation(player->vocation->getFromVocation()); }*/ I am assuming that part worked. The part that didn't work is...
  9. K

    [phpmyadmin] Can someone please explain how it works

    Can someone please explain how the time works. I have a column in my database called creation. It says 1402364228 for one account. I'm assuming the first 4 digits means the year. 1402 - meaning 2014. What is the rest of it? 364228 and how do I break it down so I can edit it.
  10. K

    Premium account to free account

    Players get premium from my website, NOT in game with any codes like !buypremium. Is that what may be causing the problem? Because if I understand it correct, login.lua is for characters not for the account. Am I right?
  11. K

    Premium account to free account

    Actually I had a successful build when I re-installed boost. The code Ninja gave me doesn't work. When I set the premium days to 0 in the database to test it out, the character still remained in darashia. He only lost his promotion. This is my login.lua function onLogin(cid) local player =...
  12. K

    Premium account to free account

    I just tried it again. I went into configuration manager changed the drop down menu to "release" and the other to "x64" then when i hit build, this comes up Error 1 error C1083: Cannot open include file: 'boost/asio.hpp': No such file or directory...
  13. K

    Premium account to free account

    Okay that makes sense. I do have the sources. The only reason I'm trying not to compile it, is I already tried 3 tutorials and every time I open theforgottenserver.sln in the vc12 folder I get an error.
  14. K

    Premium account to free account

    Ninja, isn't there a simple code I can use instead of compiling the server? Like in login after all of this: if player:getPremiumDays() > 0 and player:getStorageValue(storageKey) ~= 1 then player:setStorageValue(storageKey, 1) elseif player:getPremiumDays() == 0 and...
  15. K

    Premium account to free account

    Will that change all of the files I've already edited? (Like vocations.xml, spells.xml, login.lua) I don't want to have to change those again.
  16. K

    Premium account to free account

    Okay, I figured out the storagekey system. I can use any storage key, cool I didn't know about that thank you 100x. I'm still stuck on the compiling. I have no idea how to do it and will check out the tutorial, but do I need to compile the WHOLE server or can I just compile/edit that game.cpp file?
  17. K

    Premium account to free account

    How do I know which storagekeys are available to use for my server? Is there a list of storagekeys somewhere? Also, do I have to compile the whole server? Is there no way I can just edit that one file game.cpp
  18. K

    Premium account to free account

    It didn't work. Even the first part about the login.lua didn't work. This is what I added: function onLogin(cid) local player = Player(cid) local loginStr = "Welcome to " .. configManager.getString(configKeys.SERVER_NAME) .. "!" if player:getLastLoginSaved() <= 0 then...
  19. K

    [HELP] Changing spellbook.lua

    It worked you both are amazing! Only issue is house spells are combine with magic level 0 spells. Possibly because they both don't require a magic level? How do I have it so they are separate again? like: House spells alana sio aleta sio ___ ___ Magic level 0 light healing light
Back
Top