| Tested: | Hour of Twilight 4.3 |
| Updated: | 02-29-12 01:43 AM |
| Created: | unknown |
| Downloads: | 7,792 |
| Favorites: | 42 |
| MD5: |

/tellunitConditional chat commands
/group
/opt
/rndcmd
Straight substitutionsDisabling Modules:
Unit information
If you would prefer only to have certain functionality from MacroTalk (forSlash commands:
instance, if you have another addon that provides similar functionality),
you can disable various modules by renaming or deleting the corresponding
.lua files. You can safely remove MacroTalkChatOptions, MacroTalkCommands,
and MacroTalkSubstitutions which correspond to Conditional/Random chat
commands, Slash commands, and Text substitutions, respectively.
/tellunit (/tu, /whisperunit, /wu) <unit> <message>Conditional chat commands:Sends a whisper to the specified unit. See/group (/gr) <message>
http://www.wowwiki.com/API_TYPE_UnitId for a list of units
Example:/cast Innervate
/tellunit target Incoming innervatePicks battleground, raid, or party chat depending on which type of group/opt [options] <slash command>; [options] <slash command>; ...
you are in.Picks from multiple slash commands given the options. You can only use/rndcmd [options] <command 1>\<command 2>; [options] <command 3>\<command 4>...
slash commands that don't trigger secure functions. Chat commands,
emotes, scripts, etc. are OK. /cast, /use, etc. are off limits.
Note: the sub-commands cannot use macro options since the semicolons
would cause ambiguity.
Example:/opt [button:2] /bye; /wavePicks a random slash command out of the group chosen based on the
given options. Each group is a list of slash commands separated by the
backslash (\) character (this is in contrast to commas used for the
built-in random commands--commas are just too common in chat messages).
Note: like the /opt command, the sub-commands cannot use macro options
and you can't use any secure commands.
Example:/rndcmd [swimming] /y Help! I'm Drowning! \ /s The water's great!;
/s Time for a swim... \ /dance
All chat commands (/say, /tell, /guild, etc.) can now accept macro options.Random chat commands:
To use this functionality, simply start the command with /opt. Note:
[target=] has no effect on the output of the chat commands; it only affects
the other conditionals in the clause.
Example:/optsay [swimming] gurgle; [mounted] The cavalry has arrived!Example:/cast [target=focus] Polymorph
/optgroup [target=focus, exists] Sheeping %f
Similar to the macro options, you can now add /rnd to the beginning of anyText substitutions:
chat command to pick a random saying. The /rnd___ commands also take options
to pick a different list of sayings. The lists themselves are separated by
the backslash symbol (\).
Example:/rndyell ZOMG! \ WTF?! \ You there! Check out that noise!Example:/rndsay [outdoors] Ahhh, the Great Outdoors! \ What a lovely day!;
I wish I could go outside right now \ Must... Leave... Building...
MacroTalk offers a variety of substitutions in addition to %t of the defaultAll thanks to CogWheel for his really nice work on this addon, I am here only to maintain it alive
UI. Substitutions are prioritized by the length of the code; longer codes
are processed first. This means that %tl will be processed before %t. The
codes are case-insensitive so %Tl is equivalent to %tL.
Straight substitutions:%n - Your nameUnit information:
%z - Your current zone
%sz - Your current sub-zone (or zone if no sub-zone)
%loc - Your map coordinates%t - Name of your target (built in, but listed for consistency)
%f - Name of your focus
%m - Name of mouseover unit
%p - Name of your pet
%tt - Name of your target's target
You can suffix those with one of the following to return other pieces of
data about the unit:
l - Level
c - Class
g - Gender
gb - Gender (blank if no gender)
r - Race
rb - Race (blank if no race)
gu - Guild
gu - Guild (blank if no guild)
rm - Realm (works with other realms than yours like in a dungeon)
h - Health (XX/XX) - Acts like hp for players not in your party/raid/bg
hp - Health percentage (XX%)
ma - Mana - Not just 'm' because it conflicts with mouseover
mab - Mana (blank if no mana)
mp - Mana percentage
mpb - Mana percentage (blank if no mana)
ic - Raid icon
icb - Raid icon (blank if no icon)
Example:/p Sheeping %f (level %fl %fg %fr %fc)You can also use the suffixes without a unit code to return information
/cast [target=focus] Polymorph
Sample result: Sheeping Cogwheel (level 64 male Gnome Warrior)
about yourself.
Example:/s I'm a level %l, %g, %r %c.
Sample result: I'm a level 68, male, gnome warrior.
File Name |
Version |
Size |
Author |
Date |
2.0.2 |
9kB |
Djidam |
12-01-11 11:54 AM |
|
2.0.1 |
9kB |
Djidam |
08-11-11 11:26 AM |
|
1.8.1 |
10kB |
Djidam |
06-27-08 08:29 AM |
![]() |
Comment Options |
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 2
Uploads: 0
|
Re: Re: Small tweak needed for 3.0
e. |
|
|
|
|
|
||
|
Re: Small tweak needed for 3.0
![]() See also: The first great virtue of a programmer ![]()
Last edited by Cogwheel : 11-04-08 at 10:40 PM.
|
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 2
Uploads: 0
|
Small tweak needed for 3.0
Just for what it's worth, MacroTalk works fine with 3.0, if you just open the MacroTalk.toc file, and change the interface number (should be the first line in the file) to 30000.
Thanks for a great addon. e. |
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 7
Uploads: 0
|
raid icons in chat
Now that 2.4 allows you to use raid icons in chat, any chance this can be added?
I'm currently using something like: /cast [target=focus] Polymorph /say Sheeping %f {%ficb} Which works fine if the target has a raid marking.. but if they don't it says: Sheeping Kobold Warrior {} I'd like to be able to eliminate the {} (which just looks messy). |
|
|
|
|
|
|
Re: macrotalk elseif
MacroTalk won't help you with that because there are no macro options for the race of your target. You would need to write the script yourself either as your own addon or in a /run command.
|
|
|
|
|
|
|
|
macrotalk elseif
I downloaded macrotalk , I have used some of the examples I found here and there , and they work fine. The %r , %g , etc. are just what I was looking for, thanks. What I want to do is somthing like
if %tr = human /s hello elseif %tr = dwarf /s hoy elseif %tr = orc /spit /end I used to know a bit of basic , it has been awhile. I would appreciate a macro that would do this. Maybe I can change it to do other things as well. |
|
|
|
|
|
||
|
Re: Name error?
|
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
Name error?
I think this is a bug.. if not how do I get around it?
Any time the % symbol is in chat with nothing following it then my name replaces the % symbol. What I mean by this is % is acting the way I *think* %n is supposed to act. If I try to say, "My buff adds 3% to party damage." In chat everyone sees "My buff adds 3Blueshift to party damage." Same thing happens if I post damage meters. Thanks and this is a great mod. Blue BTW: I am using 1.7.1
Last edited by blueshift : 07-14-07 at 10:22 AM.
|
|
|
|
|
|||
|
Re: great job cogs!
Last edited by Cogwheel : 07-10-07 at 07:06 PM.
|
|||
|
|
|
|
|
|
great job cogs!
id just like to publicly say thanks for helping me with my setup ! i appreciate it and your quick response to my questions. keep up the good work bro!
![]() |
|
|
|
![]() |