Jump to content
BFACP & ProCon Plugin Development Has Moved to Metabans ×

ProconRulz V44j1 - weapon limits and other event-triggered admin actions


ColColonCleaner

Recommended Posts

Originally Posted by bambam*:

 

I'd like to check the best ProconRulz people are using before I release the kosher "BF4 version" of ProconRulz - can anyone give me some references to rulz sets they are actually using now (apart from the ones I reference in the first post of this thread).

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Dudenell*:

 

I'd like to check the best ProconRulz people are using before I release the kosher "BF4 version" of ProconRulz - can anyone give me some references to rulz sets they are actually using now (apart from the ones I reference in the first post of this thread).

Well, right now we attempted to install a modified version of the kill streak announcer:

myrcon.net/.../kill-streak-announcer

 

and it doesn't seem to be displaying any actual text in the chat box. It is however taking pbss as needed

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Kinkzor*:

 

There is a weapons list in the [ProconFolder]\Configs\BF4.def open the file with notepad or your favorite text editor.

Thanks, unfortunately, the weapon list is very far from complete and does not have any grenades. I will try it myself, cant be that hard to figure out =)

 

I tried:

 

# No Rockets

On Kill;Damage ProjectileExplosive;PlayerCount 6;Log %p% banned for rockets kills;Ban %p% rockets. You were warned.

On Kill;Damage ProjectileExplosive;PlayerCount 3;Log %p% kicked for rocket kills, Ban will follow if you do not stop!;Kick %p% rockets. You will be banned permanently if you do not stop.

On Kill;Damage ProjectileExplosive;PlayerSay %p% no rockets, carry on and you will be kicked, then banned!;Kill 100

# No Nades

On Kill;Damage Explosive;PlayerCount 6;Log %p% banned for explosives kills;Ban %p% explosives. You were warned.

On Kill;Damage Explosive;PlayerCount 3;Log %p% kicked for explosive kills, Ban will follow if you do not stop!;Kick %p% explosives. You will be banned permanently if you do not stop.

On Kill;Damage Explosive;PlayerSay %p% no explosives, carry on and you will be kicked, then banned!;Kill 100

#

 

But grenades and most things ignore it =/.

 

2 issues i have noticed.

1. The chat lag that occurs as games progress (I assume this is common to all large servers_) also delays the ProconRulez commands. So If I say to slay someone using a grenade, it slays them about 1min afterwards once the lag sets it.

2. The DamageTypes Explosive and ProjectileExplosive do not work for most things. So I am using the following code to block each weapon invidiuallz (Bans are commented out though)

 

 

 

# Logs, so we get info when BF4 gives it

# On Spawn;Log [%pt%] ^2%p%^0 spawned with [%kk%], [%wk%], [%speck%]

# Logs for kills

# On Kill;Log ^2[%p%] %pt%er %k% killed [%v%] %vt%er with %w%, (kill #%c%)

# Rockets ban

# On Kill;Damage ProjectileExplosive;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Damage ProjectileExplosive;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Damage ProjectileExplosive;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# Explosive ban

# On Kill;Damage Explosive;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Damage Explosive;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Damage Explosive;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# AK12 underslung

# On Kill;Weapon U_AK12_M320_HE;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon U_AK12_M320_HE;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon U_AK12_M320_HE;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# C4

# On Kill;Weapon U_C4;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon U_C4;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon U_C4;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# Mini

# On Kill;Weapon U_V40;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon U_V40;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon U_V40;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# m67 frags

# On Kill;Weapon M-67;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon M-67;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon M-67;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# Claymore

# On Kill;Weapon U_Claymore;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon U_Claymore;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon U_Claymore;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# SRAW

# On Kill;Weapon U_SRAW;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon U_SRAW;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon U_SRAW;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# RGO

# On Kill;Weapon U_Grenade_RGO;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon U_Grenade_RGO;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon U_Grenade_RGO;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# SMAW

# On Kill;Weapon U_SMAW;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon U_SMAW;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon U_SMAW;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# Mini

# On Kill;Weapon U_;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon U_;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon U_;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# MBT LAW

# On Kill;Weapon U_NLAW;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon U_NLAW;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon U_NLAW;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# M320 under AK-12

# On Kill;Weapon M320 under AK-12;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon M320 under AK-12;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon M320 under AK-12;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# M320 under SCAR-H

# On Kill;Weapon M320 under SCAR-H;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon M320 under SCAR-H;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon M320 under SCAR-H;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# M320 under M416

