interdev

CreatureAI:Talk

Jun 16th, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.33 KB | None | 0 0
  1. void CreatureAI::Talk(uint8 id, uint64 WhisperGuid, bool personal, uint32 range)
  2. {
  3.     sCreatureTextMgr->SendChat(me, id, WhisperGuid, CHAT_MSG_ADDON, LANG_ADDON, (TextRange)range, 0, TEAM_OTHER, false, NULL, personal);
  4. }
  5.  
  6. ------=======------
  7. void Talk(uint8 id, uint64 WhisperGuid = 0, bool personal = false, uint32 range = 0);
Add Comment
Please, Sign In to add comment