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

    TFS 1.X+ Can't login with a vocation, only no vocation.

    I found out what is going on, but I dont know how to fix it properly. I removed this line from login.lua (script in creature) and worked like a charm. But removing it isn't the way to go... Prey Stamina nextUseStaminaPrey[playerId+1] = {Time = 1} nextUseStaminaPrey[playerId+2] = {Time = 1}...
  2. C

    TFS 1.X+ Can't login with a vocation, only no vocation.

    Everything I know so far: 1 - Changed my vocation in game (from no vocation to sorcer, knight, etc) while online. When I tried to relog i couldnt anymore. 2 - No error in the console. 3 - I am sure there is no problem with pos and town, since I changed manually my pos and town and I keep...
  3. C

    TFS 1.X+ Can't login with a vocation, only no vocation.

    Hello everyone. I am trying to login in my own server but I have no sucess. Whenever I try to login a char with any vocation, It says server is offline, but when I try to login with a char that have no vocation I can login with sucess. Any Idea what is going on here?
  4. C

    How to config starting level using AAC?

    Hello, everyone. I want to make a server that you can choose your vocation and start level 1, almost like Dawnport. Whenever I choose any class, I start level 8, but if I choose "no vocation" I start level 1... I am using a website AAC and UniServerZ for database. So, how do I config that?
  5. C

    I cannot login to my own server.

    Yes, I did it. Ports are open... I can open my 8.6 and play normally, I am having trouble with 10.98 only... :/
  6. C

    I cannot login to my own server.

    I couldn't do what you asked me for. My protocolLogin doens't have this "output->addString(g_config.getString(ConfigManager::IP));" line... :( I just did it and had no sucess... My life sux lol
  7. C

    I cannot login to my own server.

    Hello everyone, you guys are my last hope. I followed every single tutorial I found about creating an otserver and the results are: doesn't matter what I do, I cannot login to my own server. I tried TFS 1.2 that I compiled myself, I tried a compiled version from TFS 1.2, now I am trying one I...
Back
Top