Sam
01-01-2010, 05:58 AM
I don't know if something like this has already been posted somewhere since I haven't been paying much attention to Lich stuff... And really I don't know why I didn't do this months ago after all the times I've berserked barehanded or with a box in my offhand..
So here's a simple alias that might help someone else who hasn't thought of it:
;alias set bers=;e if righthand =~ /claidhmore|sledgehammer/ && lefthand.nil? && stamina > 20 ; fput "berserk" ; else echo "Something's not right, dummy " ; end
It just makes sure that your hands are appropriately filled before initiating a berserk.
I think it's pretty easy to figure out how to modify it for your needs, but if anyone needs help, let me know.
So here's a simple alias that might help someone else who hasn't thought of it:
;alias set bers=;e if righthand =~ /claidhmore|sledgehammer/ && lefthand.nil? && stamina > 20 ; fput "berserk" ; else echo "Something's not right, dummy " ; end
It just makes sure that your hands are appropriately filled before initiating a berserk.
I think it's pretty easy to figure out how to modify it for your needs, but if anyone needs help, let me know.