Jump to content

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


ColColonCleaner

Recommended Posts

Originally Posted by Infoglot*:

 

On Say;Text bitch,biatch,suck,pussy,pussies,pssy,shit,fag,fags ,cock,queer,dicksucker,whoreson,fuck,fucking,idiot ,slut,bastard,mongrel,cocksucker,kinderfikker,fikk er,fucker,cock;PlayerCount 2;Say %p% Kicked For Bad Language!;Kick NEXT TIME,WATCH YOUR LANGUAGE!

On Say;Text bitch,biatch,suck,pussy,pussies,pssy,shit,fag,fags ,cock,queer,dicksucker,whoreson,fuck,fucking,idiot ,slut,bastard,mongrel,cocksucker,kinderfikker,fikk er,fucker,cock;PlayerCount 1;Say %p% Watch your language!!! Or Kick!!!;kill 100

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

Originally Posted by tarreltje*:

 

Ok guys, if tested it for like 30 min and it is working!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

 

only downside now, the limit is for the whole server, not team. But should be posible, if bambam or someone else can help me with it!

 

#sniper limit

On Round;Set %server_recontotal% 0;log recontotal is made

On Spawn;if %beingsniper% == 1;Decr %beingsniper%;Decr %server_recontotal%;log we have %server_recontotal% snipers

On Spawn;Set %beingsniper% 0;log we have %server_recontotal% snipers

On kill;Damage sniperRifle;if %server_recontotal% == 3;if %beingsniper% == 0;Say Sniper Limit max 3 snipers!!!;Kill

On kill;Damage SniperRifle;if %beingsniper% == 1;End;log %p% is still a sniper, we have %server_recontotal% snipers

On kill;Damage sniperRifle;incr %server_recontotal%;set %beingsniper% 1;log %p% is a sniper we have %server_recontotal% snipers

On kill;Not Damage sniperRifle;if %beingsniper% == 1;decr %beingsniper%;decr %server_recontotal%;log %p% is no sniper anymore, we have %server_recontotal% snipers

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

Originally Posted by Moorepheus*:

 

Installed the RULEZ plugin, but where do I set it up_? I just don't see it. When I look under the EVENTS tab, it never shows that it's loaded or enabled. Is there a way to re-install the plugin?

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

Originally Posted by tarreltje*:

 

Installed the RULEZ plugin, but where do I set it up_? I just don't see it. When I look under the EVENTS tab, it never shows that it's loaded or enabled. Is there a way to re-install the plugin?

You have to install it on your layer server! When you have done that you should be able to see it in the plugins tab.

 

It will do nothing before you have entered some Rulz.

 

Please read the first page of this thread, there is all the info you need

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

Originally Posted by Moorepheus*:

 

You have to install it on your layer server! When you have done that you should be able to see it in the plugins tab.

 

It will do nothing before you have entered some Rulz.

 

Please read the first page of this thread, there is all the info you need

Yep, i got it, thanks....I just didn't read...my fault...thanks

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

Originally Posted by mougoul*:

 

Hello guys, i have a probleme, whith prvious plugin it was ok but with 38d2 it dosent working.

My config :

 

On Kill;Damage SniperRifle;PlayerCount 1;Say %p% was Kicked for killing %v% with SNIPER RIFLE;Kick %p%

On Kill;Damage SniperRifle;Say %p% was Killed for killing %v% with SNIPER RIFLE --> NEXT TIME = KICK;Kill %p%

Could you help me please :smile:
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by tarreltje*:

 

Hello guys, i have a probleme, whith prvious plugin it was ok but with 38d2 it dosent working.

My config :

 

 

 

Could you help me please :smile:

On Kill;Damage SniperRifle;PlayerCount 1;Say %p% was Kicked for killing %v% with SNIPER RIFLE;Kick

On Kill;Damage SniperRifle;Say %p% was Killed for killing %v% with SNIPER RIFLE --> NEXT TIME = KICK;Kill

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

Originally Posted by ty_ger07*:

 

#sniper limit

On Round;Set %recontotal% 0;log recontotal is made

On Spawn;Set %beingsniper% 0;

On kill;Damage sniperRifle;if %recontotal% == 4;if %beingsniper% == 0;Say Sniper Limit max 4 snipers!!!;Kill

On kill;Damage SniperRifle;if %beingsniper% == 1;End;log %p% is still a sniper!!

On kill;Damage sniperRifle;incr %recontotal%;set %beingsniper% 1;log %p% is a sniper!!

On kill;Not Damage sniperRifle;if %beingsniper% == 1;decr %beingsniper%;decr %recontotal%;log %p% is no sniper anymore!!

 

Still not working good. We only have to manage to get the %recontotal% as a server var, then i should work. in this situation the %recontotal% is still for the player..

 

