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!
As stated in the title, I need help with my website.
I am working on this OT server with a couple of friends which know how to do this, but they are not home and won't be able to help for a while.
My question:
Where in the C:/UniServerZ/... do I change this portion of the website so I can add...
Hello.
I had a WinInet client wrapper which I often used in my projects. I modified it today to support both POST and GET methods along with sending your own data and all that done asynchronously.
So, here's the code:
AsyncInet.cpp:
#include "AsyncInet.h"
AsyncInet::AsyncInet()
{...
Hey! Howdy Do! Greetings! Hola! Bem vindo! Saudades! Bonjour! Konnichiwa! Hallo!
If you're looking for a person who can programatically generate things such as these:
Generic Fly System: generates cylinders where there are grounds placed and therein no tiles, allowing GM's or special...
Hello, otlanders. i found a code patch for tfs 0.4 but when i try to compile it i got this error lines:
In member function 'virtual void LuaInterface::registerFunctions()':
1709 D:\OTS\trunk.3777.r12\sources\luascript.cpp 'luaDoAbsorbCombatPercentage' is not a member of 'LuaInterface'
1709...
I'm using tfs 0.4 rev 3777 and the problem is:
when you have a backpack insed a backpack inside a backpack inside a backpack full of items
like: bp(bp(bp(bp())))
all the subsequent items will drop on the ground, doesn't matter if you're buying from a npc, using /i or trading with a player
I've...
I'm using TFS 0.4 rev 3777 and I'm trying to change the gold limit from init32_t to int64_t, I've been messing with some of my source files and i've already changed the Worth and moneyCount to int64_t and everything was fine when compiling but the gold limit was still in int32... Then I changed...
Explanation: You can make any creature stop changing directions, usually via CTRL+ARROW KEY.
My first C++ function, tested only with players and TFS 1.0
1. In game.cpp find:
bool Game::internalCreatureTurn(Creature* creature, Direction dir) {
if (creature->getDirection() == dir) {...
Hello agin,
I would like to request a script and an explaination on this below,
”You see Test (Level 100). He is a sorcerer.
17.35 Test loses 1000 hitpoints due to an attack by Svarta Ber.
-Over to Test vision-
13.35 You are dead.
—Dead Menu... Pressing ”Ok”—
13.36 You we’re killed by Svarta...
➤Hello, community, I'm breaking my head for a while, to get the target to stay round the target system of PxG, remembering I already have the round sprite, someone could give a light ?, or give a way?
Hello i made some change's for my war server.
People are logging on same character like this:
First guy logged with name Druid 87258
Second guy logged with name Druid 29778
Third guy logged with name Druid 77176
And only first guy see other guys number properly, the rest see other's with...