public override bool OnBeforeDeath() { this.Say( "Meet Your Next Challenge!!!" ); ArenaDaemon rm = new ArenaDaemon(); rm.MoveToWorld( new Point3D( 2367, 1107, -90 ), Map.Malas ); rm.Team = this.Team; rm.Combatant = this.Combatant; return true; }
public override bool OnBeforeDeath() { this.Say("Meet Your Next Challenge!!!"); ArenaDaemon rm = new ArenaDaemon(); rm.MoveToWorld(new Point3D(2367, 1107, -90), Map.Malas); rm.Team = this.Team; rm.Combatant = this.Combatant; return(true); }