• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] Trinity send chat messange

Status
Not open for further replies.

Tommy

Founder
Are you referring to the MonsterSay, Yell, Whisper methods? If so, all you need to do is specify the player's GUID, like so:

Code:
creature->MonsterWhisper("Hello!", player->GetGUID());
 
Status
Not open for further replies.
Top