View Full Version : New Players status 20
Xenerox
08-18-2009, 07:50 PM
hello i have a question i just made a new rev 922 server but when new players come on their default status is set to 20 so they r allowed to use gm cmds i moved the cmds status requirements up but then when SoF players come on they can use ALL gm cmds could someone please tell me how to set the default status of new players?
Capheus
08-18-2009, 11:53 PM
I believe it is taking the number from the select rank field in the start zones table. There is a problem though, I don't think the SoF players get the info from this table though.
In the rules_values table there is a line for the SoF people listed as World:SoFStartZoneID, I have mine set to -1 and to the best of my knowledge they don't have all the commands.
I haven't installed SoF yet, its still too buggy, ya never know when you are gonna lose your pants when zoning, so I'm not cetain on this.
Capheus
08-19-2009, 12:38 AM
Ok it doesn't look like its taking the number from the start zones table so ignore me on that part. You can check their status and change it in the account table for each character. This could be tedious though.
trevius
08-19-2009, 02:51 AM
Look in your server's config file for a section that looks like the below:
<zones>
<defaultstatus>0</defaultstatus>
<!-- Sets port range for world to use to auto configure zones -->
<ports low="7000" high="7500"/>
</zones>
By default, where I have 0, it is normally set to 20 (don't ask me why that is in the default config, because I dunno). Just set that to 0 and then set any accounts in your account table (other than GM accounts) down to 0 as well.
Xenerox
08-19-2009, 08:05 AM
thanks guys
So_1337
08-19-2009, 08:43 AM
Dang, Trevius beat me to answering one that I actually knew the answer to =P
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.