Quote:
Originally Posted by kokamentos
Update dbo.user_character set wPkcount = '0'
|
should be "wChaoticLevel" instead of "wPkcount"
I suggest you to make a job in SQL for it. Take a look at the reborn system to understand how create a job. You can make a job to reset IPs every minute(1), so you dont need to repeat this every time.
You can learn a lot if you
read and understand the scripts that other people have created.