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

    Skill advance system broken

    After testing my server for few minutes I realize that skill advance rate does not reduce after advancing skill levels. The result of that is doesn't matter if my skill is 10 or 200, it advances at the same rate from each lvl. So I ran some queries on my mysql database skill table to see if that...
  2. kalebealves

    Linux No one can connect.

    the error message is telling you that the socket is binded to annother process. can you send the output of this command? sudo netstat -lanp | grep -E '7171|7172'
  3. kalebealves

    Town id on database not changing after talking with The Oracle (tfs 0.4)

    After talking with the oracle on rookgaard, choosing a vocations and home city, the user goes to the choosen city, but go to rookgaard after death. I took a look on the database and the town_id field remains on 1(rookgaard id). After change that on the database, after death the user goes to the...
  4. kalebealves

    Linux Ubuntu 12.04.0-64 - ERROR COMPILATION

    Trying to compile 0.4(r3884) on ubuntu 12.04. I removed -Werror from Makefile and Makefile.am, changed leaf() to path().filename(), inserted "#define BOOST_FILESYSTEM_VERSION 2" on definitions header, and put "#include <sys/signal.h>" before otsystem includes on otserv.cpp. But still got this...
  5. kalebealves

    Backup of some old sources

    I don't know how it works on windows, but from the error mesages, looks like you don't have nither lua or boost libs on your path. Have you installed those requirements?
  6. kalebealves

    Backup of some old sources

    Have someone been able to compile trunk3777(or any other 0.4) on linux? I'm having a hard time compiling it. Had several errors and got arround but there's one that i'm not able to fix. If any one got it compiled please, post here your system specs and libs. I
  7. kalebealves

    Compiling TFS simple tutorial for beginners

    So sorry, I was fixed on github and not even knew that had download section here o the forum. thx.
  8. kalebealves

    Compiling TFS simple tutorial for beginners

    by download sections you mean the nightly builds from github pages? I just want the source code. I'm using linux.
  9. kalebealves

    Compiling TFS simple tutorial for beginners

    from where I understand, if this version is based on 0.2, so thay don't have records of 0.3 or 0.4 versions on the tfs official repository?
  10. kalebealves

    Compiling TFS simple tutorial for beginners

    from where I found 8.60 is supported by those versions. Just don't know if are the only ones. I've been searching through the git log and didn't found any commit about version 0.4(0.3.6 or 0.3.7 too) or version 8.60. Is there any way I could get those build versions from the original tfs git...
  11. kalebealves

    Compile 1.1 to 8.60 client version

    Besides change definitions header to accept 8.60 connection, what do i need to change to compile tfs source to accept connections from that version?
  12. kalebealves

    Compiling TFS simple tutorial for beginners

    I was able to find I don't understand... newer client of what, yatc, tibia? and if so, it wont support the 8.60 version... Also i'm not using nothing else than yatc or tibia with ipchanger.
  13. kalebealves

    Compiling TFS simple tutorial for beginners

    sorry,.. version 1.1 modifying the definition headers to work with 8.60
  14. kalebealves

    Compiling TFS simple tutorial for beginners

    I just compilled for linux64 and aftar that set up all my data. I copied the data folder to the same folder as the server binary with also the config.lua(with the database config) and the schema.sql. after apply the schema to my new database, it was clean, with no data. only the tables. I...
  15. kalebealves

    Account Manager option on config.lua not working

    nice, now i've stored my hashed password on database but when i try to login with tibia(and ip changer of corse) client it crashs with critical error and the with yatc the it freezes on "connecting to login server"... Do I need to set anything on my database rather than account table to be...
  16. kalebealves

    Account Manager option on config.lua not working

    nice, thx. Didn't knew that it was stored like that. With otserv there was a option to use plain or hashed passwords. The rest is easy.
  17. kalebealves

    Account Manager option on config.lua not working

    I'm trying to create the accounts from sql queries but after create them I cant login from the client. the query looks like this: INSERT INTO `forgottenserver`.`accounts` (`name`, `password`) VALUES ('test', 'test'); after run that, the registry is created with some aditional field that with a...
  18. kalebealves

    Account Manager option on config.lua not working

    Really nice bro. Have you tried a pull request to its source page? There is a issue there about a new account manager. How can I add that to my server? It's open source?
  19. kalebealves

    Account Manager option on config.lua not working

    that would be nice... I've been thinking on how to implement that with scripts but didn't found any command on lua scripts to createaccounts. other question... if there is not a built in account manager, why sould I use the forgotten server and not the original one from...
  20. kalebealves

    Account Manager option on config.lua not working

    no, it hasn't any 1/1 account... do i need to create it? Do i need to set accound group for it?(like god, gm or other)...
Back
Top