Page 1 of 1

talent that allows 2h weapons when not wearing armour/boots

Posted: Fri Dec 08, 2017 8:15 pm
by Jurriaan
So I want to code a talent that allows you to wear ogre-like weapons: 2h weapons in the main hand.

But, only when the player is not wearing body armour or boots.

something like

Code: Select all

 if self:getInven(self.INVEN_FEET) then
works, but only for learning/un the talent. So I probably have to overload some core function. But what? _M:slotForbidCheck?