Results 1 to 6 of 6

Thread: kick ping script

  1. #1

    Default kick ping script

    OK I installed the auto pink kick mod from here but it kicks me for high ping even with my name in the immune text, what am I doing wrong

    Server.cfg
    Code:
    // General Settings
    
    seta sv_hostname "Easy's FFA Server"
    
    seta sv_maxRate "10000"			// DO NOT SET OVER 15000 OR YOUR ACCOUNT WILL BE LOCKED!
    
    seta teleport "1"
    
    set plugrun "1"
    set plugtime "40"
    set ip "216.52.25.135:12203"
    set admin "Easy Meat"
    set website "www.easymeat.wixsite.com/themeathouse"
    
    seta sv_invulnerabletime "7"
    
    seta mapinfo "1"
    seta mapinfo_mapname "1"
    seta mapinfo_custommapwarning "1"
    seta mapinfo_customwarning_string1 "Next map is a custom map"
    seta mapinfo_customwarning_string2 "If you do not have it server will kick you."
    
    seta pingkick 1 // default 0 (off) - 1 turns this mod on - 0 turns it off
    seta ping_low 400	// default 999 - Set ping limit from 100-999 when Server is less then half full
    seta ping_high 400 // default 999 - Set ping limit from 100-999 when Server is more than half full
    seta pingwarnings 2	// default 3 - Set the number of warnings before kicking
    seta pingscantime 15	// default 15 - Sets the number of seconds between each ping scan ( minimum 5 seconds )
    
    set ping_message "1"
    set ping_kick_message_delay "15"
    
    seta sv_banning 1 
    seta sv_filterchat 0
    sv_disablechat 0
    seta sv_kickping 400 
    seta sv_maxconnperip -1 
    seta sv_kickbadcmd 1
    seta sv_sounddistance "8000" // deprecated, doesn't change anything
    seta sv_antiwh "0" 
    sv_antiwhskipping 400
    seta sv_antistwh "1"
    seta sv_recoilemulation "0"
    seta sv_stufftextdetection "1"
    seta anticham "1" // works only with anticham mod
    seta sv_updatedelay 24  
    seta g_teambalance 1
    seta sv_remotetoolip "127.0.0.1"
    
    //** GetStatus/GetInfo Anti Flood Protection 1=on 0=off
    seta sv_packetantiflood 1
    
    seta sv_timeout "200" 			//amount of time before assuming a disconnected state
    seta sv_precache "1"
    seta sv_fps "19" 				//max frame rate to clients - increasing will raise pings
    seta sv_maxClients "12"		
    seta sv_allowDownload "0"
    seta sv_reconnectlimit "3"
    seta sv_zombietime "1"
    seta g_inactivity "180"
    seta g_syncronousclients "0"
    
    seta anticham 1
    seta anticham_startDelay	15
    seta anticham_periodWaittime 280
    
    // Server Passwords
    seta sv_privateClients "1"
    
    //Logging
    seta logfile "3"
    seta g_log "mohserver.log"
    seta g_logSync "0"
    seta developer 2
    seta sv_gamespy "1" // Show our server in gamespy
    
    seta g_healthdrop 1
    seta g_realismmode 1
    seta g_forceteamspectate 1
    seta g_spectate_allow_full_chat 0
    seta sv_team_spawn_interval 0
    seta g_inactivespectate 0
    seta g_inactivekick 0
    seta g_teamswitchdelay 10
    seta g_allowjointime 20  //default 30
    
    seta sv_timeout "200"
    seta sv_precache "1"
    seta sv_privateClients "1"
    seta sv_maxclients "12"
    seta sv_reconnectlimit "3"
    seta sv_zombietime "1"
    seta g_inactivity "3600"
    seta g_forcerespawn "1"
    seta g_syncronousclients "0"
    seta g_smoothClients "1"
    seta sv_fps 20
    seta sv_allowdownload 0
    seta sv_floodprotect "1"
    seta cheats "0"
    seta sv_pure "0"
    seta set g_realismmode "1"
    seta g_teamdamage "1"
    
    seta sv_maxPing "400" 
    seta sv_minPing "0"
    
    seta sv_flood_waitdelay "10"
    seta sv_flood_persecond "4"
    seta sv_flood_msgs "4"
    seta noipx "1"
    
    set sv_runspeed 300   
    set sv_dmspeedmult 1.0 
    
    // Master Servers
    seta sv_master1 "mohmaster.2015.com"
    seta sv_master2 "master0.gamespy.com"
    seta sv_master3 "master1.gamespy.com"
    seta sv_master1 "master.x-null.net"
    seta sv_gamespy 1
    
    seta sv_privatePassword "ezm"
    
    set g_ffa_settings "fraglimit: 50 timelimit: 30"
    set g_tdm_settings "fraglimit: 200 timelimit: 30"
    set g_obj_settings "fraglimit: 7"
    set g_rbm_settings "roundlimit: 15"
    
    set g_extgametype ctf
    set g_ctf_settings "respawn: 0 returnboth: 1 capturepress: -1"
    
    set g_extgametype dem
    set g_dem_settings "respawn: 1 attacker: swap mef_team_spawn_interval: 6"
    
    set g_extgametype ft
    set g_ft_settings "meltgun: on melttime: 35" //deactived
    
    set g_extgametype ftctf
    set g_ftctf_settings "pointlimit: 6 countdown: 30 meltgun: on mef_team_spawn_interval: 6"
    
    set g_extgametype ftdem
    set g_ftdem_settings "settime: 20 defusetime: 10 ticktime: 60"
    
    set g_extgametype ftobj
    set g_ftobj_settings "meltgun: on melttime: 30"
    
    // spawn protection
    sets spawn_protect "1"
    sets sv_invulnerabletime "7"
    
    //////////////////////////////////////////////////////////////////////
    //extra settings
    sets g_rankedserver "1"
    sets g_droppeditemlife "30"
    //set no_lean "1"
    
    //////////////////////////////////////////////////////////////////////
    // gametype add point settings
    set ctf_saved 1
    set ctf_captured 1
    set ctf_picked_up 1
    set ctf_returned 1
    set ctf_posted 1
    set ft_addkills 1
    set bomb_addkills 1
    set koh_addkills 1
    
    set g_extgametype_mohdm1 ffa     
    set g_extgametype_mohdm2 ffa      
    set g_extgametype_mohdm3 ffa       
    set g_extgametype_mohdm4 ffa       
    set g_extgametype_mohdm5 ffa    
    set g_extgametype_mohdm6 ffa     
    set g_extgametype_mohdm7 ffa      
    
    set sv_maplist "dm/mohdm1 dm/mohdm2 dm/mohdm3 dm/mohdm4 dm/mohdm5 dm/mohdm6 dm/mohdm7"
    
    set g_gametype 3
    
    set g_extgametype "ffa"
    
    // load the first map
    map dm/mohdm1
    Immune.txt
    Code:
    /*
    	Auto Ping Kick - Immunity File
    		by: ArMaGedDoN - 5/27/2011
    	Requirements: MoH:Reborn 1.12 Patch RC2 or Higher
    				  Auto Ping Kick Mod
    	
    	Instructions:   type names or Tags of players that you want immune from pingkick.scr inbetween the 2 lines below.
    					place this file into main folder
    					
    	example : 
    //----------------
    "some dude"
    "this one guy"
    "that other guy"
    "<(CG)>"              //That will immune anyone with that tag.
    "<(CG)> ArMaGedDoN"
    //----------------
    */
    main:
    level.immunefile = 1
    level.immune = makearray
    //----------------------------------------------INPUT NAMES WITHIN THESE LINES----------------------------------------
    
    "EasyMeat"
    
    
    
    
    
    
    
    
    
    //---------------------------------------------------- **** END **** -------------------------------------------------
    endarray
    end

  2. #2

    Default

    On the server you have set aswell to kick a player with more than 400 ping:
    Code:
    seta sv_kickping 400
    Try remove that to see if he still kicks you.

  3. #3

    Default

    remove that, did help it's like it's not getting my name from the text.
    I removed all mods and just used stock reborn.pk3 with the auto kick mod
    made server cfg like this still get kicked...lol
    Code:
    seta sv_hostname "Easy's FFA Server"
    seta g_motd "Mohaa Still Alive"
    sets "+Admin" "EasyMeat" 
    sets "+Clan" "Not A Clan Server"
    sets "+Location" "US"
    sets "+Hosted By" "www.eoreality.net"
    sets "+Email" "mhcodclan@gamil.com"
    sets "+webiste" "www.easymeat.wixsite.com/themeathouse"
    //sets "+Teamspeak3" "109.70.148.54:9987"
    //sets "+Mumble" ""
    
    seta sv_maxRate "10000"			// DO NOT SET OVER 15000 OR YOUR ACCOUNT WILL BE LOCKED!
    
    
    seta pingkick 1 // default 0 (off) - 1 turns this mod on - 0 turns it off
    seta ping_low 400	// default 999 - Set ping limit from 100-999 when Server is less then half full
    seta ping_high 400 // default 999 - Set ping limit from 100-999 when Server is more than half full
    seta pingwarnings 2	// default 3 - Set the number of warnings before kicking
    seta pingscantime 15	// default 15 - Sets the number of seconds between each ping scan ( minimum 5 seconds )
    
    set ping_message "1"
    set ping_kick_message_delay "15"
    
    set sv_maplist "dm/mohdm1 dm/mohdm2 dm/mohdm3 dm/mohdm4 dm/mohdm5 dm/mohdm6 dm/mohdm7"
    set g_gametype 3
    
    // load the first map
    map dm/mohdm7
    Last edited by easymeat; April 3rd, 2018 at 05:35 AM.

  4. #4

    Default

    I stupid got it fixed need to read stuff more carefully says in post
    more control for kicking high pings than using sv_kickping in Reborn.
    set the sv_kickping for reborn to 0andit worked sorry for wasting space.

  5. #5

    Default

    Check to see if the immune part works. It never worked for me or others that I've put on the immune list...

  6. #6

    Default

    well I set it up with the only max ping settings fro the pingkick.scr then started a big download, got on server and with my ping 999 for 10 min never got kicked, then I removed my name from immune list and did it again and got kicked on 2 pass after the messages here is how I set it up:

    Code:
    seta pingkick 1 // default 0 (off) - 1 turns this mod on - 0 turns it off
    seta ping_low 400	// default 999 - Set ping limit from 100-999 when Server is less then half full
    seta ping_high 400 // default 999 - Set ping limit from 100-999 when Server is more than half full
    seta pingwarnings 2	// default 3 - Set the number of warnings before kicking
    seta pingscantime 30	// default 15 - Sets the number of seconds between each ping scan ( minimum 5 seconds )
    
    set ping_message "1"
    set ping_kick_message_delay "30"
    
     //reborn setting
    seta sv_kickping 0 
    
    //server.cfg settings
    seta sv_maxPing "0" 
    seta sv_minPing "0"
    immune text
    Code:
    main:
    level.immunefile = 1
    level.immune = makearray
    //----------------------------------------------INPUT NAMES WITHIN THESE LINES----------------------------------------
    "EasyMeat"
    EasyMeat
    //---------------------------------------------------- **** END **** -------------------------------------------------
    endarray
    end

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •