In World of Warcraft, when the player's character is in a resting state, such as in a city or a hotel, one bar of double experience will be gained every 8 hours. The player can gain double experience in subsequent missions and PVP. However, there is a limit to double experience. If the player stores enough double experience, it will not continue to be stored. Players can enter the game code to check whether their double experience is fully stored.
1. The first step for the player is to set a macro command. The player first presses ESC to bring up the main menu, then clicks Button Settings, and then clicks Macro Command Settings.
2. Then enter the code in the command, /script p="player";x=UnitXP(p);m=UnitXPMax(p);r=GetXPExhaustion();if -1==(r or -1)then t ="No rest."else t="Rest: "..(math.floor(20*r/m+0.5)).." bubbles ("if r+x .
3. Then the player can check whether he is in the state of double experience. You can see that there is a number after Rest, which is the number of double experience the player can store. The player can store up to 30 double experience. When that number When it reaches 30, it cannot continue to grow.