Aliases

From ISXOgre
Revision as of 07:25, 6 December 2016 by Kannkor (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Aliases

Related to how Ogrebot handles Aliases. What is an Alias? An Alias is used to indicate or identify a character. For example, we may want buff and heal our tank, with various abilities. If we change our tank, or rename our tank, you would need to change every entry. If we use an alias, we only need to update the alias.

Types of Aliases

Any alias that starts with '@', for example: @Me, is a built-in Alias. This means Ogrebot will automatically determine what it means. You can't modify it. Any alias that starts with '*', for example: *MimicryTarget, is a user defined alias, and can be modified on the Alias tab. Any alias that starts with 'Pet:', for example: Pet:Kannkor, is referring to the pet owned by the player name Kannkor. Any alias without a prefix, for example: Kannkor, is a player in your group or raid. (These aren't really aliases... since it just means that player, but here to describe all scenarios).

@ - Built-in Aliases

  • @Me
    • The character that you are current on.
  • @Group
    • Where possible, refers to each player in the group, individually. A good example is healing. You could set a heal if any player drops below 50% health for @Group. It would actually check each player to see if any were under 50%
    • This has to be specifically supported to function.
  • @Raid
    • See @Group, but does the entire raid.
  • @NotSelfGroup
    • See @Group, except it does NOT check you, whereas @Group does check you.
  • @PCTarget
    • Refers to a Player (PC), that you have targeted. Be direct target, or implied target (Target's target).
  • @Tank
    • Refers to a fighter in the group.
  • @Bard
    • Refers to a bard in the group.
  • @Enchanter
    • Refers to an enchanter in the group.
  • @Priest1-6
    • Refers to priests in the group.
    • Order of priority is: Shaman, druid, cleric, shaper (channeler).
    • If more than one of the same archetype exists, such as 2 shaman in the group, it is random which will be @Priest1 and which will be @Priest2. However if you have a shaman and a druid, the shaman will always be @Priest1 and druid always @Priest2, because of the priority. If your group has a druid and channeler, @Priest1 would be druid, and @Priest2 would be channeler.
  • @DPS1-6
    • Refers to 'DPS' in the group.
    • Order of priority is: Sorcerer, predator, animalist (beastlord), summoner, rogue.
    • If more than one of the same archetype exists... See @Priest1-6 for how it works.

Colours of Built-in Aliases

If a built-in Alias is red, it means at this very moment, that alias doesn't have anyone attached to it.

For example, if you were in a group with no tank, @Tank would be red. You are welcome to add it to your profile, but it won't be used until a tank joins your group.