power faction item creation and duel presence
This commit is contained in:
parent
383f6cbada
commit
963606e376
2 changed files with 4 additions and 0 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
|
|
@ -1149,6 +1149,8 @@ namespace Server.Factions
|
|||
|
||||
if ( victimState.CanGiveSilverTo( killer ) )
|
||||
{
|
||||
PowerFactionItem.CheckSpawn( killer, victim );
|
||||
|
||||
if ( victimState.KillPoints > 0 )
|
||||
{
|
||||
victimState.IsActive = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue