Wowpedia

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

READ MORE

Wowpedia
m (→‎See also: Category:Acronyms link)
No edit summary
(8 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
'''Away''' (also known as '''AFK''' or '''Away From Keyboard''') means a user is not at their computer.
 
'''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 <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.
+
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.
 
''AFK'' is a common acronym and phenomenon all over the internet, not just in World of Warcraft.
   
 
==Battleground==
 
==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.
+
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 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 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:''
::Alice types: '''<code>/afk eating, back in 10 minutes</code>'''
+
::Alice types: '''<code>/afk eating, back in 10 minutes</code>'''
::Bob types: '''<code>/w Alice Hello.</code>'''
+
::Bob types: '''<code>/w Alice Hello.</code>'''
::Bob receives: '''{{text|whisper|[Alice] is Away: eating, back in 10 minutes}}'''
+
::Bob receives: '''{{text|whisper|[Alice] is Away: eating, back in 10 minutes}}'''
   
== Various AFK mechanics ==
+
==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.
Line 33: Line 33:
 
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.
 
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.
   
==Patch changes and hotfixes==
+
==Patch changes==
{{patch 3.3.5|comment=The <AFK> tag was replaced with <Away>, and the <DND> tag was replaced with <Busy>.}}
+
*{{patch 3.3.5|comment=The <AFK> tag was replaced with <Away>, and the <DND> tag was replaced with <Busy>.}}
   
== See also ==
+
==See also==
* [[DND]]
+
* [[Busy]] (also known as [[DND]])
 
* [[:Category:Acronyms]]
 
* [[:Category:Acronyms]]
 
* [[Disconnect]]
 
* [[Disconnect]]
* [[Ninja afk]]
+
* [[Ninja AFK]]
   
 
==References==
 
==References==

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