Jump to content

Custom Warning Generator [Ver 2.0.2.2 3rd April] [BC2, BF3]


ImportBot

Recommended Posts

  • Replies 553
  • Created
  • Last Reply

Top Posters In This Topic

  • ImportBot

    554

Originally Posted by Zaeed*:

 

How can in prevent a Vehiclesteel in the Base?

Stealing vehicles can't be prevented.. The only possible method would be to kill a US player if they make a kill using a Russian vehicle.. but that isn't feasible..
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Phantomacs*:

 

The Laguna Presa CQ Coordinates are wrong.

 

I have make the Zone US and Russian, but when i shoot a Player by "C" comes the Warning Messages.

 

But The Zone for US Base is far away.

 

 

Sorry for my english!

 

 

I use the Procon High Res Maps!!

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

Originally Posted by Vogelwurstt*:

 

First thing to say.....GREAT PLUGIN :mrgreen:

 

but i have a question. its right, that i can invent several Warning types. But my problem is that i have to reach the number of one warningtype. But i want, that all the different types get summed up.

 

e.g. when 3 warnings are given but of different types, the person wouldn´t get kicked, because its 3 different types.

 

Is it possible to fix this ?

 

Thx

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

Originally Posted by Zaeed*:

 

First thing to say.....GREAT PLUGIN :mrgreen:

 

but i have a question. its right, that i can invent several Warning types. But my problem is that i have to reach the number of one warningtype. But i want, that all the different types get summed up.

 

e.g. when 3 warnings are given but of different types, the person wouldn´t get kicked, because its 3 different types.

 

Is it possible to fix this ?

 

Thx

Um, not easily no.. I'll think about a way for that to work though..
* Restored post. It could be that the author is no longer active.
Link to comment
  • 3 weeks later...

Originally Posted by micovery*:

 

The Laguna Presa CQ Coordinates are wrong.

I have make the Zone US and Russian, but when i shoot a Player by "C" comes the Warning Messages.

But The Zone for US Base is far away.

Sorry for my english!

I use the Procon High Res Maps!!

I saw this issue. It looks like a PRoCon defect. The file Media/Maps/Default/data.map has incorrect scale for the Laguna Presa maps (cq and gr).

 

Change the scale to "2.0".

 

Code:

levels/mp_009cq.Image=LagunaPresa_map.jpg
levels/mp_009cq.Translate.X=1024
levels/mp_009cq.Translate.Y=1024
levels/mp_009cq.Scale=2.0
levels/mp_009cq.Rotation=180.0

levels/mp_009gr.Image=LagunaPresa_map.jpg
levels/mp_009gr.Translate.X=1024
levels/mp_009gr.Translate.Y=1024
levels/mp_009gr.Scale=2.0
levels/mp_009gr.Rotation=180.0
Note that the code samples I have given come from the low resolution map kit. Find the appropriate file in your map kit, and modify the scale.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Phogue*:

 

I saw this issue. It looks like a PRoCon defect. The file Media/Maps/Default/data.map has incorrect scale for the Laguna Presa maps (cq and gr).

 

Change the scale to "2.0".

 

Note that the code samples I have given come from the low resolution map kit. Find the appropriate file in your map kit, and modify the scale.

It's only been like 2-3 months but some one noticed, not even me :ohmy:

 

I've just updated the source with these changes to the default map pack, thanks!

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

Originally Posted by Phantomacs*:

 

Ist the Yell Warning for Baserape or Basecamping only for the Player or see that all Public Players?

 

My wish:

 

Yell Warning only for the Player: This ist your %wn% warning for Attack the US Base. (8sec)

and Public: %pn% has the %wn% warning for Attack the US Base. (In the Chatbox for all)

 

When i activated YELL is this only a Player Warning text?

 

 

sorry for my f..cking english!

 

Nice Plugin Zaeed. Very NICE!!!

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

Originally Posted by Zaeed*:

 

Ist the Yell Warning for Baserape or Basecamping only for the Player or see that all Public Players?

 

