TheArt submitted a new resource:
Edits to make NPC Vendors and Town Criers Killable - Make Vendors and Town Criers Killable
Read more about this resource...
Edits to make NPC Vendors and Town Criers Killable - Make Vendors and Town Criers Killable
This took me a bit to figure it out but, I figured out how to successfully without an issue change NPC Vendors and Towncriers to be vulnerable and able to be attacked. I decided player vendors shouldn't be attacked as some players spend a lot of gold keeping their vendors up. With that said - Here is the changes needed to make your NPC Vendors and Town Criers killable.
In BaseVendor find
Change it to...C#:public override bool IsInvulnerable { get { return true; } }
Read more about this resource...