So,
I managed to read the chat lines from the WoW-process (removed names in this example).
Code:
LINE: Type: [17], Channel: [Trade - City], Player Name: [XXXXXXXX], Sender GUID: [0300000003C4835F], Active player: [030000000384EEDE], Text: [LFM DS 10 normal Fun run (Blazing drake reserved) we're going for a speed run / w me! <3 (any1 level 85+ welcome) 5
LINE: Type: [17], Channel: [Trade - City], Player Name: [XXXXXXXX], Sender GUID: [03000000036A528F], Active player: [030000000384EEDE], Text: [LFM for RBG cap. Need 1 FC, last spot.]
LINE: Type: [17], Channel: [Trade - City], Player Name: [XXXXXXXX], Sender GUID: [0300000003DDC2F6], Active player: [030000000384EEDE], Text: [WTS 17x |cff1eff00|Hitem:72238:0:0:0:0:0:0:396631728:90:0:0|h[Golden Lotus]|h|r Cheaper than AH]
So the basic building blocks in these lines I see:
1) Type
2) Channel
3) Player Name / Sender Guid
4) Active Player
5) Text
My questions:
- Are these all "building blocks"? Are there more in other types of messages?
- Is there some sort of description of the "1/Type". And is the Type to describe the type of message like guild/whisper/yell/say/etc.?
- How do you guys remove linked items from the Text?
thx for your replies,
RL