AdvancedInterfaceOptions - Addon for the classic Interface menu

ADVANCED INTERFACE OPTIONS

Good! New to Legion and the pre-patch are the changes to the Interface menu. Many options have been hidden, but they are still present if we use commands. To make our task easier (and not learn all the commands) we have the AdvancedInterfaceOptions addon. We also provide you with the commands in case you need any option.

Addon AdvancedInterfaceOptions

With AdvancedInterfaceOptions we will have a panel where you can activate / deactivate options that are not available in the new panel Interface. There are many basic options such as showing or hiding the title, floating text in combat, LUA errors, etc. that we are used to (or need) to play and it is a pain to use commands to activate or deactivate these options. We can download it from here (Curse).

We can open the addon in Interface / Addons or with the / aio command.

The aspect of the addon is quite simple and allows us to activate / deactivate the following options.

General Options

  • Titles. general advanced interface options

  • Brotherhood names.
  • Brotherhood titles.
  • Stop auto attack.
  • Attack while helping.
  • Execute action on key press.
  • Dim map when moving.
  • Secure faculty (on the action bars).
  • Show LUA errors.
  • Remove the damage filter on the target.
  • Reverse backpack cleaning (the function of sorting them).

We can also configure automatic mission tracking by list or by proximity.

Finally, it allows us to activate, deactivate and modify the new function ActionCam.

Chat options

  • Instant chat window.
  • Activate mouse wheel scrolling.

Floating text options

In this menu we can modify the floating text during combat. The first option allows us to display the text above, below or in an arc. We can add and hide the following floating text data:

  • advancedinterfaceoptions floating text

    Energy obtained.

  • Auras
  • Reuses.
  • Honor earned.
  • Reputation.
  • Combo points.
  • Combat stay.
  • Spell mechanics.
  • Healing
  • Absorption (own).
  • Absorption (of the target).
  • Directional scale (increases the size of floating text).
  • Low health / mana.
  • Periodic spells.

Commandos

In case we want to activate / deactivate one of the hidden options of the new interface without the addon, we can resort to the commands in chat.

The commands / console they can be activated by modifying the final number of the command. 0 is equal to disabled y 1 is equal to activated. Example: With "/ console threatShowNumeric 0" the threat percentage will not be displayed and with "/ console threatShowNumeric 1" the threat will be displayed.

WoW Gaming Mouse

/ run SetCVar ("enableWoWMouse", 1) DetectWowMouse ()

Hide LUA errors

/ console scriptErrors 0

Inverted bag cleaning

/ run SetSortBagsRightToLeft (true)

Disable loot drop from left to right

/ run SetInsertItemsLeftToRight (false)

Hide free gaps in bags

/ run SetCVar ("displayFreeBagSlots", 0) ReloadUI ()

Activate minimap rotation

/ console rotateMinimap 1

Show damage on targets

/ console noBuffDebuffFilterOnTarget 1

Hide duration of own benefits

/ run SetCVar ("buffDurations", 0) ReloadUI ()

Disable floating text in damage combat

/ console floatingCombatTextCombatDamage 0

Disable floating text in healing combat

/ console floatingCombatTextCombatHealing 0

Increase floating text in combat and make it linear

/ console floatingCombatTextCombatDamageDirectionalScale 0

Floating text in line down

/ run SetCVar ("floatingCombatTextFloatMode", "2"); ReloadUI ()

Floating text in arc

/ run SetCVar ("floatingCombatTextFloatMode", "3"); ReloadUI ()

Activate map transparency when scrolling

/ console mapFade 1

Turn off screen brightness on full screen

/ console ffxGlow 0

Show experience bar numbers

/ console xpBarText 1

Show threat percentage (agro)

/ console threatShowNumeric 1

Disable secure faculty

/ console secureAbilityToggle 0

Disable automatic mission tracking

/ console autoQuestWatch 0

Hide names / titles of allies / enemies

/ console UnitNameFriendlyPlayerName 0
/ console UnitNameEnemyPlayerName 0
/ console UnitNamePlayerPVPTitle 0

Disable prediction of energy used

/ console showSpenderFeedback 0

Turn off life prediction when taking damage or healing

/ run SetCVar ("predictedHealth", 0) ReloadUI ()

Enable custom delay tolerance (0-400 ms)

/ run SetCVar ("reducedLagTolerance", 1) SetCVar ("MaxSpellStartRecoveryOffset", 50)

Thanks to Proenix for the command list.


Leave a Comment

Your email address will not be published. Required fields are marked with *

*

*

  1. Responsible for the data: Miguel Ángel Gatón
  2. Purpose of the data: Control SPAM, comment management.
  3. Legitimation: Your consent
  4. Communication of the data: The data will not be communicated to third parties except by legal obligation.
  5. Data storage: Database hosted by Occentus Networks (EU)
  6. Rights: At any time you can limit, recover and delete your information.

  1.   Siegfried said

    Hello I would like to know if there is any command to Execute the action when pressing the key. and not when you release the key ... without using this addon ... thank you very much and your page is great

    1.    Louis Cervera said

      To activate and deactivate the Execute action when pressing the key you have the following commands
      To activate it:
      / console ActionButtonUseKeyDown 1

      To disable it:
      / console ActionButtonUseKeyDown 0

      Greetings!

      1.    Siegfried said

        Thank you

  2.   Siegfried said

    And so as not to bother you anymore, there is some way or command to increase the size of the damage source, that is, only the damage numbers, on the other hand, the command worked for me.

    1.    Louis Cervera said

      Good ^^ To increase the size of the floating text is the following command:
      / console floatingCombatTextCombatDamageDirectionalScale 0

      With that command the floating text of the largest damage will appear and in line. You can change the 0 to 1 to disable it.

      Hope it helps you, a pandaren hello!