ImportBot Posted March 12, 2012 Share Posted March 12, 2012 Originally Posted by tarreltje*: first page, you will find the most common example rules! Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 12, 2012 Share Posted March 12, 2012 Originally Posted by mougoul*: great job, perfect working Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 13, 2012 Share Posted March 13, 2012 Originally Posted by DeadShot*: what are you talking about?What i meant is: lets say i wanted that on conquest the tickets i wan them to be 600/800 but on rush i want them to be 100 and on TDM i want them to be 300/400 tickets. can it be with ProconRulz, or does any one a plugin that can do that, and im already using adaptive ticket count but it's not affective on all modes Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 13, 2012 Share Posted March 13, 2012 Originally Posted by ty_ger07*: What i meant is: lets say i wanted that on conquest the tickets i wan them to be 600/800 but on rush i want them to be 100 and on TDM i want them to be 300/400 tickets. can it be with ProconRulz, or does any one a plugin that can do that, and im already using adaptive ticket count but it's not affective on all modesYes, you should be able to do it with the Exec command. Remember that you cannot set the ticket quantity directly. You have to refer to the ticket quantity in terms of percentage of the normal default ticket quantity for that mode. Since I don't know the default ticket quantities for each game mode, I will use 200 in the following example which means 200% of the default ticket setting. You should change the ticket number as necessary to reach the ticket quantity you are after. Something like: On Round;MapMode conquest;Exec vars.gameModeCounter 200 On Round;MapMode rush;Exec vars.gameModeCounter 200 On Round;MapMode teamdeathmatch;Exec vars.gameModeCounter 200 That SHOULD work, but I have not tested it. 'vars.gameModeCounter' is the command to set the ticket percentage and '200' is the percentage I am setting to in the examples above. Adjust the number from 1 to infinity as your heart desires. 'On Round' (on round change), the rule will check the current 'MapMode' (game mode being played), and adjust the tickets to the 'vars.gameModeCounter ' value you provided. Lets say that your server loaded a TDM round and lets assume that TDM's default ticket count is 50 (I don't know TDM's actual default ticket count). Let's say you are using this rule: On Round;MapMode teamdeathmatch;Exec vars.gameModeCounter 150 That would set the number of tickets to 75 since 150% of 50 is 75. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 13, 2012 Share Posted March 13, 2012 Originally Posted by Bl1ndy*: Request by Jenneboy Code: On Kill;MapMode TeamDeathMatch0;Damage ProjectileExplosive;PlayerCount 2;Kick On Kill;MapMode TeamDeathMatch0;Damage ProjectileExplosive;Kill Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 13, 2012 Share Posted March 13, 2012 Originally Posted by DeadShot*: Yes, you should be able to do it with the Exec command. Remember that you cannot set the ticket quantity directly. You have to refer to the ticket quantity in terms of percentage of the normal default ticket quantity for that mode. Since I don't know the default ticket quantities for each game mode, I will use 200 in the following example which means 200% of the default ticket setting. You should change the ticket number as necessary to reach the ticket quantity you are after. Something like: On Round;MapMode conquest;Exec vars.gameModeCounter 200 On Round;MapMode rush;Exec vars.gameModeCounter 200 On Round;MapMode teamdeathmatch;Exec vars.gameModeCounter 200 That SHOULD work, but I have not tested it. 'vars.gameModeCounter' is the command to set the ticket percentage and '200' is the percentage I am setting to in the examples above. Adjust the number from 1 to infinity as your heart desires. 'On Round' (on round change), the rule will check the current 'MapMode' (game mode being played), and adjust the tickets to the 'vars.gameModeCounter ' value you provided. Lets say that your server loaded a TDM round and lets assume that TDM's default ticket count is 50 (I don't know TDM's actual default ticket count). Let's say you are using this rule: On Round;MapMode teamdeathmatch;Exec vars.gameModeCounter 150 That would set the number of tickets to 75 since 150% of 50 is 75. Thanks, it worked. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 13, 2012 Share Posted March 13, 2012 Originally Posted by Bl1ndy*: Thats a great idea, i figured this might work aswell but i have not tested it yet. Code: On Round;MapMode TeamDeathMatch;Exec vars.vehicleSpawnAllowed true On Round;MapMode Conquest;Exec vars.vehicleSpawnAllowed falseTested and working. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 13, 2012 Share Posted March 13, 2012 Originally Posted by Infoglot*: 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!" Thanks, I'll try. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 13, 2012 Share Posted March 13, 2012 Originally Posted by ChitownJon*: ok im not too savv with these codes ... i was wondering if someone could help me... All i want to do is have NO CLAYMORE in my TDM Server ... and i would like them killed fist time.... then kicked second time.... sooooo if someone can help me i would REALLY much appreciate it and on top of that i know it would go in the "Rules" section of the plugin but do i DELETE ALL thats in there and just put the claymore stuff in there ...and what do i put the delay before kill number at its default at 500o would 5 be a good delay? Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 13, 2012 Share Posted March 13, 2012 Originally Posted by tarreltje*: # Claymore rule On Kill;Weapon Weapons/Gadgets/Claymore/Claymore;PlayerCount 1;Say --- NO CLAYMORE %p% you are being kicked!!;Kick On Kill;Weapon Weapons/Gadgets/Claymore/Claymore;Say --- NO CLAYMORE %p% !!;Kill 5000 Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 14, 2012 Share Posted March 14, 2012 Originally Posted by SolarofDeath*: I have used the following code to enforce language bans on our server and while it does give a warning it is not banning, I have looked it over and can't seem to find what the issue might be. Any suggestions? Also sorry for the language that is posted. On Say; Set %server_badword% 0 Text nigger,n1gger,nigg3r,n1gg3r,nigga,niglet,kike,jew, slope,chink,gook;Set %server_badword% 5 If %server_badword% == 1;Set %words% 0;Set %server_badword% 0; Say %p% banned for racist/intolerant language!;banned for racist/intolerant language! If %words% > 1;Set %words% 0;Say %p% kicked for racist/intolerant language!;Kick %p% kicked for racist/intolerant language! if %server_badword% == 1;Say %p% watch your language, only warning!!! Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 15, 2012 Share Posted March 15, 2012 Originally Posted by Nord-Kind*: Hey! I need some help with this ProconRulz! I am using this code to limit vehicles under 16 players. " On Kill;Weapon Death;Teamsize 8; PlayerCount 5;Say %p% kicked for vehicle kills;Kick kicked for vehicle kills under 16 players PlayerCount 2;Say %p% got killed for killing with vehicles %c%/5;Kill 100 Say %p% - no vehicles under 16 players! (#%c%/5) " Sadly - it seems to not function right.... After 16 players - the vehicle driver still gets the warning - but it is only visible to the other people on the server. Also: It seems as if you dont get killed everytime for a kill with a vehicle under 16 players. Could it be because I am an admin of the server? I really need help! Greetz! Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 15, 2012 Share Posted March 15, 2012 Originally Posted by ty_ger07*: I have used the following code to enforce language bans on our server and while it does give a warning it is not banning, I have looked it over and can't seem to find what the issue might be. Any suggestions? Also sorry for the language that is posted. On Say; Set %server_badword% 0 Text nigger,n1gger,nigg3r,n1gg3r,nigga,niglet,kike,jew, slope,chink,gook;Set %server_badword% 5 If %server_badword% == 1;Set %words% 0;Set %server_badword% 0; Say %p% banned for racist/intolerant language!;banned for racist/intolerant language! If %words% > 1;Set %words% 0;Say %p% kicked for racist/intolerant language!;Kick %p% kicked for racist/intolerant language! if %server_badword% == 1;Say %p% watch your language, only warning!!! 'banned' is not a valid command in this line "If %server_badword% == 1;Set %words% 0;Set %server_badword% 0; Say %p% banned for racist/intolerant language!;banned for racist/intolerant language!" The proper command for banning is Ban not "banned". Also, your logic is all flawed. You are setting the value to 5 on their first offense and then are telling it to ban if the value is equal to 1. Well, the value will never equal one using your rule's logic. Try this instead: Code: On Say;Text nigger,n1gger,nigg3r,n1gg3r,nigga,niglet,kike,jew,slope,chink,gook;Playercount 2;Say %p% banned for racist/intolerant language!;Ban banned for racist/intolerant language! On Say;Text nigger,n1gger,nigg3r,n1gg3r,nigga,niglet,kike,jew,slope,chink,gook;Playercount 1;Say %p% kicked for racist/intolerant language!;Kick kicked for racist/intolerant language! On Say;Text nigger,n1gger,nigg3r,n1gg3r,nigga,niglet,kike,jew,slope,chink,gook;Say %p% watch your language, only warning!!!This code would warn for the first offense, kick for the second offense, and if they join the server and do it again, ban for the third offense. This code method makes much more sense for your purpose than the other style of code. The style of code you were using is for setting different levels of bad words where some words have a lesser penalty than other words. But, since you only provided one list of words, you should use the method I provided. If you want to use the other method, you need to provide different levels of 'bad words' and program your logic the correct way. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 15, 2012 Share Posted March 15, 2012 Originally Posted by Singh400*: first page, you will find the most common example rules!Not exactly looking for that. I was thinking something more along the lines of ...*. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 15, 2012 Share Posted March 15, 2012 Originally Posted by ty_ger07*: This plugin is easy to use and versatile. Bambam has provided you an excellent document linked to in the first post. If you read that document you should be able to write most rules on your own. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 15, 2012 Share Posted March 15, 2012 Originally Posted by powerbits*: fantastic plugin .. good stuf Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 15, 2012 Share Posted March 15, 2012 Originally Posted by mougoul*: Hello guys, i have another probleme, sorry i'm a noob whith plugin. I try this but it doesnt work : ( No vehicule kill under 8 players on our server ) On Kill;Map Seine Crossing;Weapon Death;Teamsize 4;PlayerCount 1;Say %p% No vehicle kill under 8 players Warning %c%/2;Kill On Kill;Map Grand Bazaar;Weapon Death;Teamsize 4;PlayerCount 1;Say %p% No vehicle kill under 8 players Warning %c%/2;Kill Thanks for all Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 15, 2012 Share Posted March 15, 2012 Originally Posted by bambam*: Hello guys, i have another probleme, sorry i'm a noob whith plugin. I try this but it doesnt work : ( No vehicule kill under 8 players on our server ) Thanks for all Use the map key for Seine Crossing (look it up in docs in my sig) or worst case use "Map Cross". And "Map Baz". Otherwise looks ok Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 15, 2012 Share Posted March 15, 2012 Originally Posted by mougoul*: Use the map key for Seine Crossing (look it up in docs in my sig) or worst case use "Map Cross". And "Map Baz". Otherwise looks ok Thank you very much Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 16, 2012 Share Posted March 16, 2012 Originally Posted by hazz22*: Hello, i have a server, and i was thinking if it was posible to make the server knife only if there is less then 4 players? and if there is above 4 players its bolt action only? so far: On Kill;Not Damage SniperRifle;Not Damage Melee;Say %p% have been kicked for using %w%;Kick %p% Bolt Action snipers only On Kill;Weapon Mk11,SVD,M39,QBU-88,SKS;Say %p% have been kicked for using %w%;Kick %p% Bolt Action snipers only Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 16, 2012 Share Posted March 16, 2012 Originally Posted by Bl1ndy*: Why you no work Rulz_! Code: On Kill;Rate 2 1;Say [DOUBLE KILL] %p% with a %w%!After a while it starts to freak out and say it on every kill made. Any thoughts? Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 17, 2012 Share Posted March 17, 2012 Originally Posted by Gizmo1981*: I'd like to ask if there is a way I can make proconrulz kill a player if they cause another player damage ( I run a flight practice and machinima server ) but the randoms that join constantly makes it difficult to film anything half decent without having to kick players or kill them. I'm not good with all the scripting thing, Would anyone be able to help make a rulz script that kills a player after damaging another player with any weapon. Thanks. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 17, 2012 Share Posted March 17, 2012 Originally Posted by tarreltje*: I'd like to ask if there is a way I can make proconrulz kill a player if they cause another player damage ( I run a flight practice and machinima server ) but the randoms that join constantly makes it difficult to film anything half decent without having to kick players or kill them. I'm not good with all the scripting thing, Would anyone be able to help make a rulz script that kills a player after damaging another player with any weapon. Thanks. MAby not the best rule but this should work: On Kill;Not Damage Melee;Say Killing people is not allowed here!!!;Kick So only knife kills are allowed, and everthing else get kicked! Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 17, 2012 Share Posted March 17, 2012 Originally Posted by bambam*: Why you no work Rulz_! Code: On Kill;Rate 2 1;Say [DOUBLE KILL] %p% with a %w%!After a while it starts to freak out and say it on every kill made. Any thoughts?? hmmm something strange there then... I'll check it out... maybe you've found a bug... Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 17, 2012 Share Posted March 17, 2012 Originally Posted by Gizmo1981*: MAby not the best rule but this should work: On Kill;Not Damage Melee;Say Killing people is not allowed here!!!;Kick So only knife kills are allowed, and everthing else get kicked! Thanks, I was actually wondering if that would fall under the not damage rule. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 17, 2012 Share Posted March 17, 2012 Originally Posted by Bl1ndy*: Why issn't there an On Death trigger? And a SayTeam option would be nice aswell. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 17, 2012 Share Posted March 17, 2012 Originally Posted by hazz22*: bambam can you tell me if its posible to make server knife only when its only 4 players? i can't figure out what to code? Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 17, 2012 Share Posted March 17, 2012 Originally Posted by tarreltje*: On kill;Teamsize 2;Not damage Melee;say 4 players or less only Knive kills;kill Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 17, 2012 Share Posted March 17, 2012 Originally Posted by bambam*: Why issn't there an On Death trigger? And a SayTeam option would be nice aswell. Doesn't On Kill do what you want? Victim is in %v%, plus there's a VictimSay to make things simple although you can apply actions to the victim with TargetPlayer %v%;... I could add a 'On Death' trigger but I would actually be firing it when the game server signals a 'Kill', the same as On Kill now. I can add a TeamSay, it's pretty basic I just never added it before. In the meantime I thing you'll be able to do it with a 'Exec' command if you really need it. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 18, 2012 Share Posted March 18, 2012 Originally Posted by Angry_AGAIN*: Hi I tried to setup an Pistol & Knife Only server (yes i know its forbidden) So i setup my rules like this: On Kill;Damage SniperRifle;PlayerCount 3;Kick On Kill;Damage SniperRifle;kill;Say Pistol & Knife Only On Kill;Damage AssaultRifle;PlayerCount 3;Kick On Kill;Damage AssaultRifle;kill;Say Pistol & Knife Only On Kill;Damage LMG;PlayerCount 3;Kick On Kill;Damage LMG;kill;Say Pistol & Knife Only But this allows players to make 3 kills with every other weapon befor he gets kicked. Is there an easier way to count all other dmg kills except handgun/knife and kick for that? Will this work? PlayerCount 3;Not Damage Melee;Kick PlayerCount 3; Not Damage Handgun;Kick On Kill;Damage SniperRifle;kill;Say Pistol & Knife Only On Kill;Damage AssaultRifle;kill;Say Pistol & Knife Only Mfg 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.