My wish:

 

Yell Warning only for the Player: This ist your %wn% warning for Attack the US Base. (8sec)

and Public: %pn% has the %wn% warning for Attack the US Base. (In the Chatbox for all)

 

When i activated YELL is this only a Player Warning text?

 

 

sorry for my f..cking english!

 

Nice Plugin Zaeed. Very NICE!!!

There are four options.

 

Yell yes/no

Private yes/no

 

leading to the following possible setups.

 

Private message in chat box (Y:no, P:yes)

Private yell message (Y:yes, P:yes)

Public message in chat box (Y:no, P:no)

Public yell message (Y:yes, P:yes)

 

So what you're saying is you want to display both a public and a private message at the same time?

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

Originally Posted by Phantomacs*:

 

Yes i would:

 

Public Message (in Chatbox, no Yell) with the Name from Baseraper and the Warningtext

and (in the Same Time)

Private Message (Only Yell 8sec.) only for the Baseraper. With Private Message.

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

Originally Posted by VAM*:

 

i have a problem:

every team has 2 areas at homebase - first "shot from base" and second "beeing attack".

beeing attack ( means bascamp) works fine but "shot from base" doesent work:

loook at my configs- you see an error?

Code:

procon.protected.plugins.enable "CCustomWarningBuilder" True
procon.protected.plugins.setVariable "CCustomWarningBuilder" "Number of warning types" "4"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "Log to console" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "Confirm command" "yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "Ban after X kicks_" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "How many kicks before ban" "1"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "Ban by" "Punkbuster"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "Ban length (minutes)" "0"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "Yell ban message" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "Yell ban time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "Private ban" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "Private ban message" "You are being banned for excessive Base Camp"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "Public ban message" "Banning %pn% for excessive kicks"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "1.1 Name" "US Uncap protection"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "1.2 Description" "Anti Base Camp"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "1.3 Enabled" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "1.4 Automatic zone warning_" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Zone name" "US Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Minimum trespass error (10% - 100%)" "75"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Maximum distance for base camping (meters)" "250"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Who is the zone for_" "Conquest - U.S Army"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Zone protection type" "Zone being attacked"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Can infantry attack zone_" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Can vehicles attack zone_" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Number of anti camping weapons" "1"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Anti camping weapon - 1" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Anti camping weapon - 2" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Anti camping weapon - 3" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Anti camping weapon - 4" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Anti camping weapon - 5" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Anti camping weapon - 6" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Anti camping weapon - 7" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Anti camping weapon - 8" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Anti camping weapon - 9" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Anti camping weapon - 10" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Anti camping weapon - 11" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Anti camping weapon - 12" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Anti camping weapon - 13" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Anti camping weapon - 14" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Anti camping weapon - 15" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Anti camping weapon - 16" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Anti camping weapon - 17" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Command" ""
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Permission requirements" "Account"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Privileges needed" "Ban"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Spam protection_" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.4 Spam limit" "3"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "1.6 Clear warning interval" "Round end"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "1.7 Yell warning" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.7 Yell warning time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "1.8 Private warning" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "1.9 Private warning message" "%pn% this is your %wn% warning for attacking the US Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "1.9 Public warning message" "%pn% this is your %wn% warning for attacking the U.S uncap"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "1.10 Kill player after X warnings_" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.10 Kill on Xth warning" "1"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.10 Yell kill message" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.10 Yell kill time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.10 Private kill" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.10 Private kill message" "You were killed for excessive attacking the Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.10 Public kill message" "You were killed for excessive..."
procon.protected.plugins.setVariable "CCustomWarningBuilder" "1.11 Final action" "Kick"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.11 Ban on Xth warning" "0"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.11 Ban by" "Punkbuster"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.11 Ban length (minutes)" "30"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.11 Yell ban message" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.11 Yell ban time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.11 Private ban" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.11 Private ban message" "You are being banned 30 min. for excessive Home Base Attack"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.11 Public ban message" "You are being banned 30 min. for excessive Home Base Attack"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.11 Kick on Xth warning" "0"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.11 Yell kick message" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.11 Yell ban time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.11 Private kick" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.11 Private kick message" "You are being kicked for excessive..."
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   1.11 Public kick message" "You are being kicked for excessive Base Camp"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "2.1 Name" "RUS Uncab protection"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "2.2 Description" "Anti Base Camp"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "2.3 Enabled" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "2.4 Automatic zone warning_" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Zone name" "RUS Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Minimum trespass error (10% - 100%)" "75"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Maximum distance for base camping (meters)" "250"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Who is the zone for_" "Conquest - Russian Army"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Zone protection type" "Zone being attacked"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Can infantry attack zone_" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Can vehicles attack zone_" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Number of anti camping weapons" "1"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Anti camping weapon - 1" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Anti camping weapon - 2" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Anti camping weapon - 3" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Anti camping weapon - 4" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Anti camping weapon - 5" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Anti camping weapon - 6" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Anti camping weapon - 7" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Anti camping weapon - 8" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Anti camping weapon - 9" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Anti camping weapon - 10" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Anti camping weapon - 11" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Anti camping weapon - 12" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Anti camping weapon - 13" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Anti camping weapon - 14" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Anti camping weapon - 15" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Anti camping weapon - 16" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Anti camping weapon - 17" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Command" ""
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Permission requirements" "Account"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Privileges needed" "Ban"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Spam protection_" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.4 Spam limit" "3"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "2.6 Clear warning interval" "Round end"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "2.7 Yell warning" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.7 Yell warning time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "2.8 Private warning" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "2.9 Private warning message" "%pn% this is your %wn% warning for attacking the RUS Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "2.9 Public warning message" "%pn% this is your %wn% warning for attacking the U.S uncap"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "2.10 Kill player after X warnings_" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.10 Kill on Xth warning" "1"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.10 Yell kill message" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.10 Yell kill time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.10 Private kill" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.10 Private kill message" "You were killed for excessive attacking the US Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.10 Public kill message" "You were killed for excessive..."
procon.protected.plugins.setVariable "CCustomWarningBuilder" "2.11 Final action" "Kick"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.11 Ban on Xth warning" "0"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.11 Ban by" "Punkbuster"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.11 Ban length (minutes)" "30"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.11 Yell ban message" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.11 Yell ban time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.11 Private ban" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.11 Private ban message" "You are being banned 30 min. for excessive Home Base Attack"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.11 Public ban message" "You are being banned 30 min. for excessive Home Base Attack"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.11 Kick on Xth warning" "0"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.11 Yell kick message" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.11 Yell ban time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.11 Private kick" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.11 Private kick message" "You are being kicked for excessive..."
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   2.11 Public kick message" "You are being kicked for excessive Base Camp"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "3.1 Name" "US from homebase"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "3.2 Description" "shooting from Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "3.3 Enabled" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "3.4 Automatic zone warning_" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Zone name" "US from HomeB"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Minimum trespass error (10% - 100%)" "75"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Maximum distance for base camping (meters)" "30"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Who is the zone for_" "Conquest - U.S Army"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Zone protection type" "Attacking from zone"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Can infantry attack zone_" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Can vehicles attack zone_" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Number of anti camping weapons" "One"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Anti camping weapon - 1" "All"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Anti camping weapon - 2" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Anti camping weapon - 3" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Anti camping weapon - 4" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Anti camping weapon - 5" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Anti camping weapon - 6" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Anti camping weapon - 7" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Anti camping weapon - 8" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Anti camping weapon - 9" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Anti camping weapon - 10" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Anti camping weapon - 11" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Anti camping weapon - 12" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Anti camping weapon - 13" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Anti camping weapon - 14" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Anti camping weapon - 15" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Anti camping weapon - 16" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Anti camping weapon - 17" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Command" ""
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Permission requirements" "Account"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Privileges needed" "Ban"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Spam protection_" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.4 Spam limit" "3"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "3.6 Clear warning interval" "Round end"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "3.7 Yell warning" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.7 Yell warning time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "3.8 Private warning" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "3.9 Private warning message" "This is your %wn% warning for killing from Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "3.9 Public warning message" "This is your %wn% warning for..."
procon.protected.plugins.setVariable "CCustomWarningBuilder" "3.10 Kill player after X warnings_" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.10 Kill on Xth warning" "1"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.10 Yell kill message" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.10 Yell kill time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.10 Private kill" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.10 Private kill message" "You were killed for excessive killing from Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.10 Public kill message" "You were killed for excessive..."
procon.protected.plugins.setVariable "CCustomWarningBuilder" "3.11 Final action" "Kick"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.11 Ban on Xth warning" "0"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.11 Ban by" "Punkbuster"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.11 Ban length (minutes)" "30"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.11 Yell ban message" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.11 Yell ban time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.11 Private ban" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.11 Private ban message" "You are being banned for excessive killing from Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.11 Public ban message" "You are being 30 min. banned for excessive shooting from Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.11 Kick on Xth warning" "0"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.11 Yell kick message" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.11 Yell ban time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.11 Private kick" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.11 Private kick message" "You are being kicked for excessive..."
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   3.11 Public kick message" "You are being kicked for excessive shooting from Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "4.1 Name" "RUS from Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "4.2 Description" "shooting from Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "4.3 Enabled" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "4.4 Automatic zone warning_" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Zone name" "RUS from HomeB"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Minimum trespass error (10% - 100%)" "75"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Maximum distance for base camping (meters)" "30"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Who is the zone for_" "Conquest - Russian Army"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Zone protection type" "Attacking from zone"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Can infantry attack zone_" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Can vehicles attack zone_" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Number of anti camping weapons" "1"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Anti camping weapon - 1" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Anti camping weapon - 2" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Anti camping weapon - 3" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Anti camping weapon - 4" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Anti camping weapon - 5" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Anti camping weapon - 6" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Anti camping weapon - 7" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Anti camping weapon - 8" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Anti camping weapon - 9" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Anti camping weapon - 10" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Anti camping weapon - 11" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Anti camping weapon - 12" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Anti camping weapon - 13" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Anti camping weapon - 14" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Anti camping weapon - 15" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Anti camping weapon - 16" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Anti camping weapon - 17" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Command" ""
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Permission requirements" "Account"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Privileges needed" "Ban"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Spam protection_" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.4 Spam limit" "3"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "4.6 Clear warning interval" "Round end"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "4.7 Yell warning" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.7 Yell warning time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "4.8 Private warning" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "4.9 Private warning message" "This is your %wn% warning for shooting from Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "4.9 Public warning message" "This is your %wn% warning for killing from Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "4.10 Kill player after X warnings_" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.10 Kill on Xth warning" "1"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.10 Yell kill message" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.10 Yell kill time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.10 Private kill" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.10 Private kill message" "You were killed for excessive killing from Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.10 Public kill message" "You were killed for excessive..."
procon.protected.plugins.setVariable "CCustomWarningBuilder" "4.11 Final action" "Kick"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.11 Ban on Xth warning" "0"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.11 Ban by" "Punkbuster"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.11 Ban length (minutes)" "30"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.11 Yell ban message" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.11 Yell ban time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.11 Private ban" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.11 Private ban message" "You are being banned for excessive killing from Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.11 Public ban message" "You are being 30 min. banned for excessive shooting from Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.11 Kick on Xth warning" "0"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.11 Yell kick message" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.11 Yell ban time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.11 Private kick" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.11 Private kick message" "You are being kicked for excessive shooting from Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "   4.11 Public kick message" "You are being kicked for excessive..."
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Zaeed*:

 

