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

How to fix exhaust on potions?

The only way to change all the potions efficiently is how godorxd explained. If you tried to use a decimal point (.) then that may cause an issue. If you want one and a half seconds, then change

timeBetweenExActions = 1000

to

timeBetweenExActions = 1500

or to your liking. Make sure there are no extra spaces, and make sure it is not giving any errors in console.
 
Back
Top