Valhalla Legends Archive

Programming => Advanced Programming => Topic started by: TheMinistered on December 31, 2004, 09:40 PM

Title: World of Warcraft - Console Print
Post by: TheMinistered on December 31, 2004, 09:40 PM
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
Title: Re: World of Warcraft - Console Print
Post by: Grok on January 04, 2005, 12:53 PM
When you list the offsets should you also tell the version?  People lookinga this in the future might be using a different build.