-
Found it!
utils/xmlbrowser/live/FrameXML/ChatFrame - World of Warcraft Programming: A Guide and Reference for Creating WoW Addons
Code:
GROUP_TAG_LIST ={
[strlower(GROUP1_CHAT_TAG1)] = 1,
[strlower(GROUP1_CHAT_TAG2)] = 1,
[strlower(GROUP2_CHAT_TAG1)] = 2,
[strlower(GROUP2_CHAT_TAG2)] = 2,
[strlower(GROUP3_CHAT_TAG1)] = 3,
[strlower(GROUP3_CHAT_TAG2)] = 3,
[strlower(GROUP4_CHAT_TAG1)] = 4,
[strlower(GROUP4_CHAT_TAG2)] = 4,
[strlower(GROUP5_CHAT_TAG1)] = 5,
[strlower(GROUP5_CHAT_TAG2)] = 5,
[strlower(GROUP6_CHAT_TAG1)] = 6,
[strlower(GROUP6_CHAT_TAG2)] = 6,
[strlower(GROUP7_CHAT_TAG1)] = 7,
[strlower(GROUP7_CHAT_TAG2)] = 7,
[strlower(GROUP8_CHAT_TAG1)] = 8,
[strlower(GROUP8_CHAT_TAG2)] = 8,
--Language independent:
["g1"] = 1;
["g2"] = 2;
["g3"] = 3;
["g4"] = 4;
["g5"] = 5;
["g6"] = 6;
["g7"] = 7;
["g8"] = 8;
};
GROUP_LANGUAGE_INDEPENDENT_STRINGS =
{
"g1",
"g2",
"g3",
"g4",
"g5",
"g6",
"g7",
"g8",
};
-
Post Thanks / Like - 2 Thanks
-
Member
Originally Posted by
Alfalfa
Typing {g1} in chat will make people's clients output the names of their party members. {g1} through {g8}, for raid groups. If you're not in a group then it just shows [].
So, you can have a lot of fun trolling people:
/me has reported {g1} for abuse of game mechanics.
/2 Placing a 30k bounty on {g1}, dead or alive
Very funny, you get a ton of PMs.
Someone just told me I could get a three day ban for using {g1} in chat?
Last edited by w4rl0; 11-21-2015 at 06:42 PM.
Reason: Miss spelled
-
Contributor
Originally Posted by
w4rl0
Someone just told me I could get a three day ban for using {g1} in chat?
Yeh that was me read the comments on the first page
-
Originally Posted by
w4rl0
Someone just told me I could get a three day ban for using {g1} in chat?
You can get a 3 day ban for spam* (has to be a second or third ban), not for using {gX} in a chat channel.
-
Post Thanks / Like - 1 Thanks
hackerlol (1 members gave Thanks to Hazzbazzy for this useful post)
-
Member
Hahaha best 5 minutes trolling in my life. Thanks!