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

    Windows Server4You VPS - I have no idea what to do

    I would help you but unfortunately I don't have much time but here are some tutorials that may be helpful. https://otland.net/threads/simple-all-in-one-from-nothing-to-a-fully-working-dedicated-server-on-ubuntu.212117/...
  2. narko

    Tracking Tibia Packets

    That's why Im asking for some help :/
  3. narko

    Tracking Tibia Packets

    I've added support for 10.92-93 in my project recently, and I am having some issues that I didn't have using 10.9. For example when I open the store, my client crashes. I think there's a missing packet in sendStore() function. My question: is there any way to track tibia packets while logged...
  4. narko

    Compiling Bug Premium days

    protocollogin.cpp // Add premium days if (version >= 1080) { if (version >= 1082) output->addByte(0); output->addByte(g_config.getBoolean(ConfigManager::FREE_PREMIUM) || account.premiumDays > 0)...
  5. narko

    Compiling Bug Premium days

    The part you should focus is on protocollogin.cpp.
  6. narko

    HEAL Boost

    onEquip/deEquip script will be required for that in movements.xml
  7. narko

    Compiling [CAST SYSTEM][8.60] How to find cast files in source?

    You can pick up your source with cast system and see differences between them, that might help a bit. Most of the differences might not be related with cast system.
  8. narko

    TFS 1.2 hunting room from old TFS

    player:teleportTo(exitpos)
  9. narko

    TFS 1.2 War system ?

    As far as I know "Guild War System" is now handle by website (Gesior, Znote AAC) unless you make some changes to the source code.
  10. narko

    [TFS 1.x] Global depots 10.9+

    This actually works like a charm.
  11. narko

    almost repaired Hunting room from TFS 0.3.6 to TFS 1.2/1.1

    Replace function onStepIn(cid, item, pos, fromPosition) for function onStepIn(player, item, pos, fromPosition)
  12. narko

    Linux Good VPS but lags on rl map

    CPU usage?
  13. narko

    [MAP] Ferumbras' Ascendant Quest

    Agree, first time I saw that map I thought someone mapped it based on watching tibiacams.
  14. narko

    [TFS 1.x] Global depots 10.9+

    Has someone already figure out how to make global depots work on TFS 1.x? I'm not asking for a full code but maybe if you know something and would like to share a small part of the code or give ideas. A global depot with 17 city-specific boxes accessible from every individual depot will be...
  15. narko

    [TFS 1.0] Remove monster A, create monster B (Transform)

    I can't figure out how to do this. This how I'd like it to work. if Game.getStorageValue(1000) == 1 then -- remove monster (a) -- create monster (b) end
  16. narko

    [10.90] GlobalOT - FULL + NEW WWW + NEW LAYOUT + Krailos [TFS 1.2]

    I couldn't find Krailos.
  17. narko

    Server app

    Learn Java and some C++ so you should be able to make it by yourself. In the worst scenario, pay someone to make it for you.
  18. narko

    CreatureEvent [TFS 1.2] Revive system + resurrection spell by Zbizu

    I assume you are using TFS 1.0 local player = Player(cid)
  19. narko

    [C++] (PVP) No damage if same storage value

    Compiling log: http://pastebin.com/qU1me3Cw
  20. narko

    [C++] (PVP) No damage if same storage value

    Since i'm using TFS 1.0 there's no onStatsChange or events like onTarget
Back
Top