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

    item editor

    Have you tried editing your items.xml? An item editor is used to edit OTB data files, which I doubt it modifies any kind of attack, defense or other attributes. Thus, easiest way to modify those attribute is with items.xml.
  2. Dyabl0

    The Forgontten Server

    Something you're looking for is ORTS datapack, completed real map based on TFS 1.2 engine: https://github.com/orts/server It is buoyed by Summ, Ninja and other contributors. I would personally recommend you to look for official The Forgotten Server repository and contribute if possible...
  3. Dyabl0

    House bug

    I'm afraid that there is no other easier way to do so, make sure you have checked "Auto-assign door ids" in your editor preferences: Then you can simply re-paint the house where there are doors, tablets and such (this way it automatically adds ID by order).
  4. Dyabl0

    House bug

    Try updating your map editor to latest version. I am using version 3.2. EDIT: Check it out this one: https://otland.net/threads/remeres-map-editor-3-2.246689/
  5. Dyabl0

    House bug

    The reason you can't see your ownership when you look at the door is you haven't added any door ID in map editor of that house. Simply select the house in map editor and take house brush, paint it over doors, it will automatically add the ID number. Every single door/table inside your house...
  6. Dyabl0

    Website donor shop!

    You have changed your shop system now, I referred the solution above to your old shop system. Just take a look what Raggaer said, your shop images refers to the following link: http://elythia.zapto.org/images/items/shop1.gif Inside the folder www/images/items/ there is no shop1.gif. If there's...
  7. Dyabl0

    Website donor shop!

    Go to your www/config/config.php file and find: $config['site']['item_images_url'] = 'http://item-images.ots.me/960/'; Change: 'http://item-images.ots.me/960/' to 'http://item-images.ots.me/1092/'.
  8. Dyabl0

    error talkaction (/save) TFS 1.2

    Add this to your global.lua if you haven't: function isNumber(str) return tonumber(str) ~= nil end
  9. Dyabl0

    BP sd to Znote shop

    You should check the following thread, a similar case to yours: https://otland.net/threads/znote-aac-shop.192174/#post-1855965
  10. Dyabl0

    How to make item usable? Help

    You will have to edit your items.otb with an item editor and mark the item as 'Multi Use', also (not sure if necessary, but do it just incase) with Object Editor (Tibia.spr, Tibia.dat) change properties of your item with 'Multi Use' as well.
  11. Dyabl0

    Solved mysql Error 'player_rewards' (OTXServer, 7.7)

    The problem is that there's a Reward System feature implemented on that distro, in case you don't want it, just look at following changes and remove them from your distro: https://github.com/otland/forgottenserver/pull/1641/files
  12. Dyabl0

    Solved mysql Error 'player_rewards' (OTXServer, 7.7)

    Have you already inserted this to your schemq.sql? Also execute it on phpmyadmin sql:
  13. Dyabl0

    Remers map editor bugg

    This is because you have "Only show colors" view mode, just press CTRL+E and you will have normal view. For further issues, you can always check 'View' menu on top of Remere's Map Editor window and see what's checked.
  14. Dyabl0

    Uniform server error 509

    The error status means the traffic generated by the web server has exceeded the monthly allowance which is set by the hosting server. I'm sure they are working on this already, so you're the only one experiencing this. If you are looking for Uniform Server download, you can check in here...
  15. Dyabl0

    [ANSWER] Frame duration sources

    I am afraid, but I don't know any other way to change those animations, the simple way was editing in your Object Builder. You can try adding your client version in versions.xml (Object Builder file), after: <version value="1031" string="10.31" dat="52AED581" spr="52AED5A7" otb="54"/> Find your...
  16. Dyabl0

    ZNOTE AAC - Problem creating a guild

    You should try increasing your thread_stack in php.ini or my.cnf. If you are using Uniform Server, you can find that file inside /UniserverZ/core/mysql/my.cnf Change it to this value: thread_stack = 256k
  17. Dyabl0

    Help me, with RME

    It depends on which client version you are using map for, however, check the latest version which can be found in here: https://otland.net/threads/remeres-map-editor-3-2.246689/
  18. Dyabl0

    [ANSWER] Frame duration sources

    Have you tried editing your .dat & .spr files with Object Builder? You can find those files inside /OTClient/data/things/10.51 (look for client version file in here)
  19. Dyabl0

    Lua Attr command for OTX 3.7

    Try with this:
  20. Dyabl0

    [Map Editor] issue with houses

    .....
Back
Top