I made these for the bots to make Hoto and Cta. I dont think they work.
Config.Runewords.push([Runeword.HeartoftheOak, “Flail”, Roll.NonEth]); // Make Heart of the Oak Flail
Config.KeepRunewords.push("[name] == flail # [fcr] == 40 && [fireresist] >= 30");
Config.Runewords.push([Runeword.CallToArms, “Crystal Sword”]); // Make CTA Crystal Sword
Config.Runewords.push([Runeword.CallToArms, “Phase Blade”]); // Make CTA Phase Blade
Config.Runewords.push([Runeword.CallToArms, “Flail”]); // Make CTA Flail
Config.KeepRunewords.push("[name] == crystalsword || [name] == phaseblade || [name] == flail # [plusskillbattlecommand] >= 3 && [plusskillbattleorders] >= 3");
Doesn’t this look fine?