Page 1 of 1

Re: Making wc3ft more compatible with ATAC 3.0.1

Posted: Sun Jan 10, 2010 3:56 am
by [Swe]Gizmo
Not the best explantion from him, i dont understand if he mean that you should replace pev_dmg_inflictor with the attackers id if you know it and i guess this should only be added were there is damage done to someone and not for example were human get hp added by skill...
Is there anyway to fix this problem?
There are 2 options:
1) Getting down and dirty with your 3rd party mod source-code and finding any calls to set_user_health or
set_pev( id, pev_health, then placing before it set_pev( id, pev_dmg_inflictor, 0 ) or the attackers index if you know it.

Re: Making wc3ft more compatible with ATAC 3.0.1

Posted: Sun Jan 10, 2010 8:03 am
by whosyourdaddy
does some1 still need this?

Re: Making wc3ft more compatible with ATAC 3.0.1

Posted: Sun Jan 10, 2010 5:50 pm
by whosyourdaddy
here try this

Re: Making wc3ft more compatible with ATAC 3.0.1

Posted: Mon Jan 11, 2010 10:06 am
by YamiKaitou
@ whosyourdaddy
Did you just add the pev_dmg_inflictor stuff in the code or did you do something else?

FYI, bug report filed so I can remember to implement it http://wc3mods.net/bugs/?do=details&task_id=145

Re: Making wc3ft more compatible with ATAC 3.0.1

Posted: Mon Jan 11, 2010 11:54 am
by whosyourdaddy
YamiKaitou wrote:@ whosyourdaddy
Did you just add the pev_dmg_inflictor stuff in the code or did you do something else?

FYI, bug report filed so I can remember to implement it http://wc3mods.net/bugs/?do=details&task_id=145
ya i put the pev dmg inflictor to whom ever was getting an hp change

Re: Making wc3ft more compatible with ATAC 3.0.1

Posted: Wed Feb 24, 2010 9:02 am
by YamiKaitou
Thought I'd mention that the changes were committed to the SVN last night