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

    TFS 1.X+ script error in console tfs 1.4

    Hello i use tfs 1.4 version 8.6 i have the following error Lua Script Error: [Scripts Interface] C:\Users\felip\Documents\GitHub\pro-ot\data\scripts\quests\load_quests_xml.lua:callback ...ts\GitHub\pro-ot\data\scripts\quests\load_quests_xml.lua:13: attempt to call method 'children' (a nil...
  2. J

    OTClient prevent open container if there is no enough space for it

    Hello, as title says how to prevent open container if there is no enough space for itorit and send it to another available container . Added this: margin-bottom: 1 GameSidePanel < UIMiniWindowContainer image-source: /images/ui/panel_side image-border: 6 padding: 2 padding-top: 3...
  3. J

    OTClient which is the proper way to add margin bottom to this otcv8

    as title says Panel id: gameRightPanels anchors.right: parent.right anchors.top: parent.top anchors.bottom: parent.bottom focusable: false layout: type: horizontalBox fit-children: true spacing: -1 would like to add an invisible margin at the...
  4. J

    [OTCV8] gameright panel has no bottom limit

    Hi As title says, [OTCV8] gameright panel has no bottom limit so it's opsible to open a backpack that appears partially here you can see an example, look at the right bottom corner how the backpacks looks, how to and a limit in there? Asd
  5. J

    programmer help me connect to world after add cast system tfs 1.4/1.5

    As title says i need a programer for this task hit me up with a message and price this i what i get at debug i can compile, execute the exe, access to the char list but cannot log into the game i get server crash edit changed eveyrthing in sources from isdead to gethealth and now i removed the...
  6. J

    OTClient Help enable wings and auras otcv8

    Hello i have added wings and auras to the server. everything is client sided i have already test it. wings and auras are working in non edited otcv8 but in mine otcv8 it does not. If i click on wings options i can see the wings added into the server but it can't be weared by platers ( this...
  7. J

    C++ [question] do i have to add this three commits to enable auras/wings?

    Hello i was reviewing otcv8forgottenserver, there are three commits in order to enable this, i have add them properly, the exe was built with no problem but exe is crashing for no reason...
  8. J

    Solved zombie event, tfs 1.4 players don't get kicked or attacked

    As title says player don't get attacked or kicked out after the zombie has aproached the player get thsi error in the console: Lua Script Error: [Event Interface] data/events/scripts/creature.lua:Creature@onTargetCombat data/events/scripts/creature.lua:50: attempt to call global...
  9. J

    Where do I report an scammer here?

    Where do I report an scammer? This guy is trying to sell.me a cast system which is already available out there, and he even dared to.recommend.me TFS ,0.4 Lol, he didn't tell.me.the price but o bet it wouldn't be for free or 100 USD @adric21
  10. J

    [CTF]capture the flag 1.3, players don't die

    Hi I use tfs 1.4/1.5 protocol 8.6. I'm using capture the flag event taken from this thread: Capture The Flag (https://otland.net/threads/capture-the-flag.280129/) Everything works, except that players don't die while they're in the event, when they¡re about to reach 0 hp they get instant full...
  11. J

    zombie event players don't die

    im trying to use this zombie event MoveEvent - [1.3] Zombski 🧠🧟‍♂️ (https://otland.net/threads/1-3-zombski.276196/) i read over the forums that i have to get this enabled <event class="Creature" method="onTargetCombat" enabled="1" /> and i have but players dont get killed or kicked out of the...
  12. J

    OTClient [maps requests]Need two maps CTF and ZOMBIE

    Hi i have been looking for these ma´p but can't find them. need them for version 860
  13. J

    Lua mw timerwith animatedtext script with multiple colors and playername who used the mw in there too animated text

    --[[SevuEntertainment(c)]]-- local recAnimateText = false local startSeconds = 20 local combat = Combat() combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY) combat:setParameter(COMBAT_PARAM_CREATEITEM, ITEM_MAGICWALL) mwCountDownStart = function(position, seconds) local...
  14. J

    Lua mw timer for tfs 1.4/1.5

    I have been looking for this the whole day have researched several threads with the scripts but none of them seems to be working, i commented an old thread and my post was deleted can somebody script this for me please?
  15. J

    Solved convert code from tfs 1.2 to 1.4/1.5

    help convert code i took this from tfs 1.2 and my server is 1.4/1.5 have tried several ways with no luck MarketStatistics* statistics = IOMarket::getInstance()->getPurchaseStatistics(itemId); if (statistics) { msg.addByte(0x01); msg.add<uint32_t>(statistics->numTransactions)...
  16. J

    Market system tfs 1.5 protocol 8.6

    Hello, have enabled market system it seems to work, it display items, the buttons in the gui windows are enabled but when i try to create an offer to buy ex: an armor nothing happens if i re-click in create button, i get a message that i have to wait few seconds, the offer is not being created...
  17. J

    where to get libs from android_libs.7z

    Hi i was reviewing the tutorial in or der to compile otcv8 libs from android_libs.7z <<< cant find this, does somebody has them? can you share it with me?
  18. J

    ddraw.dll to get fetures in 8.6 cipsoft client

    There are so many server 8.6 with ddraw.dll all these server have differente features some has mounts, other mana below hp bar and so on. wonder if this is the file that kor develop?
  19. J

    TFS 1.X+ market system debug otclient

    My server is tfs 1.5 - 8.6 i have enable market susccesfullly, but when i want to choose an item from the itemmarket list i get the client crashed in terminal i can see this ERROR: Unable to send extended opcode 201, extended opcodes are not enabled on this server. ERROR: ProtocolGame parse...
  20. J

    TFS 1.X+ console error

    Lua Script Error: [Scripts Interface] C:\Users\pasturryx\OneDrive\Documentos\GitHub\pro-ot\data\scripts\eventcallbacks\player\default_onLookInMarket.lua ...entos\GitHub\pro-ot\data\scripts/lib\event_callbacks.lua:101: bad argument #1 to 'insert' (table expected, got nil) stack traceback...
Back
Top