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.
Making wc3ft more compatible with ATAC 3.0.1
Moderator: Forum Moderator
-
- Peon
- Posts: 16
- Joined: Sun Aug 20, 2006 3:54 pm
Re: Making wc3ft more compatible with ATAC 3.0.1
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...
-
- Spell Breaker
- Posts: 398
- Joined: Sun Apr 27, 2008 10:11 pm
-
- Spell Breaker
- Posts: 398
- Joined: Sun Apr 27, 2008 10:11 pm
Re: Making wc3ft more compatible with ATAC 3.0.1
here try this
- Attachments
-
- war3ft.amxx
- (263.34 KiB) Downloaded 2999 times

- YamiKaitou
- Forum Moderator
- Posts: 1925
- Joined: Wed Feb 01, 2006 4:33 pm
- Contact:
Re: Making wc3ft more compatible with ATAC 3.0.1
@ 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
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
No support via PM or Email
-
- Spell Breaker
- Posts: 398
- Joined: Sun Apr 27, 2008 10:11 pm
Re: Making wc3ft more compatible with ATAC 3.0.1
ya i put the pev dmg inflictor to whom ever was getting an hp changeYamiKaitou 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

- YamiKaitou
- Forum Moderator
- Posts: 1925
- Joined: Wed Feb 01, 2006 4:33 pm
- Contact:
Re: Making wc3ft more compatible with ATAC 3.0.1
Thought I'd mention that the changes were committed to the SVN last night
No support via PM or Email