thanks @Allynn, I find out that on my rune conjuring scripts was missing an effect, and that was crashing tibia 8.6 client.
so, was like this
return creature:conjureItem(2260, 2262, 2)
then I added this return creature:conjureItem(2260, 2262, 2, CONST_ME_MAGIC_BLUE)
no new crashes was recorded...