Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
Well, you can do (almost) everything you imagine - it's just need to be coded :) But in my case "virtual" means it lays only in memory, because it's never assigned to a player - only items from inside.
Hello. Inspired psychonaut's solution I've adjusted it for latest TFS code (loot is generated now in LUA instead of C++). This one is different from login12's and nekiro's where you have to click on corpse to get loot - now it will land in your backpack right after monster death. I can prepare...
Well, it has never been online for that long so I bet some process was consuming more and more memory and the whole application freezed. I restarted it again.
CC: @jlnunez89 @carre
@carre Please make what happen? Server is already online.
@jlnunez89 Yes, my domain pointed to another address, so I bet DNS is still refreshing from some location - try with tibia64.rookgaard.pl for website and inside client
I can run it, but it's far from being playable and probably will never be closer to. You have to wait until Wednesday, so I will prepare things and will let you know here/on PM.
@Diarreamental You won't open that client on 64-bit systems (like Win 10) - you have to use virtual machine (or have older computer) with for example Win 98/XP/Vista/7. You can extract sprites by using this tool jo3bingham/OldTibiaExtractor (https://github.com/jo3bingham/OldTibiaExtractor)
Right, I had a bug inside my feature - it was actually taking ammunition from any container. As @forgee proposed, I've updated my PR - Fir3element/3777 (https://github.com/Fir3element/3777/compare/master...rookgaard:feature/quiver), thanks for pointing me this, @marek12
@rpierott answering your question from other thread (I would like to move discussion here to bring attention ;) ) - you can create talkaction like /quiver or add aid/uid to some chest/lever where you put that part (in onUse or onSay function).
@rpierott author's solution don't include slot accessibility check (that's why you can't wear backpack in arrow slot) - so I asked if my solution will work for you.
@pink_panther it will use arrows in normal order, so if you have (looking from left to right), 100 poison arrow, 100 arrow and 100...
Hello. I would like to offer my services with proxy configuration for your server.
What I offer:
server in Poland - Google Maps (https://www.google.com/maps/place/Gdansk/@54.360763,18.4098512,10z)
USA server - Google Maps (https://www.google.com/maps/place/Buffalo/@42.8963434,-78.9344818,12z)...
You can get:
datapack from otland/forgottenserver (https://github.com/otland/forgottenserver) or orts/server (https://github.com/orts/server)
1.2 release from otland/forgottenserver (https://github.com/otland/forgottenserver/releases)
always latest 1.3 executable from AppVeyor...
Hello. Users who have worked with TFS 0.X probably remember that it was supporting more password hasing methods (Fir3element/3777 (https://github.com/Fir3element/3777/blob/master/src/tools.cpp#L107)) than SHA1 which is the only method in TFS 1.X (otland/forgottenserver...
In the last edition of the Android app marked with number 0.3.2 we have added an auto-updater. We invite you to test the client, we are open to suggestions :)