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

    TalkAction [TFS 1.2+] Minimap generator (map scanner)

    This is awesome. Very useful. What where you doing when needed that kind of script?
  2. Baahzera

    Action [TFS 1.2] Exercise Weapons

    Hello eveyone. I like to share the modifications I've made to the code. I fixed the rates and the issue that allowed players to start the training several times with the same training weapon. local skills = { [32384] = {id=SKILL_SWORD,voc=4}, -- KNIGHT [32385] = {id=SKILL_AXE,voc=4}, --...
  3. Baahzera

    Lua [TFS 1.2] Forever And Skull Amulet

    I made this last week to learn a bit about lua, it might work for you on the part of being infinite if you want. Player needs to carry certain item in order to be blessed automatically. This does not work with skulls since I didn't code it. You can code it youself. Create you tag in XML and add...
  4. Baahzera

    Game 3D simmilar to Tibia, what do you think about it :) ?

    Can't wait to see that! Are you planning to release the game for smartphones?
  5. Baahzera

    Solved Connection Refused on VPS with Debian

    It's fine. I changed nothing and it is working again. So weird. Thanks for your answer, WibbenZ.
  6. Baahzera

    Solved Connection Refused on VPS with Debian

    Hello guys. I've downloaded and compiled fine these sources (path_8_6): otxserver/path_8_6 at otxserv3 · mattyx14/otxserver · GitHub I'm running this server on a VPS, the ports are correctly forwarded and open, as i've checked here HalfAway - Tools & Layouts Things I've tried: Reviewed...
  7. Baahzera

    Windows Problem getting it online

    Hello. I've found this thread that may help you. https://otland.net/threads/problem-with-tfs-0-1-10-37.212349/#post-2036409 Hope you get throgh it. Sincerely, l
  8. Baahzera

    Windows Problem getting it online

    When I tried to bring it online setting the ports in range 7171-7172 it didn't work, so I've forwarded it individually. 7171 tcp/udp forwarded to machine IP 7172 tcp/udp forwarded to machine IP I've also edited hosts file, pointing my hostname to machine ip, for example: otserver.tibia.com ->...
  9. Baahzera

    [8.6] Keeperian - RPG/Custom with TPs

    I've modified Intiri depot, added few teleports and new spawns. No modifications made to server original content (quests, monsters, rpg...).
  10. Baahzera

    [8.6] Keeperian - RPG/Custom with TPs

    Full map:
  11. Baahzera

    [8.6] Keeperian - RPG/Custom with TPs

    Hello guys! I have this datapack since 2012, I only saw an online server with this map. I can not say what the original name was, nor who created the server. So I gave it a name. I edited some things, set up teleports, modified the temple and the DP. The map is giant, full of hunts and quests...
  12. Baahzera

    [10.98] Real Map - No Bugs

    Here it goes: http://clients.************/windows.php?tibia=1093
  13. Baahzera

    Solved Globalevent tp boss

    you're smart enough to figure this out on your own with that hint :^) I think he's setting up a unique world.
  14. Baahzera

    Compiling Its possible to compile Rl map?

    Hello. You can get latest compiled distros at nightlies.otland.net. Just click x32 release or x64 release according to your operating system. If you want to download a RL datapack, I would recommend this: https://github.com/orts (10.76. Works with latest versions I think) If you have any...
  15. Baahzera

    Solved Globalevent tp boss

    If you're still using action id, then set a movement script that teleports the player to the given position when he steps on item with that action id. or you can still use the function doCreateTeleport(itemid, topos, createpos) It is self explanatory, where itemId is the teleporter item ID...
  16. Baahzera

    Solved Znote can't create character

    Have you made any modifications to your MYSQL Server?
  17. Baahzera

    Tfs 1.2 Exhaust

    As it's action, you'll need to lower timeBetweenExActions in your config.lua in order to decrease it's exhausted time. Please note that doing that you'll change every time of any action performed by the player. This is just a workaround. To use that script @Xeraphus posted above, you'll need...
  18. Baahzera

    TFS 1.2 One reward of quest

    Recommend you to use ORTS Datapack that can be found here: Datapack: https://github.com/orts/server World Map: https://github.com/orts/world
  19. Baahzera

    Gesior Website Problem Please Help

    Your layout file is bugged. Have you done any modifications? I would recommend original @Gesior.pl layout. https://github.com/gesior/Gesior2012 1- Click on Branch: master 2- Select your distro version 3- Download a clean AAC.
Back
Top