• 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!

Recent content by omaraboud

  1. omaraboud

    TFS A* Algorithm :D

    @Itutorial The last commit from yesterday causes crash as soon as player sees monster
  2. 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.
  3. 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...
  4. 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?
  5. omaraboud

    TFS A* Algorithm :D

    Made all changes and there is definite improvement in summon and monster behavior.
  6. 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
  7. 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...
  8. omaraboud

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

    @Gesior.pl any help?
  9. 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.
  10. omaraboud

    Crash 1.5

    Thanks guys! That's what I felt was the cause of this
  11. 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...
  12. omaraboud

    Hoster Ovh setup debian/windows call session

    Debian or windows?
  13. 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)...
  14. omaraboud

    Android sound issue

    PM
  15. 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.
Back
Top