no /reset man this is sick :|
Whats your problem with website reset? Its totally good.
Or you can copy the reset system from a source, than put into a dll and hook into the gameserver
Please reupload links for client and server
reupload please thanks
Hello,maybe u can reupload Mu Client Source Code Files for Update 0.7.2.7
Or Maybe client thank you.
How to add WZCashop on GameServer? help me? Help
What?
How to create website reset?
$query -> read data from sql some things like this Select * from dbo.Character Where Name = 'SELECTEDCHARACTERNAME' for example ($_GET['Character'])
$query2 -> check character account is online or not
if($query2['ConnectStat']==1){
if($query['cLevel==400']){
//makereset
Update dbo.Character Set Resets = (Resets+1) Where Name = $_GET['Character']
}
}
If you want to make in game reset, you need to build in /reset than check this parameters in the source, but I dont recommend to make in game reset in old files, because if the dataserver not enough fast, it will make dupe resets etc.. :)