• 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!

[8.2/8.21]TFS 0.2.13 rev. ~1000 modified by Gesior

pls repair it :( i cant open my map from my 8.11 OT :( i have an error "> FATAL: Header information is outdated. Code: 4" or i have debugs on map :( or

It has been explained many times before that tfs hasn't been updated to use the latest items.otb yet.
So maps created with the latest items.otb(version 3) will contain errors if they are used with a tfs revision that only supports the version 2 and NOT 3.
 
When I try create guild with command !createguild Name server will crash. How I can repair this?
 
Edit:
I'm having some troubles with your account site, the tibia.com.
I install everything and it works, the only thing is that I can't load "Vocations, Spells or Monsters" !
It's so weird, because it works with the usual TFS releases. NOT this one :S
Please answer, just so you know. I've tried the both releases for 2.x, and 3.x !
I have same problem on my PC, but not modified acc. maker load same files (.xml) on my dedic o0 crazy.. I'll try to fix it in next version of acc. maker (0.4).
Regards,
Limannen
You can configure acc. maker in config/config.ini file, it's hard, but possible, monsters/spells pages will not work :/
My new layout will be in next version of acc. maker (tibia.com and few new layouts made specialy for my acc. maker):
http://debestia.hopto.org/
how to save server more than 1time per hour ;-s
make lua script for it:
In data/global.lua add:
Code:
SERVER_SAVE_INIT == 0
In data/creaturescripts/scripts/login.lua under:
Code:
onLogin(cid)
add:
Code:
if SERVER_SAVE_INIT = 0 then
local saveServEvent = addEvent(autoServerSave, 600000, {}) --first auto save after 600 seconds - 10 minutes
SERVER_SAVE_INIT = saveServEvent
end
at end on login.lua, AFTER "end" add:
Code:
function autoServerSave(parameters)
	print("Server save started.")
	savingEvent = addEvent(autoServerSave, 1800000, parameters)
	saveData()
print("Server saved.")
end
(it will save server [players and houses] every 30 minutes and show in console information about server save start/end [freez monsters and player!])
i found a bug:O! when u go down a ramp or stairs monsters don't attack you o.0
I know about this bug. Many reports from users, but Talaturen (TFS author) is offline from ~week. :(
pls repair it :( i cant open my map from my 8.11 OT :( i have an error "> FATAL: Header information is outdated. Code: 4" or i have debugs on map :( or



When I try create guild with command !createguild Name server will crash. How I can repair this?
I think new items.otb is available, maybe I'll post full 8.21 version tommorow.
Thank You Gesior, I'm using you server.

;*
-
Gesior, now I have got it is problem;
Fatal error: Call to a member function fetch() on a non-object in C:\xampp\htdocs\site\pot\OTS_Guild.php on line 284

Players make your guild on site and when they go see guild page get this erro, can you help me to fix?
Login on account 1 (site admin account) and on guild page press: Cleanup Guilds and Cleanup Players and all should work fine.
 
Hello Gesior!
I have problem... When i add my npc from tfs 0.2.13(official) i have notice in my console:
Code:
[Notice - Npc::Npc] NPC Name: Mahadris - autowalk has been deprecated, use walki
nterval.
[Notice - Npc::Npc] NPC Name: Kauor - autowalk has been deprecated, use walkinte
rval.
[Notice - Npc::Npc] NPC Name: Menar - autowalk has been deprecated, use walkinte
rval.
[Notice - Npc::Npc] NPC Name: Taulin - autowalk has been deprecated, use walkint
erval.
[Notice - Npc::Npc] NPC Name: Angelina - autowalk has been deprecated, use walki
nterval.
How can i fix this?
 
Hello Gesior!
I have problem... When i add my npc from tfs 0.2.13(official) i have notice in my console:
Code:
[Notice - Npc::Npc] NPC Name: Mahadris - autowalk has been deprecated, use walki
nterval.
[Notice - Npc::Npc] NPC Name: Kauor - autowalk has been deprecated, use walkinte
rval.
[Notice - Npc::Npc] NPC Name: Menar - autowalk has been deprecated, use walkinte
rval.
[Notice - Npc::Npc] NPC Name: Taulin - autowalk has been deprecated, use walkint
erval.
[Notice - Npc::Npc] NPC Name: Angelina - autowalk has been deprecated, use walki
nterval.
How can i fix this?

Replace autowalk in all your npc's to walkinterval="2000"

My question: Monsters tend to freeze at random times (not moving or anything) client crashes from time to time, anything i can do to fix this?
err.gif
 
Last edited:
Great job but im having an issue, i can't figure out how to make my character a GM, its not like the other tfs servers, or xml servers its really confusing...
 
No its not, goto accounts table and set your account type to "5"
goto players table and set your ID to "3"
 
Yes, i know all that lol, im just saying that, even after i load my .sql file to localhost/phpmyadmin it won't load all the accounts/characters that are there... i tried changing the account manager thing but it didn't work either...
 
This is great buttt one thing i found.

Red skulls from the DB i added can't attack, or one player cant..

any ideas?


+rep
 
This is great buttt one thing i found.

Red skulls from the DB i added can't attack, or one player cant..

any ideas?


+rep
Check group_id of player and flags of this group in table groups.
 
Respawn bugs with floors, if downstairs is a Dragon for example, and you go far away then come back and you go downstairs, de Dragon will not attack you.
Important bug, it sould be fixed xD
 
ok i fixed npc's but i have next problem when i try to change terrain in RME version for tibia 8.21 and 8.20 i have this error in console:
Code:
> FATAL: Header information is outdated. Code: 4
I dont know how to fix it cuz i have tfs version 8.20 :/
 
ivelios i must wait for gesior to release this engine with new items.otb

i have the same error :/ and i w8ing


Gesior can u compile new engine with Rooking system :D? like this
Code:
http://otland.net/showthread.php?t=7610
 
Last edited:
oww that's bad :/ but anyway we can create 8.20 map and paste t when new items.otbm release :D
 
Back
Top