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!
Hello guys,
I'm having a project with friends where I am the owner of the server.
My friends aren't much of computer engineers and after have done everything by myself I thought it would be the right time to get assistance.
Everything is running, the server is up and the basics of every part is...
The thing is that no matter the dimensions I'm always ending up with this little offset below ;(
Edit: I've tried tibiaeditor but frankly I can't understand the interface so it didn't help me much
Hello guys,
I've used the v*a*p*u*s.net/customclient and gotten the client to work correctly and everything but my picture I've drawn doesn't cover the whole client screen.
Got any ideas?
I downloaded it because I have a problem with my background image. It doesn't cover the whole creen and when logging in, and then off there's an ugly offset below.
I downloaded it because I have a problem with my background image. It doesn't cover the whole creen and when logging in, and then off there's an ugly offset below.
I really should have mentioned that i'm a python programmer and not so good at these kind of things, so maybe some1 should give me a working code, and i can be happy that i made an ipchanger but not the (change)function by myself lmao :)))
Hello,
Now, I've created an ip-changer in python for myself, the only problem now for me is the little fact that it doesn't change ip yet. ( :p )
Im done with the gui and all that shit, but do any1 know a line of code in python that changes the tibia client to ip=x on protocol y. Cuz i know its...
So I think imonna upgrade to otland premium to get access to tfs 4, could someone tell me what the biggest benefits are. It is client 8.7 isn't it ? Does it have a lua function similar to "doPlayerAddOutfit(cid, 143, 1)" but for mounts?
Well I'm havin this problem that I can't get the onKill() function to work.
And if u wonder, I'm making a guild frag system.
This is my script:
function onKill(cid, target, lastHit)
if(lastHit and isPlayer(target) and getPlayerLevel(target) >= 250) then
if getPlayerGuildId(cid) > 0...