SphereCommunity
Modar Shields - Printable Version

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



Modar Shields - htid4life - 10-13-2012 10:43 PM

Just a question is any one else having a problem with shields.... i moded the armour on it and im not getting any armour at all from my shield i modar by 50 and nothing happeing ...


RE: Modar Shields - darksun84 - 10-13-2012 11:41 PM

AR from shield is derived by the value of your parry's skill, the same is for ModAr on shields .

In few words, 0 parry : nothing


RE: Modar Shields - htid4life - 10-14-2012 01:08 AM

lol thanks feel stupid now forgot about parrying


RE: Modar Shields - Barnabus - 10-16-2012 09:19 PM

If you want your shield to give armor change its type to t_armor.
Then make a custom parry script, to check layer 2 for t_armor.

IF <SERV.UID.<FINDLAYER.layer_hand2.UID>.TYPE> == t_armor
// It can only be a shield
// Do some custom parry stuff including effects
RETURN Modified Damage
ENDIF


RE: Modar Shields - Elfish - 07-16-2013 06:17 AM

(10-16-2012 09:19 PM)Barnabus Wrote:  If you want your shield to give armor change its type to t_armor.
Then make a custom parry script, to check layer 2 for t_armor.

IF <SERV.UID.<FINDLAYER.layer_hand2.UID>.TYPE> == t_armor
// It can only be a shield
// Do some custom parry stuff including effects
RETURN Modified Damage
ENDIF

Hi,

sorry for bringing up that old thread.
but i just ran into the same issue

where do i need to add that snippet and mod it afterwards?


RE: Modar Shields - RanXerox - 07-18-2013 02:14 AM

Probably in a @GetHit trigger