# On Kill;Weapon M320 under M416;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon M320 under M416;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon M320 under M416;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# M320 under AEK-971

# On Kill;Weapon M320 under AEK-971;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon M320 under AEK-971;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon M320 under AEK-971;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# M320 under SAR-21

# On Kill;Weapon M320 under SAR-21;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon M320 under SAR-21;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon M320 under SAR-21;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# M320 under AUG A3

# On Kill;Weapon M320 under AUG A3;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon M320 under AUG A3;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon M320 under AUG A3;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# M320 under M16A4

# On Kill;Weapon M320 under M16A4;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon M320 under M16A4;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon M320 under M16A4;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# M320 under CZ-805

# On Kill;Weapon M320 under CZ-805;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon M320 under CZ-805;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon M320 under CZ-805;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# M320 under QBZ-95-1

# On Kill;Weapon M320 under QBZ-95-1;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon M320 under QBZ-95-1;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon M320 under QBZ-95-1;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# XM25

# On Kill;Weapon U_XM25;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon U_XM25;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon U_XM25;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# RPG

# On Kill;Weapon RPG-7;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon RPG-7;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon RPG-7;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# M34 Incendiary

# On Kill;Weapon U_M34;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon U_M34;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon U_M34;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# M320

# On Kill;Weapon M-320_HE;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon M-320_HE;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon M-320_HE;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# U_M320_LVG

# On Kill;Weapon U_M320_LVG;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon U_M320_LVG;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon U_M320_LVG;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# SPARE

# On Kill;Weapon U_M320_LVG;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon U_M320_LVG;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon U_M320_LVG;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

 

 

 

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by tarreltje*:

 

Seems everyone is using this on there bf4 servers. But then there is me who cant even get it to show up on procon at all.

Can you offer a "noob" some help. thanks

Put the file in your plugins/BF4 folder, after that RESTART your procon/proconlayer to load the plugin, otherwise procon wont see it!
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by ToM666*:

 

# Logs, so we get info when BF4 gives it

# On Spawn;Log [%pt%] ^2%p%^0 spawned with [%kk%], [%wk%], [%speck%]

# Logs for kills

# On Kill;Log ^2[%p%] %pt%er %k% killed [%v%] %vt%er with %w%, (kill #%c%)

# Rockets ban

# On Kill;Damage ProjectileExplosive;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Damage ProjectileExplosive;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Damage ProjectileExplosive;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# Explosive ban

# On Kill;Damage Explosive;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Damage Explosive;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Damage Explosive;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# AK12 underslung

# On Kill;Weapon U_AK12_M320_HE;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon U_AK12_M320_HE;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon U_AK12_M320_HE;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# C4

# On Kill;Weapon U_C4;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon U_C4;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon U_C4;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# Mini

# On Kill;Weapon U_V40;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon U_V40;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon U_V40;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# m67 frags

# On Kill;Weapon M-67;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon M-67;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon M-67;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# Claymore

# On Kill;Weapon U_Claymore;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon U_Claymore;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon U_Claymore;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# SRAW

# On Kill;Weapon U_SRAW;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon U_SRAW;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon U_SRAW;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# RGO

# On Kill;Weapon U_Grenade_RGO;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon U_Grenade_RGO;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon U_Grenade_RGO;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# SMAW

# On Kill;Weapon U_SMAW;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon U_SMAW;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon U_SMAW;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# Mini

# On Kill;Weapon U_;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon U_;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon U_;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# MBT LAW

# On Kill;Weapon U_NLAW;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon U_NLAW;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon U_NLAW;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# M320 under AK-12

# On Kill;Weapon M320 under AK-12;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon M320 under AK-12;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon M320 under AK-12;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# M320 under SCAR-H

# On Kill;Weapon M320 under SCAR-H;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon M320 under SCAR-H;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon M320 under SCAR-H;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# M320 under M416

# On Kill;Weapon M320 under M416;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon M320 under M416;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon M320 under M416;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# M320 under AEK-971

# On Kill;Weapon M320 under AEK-971;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon M320 under AEK-971;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon M320 under AEK-971;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# M320 under SAR-21

# On Kill;Weapon M320 under SAR-21;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon M320 under SAR-21;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon M320 under SAR-21;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# M320 under AUG A3

# On Kill;Weapon M320 under AUG A3;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon M320 under AUG A3;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon M320 under AUG A3;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# M320 under M16A4

# On Kill;Weapon M320 under M16A4;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon M320 under M16A4;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon M320 under M16A4;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# M320 under CZ-805

