Thread Tools Display Modes
10-28-05, 08:57 PM   #1
Chpok
A Murloc Raider
Join Date: Oct 2005
Posts: 6
Question Get chat msg?

Where get chat msg?
  Reply With Quote
10-29-05, 03:52 AM   #2
Chpok
A Murloc Raider
Join Date: Oct 2005
Posts: 6
Help plise
  Reply With Quote
10-29-05, 08:40 AM   #3
Gello
A Molten Giant
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 521
Register for one of the CHAT_MSG events here.

Then arg1 will be that chat line in your mod.

function MyMod_OnLoad()
this:RegisterEvent("CHAT_MSG_COMBAT_SELF_HITS")
end

function MyMod_OnEvent(event)
if event=="CHAT_MSG_COMBAT_SELF_HITS" then
DEFAULT_CHAT_FRAME:AddMessage("_COMBAT_SELF_HITS arg1 is "..arg1)
end
end
  Reply With Quote
10-29-05, 02:52 PM   #4
Chpok
A Murloc Raider
Join Date: Oct 2005
Posts: 6
thenk
and where replase input chat msg on my msg?
  Reply With Quote
10-30-05, 06:47 AM   #5
Chpok
A Murloc Raider
Join Date: Oct 2005
Posts: 6
help my agan
  Reply With Quote
10-30-05, 09:05 AM   #6
Gello
A Molten Giant
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 521
No idea what you want, sorry. I don't understand the question.

Find mods that do something close to what you want, then see how they do it?
  Reply With Quote
10-30-05, 09:40 AM   #7
Chpok
A Murloc Raider
Join Date: Oct 2005
Posts: 6
i want to message which sent by server changed in my chat window on another
Mods like this i did'n find
  Reply With Quote
10-30-05, 09:45 AM   #8
Chpok
A Murloc Raider
Join Date: Oct 2005
Posts: 6
or delete server chat message
  Reply With Quote
04-05-06, 09:08 PM   #9
elviso
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 17
Originally Posted by Chpok
Where get chat msg?
Respectfully,

This forum is:

Wish List
A place for AUTHORS to post their requests to Blizzard about api functions/interface features for possible inclusion.
NOT for end users to post mod requests.
This post probably belongs in:
Interface Requests
.
  Reply With Quote

WoWInterface » Developer Discussions » Wish List » Get chat msg?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off