Jump to content

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


ColColonCleaner

Recommended Posts

Originally Posted by ZeroX_GER*:

 

Does this work with Battlefield 4? I'm searching for a plugin to restrict weapons.

 

Or do you know another plugin that works with ProCon?

 

Edit: I saw post #3031. Thanks for the information! I will try. :ohmy:

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

Originally Posted by JohnyDoo*:

 

Hello,

I think i am stupid, as I do not get a simple Counter running.

 

On Spawn; Set %myRifleCount% 0

On Kill; Damage AssaultRifle; Incr %myRifleCount%; PlayerSay %p%: rifle kill %myRifleCount% total %c%

 

The rule triggerst ad Displays the kill Count from %c% ... but %myRifleCount% stays on 0

 

What do I do wrong?

Thank you

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

Originally Posted by superneores*:

 

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
I dont know why but the kick/ban dont works for me on BF4. Should I write a rule for every PlayerCount?
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by JohnyDoo*:

 

Hello,

I think i am stupid, as I do not get a simple Counter running.

 

On Spawn; Set %myRifleCount% 0

On Kill; Damage AssaultRifle; Incr %myRifleCount%; PlayerSay %p%: rifle kill %myRifleCount% total %c%

 

The rule triggerst ad Displays the kill Count from %c% ... but %myRifleCount% stays on 0

 

What do I do wrong?

Thank you

Looks like a Bug ...

On Kill; Damage AssaultRifle; Set %myRifleCount% 1 + %myRifleCount%; PlayerSay %p%: rifle kill %myRifleCount%

total %c%

 

works fine

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

Originally Posted by Phantomstrk*:

 

Hi All,

 

Wondering how to just ban 2 weapons from being used on my server. I want to respect the spirit of our server and the MTAR and the LA96 should not be out yet so want to ban them from the server..

 

If anyone could give me the exact code to put in the rule that would be great. I want to either prevent it from even being selectable on our server, or insta kill with a message if someone spawns with it...

When i try to write different rules i keep getting an error from ProconRulz that the weapon was not found in procon....Maybe it's my rule, but i just want it so that anyone who spawns with either the MTAR or the LA96 in their kit is insta killed or even to disable it from being selected all together.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by dcvlehr*:

 

I've been looking for how to ban the USE of flashbangs or flares in BF4 but have been unsucessful. It appears all the examples I've scanned over here are for ON KILL. Is it possible to do for on use? And what is the name of the flashbang (or can I just ban all thrown somehow) to put in there

 

On USE;Weapon Flashbang;PlayerSay %p% no Flash;Kill 100

 

That was my idea...but obviously didn't work. It said flashbang couldn't be found either.

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

Originally Posted by Voltstriker9*:

 

Hey guys im getting this error whenever i try to save a value to my variable %ini_restartCount%:

 

Posted Image

 

(Sorry its an image, procon wouldnt let me copy and paste)

 

The code I am executing is as follows:

 

Code:

On Say;Text !save;Set %ini_test% %text%
Does anyone have any suggestions as to how I can fix this or a reason why this isn't working. If it helps, I am trying to execute this on a BF4 server.

 

Many thanks,

 

Voltstriker.

 

 

Edit: just did a little testing and found that it returned this error with other instances of code such as:

 

Code:

On Spawn;Incr %ini_spawns%
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Cinish*:

 

I cant seem to find anything about this:

 

Does the sniper limit work?

 

Code:

#sniper limit by tarreltje V2.1

# SET THE MAX # OF SNIPERS HERE:
On Spawn;ServerFirst;Set %server_sniperlimit% 2

# sniper limit rulz
On Spawn;if %_beingsniper% == 1;Decr %_beingsniper%;Decr %team_recontotal%;log we have %team_recontotal% snipers on team %pt%
On Spawn;Set %_beingsniper% 0

On kill;Damage sniperRifle;
if %team_recontotal% == %server_sniperlimit%;if %_beingsniper% == 0;Say Sniper Limit max %server_sniperlimit% snipers each team !!!;Kill
if %_beingsniper% == 1;End;log %p% is still a sniper, %team_recontotal% snipers on team %pt%
incr %team_recontotal%;set %_beingsniper% 1;log %p% is a sniper, %team_recontotal% snipers on team %pt%
On kill;Not Damage sniperRifle;Not Damage Handgun;if %_beingsniper% == 1;decr %_beingsniper%;decr %team_recontotal%;log %p% is no sniper anymore, %team_recontotal% snipers on team %pt%
On Leave;if %_beingsniper% == 1;Decr %team_recontotal%
And has anyone found out how to restrict rocket launchers on infantry?
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Smoerble*:

 

We use this plugin for BF4 to eliminate snipers.

 

Unfortunately I miss the names of several snipers and the listed events seems not to help.

 

Anyone can tell me how to get the "SniperDamage" trigger to work?

 

Or someone has the full list of all Sniper and DLR rifles?

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

Originally Posted by ragefactor*:

 

Can this same plugin apply to bf4 or will it not work? I'm trying to find something that will help restrict certian weapons from my server or is there a vars command that i can create to do this_Any help would be much appreciated!

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

Originally Posted by Narf!*:

 

Can this same plugin apply to bf4 or will it not work? I'm trying to find something that will help restrict certian weapons from my server or is there a vars command that i can create to do this_Any help would be much appreciated!

Should work, you can find some example rules here and there in this forum.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by ragefactor*:

 

Hi bambam,

I have tried extracting ur plugin to my procon/plugin/bf4 folder and resetting my procon layer but it still doesnt show up in procon_Is the plugin currently not available for bf4 or does it not work on a procon layer?

 

Any help would be greatly appreciated!

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

Originally Posted by tarreltje*:

 

Hi bambam,

I have tried extracting ur plugin to my procon/plugin/bf4 folder and resetting my procon layer but it still doesnt show up in procon_Is the plugin currently not available for bf4 or does it not work on a procon layer?

 

Any help would be greatly appreciated!

Did you restarted yuur procon layer?
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by corsairoz*:

 

Has anyone managed to get the PlayerCount working in BF4?

 

I had some simple rules in BF3 that did a simple 'say' on knife kills. The rules were:

 

# Knife announcements

On Kill;Damage Melee;PlayerCount 6;Say %p% just EMBARRASED %v% to get their NUMBER SEVEN %w% kill WOW !!

On Kill;Damage Melee;PlayerCount 5;Say %p% has REAMED %v% to get their NUMBER SIX %w% kill FANTASTIC !!

On Kill;Damage Melee;PlayerCount 4;Say %p% BUTCHERED for %v% to get their NUMBER FIVE %w% kill

On Kill;Damage Melee;PlayerCount 3;Say WAKE UP %v%, %p% RIDICULED %v% for their NUMBER FOURTH %w% kill

On Kill;Damage Melee;PlayerCount 2;Say %p% SLICED %v% for their THIRD %w%

On Kill;Damage Melee;PlayerCount 1;Say %p% DISGRACED %v% for their 2nd %w%

On Kill;Weapon Melee;Say %p% HUMILIATED %v% with the KNIFE

On Kill;Damage Melee;Not Weapon Melee;Say %p% HUMILIATED %v% with the %w%

 

And that worked fine with only one line rule operating for each kill made.

 

Trying it in BF4 the rule works, but every line is triggered that is equal to or less than the count. #So for the 4th kill, I get messages for counts 3,2,1 and 0 in the server. So it seems the logic for trigger has changed in BF4 from EXACTLY the count (BF3) to EQUAL TO OR LESS THAN the count (BF4).

 

It is certainly counting OK, as I get 1 trigger message for first kill, 2 for second kill, etc.

 

Anyone know why? Is this a BF4 thing? (Should I be patient and wait for the update_)

 

Thanks all.

Corsairoz

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

Originally Posted by Wlad*:

 

Hi Guys, I haven an question is it possible to write an rule, if someone use nades, flahes that I get an message who it was.

 

If he use an granade and deals damage to an player then I get an message like Player done explosive damage to victem.

 

On Kill;Weapon M67;AdminSay %p% done explosive damage to %v%

 

Is it possible or not really or someone else can help me to restrict the nades, flashes from my server ?

 

Thanks

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

Originally Posted by rbtmarshall*:

 

Hi Guys, I haven an question is it possible to write an rule, if someone use nades, flahes that I get an message who it was.

 

If he use an granade and deals damage to an player then I get an message like Player done explosive damage to victem.

 

On Kill;Weapon M67;AdminSay %p% done explosive damage to %v%

 

Is it possible or not really or someone else can help me to restrict the nades, flashes from my server ?

 

Thanks

no, only if its the killing blow. hence the command On Kill, there is no on damage that I know of
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Wlad*:

 

damn do you guys have some other rules which I could use to ban nades on my server ?

 

I use the rule , when they kill someone with an nade they get an ban, but is it possible to restrict the weapon only ?

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

Originally Posted by rbtmarshall*:

 

Hi tarreltje, I just uploaded the file via ftp in my procon (ProconRulz.cs), and after I do not know what to do. thanks :smile:

You'll probably have to access their database and change the parameters of the labels.

 

or use the procon gui from this site

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

Originally Posted by rbtmarshall*:

 

damn do you guys have some other rules which I could use to ban nades on my server ?

 

I use the rule , when they kill someone with an nade they get an ban, but is it possible to restrict the weapon only ?

you ban the player, not the nade. Unless you're an official server, then you can ban nothing except your server payments
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Kinkzor*:

 

The flashbang name is probably something else.

 

Flashbang does do 5 damage, so get a friend to kill you with it (go support with flashbangs, he can shoot you to 20 hp, then throw 4 FBs =) and chekc the name.

 

However, for me only the on KILL command has worked. Kinda crappy, but it is something. My server is usually quite explosive free now.

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

Originally Posted by petde*:

 

Hi Guys is there any rule for no sniper & dmr?

I found some posts but im confused and i dont know how to use insane limits.

On procon rulez is much easier!

Can i set the sniper limit to zero on the plug in?

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

Originally Posted by tarreltje*:

 

Hi Guys is there any rule for no sniper & dmr?

I found some posts but im confused and i dont know how to use insane limits.

On procon rulez is much easier!

Can i set the sniper limit to zero on the plug in?

You can do it with proconrulz, only it is not updated yet!! So a lot of weapons arent set in proconrulz. Bambam is testing the new version on my server, and i think he will release the version soon!!
* 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.