hi, can someone tell me how to turn the "crit" sound on everytime i crit?
thanks
help with the mod
On line 19 in MKombat.lua, just change
to
And it should play every time you crit.
Code: Select all
local praiseTimeout = 30;
Code: Select all
local praiseTimeout = 0;
phpbb:phpinfo()