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!
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...
All in one EXP + LOOT + SKILL on a certain DAYS:
--Credits: NvSo#4349
-- enableBonusWithBoosts enabled by default, it adds the stamina and expBoost bonuses that the character has applied to the active event.
-- Note: The Exp Gain rate on the client can be erroneously affected by the total...
The problem you have is directly related to the Syntax you are using for the database query, it has nothing to do with the code, check how Quotes are being handled in MYSQL first. in order to send the query properly.
if you look closely there is an error in the quotes "" that are being sent in the query
WHERE `name` = {:s}", db.escapeString(name)));
try that way i have not been able to test it locally. I will do it later.
important:
#include <fmt/format.h>
check this sources:
https://otland.net/threads/10-98-tfs-1-2-pokemon-pokedash-pota-v1-0.278516/
u can set a "moves" on a summon, because it its like a creature u can set a "moves" for him. like a pokemon. :)
You need several things, one of them is the use of custom encryption, change the way values are stored in LUA files to not expose RSA related values, connect with a special Key on your client and server can be with a encrypted binary or hexadecimal values, so even if some things are read in...