Anyone that can help..

Did you try %server_recontotal% instead of $recontotal%?

 

Having the 'server_' prefix used to cause the variable to be handled differently.

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

Originally Posted by ty_ger07*:

 

What is wrong?

Is all that stuff on one line? Make sure you have no line breaks.

 

Also try:

-Remove comma in Kick command. Instead of "Kick NEXT TIME,WATCH YOUR LANGUAGE!", try "Kick NEXT TIME WATCH YOUR LANGUAGE!"

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

Originally Posted by mougoul*:

 

On Kill;Damage SniperRifle;PlayerCount 1;Say %p% was Kicked for killing %v% with SNIPER RIFLE;Kick

On Kill;Damage SniperRifle;Say %p% was Killed for killing %v% with SNIPER RIFLE --> NEXT TIME = KICK;Kill

Tank you very much :ohmy:
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by tarreltje*:

 

Did you try %server_recontotal% instead of $recontotal%?

 

Having the 'server_' prefix used to cause the variable to be handled differently.

I had changed it, its already working !!!!!!!!!!!!!!!!!!!!!!!!!, ive posted it
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Doomsayer*:

 

is there a way to get the players ping to show up in the server if they say !ping. i tried to get a rule to work but it just says -1 for my ping. is there a way to get the program to ping the servers ip?

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

Originally Posted by tarreltje*:

 

is there a way to get the players ping to show up in the server if they say !ping. i tried to get a rule to work but it just says -1 for my ping. is there a way to get the program to ping the servers ip?

There is a plugin for that:

 

www.phogue.net/forumvb/showth...12-2011%29-BF3*

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

Originally Posted by Rodex*:

 

Ok guys

 

I'm trying to make a rule so I can run SQ rush with no vehicles = NO RPG/SMAW

and SQ DM with vehicles = PRG/SMAW allowed, how can I do this? (The no RPG/SMAW rule I have) but I dont want to kill the players if they shoot at vehicles of cource!..

 

 

Code:

#No Rockets launcher (RPG-7 and SMAW)
On Kill;Weapon RPG-7;PlayerCount 1;Log %p% kicked for RL;Kick %p% Rocket on infantry!
On Kill;Weapon RPG-7;PlayerCount 0;Say %p% Warning No RPG-7 on infantry! If you use it again you will be kicked!
On Kill;Weapon SMAW;PlayerCount 1;Log %p% kicked for RL;Kick %p% Rocket on infantry!
On Kill;Weapon SMAW;PlayerCount 0;Say %p% Warning No SMAW on infantry! If you use it again you will be kicked!
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by warr*:

 

in my previous post i asked if i could add a rule to the sniper and pistol config allowing knifes to be used as well

is there away to add a rule ..i am using the sniper and pistol rulz but would like to add knife a swell but not sure how to

here is the config i am using :On Kill;Not Damage SniperRifle;Not Damage Handgun;PlayerCount 5;Log %p%banned (snipers / pistols only);Ban %p% snipers only

On Kill;Not Damage SniperRifle;Not Damage Handgun;PlayerCount 3;Log %p% kicked (snipers / pistols only);Kick %p% snipers only

On Kill;Not Damage SniperRifle;Not Damage Handgun;PlayerSay %p% snipers/pistols only;Kill 100

 

but would like to add knife so players dont get kicked for using it

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

Originally Posted by Bl1ndy*:

 

in my previous post i asked if i could add a rule to the sniper and pistol config allowing knifes to be used as well

 

here is the config i am using :On Kill;Not Damage SniperRifle;Not Damage Handgun;PlayerCount 5;Log %p%banned (snipers / pistols only);Ban %p% snipers only

On Kill;Not Damage SniperRifle;Not Damage Handgun;PlayerCount 3;Log %p% kicked (snipers / pistols only);Kick %p% snipers only

On Kill;Not Damage SniperRifle;Not Damage Handgun;PlayerSay %p% snipers/pistols only;Kill 100

 

but would like to add knife so players dont get kicked for using it

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

Originally Posted by Bl1ndy*:

 

it says warning damage m67 not found in procon?

Code:
On Kill;Not Damage SniperRifle;Not Damage Handgun;Not Damage Melee;Not Weapon M67;PlayerCount 5;Log %p%banned (snipers / pistols only);Ban %p% snipers only
On Kill;Not Damage SniperRifle;Not Damage Handgun;Not Damage Melee;Not Weapon M67;PlayerCount 3;Log %p% kicked (snipers / pistols only);Kick %p% snipers only
On Kill;Not Damage SniperRifle;Not Damage Handgun;Not Damage Melee;Not Weapon M67;PlayerSay %p% snipers/pistols only;Kill 100
* 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.