Callum

Joined: 16th Oct 2011
Posts: 609
Client admin command flood
The client is putting a delay on admins < 4 using commands.. is this an actual thing or is something I'm using messing with my client?
edit: Doesn't it also only allow certain admin ranks to see other hidden admins and use #nowall? Is there any point to all this? I never played when the admins were active but surely they could jail/ban quicker than 1 per 10s?
5 years, 43 weeks ago
|
Apollo
Administrator
Joined: 14th Apr 2009
Posts: 2759
Re: Client admin command flood
The flood rates seem to be tied to some bytes at the end of the welcome packet, but if you want to avoid that entirely just fudge the admin rank to 4 in the welcome packet. Keep in mind that if you do this for players as well chat flood limits will be ignored also.
5 years, 42 weeks ago
|
shayne

Joined: 20th Dec 2010
Posts: 793
Re: Client admin command flood
Didn't know there was a delay for this. :o Vult-r must of got tired of Arvid spamming commands. I blame Arvid..
Admin Command Flood
004187FF 7E 02 (Change JLE to JMP) = EB 02 ---
EO Resources/Guides: â—„ eobud.boards.net â–º
5 years, 42 weeks ago
|
Apollo
Administrator
Joined: 14th Apr 2009
Posts: 2759
Re: Client admin command flood
No need to hex edit that as I just checked the SVN Welcome.cpp. Lines 197-199 have been set to 0 to allow wide open command flooding. Change those in your source and you should be set. Do make sure you compare your source to the SVN just in case there is a line number difference.
5 years, 42 weeks ago
|
Callum

Joined: 16th Oct 2011
Posts: 609
Re: Client admin command flood
Wasn't asking where to fix this I was just querying why it was there in the first place and any other side affects off it..
5 years, 42 weeks ago
|
Apollo
Administrator
Joined: 14th Apr 2009
Posts: 2759
Re: Client admin command flood
Aside from the flood controls in the welcome packet, the admin rank controls all other admin perks. #nowall and admin chat are activated when welcome sends admin rank 2 to the client, and by default HGM can see hidden admin of a lesser rank. If you do not wish these effects to activate you can
circumvent them server side, however some cosmetic features like the nowall sound effect and the admin channel indicators may show up client side, but as I said you can turn them off. Floods and admin rank activated tools are totally separate.
5 years, 42 weeks ago
|
shayne

Joined: 20th Dec 2010
Posts: 793
Re: Client admin command flood
Ah.. Well now you and others know how to remove it, regardless. It's a silly restriction that should not be there. ---
EO Resources/Guides: â—„ eobud.boards.net â–º
5 years, 42 weeks ago
| | | | | | |