Jump to content

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


ColColonCleaner

Recommended Posts

Originally Posted by Repoman*:

 

PEOPLE PLEASE HELP! Can I make rule for killing all people in tank or car or helicopter?

You can create a rule that kill someone if they kill with a tank.

 

Code:

On Kill;Weapon Death;Map MP_Name;Yell %p%  VEHICLES ARE USED FOR TRANSPORT ONLY ON %m%;kill 100
Replace MP_Name with the map or maps you want to use this rule for. Again this rule only works for when someone in a tank kills a player.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Layenne*:

 

hello,

 

exemple of mapcycle

Metro 1 Round (Subway) i want gamemodecounter à 300 ===> i put it in startup.txt for first map)

Bazarr 1 Round (MP_001) i want gamemodecounter à 400

Peak 1 Round (MP_013) i want gamemodecounter à 500

 

i use this rulz.

On Round;Map Subway;Exec vars.gameModeCounter 400 (because i want 400 in bazarr)

On Round;Map MP_001;Exec vars.gameModeCounter 500 (because i want 500 in peak)

On Round;Map MP_013;Exec vars.gameModeCounter 300 (because nextmap is first mapcycle map subway)

 

thats works but its really usefull only on TDM because there is only 1 round but i cant use this rules in "conquest 2round".

 

so, i tried to use this rules but thats dont work:

 

On Round;if %nextmap% == map_subway;Exec vars.gameModeCounter 1000

On Round;if %nextmap% == MP_001;Exec vars.gameModeCounter 50

 

any idea for adapt ticket for maps with more than 1 round ?

in same time thats will work for different mod :smile:

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

Originally Posted by ty_ger07*:

 

You can create a rule that kill someone if they kill with a tank.

 

Code:

On Kill;Weapon Death;Map MP_Name;Yell %p%  VEHICLES ARE USED FOR TRANSPORT ONLY ON %m%;kill 100
Replace MP_Name with the map or maps you want to use this rule for. Again this rule only works for when someone in a tank kills a player.
That's not really true that the rule only works for when someone kills with a tank. It will also punish someone who kills with a mortar. But that is as good of a rule as you can get for punishing vehicle users.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Athlon*:

 

That's not really true that the rule only works for when someone kills with a tank. It will also punish someone who kills with a mortar. But that is as good of a rule as you can get for punishing vehicle users.

I believe you can add fixed anti-armor weapons to that list too, like the TOW.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Shamrock*:

 

hello,

 

exemple of mapcycle

Metro 1 Round (Subway) i want gamemodecounter à 300 ===> i put it in startup.txt for first map)

Bazarr 1 Round (MP_001) i want gamemodecounter à 400

Peak 1 Round (MP_013) i want gamemodecounter à 500

 

i use this rulz.

On Round;Map Subway;Exec vars.gameModeCounter 400 (because i want 400 in bazarr)

On Round;Map MP_001;Exec vars.gameModeCounter 500 (because i want 500 in peak)

On Round;Map MP_013;Exec vars.gameModeCounter 300 (because nextmap is first mapcycle map subway)

 

thats works but its really usefull only on TDM because there is only 1 round but i cant use this rules in "conquest 2round".

 

so, i tried to use this rules but thats dont work:

 

On Round;if %nextmap% == map_subway;Exec vars.gameModeCounter 1000

On Round;if %nextmap% == MP_001;Exec vars.gameModeCounter 50

 

any idea for adapt ticket for maps with more than 1 round ?

in same time thats will work for different mod :smile:

Firstly, the ticket count works in percentages, not number of tickets. So you'll have to find what 100% tickets is normally on metro and then work out what percentage 400 tickets is from that.

 

To answer your other question, there is no %nextmap% variable built into proconrulz, and it isn't possible to return the name of the next map in the maplist (yet).

 

On the other hand, the Ultimate Map Manager plugin would work perfectly here.

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

Originally Posted by tarreltje*:

 

Hello,

I need some help, please!

I loaded the ProconRulz Procon Plugin for weapons limits, as you can see I want to forbid the use of M26 Mass, but it does not work.

Any Ideas

Thanks

procon.jpg

Read the page post of this tread and you have your info
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by tarreltje*:

 

is there anything availible to prevent the kill first option when banning a weapon, namely the famas? to fill the void before the devs sort it out?

Read the first page of this tread and you will have your anwser!
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by KK-FooKaa*:

 

Hi,

 

I know this is really lazy, i seriously dont have time to work it out my self :biggrin:

 

Could some kind person please help me with a rule to warn 3 time sthen kick for using famas ?

 

I will pay you in girls :biggrin:

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

Originally Posted by ty_ger07*:

 

Hi,

 

