Jump to content

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


ColColonCleaner

Recommended Posts

Originally Posted by ColColonCleaner*:

 

Thats a sad but thnx for answer

Sorry, i thought I was replying to the loadout enforcer thread since you posted in both places. My bad. You can set up proconrulz to respond to kills with vehicles, that way if anyone kills with a vehicle they are killed/kicked/banned.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by muhevana*:

 

Sorry, i thought I was replying to the loadout enforcer thread since you posted in both places. My bad. You can set up proconrulz to respond to kills with vehicles, that way if anyone kills with a vehicle they are killed/kicked/banned.

Yes my bad they are almost same programs but yeah i maded 2 posts. Sry.

 

You said " You can set up proconrulz to respond to kills with vehicles, that way if anyone kills with a vehicle they are killed/kicked/banned. " can you help me how to greate it.

I would be very grateful

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

Originally Posted by ty_ger07*:

 

Hi Guys How can i dicabled Flir and IR in BF4 in Pocon

Not with this plugin. If you read the first post, you would know that. The "On-Spawn Loadout Enforcer" plugin is the plugin you need to use.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by ColColonCleaner*:

 

Yes my bad they are almost same programs but yeah i maded 2 posts. Sry.

 

You said " You can set up proconrulz to respond to kills with vehicles, that way if anyone kills with a vehicle they are killed/kicked/banned. " can you help me how to greate it.

I would be very grateful

I know it can be done but I don't have much experience with this plugin's syntax, someone else more experienced with proconrulz should respond to this.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Dete96*:

 

Yes my bad they are almost same programs but yeah i maded 2 posts. Sry.

 

You said " You can set up proconrulz to respond to kills with vehicles, that way if anyone kills with a vehicle they are killed/kicked/banned. " can you help me how to greate it.

I would be very grateful

Hi!

Maybe you can try this rule:

 

On Kill;Weapon Death;PlayerSay %p%: watch your Vehicle-Fire #%c%!

 

When a player (%p%) kills someone with a vehicle ("weapon death" I know it´s weired) he gets the message "Watch your vehicle fire and a count (#%c%) how many times he did that. You can modify this rule with either the "kill" or "kick" command or both.

If you need more help, let me know.

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

Originally Posted by ty_ger07*:

 

Help !

 

I am noob in this. I would love to use !killme command in my server but do not understand how to make it happen.

Please anybody help me to understand how to do it !

On Say;Text !killme;Kill

 

Easy. You should try to figure it out for yourself next time. The documentation link is in the first post.

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

Originally Posted by spatieman*:

 

hmm, isue..

i made for a long time a killme thingy.

but i went a bit to happy with it.

now i get this message.

[21:38:21] AdKats > Say > iamadeadpixel > Kill Self on timeout for [FROG]iamadeadpixel

[21:38:21] (PlayerYell iamadeadpixel) iamadeadpixel wants a admin kill

[21:38:21] (PlayerSay iamadeadpixel) iamadeadpixel wants a admin kill

[21:38:21] (PlayerYell iamadeadpixel) iamadeadpixel died on request

[21:38:21] iamadeadpixel died on request

 

but i wont granted a kill...

is there a limit on killme stuff ?

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

Originally Posted by ty_ger07*:

 

hmm, isue..

i made for a long time a killme thingy.

but i went a bit to happy with it.

now i get this message.

[21:38:21] AdKats > Say > iamadeadpixel > Kill Self on timeout for [FROG]iamadeadpixel

[21:38:21] (PlayerYell iamadeadpixel) iamadeadpixel wants a admin kill

[21:38:21] (PlayerSay iamadeadpixel) iamadeadpixel wants a admin kill

[21:38:21] (PlayerYell iamadeadpixel) iamadeadpixel died on request

[21:38:21] iamadeadpixel died on request

 

but i wont granted a kill...

is there a limit on killme stuff ?

Ask in the AdKats thread. Your error message clearly says that AdKats is handling your request; not proconrulz.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by ColColonCleaner*:

 

hmm, isue..

i made for a long time a killme thingy.

