• 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

tofik1432

New Member
Joined
Jun 20, 2009
Messages
162
Reaction score
0
hello ,
criticalHitChance = 5
^^ what does that mean ?? 5% chance that I will give a critical hit or the monster to me ??

Ps. can someone give me a link to tutorial for config.lua ??
 
Players chance in percent to critically damage the monster.
I guess there is no tutorial, its kinda self-explanatory.
 
Just post here and we can explain what it means ^^
Someone should make a tutorial on config lua like:

accountManager = "yes" -- Do you want account manager ingame (yes/no)

For beginners.
 
hmmm...
timeToDecreaseFrags = 2 * 60 * 60 * 1000
what each number means ??
o yea, where can i change bless sys. ( i want : when "wearing" blesses and u die u don't lose exp points , only skills)
 
Not sure about the blessings but the time to decrease frags is

2 * 60 * 60 * 100 = 2 minutes, just change the "2" to any number and then it will be that amount of minutes.

Hope it helped.
 
Don't worry about the rest.

If you really want to know, the actual value the config takes is uber small, so you have to multiply it by those numbers to get it into mninutes
 
Back
Top