Config.Runewords.push([Runeword.HeartoftheOak, “flail”, Roll.NonEth]);
Config.KeepRunewords.push("[type] == flail # [fireresist] == 38");
not sure if the keep is 100% correct because with it added i get a error on startup
Config.Runewords.push([Runeword.HeartoftheOak, “flail”, Roll.NonEth]);
Config.KeepRunewords.push("[type] == flail # [fireresist] == 38");
not sure if the keep is 100% correct because with it added i get a error on startup
so it looks like i needed to change flail to mace in the keep line, not sure if its working yet though