Gaiscioch Select Chapter
POPULAR ADVENTURES:



ACTIVE ADVENTURES:





ADVENTURES:
Helldivers II
Throne and Liberty
Stardew Valley
Chrono Odyssey
Pax Dei
Dune Awakening
Once Human
Albion Online
Foxhole
Enshrouded
Camelot Unchained
- Full List -
CHAPTERS:
Chapter 8:
Conqueror's Blade (2019)
Chapter 7:
New World (2021)
Chapter 6:
World of Warcraft: Classic (2019)
Chapter 5:
Elder Scrolls Online (2014)
Chapter 4:
Guild Wars 2 (2012)
Chapter 3:
RIFT (2011)
Chapter 2:
Warhammer Online (2008)
Chapter 1:
Dark Age of Camelot (2001)
Community
Events
CHARITY:

LEGACY EVENTS:


Search Gaiscioch.com:
137 Tuatha Guilds:
8,445 Members:
13,949 Characters:
11,709 Items:

Macro How-To

By: Qai

(shamelessly stolen from Telarapedia as there were quite a few who could not find it, just posting here for easy access.)

A macro in the context of video games refers to a set of instructions that can be issued together with one input or "hotkey." Rift supports macroing via an in-game menu. Opening that menu brings up a panel with a list of macro slots on the left, and the macro fields on the right. It is also possible to open the macro menu by entering /macro in the chat. You can give your macro a name and select an icon for it. You can also have a macro inherit the icon and cooldown timer of some ability using the following syntax:

#show ability

e.g. #show Commander's Order will cause the macro to inherit the icon and ability icon of the skill called "Commander's Order"
Contents
[hide]

1 Commands
2 Syntax for saving macros
3 Macro Language
3.1 Target modifiers
3.2 Pre defined variables
4 Useful macros/Examples
4.1 Changing equip and role
4.2 Mouseover healing
4.3 Mouse Rollover Marking
4.4 Intercept
4.5 Intercept2


Commands

An important component of macros is the ability to issue game commands via text input. A macro generally saves one or more of these commands for future and repeated use. Some of the game commands available are listed here.
[edit]Syntax for saving macros

When listing commands in the macro interface, you do not need the leading slash, so rather than /cast, you would just use cast. The following illustrates:

#show Commander's Order
cast @mouseover Commander's Order

Currently because there is no /wait command and to prevent bot creation. As of 2/2/2011 the wait command is wait+space+

[0.1365]