power faction item creation and duel presence

This commit is contained in:
Mark Sturgill 2014-03-28 12:44:32 -07:00
parent 383f6cbada
commit 963606e376
2 changed files with 4 additions and 0 deletions

View file

@ -1683,6 +1683,8 @@ namespace Server.Engines.ConPVP
mob.RemoveStatMod( "[Magic] Dex Offset" );
mob.RemoveStatMod( "[Magic] Int Offset" );
mob.RemoveStatMod( "Concussion" );
mob.RemoveStatMod( "blood-rose" );
mob.RemoveStatMod( "clarity-potion" );
OrangePetals.RemoveContext( mob );

View file

@ -1149,6 +1149,8 @@ namespace Server.Factions
if ( victimState.CanGiveSilverTo( killer ) )
{
PowerFactionItem.CheckSpawn( killer, victim );
if ( victimState.KillPoints > 0 )
{
victimState.IsActive = true;