• 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

Gesior.pl

Mega Noob&LOL 2012
Senator
Joined
Sep 18, 2007
Messages
2,979
Solutions
100
Reaction score
3,423
Location
Poland
GitHub
gesior
Many users want TFS 0.3 scripts, but TFS 0.3 isn't stable. I modifed TFS 0.2.13 for my server and post it here for other hosters. My OTS has uptime 70+ hours now.
What I added to TFS 0.2.13:
- basespeed in vocations.xml - you can change default move speed of each vocation - 220 is deafult speed
<vocation id="1" name="Sorcerer" description="a sorcerer" basespeed="220" gaincap="10" ...
- /invisible command for GMs posted by Pedro B.
- fixed bug with IP bans - in normal TFS 0.2.13 when you ban someone IP it's banned until server restart/crash, not for 24 hours, bug reported to TFS developer
- IP bans loaded/saved in real time from/in database (like in TFS 0.3) - no more problems with "unban IP", now hoster open MySQL/SQLite database and delete record with IP ban, then player can login, don't have to restart server/reload anything
- Extra options in config.lua, bans configurable:
Code:
	--show how many HP player/monster heal
	showHealingDamage = "yes"
	-- show animatex text CRITICAL near player who do critical hit
	displayCriticalHitNotify = "yes"
	-- clean protection zones when clean map
	cleanProtectedZones = "yes"
	-- default 3 hours IP ban
	ipBanishmentTime = 3 * 60 * 60
	-- default 1 day account ban - give one warning point always
	normalBanishmentTime = 1 * 24 * 60 * 60
	-- default 3 days account ban - give warningsToFinalBan warning points always
	finalBanishmentTime = 3 * 24 * 60 * 60
	-- it is permement ban, not real deletion from database
	warningsToDeletion = 4
	-- when player has 3 warnings server ban for finalBanishmentTime
	warningsToFinalBan = 3

Link - download from speedyshare
Link - download from Gesior host

- TFS console version, all needed DLLs, data folder with modified commands.xml and vocations.xml, sources (modified) and official TFS documents included, compiled with parameter "-D__GLOBAL_STORAGE__" - you can use this distro with my graphic statistics (posted on Forum --> Web Applications)!

CREDITS said:
All OpenTibia developers
All The Forgotten Server developers
Pedro B.
Gesior
 
Last edited:
Nice job gesior!
your debestia otserv based on this tfs? ;o
yes, when i used TFS 0.3 pre alpha I had crashes every 30 minutes. I moved from 0.3 to 0.2.13 and now I have 3 days without crash :)
 
Scan?? Where is Scan??

YOu dont need to have a scan on this , Gesior is very trustworthy.
Im 100% sure there is no Trojan in it!


AhnLab-V3 2008.7.26.0 2008.07.28 -
AntiVir 7.8.1.12 2008.07.28 -
Authentium 5.1.0.4 2008.07.28 -
Avast 4.8.1195.0 2008.07.28 -
AVG 8.0.0.130 2008.07.28 -
BitDefender 7.2 2008.07.28 -
CAT-QuickHeal 9.50 2008.07.28 -
ClamAV 0.93.1 2008.07.28 -
DrWeb 4.44.0.09170 2008.07.28 -
eSafe 7.0.17.0 2008.07.28 -
eTrust-Vet 31.6.5983 2008.07.26 -
Ewido 4.0 2008.07.28 -
F-Prot 4.4.4.56 2008.07.28 -
Fortinet 3.14.0.0 2008.07.26 -
GData 2.0.7306.1023 2008.07.28 -
Ikarus T3.1.1.34.0 2008.07.28 -
Kaspersky 7.0.0.125 2008.07.28 -
McAfee 5347 2008.07.25 -
Microsoft 1.3704 2008.07.28 -
NOD32v2 3304 2008.07.28 -
Norman 5.80.02 2008.07.28 -
Panda 9.0.0.4 2008.07.28 -
PCTools 4.4.2.0 2008.07.28 -
Prevx1 V2 2008.07.28 -
Rising 20.55.02.00 2008.07.28 -
Sophos 4.31.0 2008.07.28 -
Sunbelt 3.1.1536.1 2008.07.28 -
Symantec 10 2008.07.28 -
TheHacker 6.2.96.389 2008.07.25 -
TrendMicro 8.700.0.1004 2008.07.28 -
VBA32 3.12.8.1 2008.07.28 -
ViRobot 2008.7.26.1311 2008.07.28 -
VirusBuster 4.5.11.0 2008.07.28 -
Webwasher-Gateway 6.6.2 2008.07.28 -

Here is a scan , for those who want a proof on the safety of this file!
 
Last edited:
nice job Gesior! but u can make a rl map :D?

no gm account 4 c the map?
 
Last edited by a moderator:
maybe i'll upgrade my server to this, looks very great.
 
many thx for this, but how to me import dbase of 0.2.11 to this??? i'm want to use all storeds of 0.2.11, can you help me?

No more, thx

F@bio
 
i have problems to compile this =/
much errors, and if a compile on open the ot are closed in the same moment
sorry, but this ot resolv my problems now
 
if i compiling the server using this parameters or not have this error..

parameters:
-D__GLOBAL_STORAGE__
-D__ENABLE_SERVER_DIAGNOSTIC__
-D__PB_GMINVISIBLE__


error:
[29/07/2008 02:00:05] Unknown command /invisible
 
Back
Top