i have a problem:

every team has 2 areas at homebase - first "shot from base" and second "beeing attack".

beeing attack ( means bascamp) works fine but "shot from base" doesent work:

loook at my configs- you see an error?

Code:

procon.protected.plugins.enable "CCustomWarningBuilder" True
procon.protected.plugins.setVariable "CCustomWarningBuilder" "Number of warning types" "4"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "Log to console" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "Confirm command" "yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "Ban after X kicks_" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "How many kicks before ban" "1"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "Ban by" "Punkbuster"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "Ban length (minutes)" "0"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "Yell ban message" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "Yell ban time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "Private ban" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "Private ban message" "You are being banned for excessive Base Camp"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "Public ban message" "Banning %pn% for excessive kicks"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "1.1 Name" "US Uncap protection"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "1.2 Description" "Anti Base Camp"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "1.3 Enabled" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "1.4 Automatic zone warning_" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Zone name" "US Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Minimum trespass error (10% - 100%)" "75"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Maximum distance for base camping (meters)" "250"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Who is the zone for_" "Conquest - U.S Army"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Zone protection type" "Zone being attacked"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Can infantry attack zone_" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Can vehicles attack zone_" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Number of anti camping weapons" "1"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Anti camping weapon - 1" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Anti camping weapon - 2" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Anti camping weapon - 3" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Anti camping weapon - 4" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Anti camping weapon - 5" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Anti camping weapon - 6" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Anti camping weapon - 7" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Anti camping weapon - 8" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Anti camping weapon - 9" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Anti camping weapon - 10" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Anti camping weapon - 11" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Anti camping weapon - 12" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Anti camping weapon - 13" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Anti camping weapon - 14" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Anti camping weapon - 15" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Anti camping weapon - 16" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Anti camping weapon - 17" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Command" ""
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Permission requirements" "Account"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Privileges needed" "Ban"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Spam protection_" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.4 Spam limit" "3"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "1.6 Clear warning interval" "Round end"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "1.7 Yell warning" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.7 Yell warning time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "1.8 Private warning" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "1.9 Private warning message" "%pn% this is your %wn% warning for attacking the US Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "1.9 Public warning message" "%pn% this is your %wn% warning for attacking the U.S uncap"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "1.10 Kill player after X warnings_" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.10 Kill on Xth warning" "1"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.10 Yell kill message" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.10 Yell kill time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.10 Private kill" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.10 Private kill message" "You were killed for excessive attacking the Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.10 Public kill message" "You were killed for excessive..."
procon.protected.plugins.setVariable "CCustomWarningBuilder" "1.11 Final action" "Kick"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.11 Ban on Xth warning" "0"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.11 Ban by" "Punkbuster"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.11 Ban length (minutes)" "30"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.11 Yell ban message" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.11 Yell ban time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.11 Private ban" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.11 Private ban message" "You are being banned 30 min. for excessive Home Base Attack"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.11 Public ban message" "You are being banned 30 min. for excessive Home Base Attack"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.11 Kick on Xth warning" "0"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.11 Yell kick message" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.11 Yell ban time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.11 Private kick" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.11 Private kick message" "You are being kicked for excessive..."
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 1.11 Public kick message" "You are being kicked for excessive Base Camp"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "2.1 Name" "RUS Uncab protection"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "2.2 Description" "Anti Base Camp"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "2.3 Enabled" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "2.4 Automatic zone warning_" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Zone name" "RUS Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Minimum trespass error (10% - 100%)" "75"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Maximum distance for base camping (meters)" "250"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Who is the zone for_" "Conquest - Russian Army"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Zone protection type" "Zone being attacked"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Can infantry attack zone_" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Can vehicles attack zone_" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Number of anti camping weapons" "1"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Anti camping weapon - 1" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Anti camping weapon - 2" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Anti camping weapon - 3" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Anti camping weapon - 4" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Anti camping weapon - 5" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Anti camping weapon - 6" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Anti camping weapon - 7" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Anti camping weapon - 8" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Anti camping weapon - 9" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Anti camping weapon - 10" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Anti camping weapon - 11" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Anti camping weapon - 12" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Anti camping weapon - 13" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Anti camping weapon - 14" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Anti camping weapon - 15" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Anti camping weapon - 16" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Anti camping weapon - 17" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Command" ""
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Permission requirements" "Account"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Privileges needed" "Ban"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Spam protection_" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.4 Spam limit" "3"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "2.6 Clear warning interval" "Round end"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "2.7 Yell warning" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.7 Yell warning time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "2.8 Private warning" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "2.9 Private warning message" "%pn% this is your %wn% warning for attacking the RUS Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "2.9 Public warning message" "%pn% this is your %wn% warning for attacking the U.S uncap"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "2.10 Kill player after X warnings_" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.10 Kill on Xth warning" "1"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.10 Yell kill message" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.10 Yell kill time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.10 Private kill" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.10 Private kill message" "You were killed for excessive attacking the US Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.10 Public kill message" "You were killed for excessive..."
procon.protected.plugins.setVariable "CCustomWarningBuilder" "2.11 Final action" "Kick"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.11 Ban on Xth warning" "0"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.11 Ban by" "Punkbuster"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.11 Ban length (minutes)" "30"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.11 Yell ban message" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.11 Yell ban time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.11 Private ban" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.11 Private ban message" "You are being banned 30 min. for excessive Home Base Attack"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.11 Public ban message" "You are being banned 30 min. for excessive Home Base Attack"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.11 Kick on Xth warning" "0"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.11 Yell kick message" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.11 Yell ban time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.11 Private kick" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.11 Private kick message" "You are being kicked for excessive..."
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 2.11 Public kick message" "You are being kicked for excessive Base Camp"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "3.1 Name" "US from homebase"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "3.2 Description" "shooting from Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "3.3 Enabled" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "3.4 Automatic zone warning_" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Zone name" "US from HomeB"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Minimum trespass error (10% - 100%)" "75"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Maximum distance for base camping (meters)" "30"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Who is the zone for_" "Conquest - U.S Army"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Zone protection type" "Attacking from zone"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Can infantry attack zone_" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Can vehicles attack zone_" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Number of anti camping weapons" "One"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Anti camping weapon - 1" "All"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Anti camping weapon - 2" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Anti camping weapon - 3" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Anti camping weapon - 4" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Anti camping weapon - 5" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Anti camping weapon - 6" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Anti camping weapon - 7" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Anti camping weapon - 8" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Anti camping weapon - 9" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Anti camping weapon - 10" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Anti camping weapon - 11" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Anti camping weapon - 12" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Anti camping weapon - 13" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Anti camping weapon - 14" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Anti camping weapon - 15" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Anti camping weapon - 16" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Anti camping weapon - 17" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Command" ""
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Permission requirements" "Account"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Privileges needed" "Ban"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Spam protection_" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.4 Spam limit" "3"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "3.6 Clear warning interval" "Round end"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "3.7 Yell warning" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.7 Yell warning time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "3.8 Private warning" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "3.9 Private warning message" "This is your %wn% warning for killing from Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "3.9 Public warning message" "This is your %wn% warning for..."
procon.protected.plugins.setVariable "CCustomWarningBuilder" "3.10 Kill player after X warnings_" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.10 Kill on Xth warning" "1"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.10 Yell kill message" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.10 Yell kill time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.10 Private kill" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.10 Private kill message" "You were killed for excessive killing from Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.10 Public kill message" "You were killed for excessive..."
procon.protected.plugins.setVariable "CCustomWarningBuilder" "3.11 Final action" "Kick"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.11 Ban on Xth warning" "0"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.11 Ban by" "Punkbuster"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.11 Ban length (minutes)" "30"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.11 Yell ban message" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.11 Yell ban time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.11 Private ban" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.11 Private ban message" "You are being banned for excessive killing from Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.11 Public ban message" "You are being 30 min. banned for excessive shooting from Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.11 Kick on Xth warning" "0"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.11 Yell kick message" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.11 Yell ban time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.11 Private kick" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.11 Private kick message" "You are being kicked for excessive..."
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 3.11 Public kick message" "You are being kicked for excessive shooting from Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "4.1 Name" "RUS from Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "4.2 Description" "shooting from Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "4.3 Enabled" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "4.4 Automatic zone warning_" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Zone name" "RUS from HomeB"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Minimum trespass error (10% - 100%)" "75"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Maximum distance for base camping (meters)" "30"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Who is the zone for_" "Conquest - Russian Army"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Zone protection type" "Attacking from zone"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Can infantry attack zone_" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Can vehicles attack zone_" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Number of anti camping weapons" "1"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Anti camping weapon - 1" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Anti camping weapon - 2" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Anti camping weapon - 3" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Anti camping weapon - 4" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Anti camping weapon - 5" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Anti camping weapon - 6" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Anti camping weapon - 7" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Anti camping weapon - 8" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Anti camping weapon - 9" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Anti camping weapon - 10" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Anti camping weapon - 11" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Anti camping weapon - 12" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Anti camping weapon - 13" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Anti camping weapon - 14" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Anti camping weapon - 15" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Anti camping weapon - 16" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Anti camping weapon - 17" "None"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Command" ""
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Permission requirements" "Account"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Privileges needed" "Ban"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Spam protection_" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.4 Spam limit" "3"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "4.6 Clear warning interval" "Round end"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "4.7 Yell warning" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.7 Yell warning time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "4.8 Private warning" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "4.9 Private warning message" "This is your %wn% warning for shooting from Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "4.9 Public warning message" "This is your %wn% warning for killing from Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" "4.10 Kill player after X warnings_" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.10 Kill on Xth warning" "1"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.10 Yell kill message" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.10 Yell kill time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.10 Private kill" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.10 Private kill message" "You were killed for excessive killing from Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.10 Public kill message" "You were killed for excessive..."
procon.protected.plugins.setVariable "CCustomWarningBuilder" "4.11 Final action" "Kick"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.11 Ban on Xth warning" "0"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.11 Ban by" "Punkbuster"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.11 Ban length (minutes)" "30"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.11 Yell ban message" "No"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.11 Yell ban time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.11 Private ban" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.11 Private ban message" "You are being banned for excessive killing from Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.11 Public ban message" "You are being 30 min. banned for excessive shooting from Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.11 Kick on Xth warning" "0"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.11 Yell kick message" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.11 Yell ban time (seconds)" "8"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.11 Private kick" "Yes"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.11 Private kick message" "You are being kicked for excessive shooting from Home Base"
procon.protected.plugins.setVariable "CCustomWarningBuilder" " 4.11 Public kick message" "You are being kicked for excessive..."
Is it just the Russian one that isn't working?

 

