SphereCommunity
NEED FIX IT !!! @ClientToolTip and @ItemClientToolTip - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: NEED FIX IT !!! @ClientToolTip and @ItemClientToolTip (/Thread-NEED-FIX-IT-ClientToolTip-and-ItemClientToolTip)



NEED FIX IT !!! @ClientToolTip and @ItemClientToolTip - Extreme - 06-08-2012 09:39 AM

Well, I am trying to make the tooltips more real like in OSI but its really bugged.

The triggers is called in items that you don't want to be called, in other words, IT SHOULD work ONLY WHEN you pass your mouse over the item.
But it's not that was happening... if you pick-up the item from your backpack, the trigger is called in your backpack.
If you KILL something and a new body appear in ground with items, the trigger is called in ALL items inside the corpse.
If any player/npc appear in your screen, all itens in their layers are called by the triggers.

I am trying, but I can't do nothing to fix it.
It should be called only I pass my mouse over the item I want to see the tooltip...


RE: NEED FIX IT !!! @ClientToolTip and @ItemClientToolTip - jeem - 06-08-2012 03:32 PM

See TooltipMode in ini.


RE: NEED FIX IT !!! @ClientToolTip and @ItemClientToolTip - dagger4k - 06-08-2012 04:31 PM

Another factor that comes into play is the uo.cfg and the client version itself.


RE: NEED FIX IT !!! @ClientToolTip and @ItemClientToolTip - Extreme - 06-09-2012 06:02 AM

(06-08-2012 03:32 PM)jeem Wrote:  See TooltipMode in ini.
Checked it buddy, still calling the trigger when a new item appears in player layers or in new corpses in the ground.
Its bad...
(06-08-2012 04:31 PM)dagger4k Wrote:  Another factor that comes into play is the uo.cfg and the client version itself.
Do you know what settings I need change?

I think the trigger should be fired only when I pass my mouse over the item.
But isn't that is happening.


RE: NEED FIX IT !!! @ClientToolTip and @ItemClientToolTip - jeem - 06-09-2012 07:12 AM

Actually, no. Tooltips are preloaded by client when you come in visual range of them but they are not shown until you hover your mouse over them. @Item/ClientTooltip is not a trigger for mouseover, it's when the tooltips are sent by server. I'm guessing you're using them for a workaround but, if so, they cannot be used the way you want. Post your script so we can recommend alternatives.