public TheHuntRegion(TheHuntStone pTheHuntStone, string name, Map map, Rectangle2D[] area)
            : base(name, map, 50, area)
        {
            this.TheHuntStone = pTheHuntStone;

            this.playerMobileBackupList = new List<Mobile>();
        }
        public TheHuntGump(Mobile from, TheHuntStone pTheHuntStone)
            : this()
        {
            caller = from;

            theHuntStone = pTheHuntStone;
        }
        public TheHuntGump(Mobile from, TheHuntStone pTheHuntStone)
            : this()
        {
            caller = from;

            theHuntStone = pTheHuntStone;
        }
Beispiel #4
0
        public TheHuntInviteGump(Mobile from, TheHuntStone pTheHuntStone)
            : this()
        {
            caller = from;

            theHuntStone = pTheHuntStone;

            this.InitializeGump();
        }
        public TheHuntInviteGump(Mobile from, TheHuntStone pTheHuntStone)
            : this()
        {
            caller = from;

            theHuntStone = pTheHuntStone;

            this.InitializeGump();
        }