nothing special here, just funstuff to play around...
view Bankframe everywhere (view only!, moving an item will disconnect you):
Code:
[COLOR="SeaGreen"]/script BankFrame:Show();[/COLOR]
This method will work with the some frames listed here:

Just use Show(); or Hide(); at the end.
Btw. there are some strange frames I have never seen before...
Macro - print out camera position/vectors:
Code:
[COLOR="SeaGreen"]/script local a,b,c = GetCameraPosition() DEFAULT_CHAT_FRAME:AddMessage(a) DEFAULT_CHAT_FRAME:AddMessage(b) DEFAULT_CHAT_FRAME:AddMessage(c);[/COLOR]
Code:
[COLOR="SeaGreen"]/script local a,b,c = GetCameraUpVector() DEFAULT_CHAT_FRAME:AddMessage(a) DEFAULT_CHAT_FRAME:AddMessage(b) DEFAULT_CHAT_FRAME:AddMessage(c);[/COLOR]
Just found this stuff cuz I decided to learn some lua. All these retared curse addons **** me off ... no good healeraddon... only buggy ****! *grml* Does the RoM luaskript not support mouseover stuff?