Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
m (moved AFK to Away)
No edit summary
(13 intermediate revisions by 8 users not shown)
Line 1: Line 1:
  +
'''Away''' (also known as '''AFK''' or '''Away From Keyboard''') means a user is not at their computer.
{{Move|Away}}
 
  +
'''AFK''' is an [[acronym]] for '''A'''way '''F'''rom '''K'''eyboard, meaning a user is not at their computer. It is a common acronym and phenomenon all over the internet, not just in World of Warcraft. In WoW, an /afk command exists which lets users who message you know that you are AFK. <ref>''[[World of Warcraft Battle Chest Guide]], 2</ref> The name of the character will show up as <AFK>Name, and an auto-response will be sent to anyone who sends the flagged user a tell. A message can also be typed after /afk which will be included in the auto-reply. Auto responses will also be sent for [[ready check]]s. As of patch 3.3.5, with the introduction of the new BattleNet RealID system players will be marked as 'Away' rather than 'AFK'.
 
  +
In [[WoW]], Away Mode can be set by typing <code>/afk</code> or <code>/away</code> in chat.<ref>''[[World of Warcraft Battle Chest Guide]], 2</ref> The name of the character will show up as ''<Away>Name'', and an auto-response will be sent to anyone who sends the flagged user a [[tell]] or a [[ready check]]. A message can also be typed after <code>/afk</code> (or <code>/away</code>) which will be included in the auto-reply.
  +
  +
''AFK'' is a common acronym and phenomenon all over the internet, not just in World of Warcraft.
   
 
==Battleground==
 
==Battleground==
Typing /afk while in a battleground makes you leave that battleground. However, doing so will give the player the [[Deserter]] debuff, which prevents joining a battleground for 15 minutes.
+
A player who enters Away Mode while in a battleground will automatically leave that battleground. The player will also gain the [[Deserter (debuff)|Deserter]] debuff, which prevents the player from joining a battleground for 15 minutes.
   
=="Detailed" AFK-messages==
+
=="Detailed" AFK messages==
You can make your AFK-status more detailed by adding any notes "behind" the /afk. This can be used to tell people why you are AFK and how long you will be gone. Some [[addon]]s will also make your AFK (and [[DND]]) more detailed, giving automatic replies telling where you character is located and the like.
+
You can make your AFK status more detailed by typing a message "behind" the ''/afk''. This can be used to tell people why you are AFK and how long you will be gone. Some [[addon]]s will also make your AFK (and [[DND]]) more detailed, giving automatic replies telling where your character is located and the like.
   
 
:''Example:''
 
:''Example:''
::Person A says: '''/afk eating food.'''
+
::Alice types: '''<code>/afk eating, back in 10 minutes</code>'''
 
::Bob types: '''<code>/w Alice Hello.</code>'''
  +
::Bob receives: '''{{text|whisper|[Alice] is Away: eating, back in 10 minutes}}'''
   
 
==Various AFK mechanics==
::Person B says: '''/w A Hello.'''
 
 
::Person B receives: '''A is Away from Keyboard: eating food'''
 
 
== Various AFK mechanics ==
 
 
* You are marked AFK automatically after 5 minutes without any interaction.
 
* You are marked AFK automatically after 5 minutes without any interaction.
 
* You'll be logged off and sent to the character selection screen if you are AFK for 30 minutes.
 
* You'll be logged off and sent to the character selection screen if you are AFK for 30 minutes.
 
* You'll be disconnected from the server if you remain at the character selection screen for 30 minutes.
 
* You'll be disconnected from the server if you remain at the character selection screen for 30 minutes.
   
In your Interface Options, under Controls, you can select "Auto Clear Away", which will automatically unset the AFK flag when talking or moving. It should be noted that any input that would reset the AFK flag if ''auto clear AFK'' is enabled will also reset the afk timer, regardless the user having the option disabled.
+
In your Interface Options, under ''Controls'', you can select "Auto Clear Away Mode", which will automatically unset the AFK flag when chatting or moving. It should be noted that any input that would reset the AFK flag if ''Auto Clear Away Mode'' is enabled will also reset the AFK timer, regardless the user having the option disabled.
   
==Useful AFK-macro==
+
==Useful AFK macro==
As AFK may be used to let people you don't want to talk with believe you are not available at the moment, it may be useful to make a macro which marks you AFK and keeps you so no matter what you do. To do this, one must access the [[CVar]] ''Auto Clear AFK'' while adding a simple AFK-commando.
+
As AFK may be used to let people you don't want to talk with believe you are not available at the moment, it may be useful to make a macro which marks you AFK and keeps you so no matter what you do. To do this, one must access the [[CVar]] ''[[CVar autoClearAFK|autoClearAFK]]'' while adding a simple AFK command.
 
/run if IsShiftKeyDown()then SetCVar("AutoClearAFK", 1);else SetCVar("AutoClearAFK", 0);end
 
