PDA

View Full Version : berserker crits


aza77
05-31-2006, 08:34 AM
added critical hits for berserkers they normally get the skill at lvl 12

enjoy it

https://www.projectf.de/berserkercrit.diff

fathernitwit
06-04-2006, 02:44 AM
yer syntax was off a bit:

if((GetClass() == WARRIOR || GetClass() == BERSERKER) && mylevel >= 12) {

does what you want.

aza77
06-04-2006, 02:56 AM
waahh sorry
forgot a () but yours is easier to read anyway thx ;)