Jump to content

Watchdog - Language (V2.0.4.0 - 06/12)


ImportBot

Recommended Posts

Originally Posted by S69Dessy*:

 

Hi , Could someone help me please .

When some one swears , I would like it to "yell" the warning to the player and show in the chat that player X has been warned for swearing.

If player x swears again it will kill him and he will get a "yell" if he repeats it he will get kicked,no message in chat

If player x swears again (3rd time)it will kick him and a "yell message says player x was kicked for swearing for 3-5 secs.

 

Is this possible ?

* Restored post. It could be that the author is no longer active.
Link to comment
  • Replies 388
  • Created
  • Last Reply

Top Posters In This Topic

  • ImportBot

    389

Originally Posted by static*:

 

Hi Soarda,

 

2.0.2.1 works great.....

 

Can i pick your brain in how the lists are processed..?

 

i.e. A chat comes in. Watchdog process the user lists from one to six in that order. If it finds a match it stops processing the lists and actions the parameters, updates the arrays etc..., then resets and waits for the next chat?

 

I just want to know so if need be i can rearrange the lists to catch comments differently, example... if i had

list 1 (warn)

sux

 

list 2

admin sux (kick)

 

It would only warn not kick for the comment "admin sux", where as if it was reversed they would be kicked...?

 

static

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

Originally Posted by Soarda*:

 

I just want to know so if need be i can rearrange the lists to catch comments differently

yep exactly.

 

list 1 (Hight)

admin sux

 

list 2

sux (low)

 

 

 

...*

 

nop impossible

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

Originally Posted by Soarda*:

 

Up ! V2.0.3 CWatchdogLanguage.zip

* Add reset after x round without offence

* Add " word number: "and "in Userlist" in ban.

* Bug fixe in Msg Before Next Action.

 

 

WARNING SAVE YOUR LIST BEFORE UPDATE (V1.x To V2.x) , Lists of Word will be destroyed !

 

New feature of V2.x :

* Add reset after x round without offence

* Using ; to comment list words

* Using R / instead of double quotes

* Using variables MaxWarn, MaxKill, MaxKick, MaxTBan, MaxBan

* Added line number

* Bug fixes

* yell message time.

* each word has its own action list.

 

Ex:

Param : warn=1; kill=2, kick=1.

 

Toto say "bastard" => warn

Toto say "con" => warn

Toto say "bastard" => kill

Toto say "pd" => warn

 

* Replace warnList, killList, KickList [...] by UserList1, UserList2, UserList3 [...] with each list has its own param list.

 

ex:

UserList1 => warn=1, kill=2, kick=1, TBan=5, Ban=0

UserList2 => warn=0, kill=1, kick=0, TBan=5, Ban=0

UserList3 => warn=1, kill=0, kick=0, TBan=0, Ban=5

 

 

*Adding "Use Action List By Word"

 

Ex :

With useActionListByWord = Yes

soab -> 1st warn

asshole -> 1st warn

soab -> 2nd warn

soab -> kick

asshole -> 2nd warn

 

With useActionListByWord = No

soab -> 1st warn

asshole -> 2nd warn

soab -> kick

 

Attached Files:

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

Originally Posted by mrix2000*:

 

Hello, this file name is different from prior files, do we rename the file to what the old file was named?

It only appears to be one file when the other releases were more is that right?

Thanks

mrix

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

Originally Posted by holcombs60*:

 

New to all of this but testing out your plugin. Just having an issue that I figure I am creating somehow. I created a fake word to test bans, etc. I set the TBan to 1 and the Max Ban to 1. Got in BF3 and typed my trigger word. I have Yell enabled and BF3 yelled that I was Temp Banned for the seconds I had selected but nothing happened. I was not removed from the game. When I typed in the trigger word again BF3 yelled that I was Auto banned and then I was kicked out of the server.

 

Why was I not kicked out of the game for the Tban? If it matters I have "Ban by guid" set to Yes.

 

One other thing I was wondering... is it possible to display the time and date of the ban in the Reason column? I realize I can see it in the pbbans.dat file but not everyone has access to that file. Just curious...

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

Originally Posted by static*:

 

My List

I have included my param's as well.

 

Cleaned up a few and added some.

 

Please Update to this One

Found a bug where an innocent comment was confused with ni**er

20120527_V2.0.3_Offensive.zip

 

Note the lists have changed around and at the moment list 4 is not used. The reason being is so the worst insults are in list 1, this way you can have the following;

 

Just an example...

list 1

shit server = kick

 

list 2

shit admin = kill

 

list 3

shithead = warn then kill

 

list 6

shit = warn

 

 

Static

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

Originally Posted by static*:

 

Hi static, I have used your latest list but nothing is being picked up for words like " fucking " fuck off " etc

