Since release of EoF Eq2Bot did not loot Chest's for me any more....
It seams that the type of the chest is changed from "Special" to "Chest"
I did a quick fix my self and it works fine so far.
This is what i did:
* In EQ2Bot.iss and inside "function CheckLoot()" i changed following line from this:
if ${CustomActor[${tcount}].Type.Equal[Special]} && ${CustomActor[${tcount}].Name.Find[treasure]}
* To this:
if ${CustomActor[${tcount}].Type.Equal[Chest]}
It seams that the type of the chest is changed from "Special" to "Chest"
I did a quick fix my self and it works fine so far.
This is what i did:
* In EQ2Bot.iss and inside "function CheckLoot()" i changed following line from this:
if ${CustomActor[${tcount}].Type.Equal[Special]} && ${CustomActor[${tcount}].Name.Find[treasure]}
* To this:
if ${CustomActor[${tcount}].Type.Equal[Chest]}