SphereCommunity

Full Version: Mounted Summoned Horse
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It's there a way to unsummon horses when you are ON them?

Because when you cast a horse and you ride it, and you get LOGOUT, when you log in again in some time, the horse get's off and you are riding NOTHING and running at speedmode 1...

Any way? Shock
That is weird I might suggest something like:

Code:
ON=@LOGIN
  timerf 3, f_speedcheck

[FUNCTION f_speedcheck]
if (<plevel> < 4)
    if (<speedmode> >0)
        if (<flags>&statf_onhorse)
            return 0
           else
                speedmode = 0
        endif
    endif
endif
Reference URL's