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

    errors in final steps otcv8, building, compiling apk for android

    at the very end of the compilation progress i recieve this message. don't know to fix this so i cdan build the new apk.lia 1>------ Build started: Project: otclientv8_lib, Configuration: Release ARM ------ 1>ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk 1>ANDROID_SDK_ROOT=C:\Program...
  2. F

    AAC Znoteacc with multiworld

    Hello i Have adapted multiworld and it's already working. but what i havent succed yet it to manage to handle multiworlds with one database, can somebody lend me a hint or a repository that has this working in order to adapt it to my website? thanks in advance
  3. F

    C++ Cast system, few errors in compilation, like "get_io_service" - tfs 1.5

    Hello I'm adding cast system from djrek i know it has it's errors but i want to check it anyways. im stuck with few compilers errors like : 1>C:\Users\pasturryx\OneDrive\Documentos\GitHub\pro-ot\src\connection.cpp(309,9): error C2039: "get_io_service": no es un miembro de...
  4. F

    TFS 1.X+ [Error - mysql_real_query] Query: INSERT INTO `players_online` VALUES (1)

    I use nekiro's tfs 1.5 with multiworld system i get this error while logging in, how do i remove or fix this error console? >> Forgotten Server Online! GM Ratx has logged in. [Error - mysql_real_query] Query: INSERT INTO `players_online` VALUES (1) Message: Column count doesn't match value count...
  5. F

    TFS 1.X+ which is the code in charge of log in to the server?

    Hi I have made few changes into my server and im facing a tiny problem. The thing is that everything seems to be okey after my char list is loaded. the problem appears after i choose my character in order to log into the server ips are changing and don't know the reason yet while i load...
  6. F

    TFS 1.X+ fix + 9 stack pos error in compilation

    [ Gravedad Código Descripción Proyecto Archivo Línea Estado suprimido Error (activo) E0167 un argumento de tipo "bool" no es compatible con un parámetro de tipo "MagicEffectClasses" theforgottenserver...
  7. F

    C++ Help compiling tfs 1.5 again

    Hey i have formatted my computer an re-installed everything, but i cannot compile mt sources again, before this i was able to compile everything succesfully, but now i get a lo of errors like the ones displayed in here, could you help me via anydesk or something...
  8. F

    Compiling issue after formatting my computer

    Hello I have formatted my computer and now i can't compile my proyect i downloaded a clean distribution and the same thing is occurring, would you mind helping me please? peración Compilar iniciada.. 1>------ Operación Compilar iniciada: Proyecto: theforgottenserver, configuración: Release...
  9. F

    Feature tfs 1.5 multiworld unfinished

    i was working on this it's unfinished would like to release it hopefully it would help someone. it comes with all commits i was working in tfs 8.0 up to date with main tfs repo https://github.com/pasturryx/multiworld you can access to the server with a commit in protocollogin.cpp...
  10. F

    tfs 1.5 - Multiworld - accessing to character list issue/problem - looking programmer

    Hello I have added multiworld system into my tfs 1.5 i can log in to the game. but can't load the character list and don't know why the problem is. I made few editions to iologindata.cpp (where i think the error is)in order to remove few console errors. i have all the commits that i've made...
  11. F

    TFS 1.X+ IOLoginData::loginserverAuthentication

    Hello I've editing this code a lot in order to access to my server using multiworld. I use tfs 1.4 I can log in to the server but i can't laod character list. I've debugged things and such but don't know what else to do. Please help me editing this code in order to laod charcter list properly...
  12. F

    TFS 1.X+ [looking for help]log in problem nekiro's multiworld system [source and commit included]

    Have added aurelion's multiworld system into nekiro's 8.0 downgraded server. Have no errors in console. When i press enter in order to search character list, the client stays waiting for ever give me a hand The Forgotten Server - Version 1.5 (Nekiro's 8.00 downgrade) Compiled with Microsoft...
  13. F

    TFS 1.X+ Multiworld log in issue

    Have added aurelions multiworld system into nekiro's 8.0 downgraded server. Have no errors in console In client after i press ok to search for the character list, the windows stays for ever displaying "connecting to login server..." there are no errors in console The Forgotten Server - Version...
  14. F

    TFS 1.X+ [tfs 1.4/1.5] edit database multiworld system

    Hello community Have added multiworld system by aurelion into nekiro's 8.0 downgraded server. I have one edited database and the other which is not, in both of them i receive errors. Because the database that use aulerion is made for another protocol. Could somebody lend me a hand editing the...
  15. F

    Conditions like old tibia cipsoft 7.72

    I would like fire, poison energy conditions working like it does works in the real leaked cipsoft files 7.7s ( this would include soulfire rune ) + plus the fix for walking animation in monsters (the behavior as it's in the real server) post with an offer, i¿m wiling to pay in advance if the...
  16. F

    Windows Turorial about how to debug with msvc?

    Hello, community. I want to know if there's a tutorial about how to debug with msvc, and find the cause of the code that's causing the error? Could somebody teach me the steps to achieve this please? thanks in advance
  17. F

    C++ Cast system tfs 1.3/1.4

    Hello I have found this repository which have cast system for tfs 1.3/1.4 GitHub - Fablow77/TFS-CastSystem: Credits to dj-slavi-tfs team otland.net (https://github.com/Fablow77/TFS-CastSystem) I have added many things into my source trying to merge or adapt this rpeo with mine i have passed...
  18. F

    Show heal healing numbers in red or green

    Hello I know that for mana it should be in thsi way int32_t realManaChange = targetPlayer->getMana(); targetPlayer->changeMana(manaChange); realManaChange = targetPlayer->getMana() - realManaChange; if (realManaChange > 0 && !targetPlayer->isInGhostMode()) {...
  19. F

    question related with tfs github

    Hi in the TFS github i can see some commits that are with an aproval tickets and other that are with a red cross, all the commits seems to be aproved so my question is why some are some commits with a red cross and other with a green ticket? The ones with the red cross are not added to the...
  20. F

    Programmer Programmer to fix classic spell casting crashing server

    Hi I have made some editions in spells.cp and tools.cpp. So spell oculd work as they used to work in old time ExUrA will work(and all others) Ex Ura will work(and all others) Utevo lux "blabla works the problem is that certain spells were quotes are not being used, are crashing the server. ex...
Back
Top