/run if IsShiftKeyDown()then SetCVar("AutoClearAFK", 1);else SetCVar("AutoClearAFK", 0);end
 
/afk
 
/afk
 
/run if IsShiftKeyDown()then print("Auto-Clear AFK is now enabled.");else print("Auto-Clear AFK is now disabled.");end
 
/run if IsShiftKeyDown()then print("Auto-Clear AFK is now enabled.");else print("Auto-Clear AFK is now disabled.");end
When this macro is simply clicked, it will mark you AFK if you are not already marked so (in that case it will remove AFK-status. Clicking the macro once more will solve this). It will also turn ''Auto Clear AFK'' off, preventing actions you make from removing your AFK-status. If you hold down the Shift-key while pressing the macro, ''Auto Clear AFK'' will be turned on again. Both actions will be notified to you via private messages.
+
Clicking this macro will mark you AFK if you are not already marked so. (If you are already AFK, clicking it will drop your AFK status. Clicking it again will turn it back on.) It will also turn ''Auto Clear AFK'' off, preventing actions you make from removing your AFK status. Shift-clicking the macro will turn ''Auto Clear AFK'' back on. Both actions will be notified to you via private messages.
   
== See also ==
+
==Humor==
  +
Before the <AFK> tag was changed to <Away>, players on [[PvP realm]]s often said "AFK" stood for "A Free Kill", because a player of one [[faction]] could often attack an AFK character of the opposite faction without that character fighting back.
* [[DND]]
 
  +
  +
==Patch changes==
  +
*{{patch 3.3.5|comment=The <AFK> tag was replaced with <Away>, and the <DND> tag was replaced with <Busy>.}}
  +
  +
==See also==
  +
* [[Busy]] (also known as [[DND]])
 
* [[:Category:Acronyms]]
 
* [[Disconnect]]
 
* [[Disconnect]]
* [[Ninja afk]]
+
* [[Ninja AFK]]
   
 
==References==
 
==References==
 
{{Reflist}}
 
{{Reflist}}
  +
[[Category:Acronyms]]
 
 
[[Category:Game terms]]
 
[[Category:Game terms]]

Revision as of 20:20, 18 December 2017

Away (also known as AFK or Away From Keyboard) means a user is not at their computer.

In WoW, Away Mode can be set by typing /afk or /away in chat.[1] The name of the character will show up as <Away>Name, and an auto-response will be sent to anyone who sends the flagged user a tell or a ready check. A message can also be typed after /afk (or /away) which will be included in the auto-reply.

AFK is a common acronym and phenomenon all over the internet, not just in World of Warcraft.

Battleground

A player who enters Away Mode while in a battleground will automatically leave that battleground. The player will also gain the Deserter debuff, which prevents the player from joining a battleground for 15 minutes.

"Detailed" AFK messages

You can make your AFK status more detailed by typing a message "behind" the /afk. This can be used to tell people why you are AFK and how long you will be gone. Some addons will also make your AFK (and DND) more detailed, giving automatic replies telling where your character is located and the like.

Example:
Alice types: /afk eating, back in 10 minutes
Bob types: /w Alice Hello.
Bob receives: [Alice] is Away: eating, back in 10 minutes

Various AFK mechanics

  • You are marked AFK automatically after 5 minutes without any interaction.
  • You'll be logged off and sent to the character selection screen if you are AFK for 30 minutes.
  • You'll be disconnected from the server if you remain at the character selection screen for 30 minutes.

In your Interface Options, under Controls, you can select "Auto Clear Away Mode", which will automatically unset the AFK flag when chatting or moving. It should be noted that any input that would reset the AFK flag if Auto Clear Away Mode is enabled will also reset the AFK timer, regardless the user having the option disabled.

Useful AFK macro

As AFK may be used to let people you don't want to talk with believe you are not available at the moment, it may be useful to make a macro which marks you AFK and keeps you so no matter what you do. To do this, one must access the CVar autoClearAFK while adding a simple AFK command.

/run if IsShiftKeyDown()then SetCVar("AutoClearAFK", 1);else SetCVar("AutoClearAFK", 0);end
/afk
/run if IsShiftKeyDown()then print("Auto-Clear AFK is now enabled.");else print("Auto-Clear AFK is now disabled.");end

Clicking this macro will mark you AFK if you are not already marked so. (If you are already AFK, clicking it will drop your AFK status. Clicking it again will turn it back on.) It will also turn Auto Clear AFK off, preventing actions you make from removing your AFK status. Shift-clicking the macro will turn Auto Clear AFK back on. Both actions will be notified to you via private messages.

Humor

Before the <AFK> tag was changed to <Away>, players on PvP realms often said "AFK" stood for "A Free Kill", because a player of one faction could often attack an AFK character of the opposite faction without that character fighting back.

Patch changes

  • Wrath-Logo-Small Patch 3.3.5 (2010-06-22): The <AFK> tag was replaced with <Away>, and the <DND> tag was replaced with <Busy>.

See also

References