What kind of deathlist table you guys talking about?As I know cid is the player that dies and deathlist is a table of playernames or something similar to that.
Correct me if im wrong
I guess he ment the Function onDeath(cid, deathlist, etc...)What kind of deathlist table you guys talking about?
In old versions (TFS 0.3/0.4) the third parameter is a table with the killers.what?? where is the list?
onDeath(creature, corpse, lasthitkiller, mostdamagekiller, lasthitunjustified, mostdamageunjustified)
bool CreatureEvent::executeOnDeath(Creature* creature, Item* corpse, Creature* killer, Creature* mostDamageKiller, bool lastHitUnjustified, bool mostDamageUnjustified)
Oh i see. TyIn old versions (TFS 0.3/0.4) the third parameter is a table with the killers.