- Joined
- May 15, 2008
- Messages
- 683
- Reaction score
- 693
Hello, Darks!
In this thread i will show you how, to fix "Reset Limit"...
So... open "character.class.php" in "includes" folder.
Search for...
Replace with...
In this guide "Reset Limit" is 60, u can edit this at you'r choice...
*($row[1]+(60))) [Numbers with RED color are limit of resets, if u want to make "Reset Limit" 120, 150 or something else just replace "60" with you'r number]
Greetings, Gasolincho ]DarksTeam[
Credits: Gasolincho
In this thread i will show you how, to fix "Reset Limit"...
So... open "character.class.php" in "includes" folder.
Search for...
PHP:
if ($row[1] > $muweb['resetslimit']){ $error=1;
show_error("$warning_start Resets limit is set to $muweb[resetslimit]! $warning_end");
}
Replace with...
PHP:
if ($row[1] > $muweb['resetslimit']){ $error=1;
show_error("$warning_start Resets limit is set to $muweb[resetslimit]*($row[1]+(60))) $warning_end");
}
In this guide "Reset Limit" is 60, u can edit this at you'r choice...
*($row[1]+(60))) [Numbers with RED color are limit of resets, if u want to make "Reset Limit" 120, 150 or something else just replace "60" with you'r number]
Greetings, Gasolincho ]DarksTeam[
Credits: Gasolincho