PDA

View Full Version : Shorcuts in Bullroarer


Chiran
11-17-2010, 09:11 AM
Does anyone know what has changed on Bullroarer (vs. Live) with how shorcuts are initialized?

This works fine on Live:
myQuickSlot = Turbine.UI.Lotro.Quickslot();
myQuickSlot:SetShortcut( Turbine.UI.Lotro.Shortcut( Turbine.UI.Lotro.ShortcutType.Alias, "/servertime");

But on Bullroarer it doesn't work at at all for me.

-Chiran

Chiran
11-17-2010, 04:29 PM
To answer myself, currently on Bullroarer you have to do SetVisible("true") _after_ setting the shortcut or the quickslot won't be visible.

-Chiran