Before you change any status levels, run this mysql query to see what all accounts in your database have a status above 0, so you have a good idea of who might be doing this:
Code:
SELECT id,name,status FROM account WHERE status > 0;
__________________
<idleRPG> Rogean ate a plate of discounted, day-old sushi. This terrible calamity has slowed them 0 days, 15:13:51 from level 48.
Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.