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

    TFS and OTX

    Thanks for all responses. Now it's clear.
  2. hellboy

    TFS and OTX

    There is any kid of comparision matrix or so? Why OTX creators forked TFS?
  3. hellboy

    LINUX VPS SETUP SCRIPT

    In my opinion ansible playbook with roles is cleaner and separate config file and file with every installation step on each oter. Whats more it in most cases yaml is self explaining. ### SOME EXAMPLES - name: Update package list apt: update_cache: yes # here I do: # apt-get -y...
  4. hellboy

    LINUX VPS SETUP SCRIPT

    You can also use ansible :)
  5. hellboy

    MoveEvent [Events][TFS 1.X] Runes backpack Medivia-styled

    It look like engine bug, try report this to the TFS git repository. otland/forgottenserver
  6. hellboy

    MoveEvent [Events][TFS 1.X] Runes backpack Medivia-styled

    Nice, I didn't know that there are new backpacks
  7. hellboy

    Ethereal spear problem with arrows of the elements. TFS1.2

    Remove from items.xml elemental value. For example: Remove
  8. hellboy

    Compare map files

    Ok, answer is: There is no easy ("idiot friendly") solution. At this moment I don't need this function anymore, because I found last revision of my old project map. Anyway thanks for help. @WibbenZ @ScorpionOT
  9. hellboy

    Lua Particular monster on spawn in map

    Thanks. I'll search few days in forum for another answer. If I can't find anything else, I'll mark your answer as "Best answer" and set Thread as resolved.
  10. hellboy

    Lua Particular monster on spawn in map

    I fount something like that in source: forgottenserver/monsters.cpp at master · otland/forgottenserver · GitHub Could you provide any example? I can't find anything in default data pack in data/monsters that look like <script> [...] grep -r 'script' monster/ | grep -iv 'namedescription' |...
  11. hellboy

    Compare map files

    I don't get it.
  12. hellboy

    Lua Particular monster on spawn in map

    It's possible to fire lua script on spawn one monster type in map (using only monster xml file and lua)?
  13. hellboy

    Compare map files

    Is there any simple way to compare every sqm in two otbm files an show differences as list of positions? Something like diff for txt files.
  14. hellboy

    Lua Open trap, preventing overstacks.

    How You registered it in xml file? Show snippet
  15. hellboy

    Lua Open trap, preventing overstacks.

    function onAddItem(pos, item) doTransformItem(item.uid, some_item_id) end
  16. hellboy

    Lua Open trap, preventing overstacks.

    Add onAddItem. When anyone put any item on trap, then close trap. This way allow only one trap on top? :)
  17. hellboy

    Compilation on windows 7 with Visual Studio 2015

    I guess "register_otclient_boost_env.bat" doesn't work at all in my case. (I run it as regular user and as administrator). I followed this guide: Compiling on Windows · edubart/otclient Wiki · GitHub 1>------ Rebuild All started: Project: otclient, Configuration: Release x64 ------ 1>cl ...
  18. hellboy

    Editing posts

    Could I send you in private message same edits to first 3 posts of pet sytem? It's annoying when I try update post with features, installation instructions and attachment and I wait few days. Whats more I don't know if it will be ever updated because it could not meet requirements and it will be...
  19. hellboy

    Editing posts

    Not always. I reported my post in pet system to edit in march...
  20. hellboy

    Editing posts

    Bump. It's any possibility to add my scripts as attachment in first post? This edit lock is annoying and pointless.
Back
Top