#Is there a built in function like OnHeroDiedNearby() for creeps?

1 messages · Page 1 of 1 (latest)

thick helm
#

I want make Pudge's flesh heap to work on creep deaths

runic forge
#
  1. Create custom modifier, add it to pudge
  2. Listen to on death event (modifier_event_on_death)
  3. In ondeath event handler check distance to pudge, any other conditions and add stacks

If there are some built it functions like you specified its only matter of time until they stop working or start doing some weird shit because valve changed/break something internally for custom games