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...
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...
Hello otland community, I have downloaded this tfs 1.5:
[TFS 1.5] [7.4] RookieOTs (https://otland.net/threads/tfs-1-5-7-4-rookieots.289065/)
I would like to be able to change the mana and rune issues, I would like them both to be stackable, the manas fluids and the runes
I have tried to use...
I was looking for a way to make monsters be allies and attack other monsters.
By this I mean the mission of boss Drume, that the Lions help you kill the Usurpers, but I can't get the Lions to attack the Usurpers.
What way can I do it? through storage?
Hello everyone, I use tfs 1.5 7.72 from nekiro.
Does anyone know how to modify the damage reduction?
<item id="1487" article="a" name="fire field">
<attribute key="type" value="magicfield" />
<attribute key="decayTo" value="1488" />
<attribute key="duration"...
Hello everyone, for the past few days, I've been dealing with a crash occurring on my TFS 1.5 Nekiro 8.6.
GDB doesn't provide me with sufficient information (or I can't find anything meaningful in the log). It seems to me that the crash occurs after some time when I use the /reload command...
Hello guys I have problem with autoloot on my serv, when players have on screen to many Monsters is Debug Tibia
data/scripts My script is
local autoloot = {
freeAccountLimit = 10,
premiumAccountLimit = 20,
}
local autolootCache = {}
local function getPlayerLimit(player)
if...
Hello Guys I have problem When I try buy item in shop I take (send item to player I have error
Exception class: PDOException()
SQLSTATE[HY000]: General error: 1364 Field 'login' doesn't have a default value
File: /var/www/html/ots/system/libs/pot/OTS_Base_DB.php
Line: 86
Backtrace:
#0...
Hello guys i Have problem with war system I can sent war invite but I can not accept is write 'You dont have invite to war ,
when i Write
/war invite ,nameguild,88
I have error
[Error - mysql_real_query] Query: SELECT `id` FROM `guild_wars` WHERE (((guild1 = 1 AND guild2 = 3) OR (guild1 = 3...
Hello guys I have problem when Player try login I have error in console and can not login
error
Lua Script Error: [Scripts Interface]
/home/ots/data/scripts/loot.lua:callback
/home/ots/data/scripts/loot.lua:59: attempt to concatenate field 'extraloot' (a nil value)
stack traceback...
Hello guys I Work on tfs 0.4 but I was have a crash server and I move my server to tfs 1.5 and little bit I have problem
I have custom script on arrow and have a problem like that
data/weapons/scripts/arroww.lua] Function setCombatCondition was renamed to addCombatCondition and will be removed...
Hello Guys I try Compile TFS1.5 by nekiro on windows and When Instal libraries I have like that Error
Somebody Can help me ?or meybe you have clean ready tfs1.5.exe?
How can I make an if function so that it can only be seen in OTC(if I don't have player or creature as argument)?
networkmessage.cpp
in this example void NetworkMessage::addItem(const Item* item)
I don't have the creature or player argument
my goal is that
void NetworkMessage::addItem(const...
Hello, good afternoon.
I'm learning to modify modules. The following post caught my attention:
https://otland.net/threads/change-shader-onpositionchange-player-newpos-oldpos.282412/#post-2706209
modify it a bit. I attach the code at the end:
and Works .
I don't have an updater on the...
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.-...
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...
Hi guys I would like to request for some support regarding NPC's within ORTS2 and to request for some information regarding already know ORTS2 issues and about TFS 1.5 Development progress and if there are any updates coming up.
So I have issue with Djinn's quest - Ubaid does not reply to...