SphereCommunity
Double Tooltips =D - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Double Tooltips =D (/Thread-Double-Tooltips-D)



Double Tooltips =D - Extreme - 06-05-2012 12:47 PM

Is there any chance to call 2 tooltips in one time?
Like this: I have a ring in my backpack, when I put my mouse over it, open the normal tooltip, ok. So, If is there another ring equipped, open the tooltip next to the tooltip from my bag...

The example is in first attachment.
[attachment=39]

I tried this:
Code:
on=@itemclienttooltip
if <src.findlayer.<act.layer>> && <act> != <src.findlayer.<act.layer>>
src.findlayer.<act.layer>.trigger @clienttooltip
endif
but, it try to show both tooltips in one, and, if both items have the same cliloc, the first is replaced for the last one (called by the trigger)
and appear like the second attachment.
[attachment=40]

So, any chance to change it? or make the clilocs not replaceable (use the same cliloc how many times you want in the tooltip)
Thanks =D


RE: Double Tooltips =D - jeem - 06-08-2012 02:59 PM

It shouldn't be possible. Those images are edited, right?


RE: Double Tooltips =D - Extreme - 06-09-2012 12:33 AM

(06-08-2012 02:59 PM)jeem Wrote:  It shouldn't be possible. Those images are edited, right?

Yes, they are, just to show how I want, but ok.