Hello,
Any one knows why this piece of sh.. ehmm.. code does not work. What ever i try, fails to produce results
...
WoWChat_ChatBufferStart = 0x00A1FA80,
WoWChat_NextMessage = 0x17C0,
...
for( int i = 0; i < 60; i++ )
{
str = m_wowMem.ReadString( m_nModulBaseAddress + WoWChat_ChatBufferStart + i * WoWChat_NextMessage );
LogString( str );
}
...
does not work with or w/o rebase.
Thanks,
Kajko