I know this is really lazy, i seriously dont have time to work it out my self :biggrin:

 

Could some kind person please help me with a rule to warn 3 time sthen kick for using famas ?

 

I will pay you in girls :biggrin:

On Kill;Weapon FAMAS;PlayerCount 3;Kick Don't use Famas!

On Kill;Weapon FAMAS;Say %p%: Warning! Don't use Famas.

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

Originally Posted by k4n30*:

 

Hi,

 

I know this is really lazy, i seriously dont have time to work it out my self :biggrin:

 

Could some kind person please help me with a rule to warn 3 time sthen kick for using famas ?

 

I will pay you in girls :biggrin:

This is still going to cause the stats loss issue, as your allowing them to use it 3 times before they are kicked. I have it yell to them at the start that the m26 (until its fixed) and the Famas will result in a kick and a ban (temp 24 hour one) so that they don't use it. As soon as they do, they and others in the server can see that it really does ban you.

 

I'm also looking into sending an "Exec " command to get the server to reset the round, or run the next round but I want to make sure that this makes the stats loss issue go away. I know people will complain, but why keep playing a round if your stats aren't going to be counted anyway?

 

Anyone else implemented the exec command and how did you do it, before I have to sit down and work it out tonight?

 

Cheers

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

Originally Posted by KK-FooKaa*:

 

This is still going to cause the stats loss issue, as your allowing them to use it 3 times before they are kicked. I have it yell to them at the start that the m26 (until its fixed) and the Famas will result in a kick and a ban (temp 24 hour one) so that they don't use it. As soon as they do, they and others in the server can see that it really does ban you.

 

I'm also looking into sending an "Exec " command to get the server to reset the round, or run the next round but I want to make sure that this makes the stats loss issue go away. I know people will complain, but why keep playing a round if your stats aren't going to be counted anyway?

 

Anyone else implemented the exec command and how did you do it, before I have to sit down and work it out tonight?

 

Cheers

Ah ok ...

 

Mind sharing them codes m8 ? :biggrin:

 

Oh and ty to ty_ger also :biggrin:

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

Originally Posted by Angry_AGAIN*:

 

Hey guys

I got a "funny" problem

I wrote a yell bypass for procon rulez to yell via ingame admin

 

#Yell Bypass

On Say;Admin;Text !yell;Exec admin.yell

 

This works for maybe one or two month without problems.

But now it stopped working.

So i tested arround and on some servers this command work and on other not.

I try to search the logs for infos but i cant find something usefully.

 

i post some log infos

[19:02:25] OK 0 0

[19:02:46] procon.plugin.setVariable ProconRulz Rules %23Yell+Bypass|On+Say%3bAdmin%3bText+!yell%3bExec+ admin.yell+

[19:02:46] OK

 

Maybe any advice?

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

Originally Posted by bambam*:

 

Hey guys

I got a "funny" problem

I wrote a yell bypass for procon rulez to yell via ingame admin

 

#Yell Bypass

On Say;Admin;Text !yell;Exec admin.yell

 

This works for maybe one or two month without problems.

But now it stopped working.

So i tested arround and on some servers this command work and on other not.

I try to search the logs for infos but i cant find something usefully.

 

i post some log infos

[19:02:25] OK 0 0

[19:02:46] procon.plugin.setVariable ProconRulz Rules %23Yell+Bypass|On+Say%3bAdmin%3bText+!yell%3bExec+ admin.yell+

[19:02:46] OK

 

Maybe any advice?

Bits have been deleted from your admin.yell command, I think... where's the rest of the command? Did you have:

 

Exec admin.yell %targettext% all

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

Originally Posted by bambam*:

 

If you didn't know, info on the FAMAS stats bug:

 

http://www.product-reviews.net/2012/...olls-paradise/

 

There's no real solution at the moment except to insta-kick players that use the FAMAS:

 

On Kill;Weapon FAMAS;Yell %p% kicked for using FAMAS (emergency stats bug);Kick Sorry, Do not use FAMAS until stats bug fixed

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

Originally Posted by Angry_AGAIN*:

 

Hey bambam

On Say;Admin;Text !yell;Exec admin.yell

 

This is my whole rule

It yells the text after admin.yell

And on some servers it works without problems

I copy my rulez from working server to one other and i didnt work.

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

Originally Posted by ty_ger07*:

 

On Say;Admin;Text !yell;Exec admin.yell

 

This is my whole rule

How is it supposed to know what text to yell and who to yell it to?

 

Proper syntax:

 

admin.yell

 

A normal admin.yell command would look like this:

 

admin.yell "this is my message" all

 

That would yell 'this is my message' to all players.

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

Originally Posted by bambam*:

 

Hey bambam

On Say;Admin;Text !yell;Exec admin.yell

 