but i went a bit to happy with it.

now i get this message.

[21:38:21] AdKats > Say > iamadeadpixel > Kill Self on timeout for [FROG]iamadeadpixel

[21:38:21] (PlayerYell iamadeadpixel) iamadeadpixel wants a admin kill

[21:38:21] (PlayerSay iamadeadpixel) iamadeadpixel wants a admin kill

[21:38:21] (PlayerYell iamadeadpixel) iamadeadpixel died on request

[21:38:21] iamadeadpixel died on request

 

but i wont granted a kill...

is there a limit on killme stuff ?

AdKats already has a killme command, but that command has a 10 minute timeout to avoid abuse. The proconrulz instance would be for those who don't run that plugin.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by ty_ger07*:

 

Hey guys, there is any chance to kill someone when they use a vehicle? when you get on a quad or a tank they get insta killed? Thanks in advance

No. That is not possible. Please read the whole first post before asking such questions.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Vaex_Darastrix*:

 

im running a tag hunting server and i want to limit kills to only melee and roadkills i tryed making my own script but it keeps failing and i dont know why any idea

 

On Kill; If Not Damage melee; Set %NotMelee[%p%]% 1

On kill; If Weapon Roadkill; Set %NotMelee[%p%]% 2

If %NotMelee[%p%]% != 1; PlayerSay Roadkills and Melee ONLY; kill; set %NotMelee [%p%]% 0

If %NotMelee[%p%]% != 2; set %NotMelee[%p%]% 0

On Leave; Set %NotMelee[%p%]% 0

 

im not verry good at scripting i just made this by looking at the other default rulz that came in the download and making a rule based on what i could see

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

Originally Posted by wdfstryfe*:

 

Maybe I worded what I was looking for wrong. I want to incorporate that VIP list for a custom knife message so if person a which exist in the ini file does !knife my message here it sets in another ini file that person knife message so for each knife kill they get it comes up and reads the ini file. That make sense?

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

Originally Posted by ty_ger07*:

 

Where i can download ProconRulz Tool?

Really?

 

myrcon.net/.../proconrulz-v44j1-weapon-limits-and-other-event-triggered-admin-actions

 

Download where it says:

Downloads: 15,811 + count on this version:

Attached Files Attached Files

File Type: zip ProconRulz_44j1.zip (73.3 KB, 21260 views)

Read the first post while you are at it...
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by ScreamOfHate*:

 

Really?

 

myrcon.net/.../proconrulz-v44j1-weapon-limits-and-other-event-triggered-admin-actions

 

Download where it says:

 

 

Read the first post while you are at it...

Yes, but ProconRulz not work in my panel control. When i paste Proconrulz to my bf4 plugins folder, proconrulz not appear in the plugins.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by ty_ger07*:

 

Yes, but ProconRulz not work in my panel control. When i paste Proconrulz to my bf4 plugins folder, proconrulz not appear in the plugins.

Are you connecting to a layer server? If so, did you upload the plugin to your layer server's BF4 plugins folder using FTP provided by your layer server? If so, did you reboot the layer server after doing that?
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Thuishy*:

 

ok, thank you, so what rule are you using now? bc we can improve it by alot, make it better

Hi, since you've made me this code, it has been working very well, and i thought on one thing to improve to vip list players. The plugin multibalancer has a whitelist so the players on that list don't get balanced, but i also want that vip players can change their team indefinitely with a text command like "!move" and if the player is not in the vip list, he gets the message again "this command it's only allowed to vip players". Sorry if I'm wrong and if that already exists in another plugin, I'm pretty new at managing a server, but if possible I would like that. I appreciate your help again, thanks!

 

Code:

On Say;Admin;Text /setviplist
       Set %ini_vip_list% "name1,name2,name3,etc"
       PlayerSay !vip list updated.
       Log vip list updated [%ini_vip_list%]
On Say;Admin;Text /makevip;TargetPlayer
       Set %ini_vip_list% %ini_vip_list%,%t%
       PlayerSay %t% succesfully added to vip list
       Log Admin %p% succesfully added to vip list player %t%
