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

    TFS 0.X Paintball command

    Hello. Is it possible to use all commandos only in the event arena? (Google translate sorry :D) https://otland.net/threads/mod-paintball-event-0-4-0-3-6pl1.234876/page-2#post-2696797
  2. X

    C++ Monster level

    Hi. I have a problem with the monster level. The point is that the summon is always 255 lvl, no matter if it's created by the player or by the monster I think the problem is here map.cpp bool Map::placeCreature(const Position& centerPos, Creature* creature, bool extendedPos /*= false*/, bool...
  3. X

    TFS 0.X MOD Autoloot

    Hello. I install this mod: https://otland.net/threads/my-autoloot-system-for-tfs-0-4.264702/ everything works but i get error in console: TFS 0.4 3777. Someone help please ?
  4. X

    TFS 0.X Critical hit system

    Hello. I am using the code from this topic: https://otland.net/threads/critical-chance-hit.115609/ There are no errors after compilation but how the gun is in the arrow slot the critical blow continues (Google translate Sorry)
  5. X

    OTClient walking lags

    Hello. When i walking on otclient on keyboard: But map click works correctly https://otland.net/threads/otclient-1-0.271332/
  6. X

    OTClient Otclient Vcpkg

    Hello. I use this tutorial: https://github.com/edubart/otclient/wiki/Compiling-on-Windows But i get error when i try to install vcpkg: I have already tried several versions vcpkg. the newest too
  7. X

    AAC Znote Acc small bug layout

    Hello. I use this layout : https://otland.net/threads/znote-aac-underworld-layout.268642/ this bug where the sidebar moves out of place when create character bug is only occurs when creating a character, the rest is fine
  8. X

    AAC Convert from Gesior to ZnoteAcc

    Hey. Someone will explain to me how to convert the script from Gesior to Znote ? what functions to change etc. <style> .bounty_hunter_header { font-size: 16px; } .bounty_hunter_text { font-size: 15px; color: black; text-align: left; padding...
  9. X

    TFS 1.X+ TFS 1.2 Promotion NPC

    Hello. I get error on console when i write to NPC Hi>Promotion Script: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end...
  10. X

    TFS 1.X+ tfs 1.2 Ctf problem

    Hello. I install this CTF: https://otland.net/threads/tfs-1-3-capture-the-flag.271357/#post-2624623 All works but when event end and players are moved to temple they cannot die outside the event. No error in console. Maybe need add unregisterEvent to code but how ? Thanks !!
  11. X

    Compiling vcpkg install lib

    Hello. I use this tutorial: https://github.com/otland/forgottenserver/wiki/Compiling-on-Windows-%28vcpkg%29 And I get an error every time :(( Someone can help me?
  12. X

    Compiling Visual Studio - TFS 0.4

    Hello at the end of the build i get error: I try compile this: https://github.com/Fir3element/3777 Windows 7 64x bit
Back
Top