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 i just pulled latest TFS from github and implemented ItemAbilities via Lua V2. Everything works fine no errors, abilities are working correctly but i cant see those special abilities when i look on Item. I tried multiple abilities but there was no description.
19:10 You see a magic sword...
Hiii me again, Im stuck at some coding again, and since you guys always help me out and teach me a lot of new stuff for every post I do, I will ask you for guidens! ^^
So basically I want to remove an item on my target offset. So I tried creating a variable like this :
local activeTileGrid1 =...
Hello everyone, I hope you are well
Today I want to share with you an event that I had planned to do for a long time, I know that @Snavy released his version but for a change I will also launch mine
First of all I will show you a simple example of what it looks like:
Installation...
Hello, I have a problem with starting Guilds, namely when I start guilds everything is going well
Then after clicking Next
Ultimately, the guild doesn't come into being
This is my pages/guilds.php
https://pastebin.com/raw/PMSzy4mH
mysql table
CREATE TABLE `guilds` (
`id` int(11)...
Hello! i just started a new project with a realmap 10.98
the goal is to have an original realmap. (No changes on map, but if need, then i have the skills)
so what I will need help with is someone who can script on TFS 1.3 and myaac. (You don't need to know both) <-- sure it would be awesome...
This was inspired by this thread.
data/scripts/infinityrooms.lua
-- Infinity Room Config
local IRConfig = {
startPos = Position(2887, 1756, 7), -- upper left corner
tpInAid = 65000, -- actionid for enter teleport
tpOutAid = 65001, -- actionid for exit teleport
foodAid = 65002...
I have the following problem: When using a talkaction with param, it always returns "nil" if the player is offline.
(If the player is online everything goes well)
Example: If I type: "/player Maker" (when he is offline), it will be printed on the console: nil.
I was wondering if there is a...
Hello again, here I bring you the 💰 Dream Of Gold 💰 event, it is about walking on the gold to accumulate points, you can also find chests full of gold, you must click on these chests to win a very considerable amount of extra gold, according to the configuration.
Players who gain extra...
I have a script from the boss time guardian (to change the phases), and I wanted to know what the reason for the error would be, since the "index" was set in top as a random number between 1 and 2. If you have a possible way to fix it, I would be grateful.
Console:
Lua Script Error: [Spell...
Heyy guys, I know this question have been asked many times before. Yet I just cant seem to find a solution.
Im trying to compile : https://github.com/nekiro/forgottenserver/tree/8.6-downgrad
So thats Tfs1.3 and from my understanding you compile Tfs1.3 using this tutorial ...
I was wondering if can put in a spell, that a specific creature take damage with the players
Ps: The boss doesn't need to "go attack the monster", I just want the magic given to the player to also remove the monster's health
local combat = Combat()
combat:setParameter(COMBAT_PARAM_TYPE...
I'm trying to set a storagevalue to cancel the removecount for as long as the player has storage, but i didn't got.
Interval to be modifie:
case WEAPONACTION_REMOVECOUNT:
if (g_config.getBoolean(ConfigManager::REMOVE_WEAPON_AMMO)) {
Weapon::decrementItemCount(item)...
I want to block push if player if player has a storage, on sources.
I tried many times, but still, i didn't get.
Storage: 9362905 == 1
GAME.CPP (playerMoveCreature):
void Game::playerMoveCreature(Player* player, Creature* movingCreature, const Position& movingCreatureOrigPos, Tile* toTile)...
I'm trying to implement a skill stages system on my server. It even works, however, when I use any spell with a player, the following error appears on my console:
TFS1.3
Lua Script Error: [Event Interface]
data/events/scripts/player.lua:Player@onGainSkillTries...
...ipts/scripts/quests/cults of tibia/vortexSpawnCarlin.lua:20: attempt to index local 'portal1' (a nil value)
stack traceback:
[C]: in function '__index'
.ipts/scripts/quests/cults of tibia/vortexSpawnCarlin.lua:20: in function <...ipts/scripts/quests/cults of...
I added the cast of djarek to the sources and I certainly made a lot of mistakes because I'm a layman in everything in relation to c ++ - and I also believe that some lines must be different from what I noticed, because otx, has small differences, all files can be found on here ;
I added...
Hello guys!
I have been getting Problems with Gesior AAC for TFS 1.3.
We recently installed Gesior AAC for TFS 1.3 and we got error when you visit the site it says "Error 500 http" and in the log file Apache it says "account.php Line 33"
I have a quest that consists in destroying an item/object.
After it's destroyed I want to let it respawn with uniqueid, but i cant get it to work.
function createEgg(position)
print('Egg has respawned')
Game.createItem(14820, 1, position)
local egg =...