On Say;If %text% == !vip
       If %ini_vip_list% contains %p%;Kill 100;Log Vip %p% killed himself with !vip command
       Not If %ini_vip_list% contains %p%;PlayerSay this command it's only allowed to vip players
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by QuadPrime*:

 

Hey guys - i would like to make a continuing addition to get the exact teamsize (ts1 + ts2) for enforcement, and that shall happen no matter what, but i'm stuck at giving it a Trigger that is related to the enforced rule.

 

in my case, if SHotgun kill happens, this operation is executed and later used in the script. that works good but bugs me! Is there a way to get this continuisly updated? I tried on spawn as Trigger, but now and then it get's reset to 0, or just unlogical values.

 

Code:

On Kill;ServerFirst;Set %highpop% 10
On Say;ServerFirst;Set %highpop% 10

#MISC
#On Spawn;ServerFirst; Set %TeamsizeTotal% %ts1% + %ts2%
#On Join;Set %TeamsizeTotal% %ts1% + %ts2%
#On Leave;Set %TeamsizeTotal% %ts1% + %ts2%
#On Kill;Not Weapon U_Glock18; Set %TeamsizeTotal% %ts1% + %ts2%
On Kill;Damage Shotgun;Set %TeamsizeTotal% %ts1% + %ts2%; Set %highpop% 10
On Say;Text !ts; say Total teamsize is %TeamsizeTotal%, (single) %ts1% & %ts2%, Highpop Limit is %highpop%
These are the options i tested, but only the last addition, triggered by Shotgun appears to be working... halp! :biggrin:
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by mimimimi*:

 

Hi, since you've made me this code, it has been working very well, and i thought on one thing to improve to vip list players. The plugin multibalancer has a whitelist so the players on that list don't get balanced, but i also want that vip players can change their team indefinitely with a text command like "!move" and if the player is not in the vip list, he gets the message again "this command it's only allowed to vip players". Sorry if I'm wrong and if that already exists in another plugin, I'm pretty new at managing a server, but if possible I would like that. I appreciate your help again, thanks!

 

Code:

On Say;Admin;Text /setviplist
       Set %ini_vip_list% "name1,name2,name3,etc"
       PlayerSay !vip list updated.
       Log vip list updated [%ini_vip_list%]
On Say;Admin;Text /makevip;TargetPlayer
       Set %ini_vip_list% %ini_vip_list%,%t%
       PlayerSay %t% succesfully added to vip list
       Log Admin %p% succesfully added to vip list player %t%
On Say;If %text% == !vip
       If %ini_vip_list% contains %p%;Kill 100;Log Vip %p% killed himself with !vip command
       Not If %ini_vip_list% contains %p%;PlayerSay this command it's only allowed to vip players
Code:
On Say;If %text% == !move
	If %ini_vip_list% contains %p%;If %ptk% == 2;If %ts1% <= 31;Exec admin.movePlayer %p% 1 0 1;Log Vip %p% moved himself with !move command
	If %ini_vip_list% contains %p%;If %ptk% == 1;If %ts2% <= 31;Exec admin.movePlayer %p% 2 0 1;Log Vip %p% moved himself with !move command
     	Not If %ini_vip_list% contains %p%;PlayerSay this command it's only allowed to vip players
just add this code at the end of the !vip rule, let me know.

 

you can add some say, or playersay stuff when the switch is succesfull to advertise to all the benefits of being a !vip player, its up to you

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

Originally Posted by mimimimi*:

 

Code:

##### this is the command to be used, has to be exactly !move, not !moveme, or !movee etc.
On Say;If %text% == !move
##### here you set how big your server is, if you have a 64 players server, you set (64/2) - 1 = 31, and so on, if you have 48 you set (48/2) - 1 = 23, and so on...... so you dont have to manually change it on each line
	Set %server_size% 31
