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

    TFS A* Algorithm :D

    I didn't have this problem since yesterday so I guess it must have been some kind of lag or smth. I suggest you add it in chronological order as it is on github, omit those things which are marked with cross and that's it.
  2. omaraboud

    TFS A* Algorithm :D

    I never changed default code for attack speed, or attack behavior in general. We've noticed the problem just now after code change. I'll keep an eye on the situation but still for me the code is great. Thanks anyway, difference between what it was and what is is now is enormous. I'm just...
  3. omaraboud

    TFS A* Algorithm :D

    Are any of those changes in commit connected to player attack? Cause I feel like since I added code sometimes player get lagged autoattack for 3,4 seconds. Those situations are very rare but they happen. Is it something with the code or I screwed something?
  4. omaraboud

    TFS A* Algorithm :D

    Made all changes and there is definite improvement in summon and monster behavior.
  5. omaraboud

    TFS A* Algorithm :D

    Guys sorry for digging up the topic but I have this huge problem with summons, but my summons are lagged for about 3 seconds after I lock the target. They attack reaction is very slow. The problem is on tfs 1.5 nekiro. @Itutorial
  6. omaraboud

    Hoster Ovh setup debian/windows call session

    On Windows server you need to open firewall and add 2 exceptions ports; 7171 7172, on linux if you have your firewall on its ufw allow port number. Same thing with ports from viewing your accmaker. But don't host your ots on windows, just use linux. I think there are also plenty of tutorials on...
  7. omaraboud

    Feature [TFS 1.4] OTS statistics (C++/Lua/SQL) by kondra

    @Gesior.pl any help?
  8. omaraboud

    Feature [TFS 1.4] OTS statistics (C++/Lua/SQL) by kondra

    Compiled without any problems but I don't know why my stats are not saving. Files are not generated at all.
  9. omaraboud

    Crash 1.5

    Thanks guys! That's what I felt was the cause of this
  10. omaraboud

    Crash 1.5

    Guys so today I had crash, I'm not sure whether if it's because of addevent function inside my spell? Crash usually happens right after player kills monster. Here's a dump from Gdb bt[New LWP 1442572][New LWP 1442573][New LWP 1442571][New LWP 1442574][Thread debugging using libthread_db...
  11. omaraboud

    Hoster Ovh setup debian/windows call session

    Debian or windows?
  12. omaraboud

    Problem in login (Black panels in left and right)

    Go to game_features and edit features.lua. if(version >= 860) then g_game.enableFeature(GameAttackSeq) g_game.enableFeature(GameCreatureEmblems) g_game.enableFeature(GameExtendedOpcode) g_game.enableFeature(GameChangeMapAwareRange)...
  13. omaraboud

    Android sound issue

    PM
  14. omaraboud

    OTClientV8 is from now open-source project

    In your modules old-scaling: true otui files or you can do it in lua files UICreature:setOldScaling(true). The third option is to edit otclient sources.
  15. omaraboud

    OTClientV8 is from now open-source project

    Had exactly the same problem, if ur using visual 2022 use v143 tools. That solves the problem.
  16. omaraboud

    OTClientV8 is from now open-source project

    Does anybody know where can I locate the bug in this source connected to generating small outfits? Like in the picture here? I also got other sources where outfits are normal size but can't locate the code. Need a hint or something.
  17. omaraboud

    Otclient LNK1120 LNK2001 Error

    So guys I've been trying to compile otclient sources and got these errors. Any ideas how can I solve these errors?
  18. omaraboud

    AAC Znote Problem with outfits

    Gesior Thank You so much mate! It's working now. Problem solved
  19. omaraboud

    AAC Znote Problem with outfits

    Yup, tried every combination. Still same, checked everything hundred times. I guess I am the exception, because for now I'm testing everything on windows and it's not working. @Znote maybe you can come up with something?
  20. omaraboud

    AAC Znote Problem with outfits

    Unfortunately, the problem is everywhere, not just in the sms shop. Also in highscores. The Path is set right. Anyone?
Back
Top