08-27-2003, 11:23 AM
Hello Lemming,
I see a few problems with this Deadly Hunter. AFAIK, the extra damage vs. Demons still doesn't work for missiles, and so does Peril. If you want the Vileness to work, you will have to correct the bug that triggers the effect for Firearrows instead of Vileness 'arrows' (it works fine otherwise, but not for missiles).
This fix is:
file offset 0002E8F4
:0042F4F4 F684184155000010 test byte ptr [eax+ebx+00005541], 10
change into
:0042F4F4 F684184155000001 test byte ptr [eax+ebx+00005541], 01
I see a few problems with this Deadly Hunter. AFAIK, the extra damage vs. Demons still doesn't work for missiles, and so does Peril. If you want the Vileness to work, you will have to correct the bug that triggers the effect for Firearrows instead of Vileness 'arrows' (it works fine otherwise, but not for missiles).
This fix is:
file offset 0002E8F4
:0042F4F4 F684184155000010 test byte ptr [eax+ebx+00005541], 10
change into
:0042F4F4 F684184155000001 test byte ptr [eax+ebx+00005541], 01