View Single Post
Old 03-27-2012, 01:05 PM   #95
valaury3169
Enhanced Imperial Golem
 
Join Date: Jun 2008
Posts: 204
Interface Author - Click to view interfaces
Default

When an item has an EQType, it usually means that it displays information to you, for example, player hip points (any gauge really), spell name, player name, etc. These are the types of things that can be moved, or even duplicated in other windows (you can have an element exist in multiple windows if you want, you have to rename it though). Elements that you click on to make an action happen, will only work in the window they originally exist in. These items typically don't have an EQType. Examples of these are suspend/revive/unsuspend merc, disc buttons.

That being said, there are exceptions. Group HP gauges have an eqtype, and can be shown in another window. However, the right click to set the group role will only function within the group window. Bag and worn items icons in the Inventory Window are buttons that make actions happen, however they have an EQType, and can be duplicated in other windows.

So, to answer your question, most (if not all) of the stuff in the player window can move. The spell eqtypes are just labels that display the text version of the spell assigned to a slot. However, activating the spell either by clicking or right clicking requires the button, which has no eqtype. It has to remain within the CastSpellWnd
valaury3169 is offline   Reply With Quote