I have a problem with Runeword rolling. I added the HOTO to test. My problem is that it only rolls once and stops rolling. So in the beginning of the run it makes a HOTO --> @res less than 39 --> rerolls --> @res less than 39 again. That's when it stops rerolling. I've stocked my stash with 5 sets of the runes with hel and tp's. I left it to do 10+ runs and still didn't reroll.
Sometimes it makes a HOTO --> @res less than 39 --> removes runes and stops there. Doesn't put the runes again into the flail when it's in town.
I've tried putting it into the stash and in the cube, but no difference. I have to remove the runes manually.
Also, have tried this with a Spirit Monarch and it goes trough the same loop.
Config.MakeRunewords = true; // Set to true to enable runeword making/rerolling
Config.Runewords.push([Runeword.Insight, 255]); // Thresher
Config.Runewords.push([Runeword.Insight, 256]); // Cryptic Axe
Config.KeepRunewords.push("[type] == polearm # [meditationaura] == 17");
Config.Runewords.push([Runeword.Spirit, 447]); // Monarch
Config.Runewords.push([Runeword.Spirit, 498]); // Sacred Targe
Config.KeepRunewords.push("[type] == shield || [type] == auricshields # [fcr] == 35");
Config.Runewords.push([Runeword.HeartoftheOak, 21]); //Flail
Config.KeepRunewords.push("[type] == flail # ([fireresist] > 39 && [lightresist] > 39 && [poisonresist] > 39 && [coldresist] > 39");
rw reroller is a huge project that tried my patience to the limit lol
never had any problems with it myself so it's going to be hard to pinpoint what you got
I did notice that you used [type] == flail, which is wrong. use [name] == flail
it might be that some error is thrown at some point which stops further rolling
Why isn't my enchant script working?
The chat command is set to "chant."
After "chant" is said, nothing happens. Am I missing something. I've digged through search results and am still scratching my head.
Are you running testver or main branch?
For main branch you need catacombs wp. In testver the bot will chant in town.
I suggest using testver chant script because it's greatly improved over the main branch one.