-
Member
function source of these messages
Hello!
I'm looking for the source of these messages the game.


I am repeating this topic link here.
http://forum.ragezone.com/f82/functi...ssages-865239/
Could anyone help me?
-
-
Valued Member
Re: function source of these messages
Check in text.bmd in client
-
Member
Re: function source of these messages
I wanted the source of the original function to edit via .dll new customs
-
Valued Member
Re: function source of these messages
You mean editor for these files?
-
Member
Re: function source of these messages
no! Source c + + original function of the messages in gameserver
I'm talking about programming
-
Proficient Member
Re: function source of these messages
Open your GS dll (like WzAG, or Team.dll) with Olly and right click->search for all reference text strings, scroll up to the first address and right click->search for text, uncheck "case sensitive" and check "Entire scope" , write your text and search.....when you find the text you can replace with your own custom message or you can delete it.You can also do that with WinHex.
-
Member
Re: function source of these messages
is not this
I wanted the ORIGINAL FUNCTION (C+ + Source) these messages to use to other things
or offsets
-
Proficient Member
Re: function source of these messages
What source are you using?
We cant tell you in which class the function is coded.
-
Member
Re: function source of these messages
I'm using my source
people understand
the code of you
You Use GCServerMsgStringSend for customs messages etc. ..
I was the same way ..
sorry my bad english
Last edited by Genilson16; 16-09-12 at 08:08 AM.
-
Member
Re: function source of these messages
-
Member
Re: function source of these messages