SphereServer BugTracker - SphereServer
View Issue Details
0002415SphereServerexecutable - windows buildpublic06-10-14 16:1911-10-14 15:09
alexpetro 
XuN 
normalmajoralways
closedno change required 
 
 
Automated (specify build number)
New_Triggers
OSIMultiSight, FileCommands, NoHouseMuteSpeech, Flood_Protection, Buffs, NoPrefix, DyeType, DrinkIsFood
2040
0002415: ToolTip Problem
Some Items Tooltip are showed only to GM. The problem is verified also when Gm take out Gm flag.
Add item 031f4 in game as Gm without Gm Flag, or enter in game with a player account.
Not All items have the problem. My actual build is 2011, but, to confirm the problem, I have run last build 2040 with default ini file with only Aos propierties enabled.
No tags attached.
Issue History
06-10-14 16:19alexpetroNew Issue
06-10-14 17:07RizzNote Added: 0002452
08-10-14 13:57XuNNote Added: 0002455
08-10-14 13:57XuNStatusnew => closed
08-10-14 13:57XuNAssigned To => XuN
08-10-14 13:57XuNResolutionopen => fixed
09-10-14 21:59alexpetroNote Added: 0002461
09-10-14 21:59alexpetroStatusclosed => feedback
09-10-14 21:59alexpetroResolutionfixed => reopened
10-10-14 10:15XuNNote Added: 0002462
11-10-14 15:09BenStatusfeedback => closed
11-10-14 15:09BenResolutionreopened => no change required

Notes
(0002452)
Rizz   
06-10-14 17:07   
Tooltips are not displayed on some items if, assuming to be a players, they cannot glow yellow on mouse over.
(0002455)
XuN   
08-10-14 13:57   
Static item's tooltips are not being sent to client, we can do nothing to change that.
(0002461)
alexpetro   
09-10-14 21:59   
Sorry for reopen but, we are not only talk about of statics item but dynamics items with any attr. To confirm my suspect I have found two fix made by Furio:


31-10-2005, Furio
- Fixed #167: Can't see tooltips for locked down items.

03-12-2005, Furio
Fixed #227: Tooltips for locked down items isn't being sent yet.


Gm can see tooltips and Player not, so I think that, the tooltip is fired...
(0002462)
XuN   
10-10-14 10:15   
That's because GMs does NOT see that item as Static, they see the item yellow when overing it and can move it, right? then it is not static for them but it is for players ... otherwise they will be able to move it.

And for his fixes ... they can be related to GMs. I've tried not so long ago to send or block tooltips in some situations, in example to do not send tooltip for items with a certain tag, or to send it for static items ... but it is not possible because the client is not handling tooltip data for static items (even if you send it) and if you don't send the item as a static one ... players will be able to move it or to see it yellowed when overing the mouse above it.

Maybe you can do a workaround removing attr_static and/or attr_move_never and placing something like ON=@ItemPickUp_Ground return 1... players should be able to see the tooltip but the item yellow too.