From the looks of the config you have selected 'None' as the weapon to ban from using in the zone.

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

Originally Posted by VAM*:

 

cannot attache the file to PM.

I meant an account so that I can connect. Needs to have access to layer plugins
an procon accout or a accout to procon hosting server?

procon account its possible ... :biggrin:

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

Originally Posted by Zaeed*:

 

cannot attache the file to PM.

I meant an account so that I can connect. Needs to have access to layer plugins
an procon accout or a accout to procon hosting server?

procon account its possible ... :biggrin:

An account so that I can connect to your layer.. assuming you are running a layer
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by VAM*:

 

and now?

Looking into it.. I made a big zone covering most of the map, but nobody was in the server.. I might try and join it tonight with some mates and test
mhhh... i see it but what sense is the large zone?

:shock:

* 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.

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.




  • Our picks

    • Game Server Hosting:

      We're happy to announce that EZRCON will branch out into the game server provider scene. This is a big step for us so please having patience if something doesn't go right in this area. Now, what makes us different compared to other providers? Well, we're going with the idea of having a scaleable server hosting and providing more control in how you set up your server. For example, in Minecraft, you have the ability to control how many CPU cores you wish your server to have access to, how much RAM you want to use, how much disk space you want to use. This type of control can't be offered in a single service package so you're able to configure a custom package the way you want it.

      You can see all the available games here. Currently, we have the following games available.

      Valheim (From $1.50 USD)


      Rust (From $3.20 USD)


      Minecraft (Basic) (From $4.00 USD)


      Call of Duty 4X (From $7.00 USD)


      OpenTTD (From $4.00 USD)


      Squad (From $9.00 USD)


      Insurgency: Sandstorm (From $6.40 USD)


      Changes to US-East:

      Starting in January 2022, we will be moving to a different provider that has better support, better infrastructure, and better connectivity. We've noticed that the connection/routes to this location are not ideal and it's been hard getting support to correct this. Our contract for our two servers ends in March/April respectively. If you currently have servers in this location you will be migrated over to the new provider. We'll have more details when the time comes closer to January. The new location for this change will be based out of Atlanta, GA. If you have any questions/concerns please open a ticket and we'll do our best to answer them.
      • 5 replies
    • Hello All,

      I wanted to give an update to how EZRCON is doing. As of today we have 56 active customers using the services offered. I'm glad its doing so well and it hasn't been 1 year yet. To those that have services with EZRCON, I hope the service is doing well and if not please let us know so that we can improve it where possible. We've done quite a few changes behind the scenes to improve the performance hopefully. 

      We'll be launching a new location for hosting procon layers in either Los Angeles, USA or Chicago, IL. Still being decided on where the placement should be but these two locations are not set in stone yet. We would like to get feedback on where we should have a new location for hosting the Procon Layers, which you can do by replying to this topic. A poll will be created where people can vote on which location they would like to see.

      We're also looking for some suggestions on what else you would like to see for hosting provider options. So please let us know your thoughts on this matter.
      • 4 replies
    • Added ability to disable the new API check for player country info


      Updated GeoIP database file


      Removed usage sending stats


      Added EZRCON ad banner



      If you are upgrading then you may need to add these two lines to your existing installation in the file procon.cfg. To enable these options just change False to True.

      procon.private.options.UseGeoIpFileOnly False
      procon.private.options.BlockRssFeedNews False



       
      • 2 replies
    • I wanted I let you know that I am starting to build out the foundation for the hosting services that I talked about here. The pricing model I was originally going for wasn't going to be suitable for how I want to build it. So instead I decided to offer each service as it's own product instead of a package deal. In the future, hopefully, I will be able to do this and offer discounts to those that choose it.

      Here is how the pricing is laid out for each service as well as information about each. This is as of 7/12/2020.

      Single MySQL database (up to 30 GB) is $10 USD per month.



      If you go over the 30 GB usage for the database then each additional gigabyte is charged at $0.10 USD each billing cycle. If you're under 30GB you don't need to worry about this.


      Databases are replicated across 3 zones (regions) for redundancy. One (1) on the east coast of the USA, One (1) in Frankfurt, and One (1) in Singapore. Depending on the demand, this would grow to more regions.


      Databases will also be backed up daily and retained for 7 days.




      Procon Layer will be $2 USD per month.


      Each layer will only allow one (1) game server connection. The reason behind this is for performance.


      Each layer will also come with all available plugins installed by default. This is to help facilitate faster deployments and get you up and running quickly.


      Each layer will automatically restart if Procon crashes. 


      Each layer will also automatically restart daily at midnight to make sure it stays in tip-top shape.


      Custom plugins can be installed by submitting a support ticket.




      Battlefield Admin Control Panel (BFACP) will be $5 USD per month


      As I am still working on building version 3 of the software, I will be installing the last version I did. Once I complete version 3 it will automatically be upgraded for you.





      All these services will be managed by me so you don't have to worry about the technical side of things to get up and going.

      If you would like to see how much it would cost for the services, I made a calculator that you can use. It can be found here https://ezrcon.com/calculator.html

       
      • 11 replies
    • I have pushed out a new minor release which updates the geodata pull (flags in the playerlisting). This should be way more accurate now. As always, please let me know if any problems show up.

       
      • 9 replies
×
×
  • 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.