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!
So i got a serious problem, have no idea how to solve it or who caused it. Basically its second time when my storages fucked up first time it was one year ago and now today so looking for solution so it wont happen again. Using TFS 1.2 8.60 Ninja version i assume its something source related bug...
Hey guys, I'm using this code to auto loot items.
uint32_t corpseOwner = container->getCorpseOwner();
if (corpseOwner != 0 && !player->canOpenCorpse(corpseOwner)) {
return RETURNVALUE_YOUARENOTTHEOWNER;
}
else {
if (player->autoLootList.size() !=...
I've been meddling lately with TFS 1.2 on Ubuntu 16.04, sometimes finding issues but solving them eventually, but now I feel like I have to come here and ask you guys about what am I doing wrong in particular; engine works just fine with map and data provided provided from it's source, but it...
startPos = Position(1064, 853, 7)
endPos = Position(1088, 875, 7)
function cleanTiles(startPos, endPos)
for x = startPos.x, endPos.x do
for y = startPos.y, endPos.y do
for z = startPos.z, endPos.z do
local item = Tile(Position(x, y, z)):getItems()...
Hello everyone!
I'm with problem with login in TFS 1.2 and/or 1.3, when I try to login appear :
Invalid Token Authentication
But, if I comment this line in source in protocollogin.cpp:
/*if (!Protocol::RSA_decrypt(msg)) {
disconnectClient("Invalid authentification token.", version)...
Hello everyone!
I'm facing a problem that I don't know how to solve by myself anymore. I'm running a Global TFS 1.2 server in a Xeon E-2286G 8vCPU 4Ghz/8GB RAM dedicated VPS and the server used to have just ~100 players. Since I've put it on Otservlist, we started to get ~200 players and since...
Hello OtLanders!
I'm using TFS 1.2 for Tibia Version 10.98. I have just added Fist Skill on my OTS: There is a statue to train Fist and I have several spells including it, if somebody wants me to share such content, please let me know. However, my problem is on bed offline training as you can...
I have tfs 1.2 and I have such a problem that when editing myself, adding scripts, map, etc. at which the test temporarily start the engine and enter the game to check if everything works the engine did not want to turn on.
Before I start xamppa it starts with a message that it needs access to...
Hi everyone i will be fast,
im getting a bug with the equip that has this attributes (on equip and deequip)
<attribute key="skillcriticalchance" value="value" />
<attribute key="skillcriticaldamage" value="value" />
<attribute key="skilllifechance" value="value" />
<attribute...
So I was making this quest where you unlock a door using a key, and everything works fine the door unlocks as it should but I would like it to close after you have walked in. Something like questdoors do. VIDEO!
Hello, i am using this script CreatureEvent - [TFS 1.1] Skill Points, modalwindow (https://otland.net/threads/tfs-1-1-skill-points-modalwindow.229280/)
i'm trying to change somethings look the image:
can i change, club sword and axe for only Strenght ? and upgrade melee damage...
and Dextery...
I want a basic script for mining, with command !skills and show the mining level, more level, more chance to loot more ores...
Script RARE DROP, when I kill a monster, have the chance to drop items by rarity, common, not common, rare, legendary... with stats like attack +5, def+5, fire damage...
Hello Otland, I have been searching for some solution to the in game store not popping up and based on the information I found, is a source edit needed, Im going to be totaly honest I have NO idea what or how I shall tackle this problem so Im turning to my pals at otland :) Basically I need...
Hello i want share my project, orginal Roxor1337 map edidet by me.
I added many new exp&quests, also fixed all what i find broken.
Have fun. Still have few bugs.
If you have any questions ask here.
Screens:
Hello everyone!
1st question: Did the UHs formula change since 7.4 or 1.x the tfs have the same/similar formula?
2nd question: If it is changed, does anybody have the formula for old UHs for the 1.x tfs?
My actual UHs formula:
local combat = Combat()
combat:setParameter(COMBAT_PARAM_TYPE...
I used to have a vocation using fist in my previous TFS version, now I wanted to add it again but it is causing bugs while casting Fist based spells.
I remember that I had to compile my own TFS with SKILL_FIST on game.ccp and other source files, but when I try to compile:
How can I add Fist...
Hi, today I release system exclusively written to be released publicly. I noticed that we don't have a good auto loot system here on otland, so that's why. It was tested on latest tfs 1.3 master branch, but it should work in any 1.x version probably.
How does it work?
Clicking on corpse will...