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

Lua TFS 1.2 config.lua doubt

Demonatti

Member
Joined
May 13, 2010
Messages
89
Solutions
1
Reaction score
14
Hello, just a simple question..

Im used to manipulate the monsters rates from the config.lua on TFS 0.4 where

Code:
    rateMonsterHealth = 11.5
    rateMonsterMana = 3.0
    rateMonsterAttack = 3.8
    rateMonsterDefense = 2.7

Recently I decided to update to TFS 1.2 but I cant seem to find these lines and they were very usefull, does anyone knows of an alternative for this? Sorry if this has already been asked
 
They aren't in there, you could use the event functions to mimic some of them, but "best" would be to edit your sources to get them into the config file again.
If you can't do it yourself you can open an issue here; Build software better, together
And maybe even add to a bounty source to make it happen quicker :p
 
Back
Top