function source of these messages
Re: function source of these messages
Check in text.bmd in client
Re: function source of these messages
I wanted the source of the original function to edit via .dll new customs
Re: function source of these messages
You mean editor for these files?
Re: function source of these messages
no! Source c + + original function of the messages in gameserver
I'm talking about programming
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.
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
Re: function source of these messages
What source are you using?
We cant tell you in which class the function is coded.
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
Re: function source of these messages
Re: function source of these messages