js event onDeathBlow bugged

Found a bug in UOX3? Or experienced a server crash? Perhaps you've noticed a broken feature? Post the details here!
Post Reply
dragon slayer
UOX3 Guru
Posts: 776
Joined: Thu Dec 21, 2006 7:37 am
Has thanked: 4 times
Been thanked: 26 times

js event onDeathBlow bugged

Post by dragon slayer »

function onDeathBlow( pDead, pKiller )
{
    pKiller.TextMessage("I killed it");
    return true;
}
This code above seems to be bugged i created a simple script called petlevel.js

added only that code but the npc killing another npc does not seem to be firing it.
Post Reply