SphereCommunity
Mounts max str - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: Mounts max str (/Thread-Mounts-max-str)



Mounts max str - Trofan - 01-08-2013 12:36 PM

how do mounts str gain to max 250 ? Mounts str 250 in the event of mount not taking str gain. How do ?


RE: Mounts max str - Shaklaban - 01-09-2013 03:37 PM

PHP Code:
[events e_npc]
on=@statchange
if (<argn1> = 0)
    if (<
argn2> > 250)
        return 
1
    
endif
endif 

http://wiki.sphere.torfo.org/index.php/@StatChange