• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

TibiaCore 7.4 TFS 1.2 same Nostalrius project.

Hey
How can I make loot messages show in a separate chat channel instead of Server Log? Anyone can help?
 
Idk how much you know of it but the item with the ID 5098 also called "a nothing" seems incredibly bugged. Whenever the item is spawned in-game it causes an instant crash on the client, whenever it's loaded into an RME it causes the RME to instantly crash once you scroll to it in RAW brushes and it's even freaking out the object builder to the point where it won't show the list of items between 5000-5099, I'm actually so far unable to even remove the object from the object builder to try and fix this.

How on earth did this happen? xd
 
Last edited:
Idk how much you know of it but the item with the ID 5098 also called "a nothing" seems incredibly bugged. Whenever the item is spawned in-game it causes an instant crash on the client, whenever it's loaded into an RME it causes the RME to instantly crash once you scroll to it in RAW brushes and it's even freaking out the object builder to the point where it won't show the list of items between 5000-5099, I'm actually so far unable to even remove the object from the object builder to try and fix this.

How on earth did this happen? xd
Sorry, but these items are not loaded by the map, they are only valid if the GM creates them or you put them in the game, they are custom sprit IDs, just ignore them, they do not affect the game if you are not using them. If your RME is crashing, it is because your items.srv is incomplete and it cannot have all the attributes that are in the server's items.srv.
 
Well I can't really ignore it since anything I do to edit items is crashing because the object is in the .spr file you included. I can't use EZItem editor because it's crashing because of it, I can't obviously include it in the RME because it causes crashes, I can't even edit all the items in the object builder because the item is bugged. I did create the item as a GM and it instantly crashed the client, if someone wants to use this as an actual project it's obviously not something you can just "ignore".

It's not an issue with the items.srv either because it works fine if I remove this specific item from the items.srv inside RME and the moment I add it back it causes a crash the moment it's attempted to be loaded in at the bottom of the RAW brushtile.

Something is wrong with the actual tibia.spr and it's related to the sprite of that specific item.
 
Last edited:
I don't use an item.srv editor.
The conflict is due to a missing variable in the program you want to edit. However, there's no additional fixes. Just open it in Notepad and edit or repair the item that's causing the conflict. It's not difficult. Viewing the spr/dat file isn't difficult either; use DatEdit to repair/modify.
 
I got the server to run, but how do I connect with a game client?
Post automatically merged:

Oh, it worked with a 7.72 client, wasn't this a 7.4 server?
 
Last edited:
I got the server to run, but how do I connect with a game client?
Post automatically merged:

Oh, it worked with a 7.72 client, wasn't this a 7.4 server?
downgrade, spr, monster behavior, vision, runes, spells, item usage, pvp, etc. focused on v7.4
although the dat, spr would have more slots left and could put some more spr.
 
Helllo
Currently, all information about monster drops appears in the Server Log, but I would like it to go to a separate Loot Channel (just like in RL Tibia).

how can I set this up in OTClient and TFS so that loot messages are displayed in the Loot Channel instead of the Server Log?

Can someone show me step by step?
 
What is the best client to run this server? I was trying the original one and experiencing some crashes after receiving items when gaining levels.
 
What is the best client to run this server? I was trying the original one and experiencing some crashes after receiving items when gaining levels.
Use this project because new date and you can edit it however you want.
You only need a few changes to get this client to run.
First open CMake mode directly from the folder and let it automatically download the libs for VSC.

I had a small problem to solve, because there is no 100% change in the versions when it is changed!
but it is a good way to have free editions of this client with the server.
 
Use this project because new date and you can edit it however you want.
You only need a few changes to get this client to run.
First open CMake mode directly from the folder and let it automatically download the libs for VSC.

I had a small problem to solve, because there is no 100% change in the versions when it is changed!
but it is a good way to have free editions of this client with the server.

I'm using this client but when I try to log in I get this error:1759778523453.webp
 
im stuck at this problem when tryin set up myacc.. and im usin xampp 7.41 (earlier it said i couldnt use php less than 7.4)

Table accounts doesn't exist. Please import your OTS database schema first.
Table characters doesn't exist. Please import your OTS database schema first.
Table guilds doesn't exist. Please import your OTS database schema first.

is there some missing files, or something wrong with the schema? im a noob at this
 
im stuck at this problem when tryin set up myacc.. and im usin xampp 7.41 (earlier it said i couldnt use php less than 7.4)

Table accounts doesn't exist. Please import your OTS database schema first.
Table characters doesn't exist. Please import your OTS database schema first.
Table guilds doesn't exist. Please import your OTS database schema first.

is there some missing files, or something wrong with the schema? im a noob at this
Try import tibiacore-empty.sql direct to xampp or rename to schema.sql
 
Back
Top