View Single Post
  #4  
Old 08-24-2013, 04:26 PM
Asylum
Sarnak
 
Join Date: Jun 2013
Posts: 81
Default

I tried the code as NatedogEZ has listed above:

Code:
$npc->Damage($h_ent, $h_dmg*0.1, 0, 1, true, -1, false);
but none of the entities on the hatelist, while being listed properly with amount of hate and damage done, are being damaged by this effect.

I'm a little confused on the first part where it says "Damage(Mob* from," What does this mean? Does it refer to the intended recipient of the damage, or the entity doing the damage (thus the "from")? If the former, Nate's code looks correct but does not work. If the latter, it should be changed to $NPC_ID but I don't see the point of this in the argument list.
Reply With Quote