# On Kill;Weapon M320 under CZ-805;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon M320 under CZ-805;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon M320 under CZ-805;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# M320 under QBZ-95-1

# On Kill;Weapon M320 under QBZ-95-1;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon M320 under QBZ-95-1;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon M320 under QBZ-95-1;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# XM25

# On Kill;Weapon U_XM25;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon U_XM25;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon U_XM25;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# RPG

# On Kill;Weapon RPG-7;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon RPG-7;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon RPG-7;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# M34 Incendiary

# On Kill;Weapon U_M34;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon U_M34;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon U_M34;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# M320

# On Kill;Weapon M-320_HE;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon M-320_HE;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon M-320_HE;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# U_M320_LVG

# On Kill;Weapon U_M320_LVG;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon U_M320_LVG;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon U_M320_LVG;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

# SPARE

# On Kill;Weapon U_M320_LVG;PlayerCount 4;Say %p% was just banned for using Explosives, learn to shoot soldiers;Ban %p% Explosive weapon useage.

On Kill;Weapon U_M320_LVG;PlayerCount 2;Log %p% kicked for using explosive devices or weapons;Kick %p% explosive weapon useage.

On Kill;Weapon U_M320_LVG;PlayerSay %p% no explosive weapons! you will be kicked then banned if you continue!;Kill 100

Does this code work?

 

On our BF4 tdm server I would like to ban sniper rifles, RPG type weapons & grenade launchers altogether.

 

Essentially with a warning then a kick then a ban.

 

Your code looks close to that.

 

If it doesn't work does anyone have some working code that would sort it out?

 

Many Thanks

 

ToM

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by FluffyPanda2013*:

 

I now get the following error

 

Also i cant seem to find the "Code" where to paste this sorry

 

[22:42:15 18] ProconRulz: Warning, weapon U_SRAW not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon U_SRAW not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon U_Grenade_RGO not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon U_Grenade_RGO not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon U_SMAW not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon U_SMAW not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon U? not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon U? not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon U_NLAW not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon U_NLAW not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon RPG-7 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon RPG-7 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M-320_HE not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M-320_HE not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon U_M320_LVG not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon U_M320_LVG not found in Procon

[22:42:15 19] ProconRulz: Warning, weapon U_M320_LVG not found in Procon

[22:42:15 19] ProconRulz: Warning, weapon U_M320_LVG not found in Procon

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by GerWonder*:

 

I now get the following error

 

Also i cant seem to find the "Code" where to paste this sorry

 

[22:42:15 18] ProconRulz: Warning, weapon U_SRAW not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon U_SRAW not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon U_Grenade_RGO not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon U_Grenade_RGO not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon U_SMAW not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon U_SMAW not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon U? not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon U? not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon U_NLAW not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon U_NLAW not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M320 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon RPG-7 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon RPG-7 not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M-320_HE not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon M-320_HE not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon U_M320_LVG not found in Procon

[22:42:15 18] ProconRulz: Warning, weapon U_M320_LVG not found in Procon

[22:42:15 19] ProconRulz: Warning, weapon U_M320_LVG not found in Procon

[22:42:15 19] ProconRulz: Warning, weapon U_M320_LVG not found in Procon

Got the same error, but the code works well for me. Thanks for that work Kinkzor.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by TerryTibbs010*:

 

Hi Guys

 

Maybe I'm being really stupid but have looked all over and tried all sorts and have kind of confused myself.

 

Got Rulz working fine, doing all I want it to but when the layer is restarted I loose all my custom rules. Have tried putting them in the basic.cfg and serverip/port.cfg files as variables but cannot get them to populate on separate lines or at all. Have tried:

 

Code:

procon.protected.plugins.setVariable "ProconRulz" "Rules" "On Kill;Damage SniperRifle;PlayerCount 6;Log %p% banned for Sniper Rifle;Ban %p% Sniper Rifle use
On Kill;Damage SniperRifle;PlayerCount 3;Log %p% kicked for Sniper Rifle;Kick %p% Sniper Rifle use"
Code:
procon.protected.plugins.setVariable "ProconRulz" "Rules [1]" "On Kill;Damage SniperRifle;PlayerCount 3;Log %p% kicked for Sniper Rifle;Kick %p% Sniper Rifle use"
procon.protected.plugins.setVariable "ProconRulz" "Rules [2]" "On Kill;Damage SniperRifle;PlayerCount 2;PlayerSay %p% no Sniper Rifle;Kill 100"
Code:
procon.protected.plugins.setVariable "ProconRulz" "Rules" "On Kill;Damage SniperRifle;PlayerCount 3;Log %p% kicked for Sniper Rifle;Kick %p% Sniper Rifle use On Kill;Damage SniperRifle;PlayerCount 2;PlayerSay %p% no Sniper Rifle;Kill 100"
And various other combinations but to no avail. Should I be trying to save these elsewhere? Or am I in the right place but doing it wrong?

 

