President Posted September 26, 2012 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 51 Reputation: 0 Joined: 04/28/12 Last Seen: December 30, 2013 Share Posted September 26, 2012 how to disable chat on file ba_frostjoke / dc_scream in pvp / GVG and WOE. because it's very annoying . . someone can help me? Sorry my bad english. thanks Quote Link to comment Share on other sites More sharing options...
EvilPuncker Posted September 26, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share Posted September 26, 2012 this is source related I think, btw I'm interest into this also Quote Link to comment Share on other sites More sharing options...
GreenBox Posted September 26, 2012 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 303 Reputation: 101 Joined: 11/13/11 Last Seen: October 11, 2023 Share Posted September 26, 2012 Unless you don't tell to the client that this skills is being used you can't do this :S @edit If you ignore the next message sent by the client it might work too Quote Link to comment Share on other sites More sharing options...
EvilPuncker Posted September 26, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share Posted September 26, 2012 Unless you don't tell to the client that this skills is being used you can't do this :S @edit If you ignore the next message sent by the client it might work too how? Quote Link to comment Share on other sites More sharing options...
President Posted September 26, 2012 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 51 Reputation: 0 Joined: 04/28/12 Last Seen: December 30, 2013 Author Share Posted September 26, 2012 Unless you don't tell to the client that this skills is being used you can't do this :S @edit If you ignore the next message sent by the client it might work too how? how? Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted November 14, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share Posted November 14, 2012 src\map\clif.c if( messagelen > CHAT_SIZE_MAX-1 ) { // messages mustn't be too long // Normally you can only enter CHATBOX_SIZE-1 letters into the chat box, but Frost Joke / Dazzler's text can be longer. // Also, the physical size of strings that use multibyte encoding can go multiple times over the chatbox capacity. // Neither the official client nor server place any restriction on the length of the data in the packet, // but we'll only allow reasonably long strings here. This also makes sure that they fit into the `chatlog` table. ShowWarning("clif_process_message: Player '%s' sent a message too long ('%.*s')!\n", sd->status.name, CHAT_SIZE_MAX-1, message); return false; } quite impossible I think I think the mechanic is ... when a dancer scream it read a file from client\data\dc_scream.txt and it just do the same as a player has just "talk" anyone can change this file and her scream will just talk into the dialog the user modify I remember there was an old bug report where a player modify this file, input a very very long line, causing everyone around the bard/dancer doing frost-joke or scream to get gravity error and it fixed ages ago by using CHAT_SIZE_MAX since frost joke and scream is acted like *unittalk, its impossible to disable it from server side I guess I tried to disable the file, or filled with empty lines seems to be impossible Quote Link to comment Share on other sites More sharing options...
EvilPuncker Posted November 14, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share Posted November 14, 2012 seems to be impossible that is really sad maybe doing a "custom" copy of this skill would do the trick? Quote Link to comment Share on other sites More sharing options...
ossi0110 Posted November 14, 2012 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 318 Reputation: 37 Joined: 12/30/11 Last Seen: October 3, 2017 Share Posted November 14, 2012 you can easy Hex the Client that he wont give out msg Quote Link to comment Share on other sites More sharing options...
EvilPuncker Posted November 14, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share Posted November 14, 2012 you can easy Hex the Client that he wont give out msg oh yeah, I've forgot that btw have you the right hex that we should find and replace? (2012-04-10aRagexeRE for me please) Quote Link to comment Share on other sites More sharing options...
ossi0110 Posted November 14, 2012 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 318 Reputation: 37 Joined: 12/30/11 Last Seen: October 3, 2017 Share Posted November 14, 2012 (edited) im working whit this hex on every server i play , works very good for me and never crashed due too this hex. this hex is pretty easy , you just telling the client that he don need to read the txt files For Frostjoke search for 656E676C6973685C42415F66726F73746A6F6B652E747874 replace whit 000000000000000000000000000000000000000000000000 ------------------------------------------------------------------------------------------------------ Search For 42415F66726F73746A6F6B652E747874 replace whit 00000000000000000000000000000000 For Scream Search for 656E676C6973685C44435F73637265616D2E747874 replace 000000000000000000000000000000000000000000 -------------------------------------------------------------------------------------- search for 44435F73637265616D2E747874 replace whit 0000000000000000000000000000 Edited November 14, 2012 by ossi0110 2 Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted November 14, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share Posted November 14, 2012 move to client support and up for you ! <3 never thought about client hexing... me noob in client stuffs 1 Quote Link to comment Share on other sites More sharing options...
Question
President
how to disable chat on file ba_frostjoke / dc_scream in pvp / GVG and WOE. because it's very annoying . . someone can help me?
Sorry my bad english. thanks
Link to comment
Share on other sites
10 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.