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

The Forgotten Server (pre 0.2)

Status
Not open for further replies.
RE: The Forgotten Server

From what ive heard its the best..so now im going to try and figure out dam SQL lol



o and whats the difference between the download links ?
 
RE: The Forgotten Server

Where can i get project to dev-cpp of tfs?... I cant anywhere find it...
 
RE: The Forgotten Server

this server have one bug... i try add 7.92 monsters (POI monsters and others bosses) and he dont get dmg.

I try use more than 3 diferent files and dont dmg any new monster.
 
RE: The Forgotten Server

If all other monsters work expect yours then the bug is in your files and not the server.
 
RE: The Forgotten Server

Here are some more tiles u could add to the randomizer:
Code:
		else if(_id == 4422)
			_id += random_range(0, 16);
		else if(_id == 351)
			_id += random_range(0, 4);
And in protocol80.cpp you could change
Code:
msg.AddU32(player->getExperience());
to
Code:
	if(player->getExperience() <= 2147483647)
	msg.AddU32(player->getExperience());
	else
	msg.AddU32(0);
To prevent clients from debugging when players reach 2147483647 experience.
 
RE: The Forgotten Server

Ok i got a simple , stupid question.
Where r the accounts and/or the characters saved?? since there is neither accounts or characters folders where they r in ....

Thank you,
Kimo

EDIT : nvm i already knew =D
 
Complaints and Suggestions about TFS

I am just wondering, there are hardly any commands in TFS.

Commands on XML :

/clean
/pvp 2
/pvp 1
/pvp 0

Those are very important commmands, especially for a PVP OT. On my OT, people keep mass pking, so I usually turn PvP off. But, I switched to TFS, and now I cant.

The /clean function is also very important because it cleans up the server, from bugs, lag, and more. I think you should add this to TFS very badly.

If it's possible for this to be added using the talkactions.xml and scripts, please tell me how, I'll be glad to learn. I really need these commands badly, and probably so do other people.


Thanks very much for reading this.

Thanks in advance

Xine
 
RE: The Forgotten Server

Im just wondering, is there an easy way to migrate from Evolutions to TFS?
 
RE: The Forgotten Server

Is there an easy way to migrate from Evolutions to TFS?
Not that it matters very much to me, Im more curious really
 
RE: The Forgotten Server

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'IF EXISTS `oncreate_players`' at line 1


i gotta little problem...im noob in mysql and i dont know what is bugged. any1 can help me?
 
RE: The Forgotten Server

The Forgotten Server - Version 0.2.2.
A server made by Talaturen, Kiper, Kornholijo, Ruly and KingKomic.

>> Loading config
>> Loading RSA key
>> Loading bans
MYSQL ERROR mysql_real_connect: Access denied for user 'root'@'localhost' (using password: NO)
>> ERROR: Unable to load bans!
 
RE: The Forgotten Server

Either u didnt set the correct setting s in config.lua or u dont have a mysql databse.
 
RE: The Forgotten Server

the next version goes to be very better =O
 
RE: The Forgotten Server

Im still curious, is there a way to easily migrate from Evolutions to TFS,
and which AAC is best for usage with TFS?

Thanks in advance :)
 
Status
Not open for further replies.
Back
Top