PDA

View Full Version : corpse never unlocks?


alphagnome
03-27-2010, 01:50 AM
i've noticed some mobs never seem to unlock for those not in group that killed it. where is this set? can it be affected by quest commands?

thanks

KLS
03-27-2010, 02:20 AM
There's a field in the database "npc_types.private_corpse", which only lets the corpse unlock for those that killed the mob if it's set.

alphagnome
03-27-2010, 08:25 AM
thanks.

what about the situation where someone is involved in the kill group but dies. they are then res'd back but unable to loot. is this as intended?

trevius
03-27-2010, 10:00 PM
They did not get credit for the kill, which is why they don't get access to loot it. I think that probably works as it should, but it wouldn't hurt to have some code to support allowing players in the same group to be able to always open corpses owned by the group or something like that.

ChaosSlayerZ
03-28-2010, 02:17 AM
dang, this is very nice feature i wasn't aware of, as it prevents outside looting, when a person kills things for his low level alt to get him no drop items.

Could this feature be expanded up on to make a true trivial kill code, like Firiona Vie server had on LIVE? So no one above certain level can get the loot if mob was trivial to kill?

alphagnome
03-28-2010, 10:46 AM
They did not get credit for the kill, which is why they don't get access to loot it. I think that probably works as it should, but it wouldn't hurt to have some code to support allowing players in the same group to be able to always open corpses owned by the group or something like that.

yea but they were there to make the kill possible. People die in raids all the time. That shouldn't make their contribution not count toward loot :) The concept is sound but I think it could be adjusted a bit. Maybe add them to some list if they were involved in the killing group/raid and generated any hate at all then they should be a valid looter. I don't think just checking if they are in the owning group would work. Someone could just invite them and let them loot, unless the group members were saved ahead of time and looter was checked against that.

ChaosSlayerZ
03-28-2010, 11:57 AM
technically a raid window loot lock should take care of this, that only people in raid can loot, and dieing/rezing no longer should be a problem

alphagnome
03-28-2010, 03:05 PM
technically a raid window loot lock should take care of this, that only people in raid can loot, and dieing/rezing no longer should be a problem

that's fine if the flag is only on raid only mobs i suppose. in the event that you kill a private flagged mob with a single group you'd be screwed out of loot for dying. just a thought.

ChaosSlayerZ
03-28-2010, 07:45 PM
well by my logic, a non raid mob prabobly should not be private flagged.
This is something you should discuss with your server gms.
Unless our devs could implement Group-locking like in EQ2. (which works just like raid locking, but for single groups or even individuals)

alphagnome
03-29-2010, 12:23 PM
well by my logic, a non raid mob prabobly should not be private flagged.
This is something you should discuss with your server gms.
Unless our devs could implement Group-locking like in EQ2. (which works just like raid locking, but for single groups or even individuals)

Agreed. I'm sure there are circumstances where you would lose loot. For example, if you go LD/crash before mob dies or even after it's dead how does this effect loot? I'm sure there are other situations. For these cases it would be nice if the corpse retained some memory of who helped kill it but I don't know how feasible this is. I'm not even exactly sure how it all works with the current implementation so maybe that is covered.

Anyway, not bashing the option, i like that it's available I just hate to see someone lose out on their due loot in specific situations :)

ChaosSlayerZ
03-29-2010, 05:21 PM
i agree, if corpse could remember who killed him , it would be awesome.
Basically, in a way, it already exists - when you have a normal creature corpse you just killed - it KNOWS that only you is allowed to loot it. This parts simply need to be carried over to private corpses and extended to zoning out and back and dieing/rezing cases.