PROBLEM WITH NEW SERVER


(shawnf) #1

Ok,I have a new server set up,and I have the program RCON…
I cant figure out how to set my admin status in Rcon,can someone please tell me the command I use to make my self admin on my server… :drink:

Thanks


(chr0nicles) #2

When you login RCON you already have FULL ADMIN access, when you’re using ETPro you can make use of the “referee” and “sa” commands to admin your servers ingame.

http://bani.anime.net/etpro/adminguide.html <-- browse to the section semi admin.


(Rain) #3

You can also use ‘/rconAuth <password>’ to effectively become a referee (although your privilege level is slightly higher, and that’s reflected in what the in-game menu shows being available.)


(shawnf) #4

I see what ya’ll are saying,but thats not what I want.What I want is to be able to make other people admin.Im running shrub so I want to be able to make people diff. level admins.How do I do this ?

example: !listplayers,!kick #,!ban #,!mute #


(Depth_Charge) #5

You need to make a file called “shrubbot.cfg” and put down your admin levels in it and the flags that say what they can do

[level]
level= 0
flags= ahC
name= Prole

[level]
level= 1
flags= ahC
name= Regular

[level]
level= 2
flags= ahCcimPu
name=  Super Reg

[level]
level= 3
flags= ahCckimPu
name= SemiAdmin

[level]
level= 4
flags= ahCbdfklLikmnNprvHBSPwu
name= Admin

[level]
level	= 5
flags	= *
name	= ^2FLOOR MASTER

Then when you run the server do “g_shrubbot shrubbot.cfg” without the quotes in the server console and put the command “readconfig” in the server console.
Finally in the server console type “status” without the quotes, find your name and look over to the left at “num”, and then do “setlevel <your number here> 5” (Remember you have to be connected to the server to do this and you might need to restart the server)
http://www.etstats.com/shrubet/index.php?ver=2&id=10 Go here for more info on shrubbot


(shawnf) #6

Thx man !


(vaheadbusta) #7

well,it was working fine untill my server settings were erased some how
now when i try this again,it says “couldnt open file shrubbot.cfg”
the file is in my though
whats wrong ?


(Depth_Charge) #8

well make sure shrubbot.cfg is in the mod folder…and to do teh command “g_shrubbot shrubbot.cfg”

P.S.: Would be a good idea to have g_shrubbot shrubbot.cfg in the server config :wink:


(shawnf) #9

thx will try it