Search found 2 matches
- Tue Nov 15, 2016 11:03 pm
- Forum: Metaclass: Tinkers
- Topic: Gunslinger glitch/exploit
- Replies: 2
- Views: 12204
Gunslinger glitch/exploit
I've tested this somewhat extensively and haven't seen any posts about this (although I may have just missed it) but it would appear that the Gunslinger skill, Awesome Toss, does not shoot once per turn. It shoots once per action from the player character. So, if I activate Awesome Toss and then a m...
- Mon May 30, 2016 10:32 am
- Forum: Addons
- Topic: Assassin - Complete Rogue Rework v1.8
- Replies: 101
- Views: 80701
Re: Assassin - Complete Rogue Rework v1.8
Lethality doesn't appear to be working correctly with offhand weapon damage. I added the lines if self:knowTalent(Talents.T_LETHALITY) then offmult = math.max(offmult,self:callTalent(Talents.T_LETHALITY,"getoffmult")) end to combat lua under offhandmult. Worked for me. If anyone else needs...