• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Demnish

    Lua How to prevent same ip from the reward?

    I would have helped you if I knew, I've never worked with IP scripts before. But if I were to work with them, I'd check those functions out, find more scripts that uses them, compare and use the old trial & error. Someone will pick it up and help you with it if you can't solve it yourself. Some...
  2. Demnish

    Spells Versus Walls

    Thanks, now I get what your problem is and what you want. You want so that the part of the area of the spell that doesn't touch something solid(a wall for example), still gets executed. Now I also understand why you commented out those lines in the sources, but that was a prime example of a Duct...
  3. Demnish

    TFS 0.X Can't login on my server sometimes

    Sounds like a source based memory leak issue. Might also be some script that is hogging memory by storing variables, building up a lot over time until the server eventually can't handle the info. Alternatively, if you're using a custom client, there could be compatible issues aswell. A computer...
  4. Demnish

    Lua How to prevent same ip from the reward?

    I found these functions regarding IP: Maybe one of these will get the job done.
  5. Demnish

    Compiling Compile issues

    Since he didn't post the solution, here it is; Click on all errors that arise, and add luajit/ in front of the includes. Example: #include <luajit/lua.hpp> Keep at it until they go away, it's because they haven't updated the source code on OTClient to match the LUA libraries, which is now...
  6. Demnish

    C++ [TFS Master] The stacking of parcels & return of the pot

    Anyone know where in the sources dictates if a player can walk over heighted objects? 🤔
  7. Demnish

    Spells Versus Walls

    How does the Exori Min look like? Can you post a picture of you doing it out in the open?
  8. Demnish

    CAM for Otclient

    People not doing Open Source are the very same people holding the OT development back several years. Just imagine where we would be if this community wasn't so greedy.
  9. Demnish

    Spells Versus Walls

    If you can, you probably should find a way to fix Exori Min lua-wise.
  10. Demnish

    OTClient Problem use runes in yourself

    This was a very nice fix, please try and add it to the main branch of OTC. Any idea on how to completely remove the "pick item for hotkey" feature? Since in oldschool you couldn't hotkey items.
  11. Demnish

    Spells Versus Walls

    Uncomment those lines, see how it goes.
  12. Demnish

    Spells Versus Walls

    Well, I can't shoot Exevo Vis Hur's through walls, I tested it in the exact same way you did. Have you changed anything in the sources?
  13. Demnish

    vcpkg libmariadb

    You just helped me compile my very first source. I thank you deeply! 😃 We need to get in contact with the TFS team so they can change the compiling tutorial on git hub.
  14. Demnish

    Spells Versus Walls

    Is there a reason as to why you aren't using the latest TFS from git hub? I have that distro and I tried to replicate your issue but couldn't.
  15. Demnish

    C++ [TFS Master] The stacking of parcels & return of the pot

    It worked, thanks a lot mate! :) Now, I need to fix the parcels, do you think those can be changed with DAT and OTB changes aswell or is that strictly sources? Also, since I changed the DAT and OTB. What happens if a player doesn't use my custom client DAT file? Will they get the packets...
  16. Demnish

    C++ [TFS Master] The stacking of parcels & return of the pot

    Yeah, but the object actually needs to block players from passing, like a magic wall does. Do you know where I can get a Dat Editor for 10.98? That would be beast. :)
  17. Demnish

    vcpkg libmariadb

    So it's possible to switch out libmariadb to libmysql without any problems? And you mean libmysql:x64-windows, instead of x86 right?
  18. Demnish

    C++ [TFS Master] The stacking of parcels & return of the pot

    1. Changing the monster's canpushitems flag makes it possible for example a Lvl 8 Sorcerer to easily trap a Demon and go to town. 2. Over a 100 monster's needs to be edited. 3. It's not a solution to the most disastrous problem when using the Unpassable flag, which is that if you hold direction...
  19. Demnish

    C++ [TFS Master] The stacking of parcels & return of the pot

    The Block Pathfinder flag didn't change the outcome, it was still the same as with my other 2 tries. (I did both with and without the Unpassable flag)
  20. Demnish

    C++ [TFS Master] The stacking of parcels & return of the pot

    So, I'm going to get into some source code editing for the first time ever. My goal is to take the latest TFS from git hub, then return the oldschool "stacked parcels/boxes/etc blocks creatures" & chests and pots being usable as a budget mwall for knights as it was before. POT (FIXED) Now I've...
Back
Top