President Posted September 26, 2012 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
EvilPuncker Posted September 26, 2012 Posted September 26, 2012 this is source related I think, btw I'm interest into this also Quote
GreenBox Posted September 26, 2012 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
EvilPuncker Posted September 26, 2012 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
President Posted September 26, 2012 Author 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
AnnieRuru Posted November 14, 2012 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
EvilPuncker Posted November 14, 2012 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
ossi0110 Posted November 14, 2012 Posted November 14, 2012 you can easy Hex the Client that he wont give out msg Quote
EvilPuncker Posted November 14, 2012 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
ossi0110 Posted November 14, 2012 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
AnnieRuru Posted November 14, 2012 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
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
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.