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!
My idea to fix this problem is playing animation of mount and player "asynchronous", i see in source that otc is loading player and mount animation frames from one integer, and this creates problem, otc calls for ex. 9th frame of mount and 9th frame of char animation, but while mount really have...
Hi,
Im trying to fix issue with OTClient: Character is blinking while mounted.
However this doesn't happen everytime, my research revealed that problem might be with different frame numbers of char and mount animation.
Blinking: (different animation frames number)
No Blinking: (same...
I really have no idea what actually happened but it worked, lol.
After 3 hours of frustration i found solution (i think)
Well, I deleted "ZLIB_WINAPI" from Project Settings > C/C++ > Preprocessor > Preprocessor Definitions
There should be "ZLIB_WINAPI" but i deleted it
And it just worked, no...
Hi,
I have troubles in compiling otclient with Visual Studio 2017, i got following errors:
I tried almost everything what i found in internet.
I would be very grateful if anyone would help me with that problem.
Thanks in advance
Hi,
Will server on TFS 1.3 on hardware:
Processor: Intel I7-4790K4 (4GHz /4.4GHz),
RAM: 16GB,
SSD: 480 GB (2 x 240 GB),
Connection: 250 Mbps
Hold up to 1500 players? TFS 1.3 (Custom edited and optimized) without LUA memory leaks, without useless functions, 35 MB map, (approx. 80 MB in far...
Still not working, 0 errors, onKill isn't even initiated (registred in login.lua and creaturescripts.xml, but i needed to change form "death" to "kill" because, when it was "death" i got error there's no onDeath function in this file)
Hi, i have this piece of code:
broadcastMessage('script loading', MESSAGE_STATUS_WARNING)
function onKill(player, target)
broadcastMessage('onkill activated', MESSAGE_STATUS_WARNING)
if(player:getStorageValue(72003) == 1) then
if target:isPlayer() or target:getMaster() then...
Hi, is there way to convert rune emblems into working runes? (silver 150% power, golden 200% power) i already have spells scripts and it partially wroks, but runes is still unstackable and can be used only when lying on ground (used in eq dissaspears immediatly, hotkey window have greyed out...
Hello,
In my script i want to destroy all obstacles on tile where i create monster with function createMonster()
local bossname = "Corym King" -- nazwa bossa
local isBossPresentID = 66001 -- ID z pliku storages
local xpos = 4840 -- wspolrzedne x
local ypos = 5153 -- wspolrzedne y
local zpos...