Because you didn't begin the commands with the section (#0), or put #END after everything (although the second one may not even be required, I've forgotten it before with no issues). However I couldn't even get it to work in #0 for some reason. I also tried to set the fifth parameter on SetHits to 0, but that just gave them infinite health because it constantly resets that way.
However, I did get it to work upon doing this:
Code: Select all
#0
NPCMemSet,282,0xE2,129,0,0,w
#5
SetHits,39,5,-2,0,2,0
#6
SetHits,256,6,-4,0,2,0
#END