Jump to content
  • 0

ask about dc_scream.txt on grf


President

Question


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  51
  • Reputation:   0
  • Joined:  04/28/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  713
  • Reputation:   70
  • Joined:  11/08/11
  • Last Seen:  

this is source related I think, btw I'm interest into this also :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  303
  • Reputation:   101
  • Joined:  11/13/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  713
  • Reputation:   70
  • Joined:  11/08/11
  • Last Seen:  

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? :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  51
  • Reputation:   0
  • Joined:  04/28/12
  • Last Seen:  

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? :D

how? :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

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

post-8685-0-04235600-1352893979_thumb.jpg

seems to be impossible

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  713
  • Reputation:   70
  • Joined:  11/08/11
  • Last Seen:  

seems to be impossible

that is really sad :( maybe doing a "custom" copy of this skill would do the trick?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  318
  • Reputation:   37
  • Joined:  12/30/11
  • Last Seen:  

you can easy Hex the Client that he wont give out msg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  713
  • Reputation:   70
  • Joined:  11/08/11
  • Last Seen:  

you can easy Hex the Client that he wont give out msg

oh yeah, I've forgot that :P btw have you the right hex that we should find and replace? (2012-04-10aRagexeRE for me please)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  318
  • Reputation:   37
  • Joined:  12/30/11
  • Last Seen:  

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 by ossi0110
  • Upvote 2
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

move to client support

and rep_up.png up for you ! <3

never thought about client hexing... me noob in client stuffs

  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

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