##### this where the magic happens
	If %ini_vip_list% contains %p%;If %ptk% == 2;If %ts1% > %server_size%;PlayerSay %p% Team is full, try later!;Log Vip %p% tried to moved himself with !move command (destination team was full)
	If %ini_vip_list% contains %p%;If %ptk% == 1;If %ts2% > %server_size%;PlayerSay %p% Team is full, try later!;Log Vip %p% tried to moved himself with !move command (destination team was full)
	If %ini_vip_list% contains %p%;If %ptk% == 2;If %ts1% <= %server_size%;Exec admin.movePlayer %p% 1 0 1;Log Vip %p% moved himself with !move command
	If %ini_vip_list% contains %p%;If %ptk% == 1;If %ts2% <= %server_size%;Exec admin.movePlayer %p% 2 0 1;Log Vip %p% moved himself with !move command
##### this when player is not a vip  
   	Not If %ini_vip_list% contains %p%;PlayerSay this command it's only allowed to vip players
this is a variant, does the same job, take a look at it, if you think it is useful to you
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by mimimimi*:

 

Hey guys - i would like to make a continuing addition to get the exact teamsize (ts1 + ts2) for enforcement, and that shall happen no matter what, but i'm stuck at giving it a Trigger that is related to the enforced rule.

 

in my case, if SHotgun kill happens, this operation is executed and later used in the script. that works good but bugs me! Is there a way to get this continuisly updated? I tried on spawn as Trigger, but now and then it get's reset to 0, or just unlogical values.

 

Code:

On Kill;ServerFirst;Set %highpop% 10
On Say;ServerFirst;Set %highpop% 10

#MISC
#On Spawn;ServerFirst; Set %TeamsizeTotal% %ts1% + %ts2%
#On Join;Set %TeamsizeTotal% %ts1% + %ts2%
#On Leave;Set %TeamsizeTotal% %ts1% + %ts2%
#On Kill;Not Weapon U_Glock18; Set %TeamsizeTotal% %ts1% + %ts2%
On Kill;Damage Shotgun;Set %TeamsizeTotal% %ts1% + %ts2%; Set %highpop% 10
On Say;Text !ts; say Total teamsize is %TeamsizeTotal%, (single) %ts1% & %ts2%, Highpop Limit is %highpop%
These are the options i tested, but only the last addition, triggered by Shotgun appears to be working... halp! :biggrin:
i really dont know what this rule is about, but keep in mind that each variable like %test%, %lalaalala% ect are generally bound to the player that triggers that rule, my advise is to try something like %server_teamsizetotal%, because all variable with this component %server_% are treated as server variable, not bounded to any player.

try and let me know

 

post the entire rule/script and describe what you want to achieve, will be much easier to write a rule accordingly

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

Originally Posted by QuadPrime*:

 

i really dont know what this rules is about, but keep in mind that each variable like %test%, %lalaalala% ect are generally bound to the player that triggers that rule, my advise is to try something like %server_teamsizetotal%, because all variable with this component %server_% are treated as server variable, not bounded to any players.

try and let me know

 

post the entire rule/script and describe what you want to achieve, will be much easier to write a rule accordingly

well thank you sir - that server? tip might actually do the trick. i will test that.

 

The full script is an alternation of tarreltje's Sniperslots... just renamed everything accordingly and blocking the slotsystem below population of 10... again - thank you, good sir.

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

Originally Posted by mimimimi*:

 

Works like a charm, thank you very much, you're awesome! :biggrin:

if you want to send your vip player directly in a squad, just replace the zero "0"

 

Code:

Exec admin.movePlayer %p% 1 0 1
with the number corrisponding to the squad letter, here is a reference:

https://en.wikipedia.org/wiki/English_alphabet

 

so for example to send your players in Team [1], Squad [Quebec], you have this

 

Code:

Exec admin.movePlayer %p% 1 17 1
to send your players in Team [2], Squad [uniform], you have this

 

Code:

Exec admin.movePlayer %p% 2 21 1
and so on, if the squad is full, player will be moved in the corresponding team, but in no squad.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by sgtpat59*:

 

Hello I n arrive not has to put my server bf4 in sniper and knife why and wanted to leave claymore

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

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