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!
Helo,
I have a question about selling empty flasks to npc's (like Xodet).
In this protocol the buy function need a item subType, which is for example equals 7 for mana fluid.
shopModule:addBuyableItem({'mf', 'mana fluid', 'manafluid'}, 2006, 55, 7, 'mana fluid')
And buying is working great...
In my server, there are 4 open-world bosses, and I set their spawn time to be longer in the spawn XML… They are far from the city, so to check if they are there, you need to take a long walk.
Here comes my request...
I would like a script, an action ID to add to an item or maybe a sign…...
Hello everyone,
I have another question about nekiro 1.5 downgrade 772.
In old TFS 0.4 there was a great parameter called interval which could be set on each monster attack in monster script. It could be decreaced from standard 2000ms to lower value. With that it was possible to decrease the...
Hello everyone,
I'm struggling with the npc script, which I would like to work like real Blue Djinn from old days.
I'm using clean Nekiro 1.5 772 downgrade with default npc libs from this distro.
This npc should be able to buy or sell items only if the player have correct storage value.
The...
Here’s the translation:
I am using TFS 1.5 downgrade 8.0 from nekiro, and I want to add the NPC trade option, where the modal window opens and makes buying/selling with them easier...
I found something related here, but it’s a bit vague. If someone has already implemented this and knows...
Hello everyone, how are you doing? ... I started working on a project using TFS 1.5 downgrade from Nekiro. I remember encountering this issue once before—problems with decay items causing the server to crash. I discovered it was related to the soft boots, so I made them infinite, and everything...
Hello,
I am using OTClientv8 and Nekiro's TFS-1.5-Downgrades 8.0
On my server theres a bug where if you run in a straight direction and then turn abruptly, you can sometimes desync the direction that the character is facing.
Exactly waht you see below in the image. On the left side (client 1)...
Hey guys,
I am using TFS 1.5 downgrade by nekiro and otcv8 client to try and set up a 7.72 tibia OT server.
I have one or two problems that appear upon PK:ing another player. Scenarios below in text and screenshots attached.
* If player 1 attacks player 2, player 1 gets a skull BUT also all...
Hello community! 🫡
Walking with arrows or map click results with the same behavior - character stops for a very short moment and then moves forward. It happens very often with some short moments of absence (usually out of town).
It happens both on cipsoft client and otc, and only when map is...
hey, I have a little problem with tfs, as the header says, it's about 1.5 downgrade 7.72 by nekiro. Does anyone have a guide or could share here on the forum how to comment/add a trade system in NPC? Thank you very much in advance for your help. I tried various methods and read various forums...
I went through the whole process to try to add the market feature to the nekiro source (it is already in the source, I just had to activate it) I activated it in everything (I think)
game.cpp
const.h
protocolgame.cpp
player.cpp
However, when compiling, I am encountering this error.
Can anyone...
Hello someone can explain me how to change otmb reader from 7.60-8.40 version to 7.40 map file?
Quick info: On version map 7.60-8.40 i have bad sprites, grounds, and more
On version 7.40 everything is okay and i want run my TFS with this version (7.40)
When i open original Nekiro world.otmb...
Engine: Nekiro Downgrades 1.5 [ 7.72 ]
Question: Hello everyone, I wanted to ask what is the best way to use rl map npc from 8.6 to 7.72 server. For any help ++
Hey, I've just followed the Compiling on Windows (vcpkg) (https://github.com/otland/forgottenserver/wiki/Compiling-on-Windows-%28vcpkg%29) tutorial. I've succesfully went through all the steps, however when I tried building the Nekiro 1.5 TFS 7.72 downgrade i've encountered few errors:
Severity...
Hello. ive got a little problem with all walls when ive want throw rune diagonal of any wall. With spells ive got the same problem.
Tfs 1.5 downgraded by nekiro. look here:
https://gyazo.com/098ecf992f29c73951a494c399c9377a
Nekiro 1.5 downgrade 8.00
locker ✅ work
Depot Chest ❌ bug
Depot Chest not saving
1.- Login to game
2.- Put ITEM of your INVENTARY in Depot Chest
3 .- Relog
4.- no save item in depot chest
Depot Chest clone item
1.- Login to game
2.- Put ITEM OF LOCKER in Depot Chest
4.- relog
5.-...
trying to implement [TFS 1.X] Rarity Rolls & Custom Attributes Library (https://otland.net/threads/tfs-1-x-rarity-rolls-custom-attributes-library.268888/) on nekiro tfs 1.5 772
everything working with some changes to source and script but when i use element damage it doesnt work. The damage...
1.5 Nekiro downgrade.
I don't have much experience in C++. I come to ask how to do an IF function without dying trying xd
I want to know if the way of coding in c++ is correct, especially the storage
Context: how to change the way to display HP and mana according to storage , changing them...
Créditos : Vodkart & Demonbholder
I am migrating from 0.4 to 1.5 I really liked a script of a Brazilian "Vodk". take the script and convert it to resvscript with 1.5 functions
tested on 1.5 nekiro downgrade 8.0
Context:
task:kill certain amount of monsters, to receive rewards such as Exp, money...