SphereCommunity
Skill required Items - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Expired/Outdated Versions (/Forum-Expired-Outdated-Versions)
+--- Forum: Sphere 55i Help (/Forum-Sphere-55i-Help)
+--- Thread: Skill required Items (/Thread-Skill-required-Items)



Skill required Items - Audiane - 01-21-2013 08:51 AM

Hello, I have been playing around with my scripts and i am having alot of difficulty trying to make it so items are only equipable with a certain skill minimum

EX
Taming staff requires 100 taming to equip.

Could someone please assist me on the coding for this i have spent a couple hours now playing around and trying to get it to work but i just can't seem to figure it out. Any assistance is appreciated.


RE: Skill required Items - Mordaunt - 01-21-2013 02:15 PM

Code:
ON=@EQUIP
    IF (<src.whateverskill> < whatever amount)
         return 1
    ENDIF



RE: Skill required Items - admin phoenix - 01-22-2013 10:08 PM

I think RETURN 1 under @equip will not work in 55i.
You have to do this under
@dclick


RE: Skill required Items - Mordaunt - 01-22-2013 11:46 PM

Could be.... I haven't used 55i in like a decade