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

    The stairs...

    Ok i recompiled the clean tfs, used default spr dat and its working. ;) thanks for the help
  2. J

    TFS 1.X+ TFS 1.5 772 nekiro's downgrade - bigger packet size and Otcv8 features causing server crash on login

    How is this a RSA problem when im using the default one from OTClientv8 and TFS. The same that posted @Forkz here. It should work with the default one right ? Tried custom just for testing purposes. I used gesior's OTS RSA Generator (https://ots.me/rsa/) tool. I generated new keys, took key.pem...
  3. J

    I making YurOTS, and have some questions (Version Game: 7.6/7.7).

    Depends on which engine you want to run it. If old XML file system like YurOts that Sakiko is bumping 24/7 and defending :D in every thread forget it. Its slow terrible and it sucks (noone even plays there, just relaunching every now and then ). If u want something newer stable i suggest TFS 1.5...
  4. J

    TFS 1.X+ TFS 1.5 772 nekiro's downgrade - bigger packet size and Otcv8 features causing server crash on login

    i have the same key 1683701897 Tried to generate a new key with OTS RSA Generator (https://ots.me/rsa/) After recompiling, server was running fine, otclientv8 had older OTSERV_RSA to test if the server will crash on login. It obviously did not with the wrong key. After changing the OTSERV_RSA in...
  5. J

    TFS 1.X+ TFS 1.5 772 nekiro's downgrade - bigger packet size and Otcv8 features causing server crash on login

    Tried that it was almost the same as the commit i used before, and still not working. Server is running but when i log in it automatically crashes, dont know why.
  6. J

    The stairs...

    Ok so i took items.otb and xml from servers to map editor. Spr loading from the client directory. I can see ID 459 in RAW palette like stairs. However after placing it on the map i see only orange transparent tile. But in game i see it normally like sprite from the palette. But in ItemEditor...
  7. J

    The stairs...

    In editor i see only yellow square not the tile. Yes im using modified spr but i use the default one just added new sprites at the end.
  8. J

    TFS 1.X+ TFS 1.5 772 nekiro's downgrade - bigger packet size and Otcv8 features causing server crash on login

    Hi, i was trying to edit sources to increasing packet size and also sending otcv8 features to client. This commit: OTCv8 detection, custom features packet, bigget packet size and bug f… · OTCv8/forgottenserver@2839d4d...
  9. J

    The stairs...

    Hi this post helped ty ;) but do you know why i can see that tile 459 in client ? I thought it should be invisible
  10. J

    C++ TFS 1.5 7.72 How to send cancel message after choosing locked outfit

    I did not at that time, but i tried it and i wasnt able to login after that, instantly connection error in client. i'll try to look into it more at the weekend.
  11. J

    C++ TFS 1.5 7.72 How to send cancel message after choosing locked outfit

    if(version >= 770) then g_game.enableFeature(GamePlayerAddons) g_game.enableFeature(GameLooktypeU16) g_game.enableFeature(GameMessageStatements) g_game.enableFeature(GameLoginPacketEncryption) g_game.enableFeature(GameNewOutfitProtocol) end
  12. J

    C++ TFS 1.5 7.72 How to send cancel message after choosing locked outfit

    parseSetOutfit() was already like that. Tried the sendOutfitWindow() but same glitching issue.
  13. J

    C++ TFS 1.5 7.72 How to send cancel message after choosing locked outfit

    Thanks i can see addon now but its glitching for some reason. Cant walk just barely moving items not rendered etc. idk why If i comment out this line: g_game.enableFeature(GameLooktypeU16) I can see the first addon and nothing is glitching but i cant open outfit window. Weird...
  14. J

    C++ TFS 1.5 7.72 How to send cancel message after choosing locked outfit

    well im using otcv8 for now since i didnt start with client compiling for now (pain in windows :D) can u tell me where can i enable this feature in otcv8?
  15. J

    C++ TFS 1.5 7.72 How to send cancel message after choosing locked outfit

    so i need to edit client sources aswell and recompile ?
  16. J

    C++ TFS 1.5 7.72 How to send cancel message after choosing locked outfit

    Hi, tried the same uncommented stuff in protocolgame.cpp for addons etc left only mount related code commented on Nekiro's 772 downgrade. I added addons to outfit in object builder and gave player the addons through player:addOutfitAddon. But i cant tick addons, the buttons are grayed out. Any...
  17. J

    TFS 1.X+ tfs 1.5 nekiro 7.72 names of rune no appear

    Edit spells.xml rune names.
  18. J

    Compiling Tfs 1,3 compilling

    try with latest tfs if it works. Personally i use provided Dockerfile for easy compilation under docker.
  19. J

    TFS 1.X+ Lifefluid and POT nekiro version 7.72 1.5

    fluids.lua in actions/scripts/others/ --change --item:transform(item:getId(), FLUID_NONE) --for item:remove(1)
Back
Top