1: Open SQL Server Enterprise Manager
2: Expand the tree so it looks like this:
Console Root > Microsoft SQL Servers > SQL Server Group > IP OR (LOCAL) > Management > SQL Server Agent > Jobs
3: Right click and click New Job
4: Call it gm_reset and set Owner to sa
5: Go to the Steps tab and click New
6: Call the step gm_reset change Database to muonline
7: Copy and paste the following code into the Command box:
8: Click OK then go to the Schedules tab and click New ScheduleCode:UPDATE Character SET clevel=('349'), experience=('0'), resets=('0') WHERE ctlcode=('8')
9: Call it gm_reset and click Change in the bottom right
10: Change occur to Daily, Daily Frequency to Occurs every 1 minute
11: OK everything and make sure SQL Server Agent is running


Reply With Quote

