SphereCommunity
Unmounting at login - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Unmounting at login (/Thread-Unmounting-at-login)



Unmounting at login - karma - 02-07-2016 05:08 AM

Sometimes, after i log in, i automatically dismount from the horse. He does not desert me, and his food is = <maxfood>. Has anyone a clue about what's happening and how can i prevent it?


RE: Unmounting at login - Criminal - 02-07-2016 05:19 AM

check for any .dclick at @login


RE: Unmounting at login - karma - 02-08-2016 02:05 AM

Nothing of that Sad


RE: Unmounting at login - Criminal - 02-08-2016 04:08 AM

share your script at @login


RE: Unmounting at login - Kanibal - 02-08-2016 05:04 AM

Is there any events with @login in your *.scp files?


RE: Unmounting at login - karma - 02-08-2016 08:43 PM

There's nothing that can cause the issue afaik
Code:
ON=@LOGIN
ARGN1=1
SYSMESSAGE @035 <SERV.VERSION>
SERV.ALLCLIENTS f_loginmessage
SYSMESSAGE <QVAL (<SERV.CLIENTS>==1)?C'e' un giocatore online:Ci sono <EVAL <SERV.CLIENTS>> giocatori online>
SYSMESSAGE Ultimo login: <ACCOUNT.TAG0.LASTLOG>
ACCOUNT.TAG.LASTLOG=<SERV.RTIME>
f_fixMaxStats
    IF (<FINDLAYER.layer_helm.ISTEVENT.ei_nascondinome>)
        IF !STRCMPI("<TAG.oNAME>","Uno Sconosciuto")
            TAG.oNAME=<NAME>
        ENDIF
        NAME=Uno Sconosciuto
        RESENDTOOLTIP 0,0
    ENDIF
RETURN 0



RE: Unmounting at login - Abuelox - 02-13-2016 11:05 PM

Make sure the f_fixMaxStats function has nothing related to your problem.

Although it may be another problem since this function is stats