Hello..
I Use MMT season2 files..I have a problem with dl's command status!
When a dl make a reset from the website (mu web 0.9) all his stats reseted normally to 25 (as i set) but command remain same ..
Do u know a solution for this problem?
Printable View
Hello..
I Use MMT season2 files..I have a problem with dl's command status!
When a dl make a reset from the website (mu web 0.9) all his stats reseted normally to 25 (as i set) but command remain same ..
Do u know a solution for this problem?
Just edit page where users make resets. MSSQL query shold look something like that :
update Character set Leadership='18' where name='$name'
just edit ur reset page for s2 files
and update it with as lship! or in ur char.classphp
MuWeb does not reset command u need to add it to the reset code on character.class.php
muweb_securelogin.class.php
that file i must edit?
upppppppp
Which reset code i must put and where?