MoveTip

This project has become inactive.

This project is inactive and its default file will likely not work with the most recent version of Warhammer Online: Age of Reckoning. The author may have abandoned it, or it may have outlived its usefulness.

MoveTip is a very simple addon that lets you force all tooltips to be displayed at a specific anchor point.

The default anchor point when installing MoveTip is towards the bottom-right corner of the screen; the exact settings are this:

  • Point = "bottomright"
  • RelativePoint = "bottomright"
  • RelativeTo = "Root"
  • XOffset = -400
  • YOffset = -150

To change one of these settings, use the following:

/script MoveTipSettings.SETTING = VALUE

where SETTING is one of the things on the left above, and VALUE is what you want to set it to. For instance, if I wanted to make it so that the tooltip followed the mouse instead, I might use...

/script MoveTipSettings.RelativeTo = "CursorWindow"

If I wanted to shift the tooltip up the screen more, I might use

/script MoveTipSettings.YOffset = -300


If you ever want to reset back to MoveTip's default position, just do this:

/script MoveTipSettings = false
/reloadui

You must login to post a comment. Don't have an account? Register to get one!

  • 1 comment
  • Avatar of Hoobley Hoobley Thu, 04 Sep 2008 13:36:19

    Thank you, thank you, thank you, thank you, thank you, thank you!!!! Did I remember to say thank you?...

  • 1 comment

Facts

Date created
03 Sep 2008
Category
Last update
03 Sep 2008
Development stage
Inactive
License
MIT License
Curse link
MoveTip
Recent file
  • R: 1.0 for Beta 3.0 on 03 Sep 2008

Authors