ImportBot Posted March 29, 2017 Share Posted March 29, 2017 Originally Posted by maxdralle*: Ofcourse..... it was to easy. fixed the %pt% shows your the players team name. in bf4 you have 3 diffrent teams:US Army Russian Army Chinese Army sample Code: On Kill; if %pt% == US Army; Say %p% team: US On Kill; if %pt% == Russian Army; Say %p% team: RU On Kill; if %pt% == Chinese Army; Say %p% team: CN Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 30, 2017 Share Posted March 30, 2017 Originally Posted by cssqw7_3*: Request "Insane Limits" code (only sniper squad deathmatch) hello, Due to server rules in the code limits the protection "admins_and_reserved_slots", in the use of proconrulz cannot further VIP transition using weapons to restrict the server, I thought of you can use "insane limits" to restrict, to assist in the server is running the all staff to SQDM mode after the server can only use sniper to have, it's a pity I will not write "insane limits" of the code, so I come to for help, request to find the right code, thank you. Requirements: 1, the server whether any maps in running "squad" deathmatch mode, all players in the game can only be used to limit weapons to kill (sniper or which, etc.). 2, whether managers or VIP if you use the unrestricted weapons to kill will be punished. 3, can be customised forgiveness conditions, such as: kill 1 or 2 times, punishment execution and warned that more than kill limit, kick out the game server. 4, to ban all explosive damage, including poison arrows, bomb bows and arrows. 5, and prohibited gun damage, but not the MARE 'S legs ", many people like to use it for entertainment. 6, sniper demand a ban on all weapons of DMR damage and "SR338" he destroyed the balance. Thank you, please help me to write a rule that I don't know if I describe clearly, I can't write "insane limits" rules Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 31, 2017 Share Posted March 31, 2017 Originally Posted by spatieman*: the %pt% shows your the players team name. in bf4 you have 3 diffrent teams: US Army Russian Army Chinese Army sample Code: On Kill; if %pt% == US Army; Say %p% team: US On Kill; if %pt% == Russian Army; Say %p% team: RU On Kill; if %pt% == Chinese Army; Say %p% team: CN hmm, nice to know.but we only have a BF3 server ,i manage. hehe Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 3, 2017 Share Posted April 3, 2017 Originally Posted by cssqw7_3*: Dear, who can help me I hope can get help here,Please help me to replace "InsaneLimits" code,Below is I use "proconrulz" to write the code, I want to make him run in "InsaneLimits", should be how to write the rules, thank you, please help me. Code: On Spawn;mapmode SquadDeathMatch0;playeryell %p% Can only use a sniper rifle / zhi neng shi yong ju ji qiang!!! On kill;mapmode SquadDeathMatch0;Not Damage SniperRifle;Not Damage Melee;Not Weapon U_SaddlegunSnp;Not Weapon dlSHTR;PlayerCount 2;Log %p% kicked (snipers / pistols only);Kick %p% snipers only On Kill;mapmode SquadDeathMatch0;Not Damage SniperRifle;Not Damage Melee;Not Weapon U_SaddlegunSnp;Not Weapon dlSHTR;PlayerSay %p% snipers/pistols only;Kill 100 On Kill;mapmode SquadDeathMatch0;Weapon U_SR338;PlayerSay %p% no SR338;kill 100 Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 3, 2017 Share Posted April 3, 2017 Originally Posted by ColColonCleaner*: How in proconrulz do you make chat responses ignore certain words? This is referring to the 'On Say' trigger. For example, messages with the word 'hack' in them cause an automatic action, however I don't want it to trigger when what they said was part of a command. i.e. starting with !, @, /, or . Is this possible in proconrulz? Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 4, 2017 Share Posted April 4, 2017 Originally Posted by BuRockK*: How in proconrulz do you make chat responses ignore certain words? This is referring to the 'On Say' trigger. For example, messages with the word 'hack' in them cause an automatic action, however I don't want it to trigger when what they said was part of a command. i.e. starting with !, @, /, or . Is this possible in proconrulz? Example: On Say; Text hack; Not Text !hack;AdminSay %p% triggered a buzz word! but its always case sensetive so if a player says "HACK" it wont work. (Had that problem) Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 13, 2017 Share Posted April 13, 2017 Originally Posted by GR101*: Could somebody please correct this script so it will reset after each round? Code: On Kill;Weapon Melee Incr %ini_kill_melee[%p%]% If %ini_kill_melee[%p%]% >= 55;Set %ini_kill_melee[%p%]% 0 If %ini_kill_melee[%p%]% == 55;Yell 3 %p% Message If %ini_kill_melee[%p%]% == 50;Yell 3 %p% Message If %ini_kill_melee[%p%]% == 49;Say 3 %p% Message If %ini_kill_melee[%p%]% == 48;Say 3 %p% Message If %ini_kill_melee[%p%]% == 47;Say 3 %p% Message If %ini_kill_melee[%p%]% == 46;Say 3 %p% Message If %ini_kill_melee[%p%]% == 45;Say 3 %p% Message If %ini_kill_melee[%p%]% == 40;Say 3 %p% Message If %ini_kill_melee[%p%]% == 35;Say 3 %p% Message If %ini_kill_melee[%p%]% == 30;Say 3 %p% Message If %ini_kill_melee[%p%]% == 25;Say 3 %p% Message If %ini_kill_melee[%p%]% == 20;Say 3 %p% Message If %ini_kill_melee[%p%]% == 15;Say 3 %p% Message If %ini_kill_melee[%p%]% == 10;Say 3 %p% Message If %ini_kill_melee[%p%]% == 5;Say 3 %p% MessageI have tried the following but it doesn't reset after each round. Code: On init;Set %ini_kill_melee[%p%]% 0 On Spawn;serverfirst;Set %ini_kill_melee[%p%]% 0 On Join;Set %ini_kill_melee[%p%]% 0 On Round; Set %ini_kill_melee[%p%]% 0 On Leave; Set %ini_kill_melee[%p%]% 0 Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 13, 2017 Share Posted April 13, 2017 Originally Posted by ty_ger07*: It seems that there is no reason for you to use ini variables in that situation. Why are you using ini variables for that functionality? A regular variable will do exactly what you want by default. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 14, 2017 Share Posted April 14, 2017 Originally Posted by GR101*: I just wanted a script off the shelf (taken from this thread) that I thought would do the job in question. Does anybody have a working script similar to this that can be adapted for my needs? Code: On Kill;Weapon Melee Incr %ini_kill_melee[%p%]% If %ini_kill_melee[%p%]% >= 55;Set %ini_kill_melee[%p%]% 0 If %ini_kill_melee[%p%]% == 55;Yell 3 %p% Message If %ini_kill_melee[%p%]% == 50;Yell 3 %p% Message If %ini_kill_melee[%p%]% == 49;Say 3 %p% Message If %ini_kill_melee[%p%]% == 48;Say 3 %p% Message If %ini_kill_melee[%p%]% == 47;Say 3 %p% Message If %ini_kill_melee[%p%]% == 46;Say 3 %p% Message If %ini_kill_melee[%p%]% == 45;Say 3 %p% Message If %ini_kill_melee[%p%]% == 40;Say 3 %p% Message If %ini_kill_melee[%p%]% == 35;Say 3 %p% Message If %ini_kill_melee[%p%]% == 30;Say 3 %p% Message If %ini_kill_melee[%p%]% == 25;Say 3 %p% Message If %ini_kill_melee[%p%]% == 20;Say 3 %p% Message If %ini_kill_melee[%p%]% == 15;Say 3 %p% Message If %ini_kill_melee[%p%]% == 10;Say 3 %p% Message If %ini_kill_melee[%p%]% == 5;Say 3 %p% Message Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 17, 2017 Share Posted April 17, 2017 Originally Posted by MaddoxxGaming*: Nedd help to make a live kill round counter. Yesterday i saw a a kill counter in chat which includes the most kills in the round. Please check out my picture. I made this picture while i played the round. Unbenannt.PNG Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 19, 2017 Share Posted April 19, 2017 Originally Posted by spatieman*: I just wanted a script off the shelf (taken from this thread) that I thought would do the job in question. Does anybody have a working script similar to this that can be adapted for my needs? Code: On Kill;Weapon Melee Incr %ini_kill_melee[%p%]% If %ini_kill_melee[%p%]% >= 55;Set %ini_kill_melee[%p%]% 0 If %ini_kill_melee[%p%]% == 55;Yell 3 %p% Message If %ini_kill_melee[%p%]% == 50;Yell 3 %p% Message If %ini_kill_melee[%p%]% == 49;Say 3 %p% Message If %ini_kill_melee[%p%]% == 48;Say 3 %p% Message If %ini_kill_melee[%p%]% == 47;Say 3 %p% Message If %ini_kill_melee[%p%]% == 46;Say 3 %p% Message If %ini_kill_melee[%p%]% == 45;Say 3 %p% Message If %ini_kill_melee[%p%]% == 40;Say 3 %p% Message If %ini_kill_melee[%p%]% == 35;Say 3 %p% Message If %ini_kill_melee[%p%]% == 30;Say 3 %p% Message If %ini_kill_melee[%p%]% == 25;Say 3 %p% Message If %ini_kill_melee[%p%]% == 20;Say 3 %p% Message If %ini_kill_melee[%p%]% == 15;Say 3 %p% Message If %ini_kill_melee[%p%]% == 10;Say 3 %p% Message If %ini_kill_melee[%p%]% == 5;Say 3 %p% Message try this Code: on round; set %ini_kill_melee% 0 #(or %ini_kill% 0 if u dont have ony other kill vars) On Kill;Weapon Melee Incr %ini_kill_melee[%p%]% If %ini_kill_melee[%p%]% >= 55;Set %ini_kill_melee[%p%]% 0 If %ini_kill_melee[%p%]% == 55;Yell 3 %p% Message If %ini_kill_melee[%p%]% == 50;Yell 3 %p% Message If %ini_kill_melee[%p%]% == 49;Say 3 %p% Message If %ini_kill_melee[%p%]% == 48;Say 3 %p% Message If %ini_kill_melee[%p%]% == 47;Say 3 %p% Message If %ini_kill_melee[%p%]% == 46;Say 3 %p% Message If %ini_kill_melee[%p%]% == 45;Say 3 %p% Message If %ini_kill_melee[%p%]% == 40;Say 3 %p% Message If %ini_kill_melee[%p%]% == 35;Say 3 %p% Message If %ini_kill_melee[%p%]% == 30;Say 3 %p% Message If %ini_kill_melee[%p%]% == 25;Say 3 %p% Message If %ini_kill_melee[%p%]% == 20;Say 3 %p% Message If %ini_kill_melee[%p%]% == 15;Say 3 %p% Message If %ini_kill_melee[%p%]% == 10;Say 3 %p% Message If %ini_kill_melee[%p%]% == 5;Say 3 %p% Message Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 19, 2017 Share Posted April 19, 2017 Originally Posted by ty_ger07*: I still don't know why you guys are using an %ini% variable for this. It makes no sense. Just use the original code except call it %kill_melee[%p%]% instead of %ini_kill_melee[%p%]%. It makes no sense filling up an ini file with saved information which you want to reset every round. A regular variable like %kill_melee[%p%]% will reset every round naturally. Code: On Kill;Weapon Melee Incr %kill_melee[%p%]% If %kill_melee[%p%]% >= 55;Set %kill_melee[%p%]% 0 If %kill_melee[%p%]% == 55;Yell 3 %p% Message If %kill_melee[%p%]% == 50;Yell 3 %p% Message If %kill_melee[%p%]% == 49;Say 3 %p% Message If %kill_melee[%p%]% == 48;Say 3 %p% Message If %kill_melee[%p%]% == 47;Say 3 %p% Message If %kill_melee[%p%]% == 46;Say 3 %p% Message If %kill_melee[%p%]% == 45;Say 3 %p% Message If %kill_melee[%p%]% == 40;Say 3 %p% Message If %kill_melee[%p%]% == 35;Say 3 %p% Message If %kill_melee[%p%]% == 30;Say 3 %p% Message If %kill_melee[%p%]% == 25;Say 3 %p% Message If %kill_melee[%p%]% == 20;Say 3 %p% Message If %kill_melee[%p%]% == 15;Say 3 %p% Message If %kill_melee[%p%]% == 10;Say 3 %p% Message If %kill_melee[%p%]% == 5;Say 3 %p% MessageLike I said 6 days ago. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 20, 2017 Share Posted April 20, 2017 Originally Posted by ty_ger07*: Nedd help to make a live kill round counter. Yesterday i saw a a kill counter in chat which includes the most kills in the round. Please check out my picture. I made this picture while i played the round. Unbenannt.PNG UNTESTED! Give this a try: Code: # Display top 3 player kills when tickets fall below 10 tickets remaining On Round;Set %team_tickets% 1000 On Spawn If %team_tickets% > %team_score%;Set %team_tickets% %team_score% MapMode rush;Team attack;If %team_score% > 50;Set %server_hasbeendisplayed% 0;Set %team_tickets% %team_score% Decr %team_tickets% On Spawn;If %team_tickets% < 10;If %server_hasbeendisplayed% == 0 If %server_killonenumber% != 0;Say --------------- Kills ---------------;Say #1 | %server_killonename% | %server_killonenumber% If %server_killtwonumber% != 0;Say #2 | %server_killtwoname% | %server_killtwonumber% If %server_killthreenumber% != 0;Say #3 | %server_killthreename% | %server_killthreenumber% If %server_killonenumber% != 0;Say ------------------------------------- Set %server_hasbeendisplayed% 1 # Keep track of the top 3 players On Kill;Incr %totalkills% If %totalkills% > %server_killonenumber%;If %server_killonename% == %p%;Set %server_killonenumber% %totalkills% If %totalkills% > %server_killtwonumber%;If %totalkills% <= %server_killonenumber%;If %server_killtwoname% == %p%;Set %server_killtwonumber% %totalkills% If %totalkills% > %server_killthreenumber%;If %totalkills% <= %server_killtwonumber%;If %server_killthreename% == %p%;Set %server_killthreenumber% %totalkills% If %totalkills% > %server_killthreenumber%;If %totalkills% <= %server_killtwonumber%;If %totalkills% <= %server_killonenumber%;Set %server_killthreenumber% %totalkills%;Set %server_killthreename% %p% If %totalkills% > %server_killthreenumber%;If %totalkills% > %server_killtwonumber%;If %totalkills% <= %server_killonenumber%;Set %server_killthreenumber% %server_killtwonumber%;Set %server_killthreename% %server_killtwoname%;Set %server_killtwonumber% %totalkills%;Set %server_killtwoname% %p% If %totalkills% > %server_killthreenumber%;If %totalkills% > %server_killtwonumber%;If %totalkills% > %server_killonenumber%;Set %server_killthreenumber% %server_killtwonumber%;Set %server_killthreename% %server_killtwoname%;Set %server_killtwonumber% %server_killonenumber%;Set %server_killtwoname% %server_killonename%;Set %server_killonenumber% %totalkills%;Set %server_killonename% %p%For rush, it should display the top 3 players whenever the attacking team gets down below 10 tickets remaining. For conquest, it should display the top 3 players whenever one of the teams gets below 10 tickets remaining. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 21, 2017 Share Posted April 21, 2017 Originally Posted by MaddoxxGaming*: thx for the help but i want a plugin that shows the most kills after 10 minutes and 20 minutes, 30 minutes... How can i make this? Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 21, 2017 Share Posted April 21, 2017 Originally Posted by ty_ger07*: thx for the help but i want a plugin that shows the most kills after 10 minutes and 20 minutes, 30 minutes... How can i make this? Not with proconrulz. With proconrulz, the time option is very limited and doesn't work in logic. With ProconRulz you could display a message every X number of kills, but not every X number of minutes. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 21, 2017 Share Posted April 21, 2017 Originally Posted by Sp0rAdiC*: thx for the help but i want a plugin that shows the most kills after 10 minutes and 20 minutes, 30 minutes... How can i make this? This is what I currently use. Like it says "Reports after top player 10 kills, then each time leader changes" Code: ##################################################### ##### BEST 3 PLAYERS ##### by tarreltje & bambam # reports after top player 10 kills, # then each time leader changes ##################################################### On Kill;Incr %m_kills%; # + Log %p% with %m_kills% kills;Set %server_m_report% 1;Set %server_m_report_reason% ".Log." On Kill;If %m_kills% > %server_m_kills[1]% If %m_kills% > 10;If %p% != %server_m_player[1]%;Set %server_m_report% 1;Set %server_m_report_reason% "New #1" If %p% == %server_m_player[2]%;Set %server_m_kills[2]% %server_m_kills[1]%;Set %server_m_player[2]% %server_m_player[1]%;Set %server_m_player[1]% %p%;Set %server_m_kills[1]% %m_kills% If %p% != %server_m_player[1]%;If %p% != %server_m_player[2];Set %server_m_kills[3]% %server_m_kills[2]%;Set %server_m_player[3]% %server_m_player[2]%;Set %server_m_kills[2]% %server_m_kills[1]%;Set %server_m_player[2]% %server_m_player[1]%; Set %server_m_player[1]% %p%;Set %server_m_kills[1]% %m_kills%; On Kill;If %m_kills% > %server_m_kills[2]%;If %m_kills% <= %server_m_kills[1]%;If %p% != %server_m_player[1]%; If %p% != %server_m_player[2]%;Set %server_m_kills[3]% %server_m_kills[2]%;Set %server_m_player[3]% %server_m_player[2]% Set %server_m_player[2]% %p% Set %server_m_kills[2]% %m_kills%; On Kill;If %m_kills% > %server_m_kills[3]%;If %m_kills% <= %server_m_kills[2]%;If %p% != %server_m_player[2]%;Set %server_m_player[3]% %p%;Set %server_m_kills[3]% %m_kills%; On Kill;Incr %server_m_killcount%;If %server_m_killcount% > 70;Set %server_m_report% 1;Set %server_m_report_reason% "------" ####### Output report if server_m_report has been set On Kill;If %server_m_report% == 1; Say ----%server_m_report_reason%-------- Most kills by ----------------- Say [1st] %server_m_player[1]% - %server_m_kills[1]%;Say [2nd] %server_m_player[2]% - %server_m_kills[2]%;Say [3rd] %server_m_player[3]% - %server_m_kills[3]% Set %server_m_report% 0;Set %server_m_killcount% 0 Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 22, 2017 Share Posted April 22, 2017 Originally Posted by GR101*: try this Code: on round; set %ini_kill_melee% 0 #(or %ini_kill% 0 if u dont have ony other kill vars) On Kill;Weapon Melee Incr %ini_kill_melee[%p%]% If %ini_kill_melee[%p%]% >= 55;Set %ini_kill_melee[%p%]% 0 If %ini_kill_melee[%p%]% == 55;Yell 3 %p% Message If %ini_kill_melee[%p%]% == 50;Yell 3 %p% Message If %ini_kill_melee[%p%]% == 49;Say 3 %p% Message If %ini_kill_melee[%p%]% == 48;Say 3 %p% Message If %ini_kill_melee[%p%]% == 47;Say 3 %p% Message If %ini_kill_melee[%p%]% == 46;Say 3 %p% Message If %ini_kill_melee[%p%]% == 45;Say 3 %p% Message If %ini_kill_melee[%p%]% == 40;Say 3 %p% Message If %ini_kill_melee[%p%]% == 35;Say 3 %p% Message If %ini_kill_melee[%p%]% == 30;Say 3 %p% Message If %ini_kill_melee[%p%]% == 25;Say 3 %p% Message If %ini_kill_melee[%p%]% == 20;Say 3 %p% Message If %ini_kill_melee[%p%]% == 15;Say 3 %p% Message If %ini_kill_melee[%p%]% == 10;Say 3 %p% Message If %ini_kill_melee[%p%]% == 5;Say 3 %p% Message Cheers spatieman that worked great, thanks. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 22, 2017 Share Posted April 22, 2017 Originally Posted by spatieman*: Cheers spatieman that worked great, thanks.np, as ger07 sayd, normaly the ini? statement is not needed..i just edited your post. ini? statemant is usefull of keeping track of stuff that you dont want to revert to 0 on a proconrulez change (adding/edit script) Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 22, 2017 Share Posted April 22, 2017 Originally Posted by MaddoxxGaming*: how can i show the kill statics in conquest large all 5 minutes? Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 22, 2017 Share Posted April 22, 2017 Originally Posted by MaddoxxGaming*: i have used this but it only list the best player at the end of the round # Display top 3 player kills when tickets fall below 10 tickets remaining On Round;Set %team_tickets% 1000 On Spawn If %team_tickets% > %team_score%;Set %team_tickets% %team_score% MapMode rush;Team attack;If %team_score% > 50;Set %server_hasbeendisplayed% 0;Set %team_tickets% %team_score% Decr %team_tickets% On Spawn;If %team_tickets% If %server_killonenumber% != 0;Say --------------- Kills ---------------;Say #1 | %server_killonename% | %server_killonenumber% If %server_killtwonumber% != 0;Say #2 | %server_killtwoname% | %server_killtwonumber% If %server_killthreenumber% != 0;Say #3 | %server_killthreename% | %server_killthreenumber% If %server_killonenumber% != 0;Say ------------------------------------- Set %server_hasbeendisplayed% 1 # Keep track of the top 3 players On Kill;Incr %totalkills% If %totalkills% > %server_killonenumber%;If %server_killonename% == %p%;Set %server_killonenumber% %totalkills% If %totalkills% > %server_killtwonumber%;If %totalkills% If %totalkills% > %server_killthreenumber%;If %totalkills% If %totalkills% > %server_killthreenumber%;If %totalkills% If %totalkills% > %server_killthreenumber%;If %totalkills% > %server_killtwonumber%;If %totalkills% If %totalkills% > %server_killthreenumber%;If %totalkills% > %server_killtwonumber%;If %totalkills% > %server_killonenumber%;Set %server_killthreenumber% %server_killtwonumber%;Set %server_killthreename% %server_killtwoname%;Set %server_killtwonumber% %server_killonenumber%;Set %server_killtwoname% %server_killonename%;Set %server_killonenumber% %totalkills%;Set %server_killonename% %p% Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 22, 2017 Share Posted April 22, 2017 Originally Posted by ty_ger07*: i have used this but it only list the best player at the end of the roundYup, just like it says.# Display top 3 player kills when tickets fall below 10 tickets remainingAnd like I said above when I provided the script:For rush, it should display the top 3 players whenever the attacking team gets down below 10 tickets remaining. For conquest, it should display the top 3 players whenever one of the teams gets below 10 tickets remaining.I assumed that you wouldn't want to spam your server with the top players multiple times during the round. Me, personally, when I play, I mute the chat completely because I hate spam. So, maybe it is a bias for me, but I would prefer only seeing the top players once (or once per each set of objectives in rush). Another option is to use the script Sp0rAdiC provided which should display multiple times during the round (like he says above): myrcon.net/...proconrulz-v44j1-weapon-limits-and-other-event-triggered-admin-actions#entry15938 Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 22, 2017 Share Posted April 22, 2017 Originally Posted by GR101*: np, as ger07 sayd, normaly the ini? statement is not needed.. i just edited your post. ini? statemant is usefull of keeping track of stuff that you dont want to revert to 0 on a proconrulez change (adding/edit script) Just need some assistance with resetting this script every month or calendar month, instead of 'on round' Code: on round; set %ini_kill_melee% 0 #(or %ini_kill% 0 if u dont have ony other kill vars) On Kill;Weapon Melee Incr %ini_kill_melee[%p%]% If %ini_kill_melee[%p%]% >= 55;Set %ini_kill_melee[%p%]% 0 If %ini_kill_melee[%p%]% == 55;Yell 3 %p% Message If %ini_kill_melee[%p%]% == 50;Yell 3 %p% Message If %ini_kill_melee[%p%]% == 49;Say 3 %p% Message If %ini_kill_melee[%p%]% == 48;Say 3 %p% Message If %ini_kill_melee[%p%]% == 47;Say 3 %p% Message If %ini_kill_melee[%p%]% == 46;Say 3 %p% Message If %ini_kill_melee[%p%]% == 45;Say 3 %p% Message If %ini_kill_melee[%p%]% == 40;Say 3 %p% Message If %ini_kill_melee[%p%]% == 35;Say 3 %p% Message If %ini_kill_melee[%p%]% == 30;Say 3 %p% Message If %ini_kill_melee[%p%]% == 25;Say 3 %p% Message If %ini_kill_melee[%p%]% == 20;Say 3 %p% Message If %ini_kill_melee[%p%]% == 15;Say 3 %p% Message If %ini_kill_melee[%p%]% == 10;Say 3 %p% Message If %ini_kill_melee[%p%]% == 5;Say 3 %p% Message Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 22, 2017 Share Posted April 22, 2017 Originally Posted by ty_ger07*: Just need some assistance with resetting this script every month or calendar month, instead of 'on round' Code: on round; set %ini_kill_melee% 0 #(or %ini_kill% 0 if u dont have ony other kill vars) On Kill;Weapon Melee Incr %ini_kill_melee[%p%]% If %ini_kill_melee[%p%]% >= 55;Set %ini_kill_melee[%p%]% 0 If %ini_kill_melee[%p%]% == 55;Yell 3 %p% Message If %ini_kill_melee[%p%]% == 50;Yell 3 %p% Message If %ini_kill_melee[%p%]% == 49;Say 3 %p% Message If %ini_kill_melee[%p%]% == 48;Say 3 %p% Message If %ini_kill_melee[%p%]% == 47;Say 3 %p% Message If %ini_kill_melee[%p%]% == 46;Say 3 %p% Message If %ini_kill_melee[%p%]% == 45;Say 3 %p% Message If %ini_kill_melee[%p%]% == 40;Say 3 %p% Message If %ini_kill_melee[%p%]% == 35;Say 3 %p% Message If %ini_kill_melee[%p%]% == 30;Say 3 %p% Message If %ini_kill_melee[%p%]% == 25;Say 3 %p% Message If %ini_kill_melee[%p%]% == 20;Say 3 %p% Message If %ini_kill_melee[%p%]% == 15;Say 3 %p% Message If %ini_kill_melee[%p%]% == 10;Say 3 %p% Message If %ini_kill_melee[%p%]% == 5;Say 3 %p% Message ProconRulz has ability to list server time in a variable, but it does not function if you try to use it in logic. It generates an error if you try. So, I do not think that ProconRulz will do that. But, don't worry. All you have to do is FTP into your layer server once a month and delete those values from the ini file manually. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 23, 2017 Share Posted April 23, 2017 Originally Posted by MaddoxxGaming*: Okay the kill count works. it shows the kills all 2-3 minutes. how can i make the output message exactly like in my picture? Here is my current output message: ####### Output report if server_m_report has been set On Kill;If %server_m_report% == 1; Say -------- KILLS ------------------- Say #1 %server_m_player[1]% %server_m_kills[1]% Say #2 %server_m_player[2]% %server_m_kills[2]% Say #3 %server_m_player[3]% %server_m_kills[3]% Say --------------------------------------- Set %server_m_report% 0;Set %server_m_killcount% 0 Attached Files: Unbenannt.PNG Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 23, 2017 Share Posted April 23, 2017 Originally Posted by Sp0rAdiC*: Okay the kill count works. it shows the kills all 2-3 minutes. how can i make the output message exactly like in my picture? Here is my current output message: Looks like it's just missing the | characters. Code: ####### Output report if server_m_report has been set On Kill;If %server_m_report% == 1; Say -------- KILLS ------------------- Say #1 |%server_m_player[1]%| %server_m_kills[1]% Say #2 |%server_m_player[2]%| %server_m_kills[2]% Say #3 |%server_m_player[3]%| %server_m_kills[3]% Say --------------------------------------- Set %server_m_report% 0;Set %server_m_killcount% 0 Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 24, 2017 Share Posted April 24, 2017 Originally Posted by MaddoxxGaming*: Yeah i know but i wanna use the | characters. When i use this characters i see this: -------- KILLS ------------------- #1 Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 24, 2017 Share Posted April 24, 2017 Originally Posted by Sp0rAdiC*: Yeah i know but i wanna use the | characters. When i use this characters i see this: -------- KILLS ------------------- #1 Gotcha, I'm sure there's a trick to displaying that symbol but I don't know it, lol. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 24, 2017 Share Posted April 24, 2017 Originally Posted by maxdralle*: the | characters is a new line for proconrulz. you have to use I or L Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 24, 2017 Share Posted April 24, 2017 Originally Posted by spatieman*: i made below ticket spammer for conquest maps that teamsay when tickets are below 25 ticket that they are winning. 2nd part is for playersay that he should not suicide on last ticket. both scripts works very good. How ever. for TDM,, i cant get it to work, yes i know it is reverse order, starting from 0 kills up to the max. and there is the isue, we works adaptive tickets ,4 players, lower kills needed to end round. more players on round start, more kills to make. any trick to fool the max tickets so that is would spam a text like, 5 kills to go before victory ? Code: # victory spammer low tickets on kill;mapmode conquest;if %pt% contains rus;if %server_team_score[1]% => 1;if %server_team_score[1]% =< 25 teamsay Comrads, We are winning !only enemy %server_team_score[1]% tickets to go on kill;mapmode conquest;not if %pt% contains rus;if %server_team_score[2]% => 1;if %server_team_score[2]% =< 25 teamsay yankee's, We are winning !only enemy %server_team_score[2]% tickets to go on spawn;mapmode conquest;if %pt% contains rus;if %server_team_score[1]% => 1;if %server_team_score[1]% =< 25 teamsay Comrads, We are winning !only enemy %server_team_score[1]% tickets to go on spawn;mapmode conquest;not if %pt% contains rus;if %server_team_score[2]% => 1;if %server_team_score[2]% =< 25 teamsay yankee's, We are winning !only enemy %server_team_score[2]% tickets to go # suicide los spammer on suicide;mapmode conquest;if %pt% contains rus;if %server_team_score[2]% => 1;if %server_team_score[2]% =< 20 playersay Dont kill your self %p%;playersay We only have %server_team_score[2]% tickets left on suicide;mapmode conquest;not if %pt% contains rus;if %server_team_score[1]% => 1;if %server_team_score[1]% =< 20 playersay Dont kill your self %p%;playersay We only have %server_team_score[1]% tickets left Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 25, 2017 Share Posted April 25, 2017 Originally Posted by Chilace*: Just need some assistance with resetting this script every month or calendar month, instead of 'on round' Code: on round; set %ini_kill_melee% 0 #(or %ini_kill% 0 if u dont have ony other kill vars) On Kill;Weapon Melee Incr %ini_kill_melee[%p%]% If %ini_kill_melee[%p%]% >= 55;Set %ini_kill_melee[%p%]% 0 If %ini_kill_melee[%p%]% == 55;Yell 3 %p% Message If %ini_kill_melee[%p%]% == 50;Yell 3 %p% Message If %ini_kill_melee[%p%]% == 49;Say 3 %p% Message If %ini_kill_melee[%p%]% == 48;Say 3 %p% Message If %ini_kill_melee[%p%]% == 47;Say 3 %p% Message If %ini_kill_melee[%p%]% == 46;Say 3 %p% Message If %ini_kill_melee[%p%]% == 45;Say 3 %p% Message If %ini_kill_melee[%p%]% == 40;Say 3 %p% Message If %ini_kill_melee[%p%]% == 35;Say 3 %p% Message If %ini_kill_melee[%p%]% == 30;Say 3 %p% Message If %ini_kill_melee[%p%]% == 25;Say 3 %p% Message If %ini_kill_melee[%p%]% == 20;Say 3 %p% Message If %ini_kill_melee[%p%]% == 15;Say 3 %p% Message If %ini_kill_melee[%p%]% == 10;Say 3 %p% Message If %ini_kill_melee[%p%]% == 5;Say 3 %p% Message Try this:Code: On Init If %ymd% contains _01_;Set %server_month% Jan If %ymd% contains _02_;Set %server_month% Feb If %ymd% contains _03_;Set %server_month% Mar If %ymd% contains _04_;Set %server_month% Apr If %ymd% contains _05_;Set %server_month% May If %ymd% contains _06_;Set %server_month% Jun If %ymd% contains _07_;Set %server_month% Jul If %ymd% contains _08_;Set %server_month% Aug If %ymd% contains _09_;Set %server_month% Sep If %ymd% contains _10_;Set %server_month% Oct If %ymd% contains _11_;Set %server_month% Nov If %ymd% contains _12_;Set %server_month% Dec If %ini_vars_month% != %server_month%;Set %ini_vars_month% %server_month%;Set %ini_kill_melee% 0 #(or %ini_kill% 0 if u dont have any other kill vars) On Kill;Weapon Melee Incr %ini_kill_melee[%p%]% If %ini_kill_melee[%p%]% >= 55;Set %ini_kill_melee[%p%]% 0 If %ini_kill_melee[%p%]% == 55;Yell 3 %p% Message If %ini_kill_melee[%p%]% == 50;Yell 3 %p% Message If %ini_kill_melee[%p%]% == 49;Say 3 %p% Message If %ini_kill_melee[%p%]% == 48;Say 3 %p% Message If %ini_kill_melee[%p%]% == 47;Say 3 %p% Message If %ini_kill_melee[%p%]% == 46;Say 3 %p% Message If %ini_kill_melee[%p%]% == 45;Say 3 %p% Message If %ini_kill_melee[%p%]% == 40;Say 3 %p% Message If %ini_kill_melee[%p%]% == 35;Say 3 %p% Message If %ini_kill_melee[%p%]% == 30;Say 3 %p% Message If %ini_kill_melee[%p%]% == 25;Say 3 %p% Message If %ini_kill_melee[%p%]% == 20;Say 3 %p% Message If %ini_kill_melee[%p%]% == 15;Say 3 %p% Message If %ini_kill_melee[%p%]% == 10;Say 3 %p% Message If %ini_kill_melee[%p%]% == 5;Say 3 %p% Message Quote * Restored post. It could be that the author is no longer active. Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.