Wowpedia

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

READ MORE

Wowpedia
No edit summary
Tag: WoW API docs
Tag: WoW API docs
Line 8: Line 8:
 
== Details ==
 
== Details ==
 
* This CVar saves locally and affects every login from the same client.
 
* This CVar saves locally and affects every login from the same client.
* The next tip may skip ahead to bypass gaps or level restrictions (ie, "Don't stand in the fire!" appears at level 50).
+
* During the next login, the tip skips ahead for gaps or level restrictions, or restarts from 1 if there are none left.
* If the CVar exceeds the last available SortIndex, then it will resume from 1 on the next login.
 
   
 
== Examples ==
 
== Examples ==

Revision as of 00:48, 11 October 2021

Tracks loading screens to cycle the tip during login.

/console gameTip 0

Values

SortIndex
number - Index of the tip just displayed, plus one. (See wow.tools for the complete list.)

Details

  • This CVar saves locally and affects every login from the same client.
  • During the next login, the tip skips ahead for gaps or level restrictions, or restarts from 1 if there are none left.

Examples

Calling /dump GetCVar("gameTip") with a level 70 character on a fresh install results in 3, and then 5 after the second login.

Tip SortIndex CVar gameTip Level restriction
Nearby questgivers that are awaiting your return are shown as a question mark on your mini-map. 1 2 1-15
Your spell casting can be canceled by moving, jumping, or hitting the <ESC> key. 2 3 20-70
You can <Shift>-click on a player name in the chat window to learn additional information about them. 3 4 20-49
You can <Ctrl>-click on an item to see how you would look wearing that item. 4 5 20-70

Patch changes

  • Legion Patch 7.3.0 (2017-08-29): SortIndex added.
  • Cataclysm Patch 4.0.1 (2010-10-12): Level restrictions added, so this CVar now skips values.