SphereCommunity
Client tooltip problem - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: Client tooltip problem (/Thread-Client-tooltip-problem)



Client tooltip problem - Rizz - 02-11-2013 09:42 AM

Hi all,

This is my script

PHP Code:
ON=@ClientTooltip

IF (<isplayer>==1)
    
src.addcliloc 1042971,Defiance Rank <level>    
        
    IF (<
guild>) 
        
src.addcliloc 1070722,Guild lvl <serv.uid.<guild>.dTAG0.lvlgilda>
     
        IF (<
src.guild>)
            
            IF (<
serv.uid.<guild>.tag0.1> == <src.guild>)
                
src.addcliloc 1062970
            ELIF 
(<serv.uid.<guild>.tag0.2> == <src.guild>)
                
src.addcliloc 1062970 //src.addcliloc 1070722,ALLY
            
ELIF (<serv.uid.<guild>.tag0.3> == <src.guild>)
                
src.addcliloc 1062970 //src.addcliloc 1070722,ALLY
            
ELIF (<serv.uid.<guild>.tag0.4> == <src.guild>)
                
src.addcliloc 1062970 //src.addcliloc 1070722,ALLY
            
ELIF (<serv.uid.<guild>.tag0.5> == <src.guild>)
                
src.addcliloc 1062970 //src.addcliloc 1070722,ALLY   
            
ELIF (<serv.uid.<guild>.tag0.6> == <src.guild>)
                
src.addcliloc 1062970 //src.addcliloc 1070722,ALLY
            
ENDIF
        ENDIF
    ENDIF
endif

return 


The defiance Rank tooltip (the first) is added to everyone but no way to show the others... why?
Maybe the hardcoded guild tooltip (that show the name of the guild) ruins something?


RE: Client tooltip problem - Mordaunt - 02-11-2013 10:44 AM

Works fine for me.
Are you forcing an update of the tooltip? I actually logged out and back in just to make sure it worked.

[Image: 212xouf.jpg]


RE: Client tooltip problem - Rizz - 02-11-2013 12:10 PM

Shock Shock Shock
Yes i tried to force with resendtooltip 1...
After looked at this i rebooted sphere and now works Shock


RE: Client tooltip problem - mrkarlo - 02-12-2013 02:56 AM

cake, gold and 2 chicken legs.


RE: Client tooltip problem - Ultima One - 02-13-2013 02:14 AM

Think you'll find those are Ham's