Prevent GM's from leveling
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:
Code:
UPDATE Character
SET clevel=('349'), experience=('0'), resets=('0')
WHERE ctlcode=('8')
8: Click OK then go to the Schedules tab and click New Schedule
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
Re: [Guide] Prevent GM's from leveling
is more simple if you place in the Character table on the column exp the value "-99999999"
(it forgives for the bad English but I find that it was of compreensive)
Re: [Guide] Prevent GM's from leveling