Checkmate Posted March 24, 2013 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Share Posted March 24, 2013 Olaaaa...Did anyone here have some script or anything that can block our player nor staff from being rude in talking and saying bad word?..? Quote Link to comment Share on other sites More sharing options...
1 Capuche Posted March 26, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted March 26, 2013 +1 to this tread anyone? for addtional info can mute players 5mins but it will msg you warnings and if you still doing it 3times will mute you 5mins. prontera,150,180,5 script restricted_manner -1,{ OnInit: setarray .@bad_word$, "noob", "coward"; // add as your content lol .@size_b = getarraysize( .@bad_word$ ); for( ; .@i < .@size_b; .@i++ ) defpattern 1, "([^:]+):.*\\s"+ .@bad_word$[.@i] +".$", "warning"; activatepset 1; end; warning: @warning++; if ( @warning == 3 ) { @warning = 0; deltimer strnpcinfo(0) +"::OnDelay"; atcommand "@mute 5 "+ strcharinfo(0); } else { deltimer strnpcinfo(0) +"::OnDelay"; addtimer 300000, strnpcinfo(0) +"::OnDelay"; message strcharinfo(0), "Be careful with your language... Warning "+ @warning +"/3"; } end; OnDelay: @warning = 0; end; } But it works only in the range of the hidden npc. 2 Quote Link to comment Share on other sites More sharing options...
SlashGeeGee Posted March 24, 2013 Group: Members Topic Count: 111 Topics Per Day: 0.02 Content Count: 573 Reputation: 20 Joined: 11/19/11 Last Seen: October 24, 2014 Share Posted March 24, 2013 in your data folder manner.txt add more words if you want SlashGeeGee Quote Link to comment Share on other sites More sharing options...
fbrulz Posted March 24, 2013 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 70 Reputation: 4 Joined: 04/26/12 Last Seen: April 26, 2014 Share Posted March 24, 2013 can some 1 please share this script? Quote Link to comment Share on other sites More sharing options...
cadz Posted March 24, 2013 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 243 Reputation: 1 Joined: 08/29/12 Last Seen: August 1, 2021 Share Posted March 24, 2013 +1 to this tread anyone? for addtional info can mute players 5mins but it will msg you warnings and if you still doing it 3times will mute you 5mins. Quote Link to comment Share on other sites More sharing options...
cadz Posted March 26, 2013 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 243 Reputation: 1 Joined: 08/29/12 Last Seen: August 1, 2021 Share Posted March 26, 2013 let me try this one xD Quote Link to comment Share on other sites More sharing options...
Emistry Posted March 26, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted March 26, 2013 this topic are unable to solve perfectly using just npc script... it should be done through source mode since you are not going to use the manner.txt anyway i think this would be a good choice for you http://www.eathena.ws/board/index.php?showtopic=138710 but dunno if it's still working in rAthena or not. Quote Link to comment Share on other sites More sharing options...
Checkmate Posted March 28, 2013 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Author Share Posted March 28, 2013 Owh... I will try implement all of you saying.. Thanks again all. ^ ^You all are the best ^ ^ Quote Link to comment Share on other sites More sharing options...
Checkmate Posted March 28, 2013 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Author Share Posted March 28, 2013 SlashGeeGee I already put a new word in manner.txt and i do compile it... But when in game im trying to say F**K and nothing happen... Why?..? Did i need to enable something or do something more?..? Quote Link to comment Share on other sites More sharing options...
frenzmu06 Posted March 28, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 326 Reputation: 47 Joined: 04/01/12 Last Seen: February 1, 2023 Share Posted March 28, 2013 i think something on the hex Quote Link to comment Share on other sites More sharing options...
orange Posted March 28, 2013 Group: Members Topic Count: 39 Topics Per Day: 0.01 Content Count: 175 Reputation: 7 Joined: 09/13/12 Last Seen: May 14, 2021 Share Posted March 28, 2013 can sm 1 temme where can we find the manner.txt file? Quote Link to comment Share on other sites More sharing options...
Emistry Posted March 28, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted March 28, 2013 can sm 1 temme where can we find the manner.txt file? inside data folder / grf Quote Link to comment Share on other sites More sharing options...
Checkmate Posted March 28, 2013 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Author Share Posted March 28, 2013 hex... hurmmm....How can we change that? Quote Link to comment Share on other sites More sharing options...
Question
Checkmate
Olaaaa...

Did anyone here have some script or anything that can block our player nor staff from being rude in talking and saying bad word?..?
Link to comment
Share on other sites
12 answers to this question
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.