Cheers

mrix

Mate u will have to add them your self... as i don't mind them... for single words just add them i.e. fuck without the R/

(use list 4 for your own)

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

Originally Posted by CPx4*:

 

Hey static,

I cried when I thought I'd have to create my RegEx list manually. Then, found yours! Thanks for putting it together.

 

Do you have an .XLS with another column with what is actually being checked for?

 

Example:

Code:

R/[s5$]{1,}\W*[e3]{1,}\W*r{1,}\W*v{1,}\W*[e3]{1,}\W*r{1,}\W*[ ]*[i1!]{1,}\W*[s5$]{1,}\W*[ ]*[s5$]{1,}\W*h{1,}\W*[i1!]{1,}\W*t
= "server is shit"
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Pickerd*:

 

Please Update to this One

Found a bug where an innocent comment was confused with ni**er

Was this word anger btw? I just had a guy get banned for saying anger and was using your previous list.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by static*:

 

Hi Pickerd,

 

Na it was a comment... Sorry cant actually remember what it was... Which list and word did they get kicked from. I checked the previous list to this one and cant get it to trigger...?

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

Originally Posted by static*:

 

Hey static,

I cried when I thought I'd have to create my RegEx list manually. Then, found yours! Thanks for putting it together.

 

Do you have an .XLS with another column with what is actually being checked for?

 

Example:

Code:

R/[s5$]{1,}\W*[e3]{1,}\W*r{1,}\W*v{1,}\W*[e3]{1,}\W*r{1,}\W*[ ]*[i1!]{1,}\W*[s5$]{1,}\W*[ ]*[s5$]{1,}\W*h{1,}\W*[i1!]{1,}\W*t
= "server is shit"
Column C......? "TERMS TO CATCH"
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by CPx4*:

 

Column C......? "TERMS TO CATCH"

static: I opened the XLS sheet in Google Docs. It only shows columns A & B. C&D were missing. :smile: Thanks for your note. I opened in "real" Excel and saw the additional columns.

 

Thanks!!

- CPx4

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

Originally Posted by HaNg_MaN*:

 

1.

I set send privatly warning and kill, only kick and tban are public,everything yelled.

Also i set "warn before next action",but this message is public and in the chat.

Can you change this, that only the Player gets the message privatly_To reduce Spam in the Chat?

 

2.

Please set a option to rename the userlists

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

Originally Posted by static*:

 

static: I opened the XLS sheet in Google Docs. It only shows columns A & B. C&D were missing. :smile: Thanks for your note. I opened in "real" Excel and saw the additional columns.

 

Thanks!!

- CPx4

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

Originally Posted by static*:

 

Hello, I set the Watchdog-language for two blasphemies applicant in my italian server.... what is the exact code?

blasphemies: 1) dio 2) porcodio

Hi Killy,

 

It can be as easy as

dio

porcodio

 

which will catch them exactly as you spell them.... Note: no special format or strings.

 

or as complex as

R/d{1,}\W*[i1!]{1,}\W*[o0]

R/p{1,}\W*[o0]{1,}\W*r{1,}\W*c{1,}\W*[o0]{1,}\W*d{1,}\W*[i1!]{1,}\W*[o0]

 

which will catch di0, d1o, d i o etc... and p0rc0di0, p0rcod!0, p o r-c-o d i o etc..... Note: using regex will require a "R/" at the beginning of the statement. This tells watchdog that the string following is a regex statement.

 

So it really depends how far they go to get around watchdog to how far you have to go to catch them.....

 

Can you send me a

 

Static.

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

Originally Posted by hellstroops*:

 

i am having a problem with Watchdog Language - 2.0.2.1 i have the settings working fine and it is working but after testing it i was perm banned like i set it up to do. i went to the ban list and removed my ban but when i idle to get my server going i get kicked and it says i have been temp banned 2days for my language. please help i have tried everything including uninstalling the plugin and re installing it.

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

Originally Posted by Soarda*:

 

Ban by GUID activate ?

 

Nothing in "ban list" ?

 

In your ftp > file "pbbans.dat" nothing ?

 

PB_SV_UnBanGuid [guid]

Unbans a guid from the ban list stored in memory; use pb_sv_updbanfile to update the permanent ban file after using this command

edit: restart your server for deleting all "ban time"
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by utopiate*:

 

Hey guys, I've just updated this plugin but where do I now put my watch words? I used to have a list of words in the warn list and a list in the tempban list?

 

Basically I want a list of words that gives two warning then a 24 hr temp ban on the 3rd infringement and a second list that instantly bans for 24 hours

 

cheers

* 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.
Note: Your post will require moderator approval before it will be visible.

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.




×
×
  • 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.