ITLongwell / mondains-legacy

Automatically exported from code.google.com/p/mondains-legacy
0 stars 0 forks source link

Peerless Teleporters and dead players #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. die while in the Boss area

What is the expected output? What do you see instead?
2 not so brilliant players tried to take on one of the bosses and both 
ended up dead and were unable to get the gump when stepping on the 
teleporter(I have NO personally checked this out, just looked at the code)

What version of the product are you using? On what operating system?
SVN 17, RunUO 2.0 release

Please provide any additional information below.

public override bool OnMoveOver( Mobile m )
        {           
            if ( m.Alive )
            {
                m.CloseGump( typeof( ConfirmExitGump ) );
                m.SendGump( new ConfirmExitGump( 
m_Altar ) );
            }
            else if ( m_Altar != null )         
                m_Altar.Exit( m );

            return true;
        }

If there is another way they need to exit the area(if one party member is 
dead OR if they are all dead), that is fine with me, could you post it?

Thanks Mal!

Koluch

Original issue reported on code.google.com by ShazzySh...@gmail.com on 10 Aug 2008 at 1:12

GoogleCodeExporter commented 8 years ago
Player can exit directly without gump if dead. IF they can't check if Altar 
property 
on the teleporter is not null.

Original comment by gje...@gmail.com on 11 Aug 2008 at 8:18

GoogleCodeExporter commented 8 years ago
Reset the Altar property tying several ways(see attached pic)
Still no resolve in dead players teleporting, they only get the "you have been 
teleported out of this room"

Original comment by ShazzySh...@gmail.com on 12 Aug 2008 at 11:42

Attachments:

GoogleCodeExporter commented 8 years ago
The above pic is of the teleporter props, not the altar(sorry named it 
incorrectly)
Noted the 0x0x in the Altar serial.

Original comment by ShazzySh...@gmail.com on 12 Aug 2008 at 11:44

GoogleCodeExporter commented 8 years ago
Fixed in SVN 19.

Original comment by gje...@gmail.com on 13 Aug 2008 at 9:31