Macros

From Iris2

Jump to: navigation, search
Line 1: Line 1:
 +
=== quickstart ===
 +
 +
since iris doesn't have a nice editor dialog for hotkeys and macros yet, hotkeys and macros have to be set up by editing config/mymacros.lua 
 +
 +
a few examples :
 +
  SetMacro("f6", function() MacroCmd_Item_UseByName("bandage") MacroCmd_TargetSelf() end)
 +
  SetMacro("ctrl+h", function() MacroCmd_Spell("Heal") end)
 +
  SetMacro("shift+alt+s", function() MacroCmd_Skill("Spirit Speak") end)
 +
 +
=== about ===
 +
<p>there is macro support in iris, but it is a bit different from the uo macro system.
<p>there is macro support in iris, but it is a bit different from the uo macro system.
</p><p>there is no ingame editor dialog for it, you have to edit a textfile&nbsp;: <b>config/mymacros.lua</b>
</p><p>there is no ingame editor dialog for it, you have to edit a textfile&nbsp;: <b>config/mymacros.lua</b>

Revision as of 20:46, 15 November 2009

Personal tools