This is my whole rule

It yells the text after admin.yell

And on some servers it works without problems

I copy my rulez from working server to one other and i didnt work.

The puzzling bit is

It yells the text after admin.yell

but you don't have any text after the admin.yell, so where is the text coming from?

 

It seems all you really needed was

On Say;Admin;Text !yell;Yell %targettext%

although you could build the BF3 admin.say command using the ProconRulz Exec action if you knew how to do that.

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

Originally Posted by Angry_AGAIN*:

 

The puzzling bit is

 

but you don't have any text after the admin.yell, so where is the text coming from?

 

It seems all you really needed was

On Say;Admin;Text !yell;Yell %targettext%

although you could build the BF3 admin.say command using the ProconRulz Exec action if you knew how to do that.

The text is coming from the ingame chat. it listen for a text to trigger and then yells the text after the trigger command

!yell HELLO WORLD = [HELLO WORLD]

 

Funny aye. And for me it works without %targettext% but now, i dont now how long, it stopped working on some servers.

The rule is fired but shows no text.

Today i test it with %targettext% and see what happend.

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

Originally Posted by ty_ger07*:

 

The text is coming from the ingame chat. it listen for a text to trigger and then yells the text after the trigger command

Yeah, but it shouldn't have worked at all. :ohmy: (because you weren't using a valid command)
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by gedankenleser22*:

 

New Version of PRT(ProconRulz Tool)

We are out of the Beta and we released 1.0.0.0

 

Changes Version 0.3.0.5 -> 1.0.0.0

 

Updates:

+ Added Donation Link

+ Changed Prices:

Trial 0€ -> 0€

Half? ->?

Full 5€ -> 0€

+ Deleted Trial and half version(only Full for free)

+ Removed LicenseKey logic

+ Removed LogIn/LogOut logic

+ Some Performance Updates

 

BugFixes

- Deleted Trial and half version(only Full for free)

 

Download: http://www.mediafire.com/_b6uoion7uer1ryg [NEW]

Platoon: http://battlelog.battlefield.com/bf3...5391608492609/ [battlelog.battlefield.com]

My Youtube Chanel: http://www.youtube.com/user/gedankenleser22TV [youtube.com]

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

Originally Posted by ty_ger07*:

 

New Version of PRT(ProconRulz Tool)

We are out of the Beta and we released 1.0.0.0

 

Changes Version 0.3.0.5 -> 1.0.0.0

 

Updates:

+ Added Donation Link

+ Changed Prices:

Trial 0€ -> 0€

Half? ->?

Full 5€ -> 0€

+ Deleted Trial and half version(only Full for free)

+ Removed LicenseKey logic

+ Removed LogIn/LogOut logic

+ Some Performance Updates

 

BugFixes

- Deleted Trial and half version(only Full for free)

 

Download: http://www.mediafire.com/_b6uoion7uer1ryg [NEW]

Platoon: http://battlelog.battlefield.com/bf3...5391608492609/ [battlelog.battlefield.com]

My Youtube Chanel: http://www.youtube.com/user/gedankenleser22TV [youtube.com]

:biggrin:

 

Thumbsup!

 

I think the donation system is a much more friendly approach for a community atmosphere such as this.

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

Originally Posted by gedankenleser22*:

 

:biggrin:

 

Thumbsup!

 

I think the donation system is a much more friendly approach for a community atmosphere such as this.

The price of 5€ was only for the time of the Beta,

I decided to change the price to 0€ and make if someone wont a donation.

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

Originally Posted by k4n30*:

 

New Version of PRT(ProconRulz Tool)

We are out of the Beta and we released 1.0.0.0

 

Changes Version 0.3.0.5 -> 1.0.0.0

 

Updates:

+ Added Donation Link

+ Changed Prices:

Trial 0€ -> 0€

Half? ->?

Full 5€ -> 0€

+ Deleted Trial and half version(only Full for free)

+ Removed LicenseKey logic

+ Removed LogIn/LogOut logic

+ Some Performance Updates

 

BugFixes

- Deleted Trial and half version(only Full for free)

 

Download: http://www.mediafire.com/_b6uoion7uer1ryg [NEW]

Platoon: http://battlelog.battlefield.com/bf3...5391608492609/ [battlelog.battlefield.com]

My Youtube Chanel: http://www.youtube.com/user/gedankenleser22TV [youtube.com]

Is there a separate thread for PRT? As there's a few issues with it, but don't want to discuss them here as it's not Procon Rulz related
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by gedankenleser22*:

 

Is there a separate thread for PRT? As there's a few issues with it, but don't want to discuss them here as it's not Procon Rulz related

Not at the moment, I will make tomorrow a new one for PRT ok?
* 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.