• Welcome to Valhalla Legends Archive.
 

World of Warcraft - Console Print

Started by TheMinistered, December 31, 2004, 09:40 PM

Previous topic - Next topic

TheMinistered

I've located a nice function for printing to the console (enabled via the -console command line)

The definition for the function is as follows:

void __fastcall ConsolePrint(char* Text, unsigned long Color);

0x03 = Red
0x04 = Yellow
0x05 = White

The offset for this function is: 0x00637090

Grok

When you list the offsets should you also tell the version?  People lookinga this in the future might be using a different build.