Posting variations of strategies, usually aimed at people that might be lacking one or more of the recommended pets, is what I thought these comment sections were mostly for...
@Prudentius: No worries, I do post entire strategies with scripts etc if I'm confident it is good and worth it. Half of the strategies I posted are downvoted for being RNG and only partially better than existing ones as they are mostly of this type.
I did not have a level 25 Rotten little helper so out of my pets, I replaced him with Ore Eater lvl 25 with skills: 2, 2, 2 and used the td script as is. When that pet swapped in, the script used skill 2 once then basically kept hitting him with skill 3 "demolish" until he won it. That move has a 50% hit chance but it not having a cd made up for it in my case.
update: did it again on second toon. when this pet comes up, use your judgement instead of td script. pretty much use the second spell once and then spam the third spell
if [enemy(#1).active]
use(586)
use(206)
endif
if [enemy.aura(2060).exists]
change(#2)
endif
if [enemy(#2).hp>1059]
use(1079)
endif
if [enemy(#2).hp<1059]
use(1076)
endif
if [enemy(#3).active]
use(1079)
endif
use(413)
use(1080)
use(124)