How can i change the lords escape rate after battle ?

Users who are viewing this thread

Krugeros

Regular
tweakmb doesnt work on Silverstag, also tweak that u change the rate in script.txt also doesnt work because everything different than native.. so im desparete..
 
Krugeros said:
tweakmb doesnt work on Silverstag, also tweak that u change the rate in script.txt also doesnt work because everything different than native.. so im desparete..

Well it's in module_constants.py, so if the txt tweak isn't working then you would have to download the source files which are available in the main download and change the value then recompile.

In module_constants.py look for this and change it to the desired value.
Code:
hero_escape_after_defeat_chance = 70
Then you would have to recompile, not 100% it would be save compatible though. 
 
Back
Top Bottom