ive been trying to get a mount to apply resistance to cold to its rider. got close but as of yet still generating errors.
ive tried both of the following:
#applybonus[hero.master.child[xDamRsCold], 10]
and
hero.master.child[xDamRsCold].field[abValue].value = 10
got further with the second attempt as it compiled without error, however when adding the mount herolab generates an error stating that the field doesn't exist.
does any one have an idea on this?
ive tried both of the following:
#applybonus[hero.master.child[xDamRsCold], 10]
and
hero.master.child[xDamRsCold].field[abValue].value = 10
got further with the second attempt as it compiled without error, however when adding the mount herolab generates an error stating that the field doesn't exist.
does any one have an idea on this?