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

Debugs

amnart

New Member
Joined
Oct 2, 2008
Messages
75
Reaction score
0
k :p well do you know how to lower chance of critical chance? sometimes people hit like 1k, i want them to like do it 1% chance, where do i change that? thanks
 
Last edited:
In the config.lua file, search for "criticalHitChance"

Originally it should be like this:
Code:
criticalHitChance = 7

That means 7% crit chance.
Change this to 1. Like this:

Code:
criticalHitChance = 1
 
Back
Top