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

Config.lua (rsa help)

LucasFerraz

Systems Analyst
Joined
Jun 10, 2010
Messages
2,857
Reaction score
96
Location
Brazil
What it means? Why I need this?
LUA:
	rsaPrime1 = ""
	rsaPrime2 = ""
	rsaPublic = ""
	rsaModulus = ""
	rsaPrivate = ""
 
Is that really in the config.lua?:o i guess if it was empty from the beggining u wont need it, your server will use the standard ot rsa

and to answer what it means, RSA is an encryption wich is in the tibia client, i think they made it so you could not make ots from the beggining but hackers are always there to fck their protections :) if you're not planning on making a supercustom client and stuff you wont need to know what it is.
 
well if you have a custom client you can change the RSA key of your client. So if you put RSAprivate to 346752869310 and you make a custom client just for your own with the key 346752869310 it automaticly see you are on private and you can probaly make scripts with it so you don't even need a GM anymore. Like if logged in on rsaprivate acces =6 or something xD
 
Back
Top