Any help greatly appreciated

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by ToM666*:

 

Got the same error, but the code works well for me. Thanks for that work Kinkzor.

Same here. kinksors code is working great except for the weapons procon doesn't recognise.

I've also added "SniperRifle" to the banned weapons and that appears to be working too :mad:)

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Kinkzor*:

 

Same here. kinksors code is working great except for the weapons procon doesn't recognise.

I've also added "SniperRifle" to the banned weapons and that appears to be working too :mad:)

Btw, it works even for the ones it does not recognize. That recognition error message is from the config file weapon codes being compared to the ones entered in ProconRulz. The config file for BF4 only contains a very few weapons, and for some the codes are wrong. The codes I posted were taken directly form the game with ProconRulz logging.

 

For each rule my friend killed me, then we tested a simple slay on kill command - all worked, even the ones you get a message about "weapon not recognised". Only way any do not work is if I made a typo =).

 

If we can get the DamageTypes working, then we can simplifier it massively with just Explosive and ExplosiveProjectile. For now, only way I could get it working is to add each weapon invididually =(.

 

My code also has limitations, i.e. if you kill one person with each wepaon, you just get a slay each time. Never a kick/ban. I could add a counter that tracks kills with any weapon, but I think its just too much work and hassle for the fact bambam will release working code soon =).

 

Also my script logs kicks, but bans are announced to the server. Could easily change the "say" to Log if you prefer just logging it. Or add both, I just like to announce bans to scare the others straight =). Please note the bans in my code are commented out. You need to delete the # in front of the ban lines ot get bans working.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by ToM666*:

 

Btw, it works even for the ones it does not recognize. That recognition error message is from the config file weapon codes being compared to the ones entered in ProconRulz. The config file for BF4 only contains a very few weapons, and for some the codes are wrong. The codes I posted were taken directly form the game with ProconRulz logging.

 

For each rule my friend killed me, then we tested a simple slay on kill command - all worked, even the ones you get a message about "weapon not recognised". Only way any do not work is if I made a typo =).

 

If we can get the DamageTypes working, then we can simplifier it massively with just Explosive and ExplosiveProjectile. For now, only way I could get it working is to add each weapon invididually =(.

 

My code also has limitations, i.e. if you kill one person with each wepaon, you just get a slay each time. Never a kick/ban. I could add a counter that tracks kills with any weapon, but I think its just too much work and hassle for the fact bambam will release working code soon =).

 

Also my script logs kicks, but bans are announced to the server. Could easily change the "say" to Log if you prefer just logging it. Or add both, I just like to announce bans to scare the others straight =). Please note the bans in my code are commented out. You need to delete the # in front of the ban lines ot get bans working.

Hi Kinkzor

 

Thanks for the clarification.

I have already removed the commenting and the code works beautifully. It has already kicked someone twice then banned them the third time they rejoined and offended again. I've tweaked the settings a little :mad:P

 

This has transformed our TDM server and there have been lots of comments about being able to have a game without being constantly sniped.

 

I've been adding the weapon codes as they become available and when I notice something isn't being picked up.

I noticed the "U_Scout" sniper rifle isn't covered by the sniperifle group so have added that manually and also the claymore has a brother called "U_Claymore_Recon" that was slipping through to or seemed to be so I added that to.

 

Many thanks for this mate. TDM matches are much more civilised now and more challenging.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by lampy*:

 

On Kill;Weapon Weapons/Knife/Knife;Yell %p% slit the throat of %v% !!!

On Kill;Weapon Melee;Yell %p% grabbed and stabbed %v% !!!

On Kill;Weapon Defib;Yell %p% zapped %v% with the Defib !!!

On Kill;Weapon Repair&Tool;Yell %p% killed %v% with the Repair Tool !!!

 

can anyone help me get this working please

I know I have to change "Repair&Tool" to "u_repairtool" nut im stumped on the others

 

thanks

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by tonnic*:

 

Hi Kinkzor

 

Thanks for the clarification.

I have already removed the commenting and the code works beautifully. It has already kicked someone twice then banned them the third time they rejoined and offended again. I've tweaked the settings a little :mad:P

 

