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

    How to get FREE VPS from Oracle Cloud

    ubuntu@instance-18:~$ uptime 19:00:05 up 106 days, 18:52, 1 user, load average: 0.07, 0.08, 0.04
  2. kor

    Zasięgi OTServlist.org - jakich korzyści po reklamie oczekiwać?

    żadnych nie ma Pozdrawiam :)
  3. kor

    Feature [DLL] Simple WSAD in C++

    You have to capture packet data to file (record it on engine or capture from client) and compare with what server should send and client will expect. NPC and monster can also have skulls.
  4. kor

    Feature [DLL] Simple WSAD in C++

    Probably server is sending (or missing) additional byte for addon for every outfit (NPC and few monsters can also have addons if they're using outfit looktypes), so data received is different from what client expects. Also, you didn't even specify where it's "giving you bugs" - server-side...
  5. kor

    Tibia Server 6.4

    Sure, once per 20 years
  6. kor

    Spell Drill arrow

    So don't use it.
  7. kor

    Feature [DLL] Simple WSAD in C++

    Nope, but I can add a shortcut to toggle mode.
  8. kor

    Fossil | 4.0 | Development Thread

    What I want to see there? Definitely not an OTClient with mixed sprites. It's just another "oldschool" 7.7 server with smaller map and few graphics imported.
  9. kor

    top fraggers problem

    Don't put it in every file, instead place that include somewhere in AAC engine, for example in engine/init.php. Anyway, you should update your AAC, because in current Znote version it's proper usage of mysql methods - ZnoteAAC/connect.php at master · Znote/ZnoteAAC...
  10. kor

    top fraggers problem

    This extension was deprecated in PHP 5.5.0, and it was removed in PHP 7.0.0. via https://www.php.net/manual/en/function.mysql-query.php You should use newer extension (MySQLi) or include some function replacement like this php-mysql-fix/fix_mysql.inc.php at master · rubo77/php-mysql-fix...
  11. kor

    How and what I need for modify the Cipsoft files code? (RealOTS)?

    In that case you should drop your project before you would sacrifice waste too much time for it.
  12. kor

    How to remove worms for fishing rod usage in Cip files?

    Open dat/moveuse.dat and find line BEGIN "Fishing". Here you will find IsType (Obj1,3483) where 3483 is ID of fishing rod. There you have IsObjectInInventory (User,3492,0) and DeleteInInventory(User,3492,0) which is responsible to check for worms (ID 3492) and delete after use. So my guess is to...
  13. kor

    Spell Drill arrow

    Hello. I would like to share another small feature which might inspire someone else to reuse/rebuild for it's own. I've found it in more advanced version in [France] [8.6] AcidsOT (https://otland.net/threads/france-8-6-acidsot.277487/page-3#post-2681462), so I wanted to recreate it. Here is the...
  14. kor

    Simple custom skill - Cooking example

    Well, I'm not familiar with otcv8 so I proposed my hacky solution.
  15. kor

    Simple custom skill - Cooking example

    It requires client source edit to read additional skill bytes?
  16. kor

    Simple custom skill - Cooking example

    Hello. I would like to share my point of view for creating custom skill without touching server engine code. First, here is how it look like in game: and the code: 1. OTClient Comparing main...feature/cooking · rookgaard/otclient...
  17. kor

    TFS 1.X+ House size doesn't match house.xml

    Walls needs to be marked as house as that way it will "keep" (store in db) players hangables like tapestry. You can modify your engine, detect during map load which house tile is walkable (beds are not too) and increase some new house variable which will keep "real" house size.
  18. kor

    Live stream players from temple/depot on www! [TFS 1.0]

    My example was streaming just one player which was the app target, but you asked for "practical use", so I gave one.
  19. kor

    Live stream players from temple/depot on www! [TFS 1.0]

    You can use this as player radar even from your mobile phone
  20. kor

    tibia tower defence

Back
Top