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!
Of course it is possible if you use OTCv8 for example in the bot module it has a section in the analyzer where it places the rarity frame for the items based on their name and price, and if you experiment with the function and make your own module you can see It is not very difficult to achieve...
joined nov22, 2008.
We have to try to learn some things a little, right? Or at least try. Come on, don't be discouraged, you can learn something, or at least have tried.
Downgrade 13.21 to 8.60v2 (otb v20) feel free to use, also this time i reload the attibutes of items otb, and fix some animations loops
big files attached on MEGA:
53.43 MB folder on MEGA (https://mega.nz/folder/5FQEnT4R#pAbmAAhpBhmcP1jaVkXm8Q)
It seems to me that Tibia has evolved as they know that most players are already adults or old, and they are not children who learned about the game years ago and that many went from playing things like Counter-Strike for example. The only bad thing that they really did and totally changed the...
The OTC community seems to me that at least Mehah keeps it very well updated and with quite big optimizations currently, the layout would be good to make it as close to Tibia 12+ Maybe, trying to add as many features as possible. It would be a matter of doing a fork and adding the Layout...
remember that you must install the correct libraries in vcpkg to be able to compile, and then use the command: vcpkg integrate install
and put the file attached inside vc16 folder (unzipped).
then go to Project - Properties - VCPKG - and change use vcpkg to Yes reload visual studio and try...
edit and add manually inside marketprotocol.lua on the market module of client
https://github.com/ErikasKontenis/SabrehavenServer/blob/0dfb49beaa8aeb280301ce2d4733bf89de8c7f55/800OTClient/modules/game_market/marketprotocol.lua#L55
u can read here and continue on the other posts friend :) i explained properly how reach. for more newest items u can recreate easily.
I only reload the otb without those unnecessary Flags. for otb work on server and on client i only compile to 8.61
You can also see the attached files. I have...
ummm i solved using this otb on server (look attached). i think if you sync with item editor almost items appear without problem
and sorry i not use Vanilla Tibia client. only OTC
use this on the event:
OnMoveItem
local exhaustStorage = 19874
local maxItemsPerSecond = 1
local exhaustTime = 0.5 -- Total exhaust time of 0.5 seconds
local lastMoveTime = 0
local itemsMoved = 0
local tile = Tile(fromCylinder:getPosition())
if tile then
local topCreature =...
"It's just that people still don't understand that I work and have a life apart from playing Tibiantis, that's why I use macros."
I have the same problems 24/7 :oops:
I agree!
Just check that you are using the correct FPM on this part:
fastcgi_pass unix:/var/run/php/php8.1-fpm.sock;
and in these cases I would recommend using nginx-full and not normal nginx, so you could reinstall it with that parameter.
It is the most common problem that nginx does...
I have attached the project (vc17 folder) so that you can compile it with Visual Studio 2017 onwards (I suggest 2022 with the necessary libraries to compile from 2017-2019 and of course 2022)
I have also added the compiled distro (so you can test on windows) without any changes in sources and...