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!
I see this is a chronic bug after using OTClient versions 772 Mehah.
Situations that i spent days searching for a solution and searching forums.
I thought it was a spr issue, but there no error with the dat.
Note that we have a problem with items when moved; text such as spells, hits, and...
[Service] OTServ C++ and PHP Developer (TFS 1.x)
I offer development services for OTServ projects, specializing in TFS 1.x, PHP, LUA, and C++ derivatives.
My approach follows Object Calisthenics and clean code principles, ensuring that the systems i deliver are not only stable but also scalable...
which connection lib is most efficient in c++? I'm thinking about changing the game's connection method, maybe that would solve the crashing issue for some players in TFS 1.2
What the hell prevents you from editing an item armor value?
but is changing the weight allowed?
void setIntAttr(itemAttrTypes type, int32_t value) {
enum:
enum itemAttrTypes : uint32_t {
ITEM_ATTRIBUTE_WEIGHT = 1 << 9,
ITEM_ATTRIBUTE_ARMOR = 1 << 12,
}
Recent news that discovering that libs like liblzma are with binary that compromises ssh access, microsoft's vcpkg reversed!
https://hackaday.com/2024/03/29/security-alert-potential-ssh-backdoor-via-liblzma/
Hello.
I'm closing my server and my project for a few years of improvement, this is a copy of the Ezzz Nostalrius project.
Some improvements and bug removals were made.
Added:
Cast System.
Save players logs.
Config.lua spear/small stone drop free/premium.
Config.lua make rune in backpack...
Hello Dude, I want to share a tool, i made to improve my editing work.
In this version there is an improvement, now you can add item options, backpack full of flask or rune, vocation and level for the NPC.
And addition to creating a LUA file for onKill and a PHP file for the task list.
I made this tool to create loot. pasting the loot text from tibiawiki or search directly from the fandom.
I think this saves time on projects any tibia 12+ server with base canary.
Note: I haven't done it yet for XML but if you want the base it's on GitHub.
GitHub - RCP91/LootCreator: Convert...
I provide services for Nostalrius server C++ lua php
Pre-Ready services:
Cast System with exp.
House Auction with money check in the depot, ban from house auctions for not completed the offer at the end.
Other services for website and database.
I modified this project to compile on Windows without using cmake's automatic configuration, however it is not compiling on Ubuntu in cmake. The original project does not compile on Windows or Ubuntu. If someone more experienced in Linux compilation could look into it. It's a good server with...
Meaningless names when creating characters!
Im using this script that prevents me from creating a character with repeated and equal syllables,
and triple characters, but it still needs improvements.
If anyone is willing to improve!
if(!blockString($name) || !blockNames($name)){...
I made a new weapon damage condition on my server TFS 1.2, im already implementing it for crying knight, which is difficult to cause damage.
as my server is customized, i created these conditions in src. and i made this video how the work turned out.
it just gave me work to make these arrows. :p
I came here to post a correction in src/combat.cpp
obs: the configuration of the burst arrow is in items.srv. has no weapons.
The error is when the arrow deviates from the target and hits the ground and in turn it should explode, but what happened is that when the arrow goes to a random corner...
Hello everyone, I bring here a modification for those who like nostalgia TFS 1.2 by @Ezzz .
I created this script to determine a specific date to load the Npc on server startup.
In npc.h
int startMonth = -1, startDay = -1, endMonth = -1, endDay = -1;
In npc.cpp
bool Npc::load()
{
if (loaded)...
I'm adapting this to save the items on the floor. because of rollback,
but it's not even reaching this line: > Saved map items in: "
and jumps to house save.
I had to change and put this i don't know if it's the case. maxViewportY.
Can someone clear my doubts?
bool...
Had to close my server, by some miserable player manipulating the client to use a bot or a full version.
the serious problem with this is that when it extracts the data.zip file, even though it is encrypted, it works in another OTClient, another problem is if you are updating the sprits. At any...
I had fixed it once, but that was a long time ago, i dont remember where anymore.
Tried reinstalling myaac and reset everything.
Does anyone remember this error of appearing these strings?
I tried to see system\templates\gesior-shop-system\gifts.html.twig i did not succeed.
and my image of...
Soucer Nostalrius 7.72 from https://otland.net/threads/nostalrius-7-7.262406/
I have a big problem on the Nostalrius TFS 1.2 7.72 server developed by Alejandro Mujica.
There is a player that is cloning items, i caught it in the act once and found out i don't know if it's the same bug. the guy...