Ejemplo n.º 1
0
        public override bool OnBeforeDeath()
        {
            MistressOfLust rn = new MistressOfLust();
            rn.Team = this.Team;
            rn.Combatant = this.Combatant;
            rn.NoKillAwards = true;

            Effects.PlaySound(this, Map, GetDeathSound());
            Effects.SendLocationEffect(Location, Map, 0x3709, 30, 10, 0x835, 0);
            rn.MoveToWorld(new Point3D(1954, 1059, -28), Map.Ilshenar);

            return base.OnBeforeDeath();
        }
Ejemplo n.º 2
0
        public override bool OnBeforeDeath()
        {
            MistressOfLust rn = new MistressOfLust();

            rn.Team         = this.Team;
            rn.Combatant    = this.Combatant;
            rn.NoKillAwards = true;

            Effects.PlaySound(this, Map, GetDeathSound());
            Effects.SendLocationEffect(Location, Map, 0x3709, 30, 10, 0x835, 0);
            rn.MoveToWorld(new Point3D(1954, 1059, -28), Map.Ilshenar);

            return(base.OnBeforeDeath());
        }