Elegantly
11-11-2004, 05:30 AM
First, I'ld like to thank Tivoli for the nice UI. I've just started using it and really like it so far. Not bloated, and most of the important things are directly accessible (bandages/FA, potions, hearthstone, etc).
One thing though which I find quite annoying in WoW is the slow scrolling speed of quest texts. I have found the following piece of code which makes the quest description to appear instantaneously when entered in the chat window:
/script QUEST_DESCRIPTION_GRADIENT_CPS = 600000
/script RegisterForSave("QUEST_DESCRIPTION_GRADIENT_CPS")
Maybe this is something to integrate into the UI, if only for convenience.
And while I'm on it, I have one question regarding the UI: can you use shortcuts to access the second spell bar at the right side of the screen? if so, could you give me a hint how to assign them?
TIA,
Elegantly
One thing though which I find quite annoying in WoW is the slow scrolling speed of quest texts. I have found the following piece of code which makes the quest description to appear instantaneously when entered in the chat window:
/script QUEST_DESCRIPTION_GRADIENT_CPS = 600000
/script RegisterForSave("QUEST_DESCRIPTION_GRADIENT_CPS")
Maybe this is something to integrate into the UI, if only for convenience.
And while I'm on it, I have one question regarding the UI: can you use shortcuts to access the second spell bar at the right side of the screen? if so, could you give me a hint how to assign them?
TIA,
Elegantly