This has transformed our TDM server and there have been lots of comments about being able to have a game without being constantly sniped.

 

I've been adding the weapon codes as they become available and when I notice something isn't being picked up.

I noticed the "U_Scout" sniper rifle isn't covered by the sniperifle group so have added that manually and also the claymore has a brother called "U_Claymore_Recon" that was slipping through to or seemed to be so I added that to.

 

Many thanks for this mate. TDM matches are much more civilised now and more challenging.

How do you apply rules only in TDM? I don't recall a game mode variable
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Reichmann34*:

 

Hi guys I have a small question regarding a join counter for ProconRulz

If a player on the server is to display it as follows: [name] [message] [What number times joint and he] can someone write such a script? Thanks in advance :smile:

Sorry for my bad english.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Athlon*:

 

How do you apply rules only in TDM? I don't recall a game mode variable

Code:
MapMode TDM
In my BF3 server we had this:

 

Code:

On Spawn;MapMode TDM;PlayerFirst;Say NO VEHICLES ALLOWED ON THIS MAP
On Kill;MapMode TDM;Weapon Death;PlayerCount 1;Yell %p% kicked for 2 vehicle kills;Kick %p% vehicle kill
On Kill;MapMode TDM;Weapon Death;PlayerCount 0;Yell %p% KILLED FOR VEHICLE KILL #1 - YOU WILL BE KICKED NEXT TIME;Kill 100
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by ToM666*:

 

How do you apply rules only in TDM? I don't recall a game mode variable

Not sure mate sorry.

This is being used on a server running TDM full time so is always on.

 

*edited* LOL, see the post above mine :biggrin:

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Kinkzor*:

 

My server only runs TDM. Thats how I apply it =).

 

I would like to run TDM and domination, but the tickets are a bit messed up... for TDM the ticket count in config is 1:1. for Domination it is 1:3. Bit meh =/.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by bambam*:

 

Is there any eta on the BF4 version?

I'm sure I'll release a new version within a week - working on it right now... in the meantime you can usefully use ProconRulz 43d.1 and it will work fine with BF4.

 

BF4 mainly varies from BF3 with:

1) a new set of weapon keys (see Procon/Configs/BF4.def)

2) some new capabilities possible because some weapon attributes are coded into the new weapon name (it's a bit of a hack by DICE, but at least ProconRulz can use it) e.g. with %wk% U_SCAR-H_M320_HE. (In BF3 we'd only get the SCAR-H even though underslung nades were used...). You can unpick this with If %wk% word M320.

3) Some shit doesn't work yet in BF4, e.g. the Yell command.

 

Kinkzor wrote some good rulz there but they could be streamlined by using "if %wk% contains _M320" and other similar tweaks.

 

But otherwise BF4 admin is really BF3.5

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Skixx*:

 

How about forbid Explosives for a Knife/Pistol only Server ?

Is it possible to kill someone for only doing Damage to other players with Explosives ?

I want to stop Nade spamming and killing people for killing others with Nades isn't helping at all :/

 

I already tried:

 

On Kill;Damage Explosive;PlayerCount 5;Log %p% banned for Rules;Ban %p% Rules

On Kill;Damage Explosive;PlayerCount 3;Log %p% kicked for Rules;Kick %p% Rules

On Kill;Damage Explosive;PlayerSay %p% no Rules;Kill 100

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by tonnic*:

 

can anyone give me the settings to the server Knife/Pistol only

Code:
On Kill;Not Damage Melee;Not Damage Handgun;PlayerCount 5;Log %p%banned (knives / pistols only);Ban %p% knives only
On Kill;Not Damage Melee;Not Damage Handgun;PlayerCount 3;Log %p% kicked (knives / pistols only);Kick %p% knives only
On Kill;Not Damage Melee;Not Damage Handgun;PlayerSay %p% knives/pistols only;Kill 100
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Kinkzor*:

 

How about forbid Explosives for a Knife/Pistol only Server ?

Is it possible to kill someone for only doing Damage to other players with Explosives ?

I want to stop Nade spamming and killing people for killing others with Nades isn't helping at all :/

 

I already tried:

Hi Skixx,

 

the DamageExplosive and Damage ExplosiveProjectilej ust did not work for me, if you go to page 301 I think of this thread, I posted a slay/kick/ban you can edit to just have slays if you like for all explosive weapon types.

 

There is a claymore missing though, U_Claymore_Recon or U_Recon_claymore you will have to add manually to that code. Read the posts and you will find it, good luck =)

* Restored post. It could be that the author is no longer active.
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Please review our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.