FIXED TOkuno Citadel Teleporter

RedBeard

Journeyman II
The Legend
Benefactor
Supporter
Other day we went to Citadel and the crate was missing. It eventually appeared but wouldn't allow a controllable Skeletal Dragon through the teleporter. The next day went back with a bigger group and the crate went missing again but eventually reappeared. The disappearing crate seems like a bug, but curious if the teleporter should also allow controllables through like in the case of the skeletal dragons.
 

Magus Zeal

Expert II
Supporter
I concur as I was in this group :) And it vanished on me. Another thing is that, when the key was used, most of the party was left behind EVEN THOUGH they all got the confirmation gump.
 
OP
RedBeard

RedBeard

Journeyman II
The Legend
Benefactor
Supporter
I concur as I was in this group :) And it vanished on me. Another thing is that, when the key was used, most of the party was left behind EVEN THOUGH they all got the confirmation gump.
Yes Magus and I were in the foyer area of the citadel and were excluded, perhaps this portion falls outside the region, but on OSI I remember teleporting from there.
 

Dan

Staff Member
Administrator
Game Master
They need to click the gump in a certain amount of time and also be in a certain location.

Do you have a picture of the crate in question?
 
OP
RedBeard

RedBeard

Journeyman II
The Legend
Benefactor
Supporter
They need to click the gump in a certain amount of time and also be in a certain location.

Do you have a picture of the crate in question?
Ill get a picture but we all clicked the gump in time. It was the 3rd time in a row the previous two times we were all in the garden and worked fine. Foyer of Citadel entrance isn't included in region.xml is my guess
 

Dan

Staff Member
Administrator
Game Master
Ill get a picture but we all clicked the gump in time. It was the 3rd time in a row the previous two times we were all in the garden and worked fine. Foyer of Citadel entrance isn't included in region.xml is my guess
Just need a picture of the crate. I'll check the region myself.
 
OP
RedBeard

RedBeard

Journeyman II
The Legend
Benefactor
Supporter
Bedlam Allows controllables CItadel does not, but you can see they both require quest to enter they are scripted differently.
Code:
  }// Access to Bedlam by invitation only
        public virtual Type Quest
        {
            get
            {
                return typeof(MistakenIdentityQuest);
            }
        }
        public override void OnDoubleClick(Mobile from)
        {
            if (from.NetState == null || !from.NetState.SupportsExpansion(Expansion.ML))
            {
                from.SendLocalizedMessage(1072608); // You must upgrade to the Mondain's Legacy expansion in order to enter here.   
                return;
            }
            else if (!MondainsLegacy.Bedlam && (int)from.AccessLevel < (int)AccessLevel.GameMaster)
            {
                from.SendLocalizedMessage(1042753, "Bedlam"); // ~1_SOMETHING~ has been temporarily disabled.
                return;
            }

            if (from is PlayerMobile)
            {
                PlayerMobile player = (PlayerMobile)from;
                if (player.Bedlam)
                {
                    BaseCreature.TeleportPets(player, new Point3D(121, 1682, 0), this.Map);
                    player.MoveToWorld(new Point3D(121, 1682, 0), this.Map);
                }
                else
                {
                    player.SendLocalizedMessage(1074276); // You press and push on the iron maiden, but nothing happens.
                }
The CItadel doesn't, my pet cant follow me through either, which shouldn't be, we used to bring Grtr Dragons there before this new Pet system.
Why is there decay timer in here?
Code:
  public override bool Decays
        {
            get
            {
                return true;
            }
        }
        public override TimeSpan DecayTime
        {
            get
            {
                return TimeSpan.FromMinutes(5);
            }
        }
        public override void OnDoubleClick(Mobile from)
        {
            if (from.NetState == null || !from.NetState.SupportsExpansion(Expansion.ML))
            {
                from.SendLocalizedMessage(1072608); // You must upgrade to the Mondain's Legacy expansion in order to enter here.   
                return;
            }
            else if (!MondainsLegacy.Citadel && (int)from.AccessLevel < (int)AccessLevel.GameMaster)
            {
                from.SendLocalizedMessage(1042753, "The Citadel"); // ~1_SOMETHING~ has been temporarily disabled.
                return;
            }
 
            if (from is PlayerMobile)
            {
                PlayerMobile player = (PlayerMobile)from;
   
                if (QuestHelper.GetQuest(player, typeof(BlackOrderBadgesQuest)) != null || QuestHelper.GetQuest(player, typeof(EvidenceQuest)) != null)
                    player.MoveToWorld(new Point3D(107, 1883, 0), Map.Malas);
                else
                    player.SendLocalizedMessage(1074278); // You realize that your eyes are playing tricks on you. That crate isn't really shimmering.
            }
        }
:)
 
  • Like
Reactions: Dan

Dan

Staff Member
Administrator
Game Master
This is being marked as a confirmed bug. I will update this post when a fix is published.
 

Magus Zeal

Expert II
Supporter
BaseCreature.TeleportPets(player, new Point3D(121, 1682, 0), this.Map);

Does this teleport horde minions?
 

Magus Zeal

Expert II
Supporter
Ah ok, I recall with the peerless gates, pets would follow but not all "followers". Seemed related to me
 

Dan

Staff Member
Administrator
Game Master
Does Bedlam teleporter allow controlled summons, like the skeletal dragons, to enter?
 

Dan

Staff Member
Administrator
Game Master
These issues have all been fixed and I am marking this as fixed.

The region was not touched so make sure you are all right around the table when you enter the peerless.
 

PLAY NOW

Heritage

Address
play.trueuo.com
Port
2593
Uptime
1 hour
Players Online
9
Houses
851
Vendors
297
Gold
5,019,121,527gp
Top Bottom