PDA

View Full Version : Berserk Alias



Sam
01-01-2010, 04: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.

Androidpk
01-01-2010, 12:01 PM
Ahahah...

This would have come in handy before I mastered berserk. :)

Sam
01-02-2010, 12:48 AM
Ahahah...

This would have come in handy before I mastered berserk. :)


You don't berserk regularly after having mastered it?

Before mastering i usually berserked bare handed for reps.. so this wouldn't have helped me back then.

Androidpk
01-02-2010, 01:58 AM
Converted to paladin.

Durgrimst
01-02-2010, 02:13 AM
That is pretty sweet