ITLongwell / mondains-legacy

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

Lady Mel teleporting off limb #75

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Fight the ML Boss
2.When she gets low on health and starts to teleport, she is teleporting 
off the limb to the area below.

What is the expected output? What do you see instead?
Once she is down there, some of the mages are able to get down to her and 
they shouldnt be able to do that either. The rest of the party is stuck on 
the limb. The ones who go after just pin her in a corner, kill her, but 
then have to use help "stuck" to get out of that lower area. Just want to 
see if anyone else is having this issue and if NOT, what might be cauing 
this to happen on our server? We are patched to 6.0.11.0 and have no 
custom maps, etc.

What version of the product are you using?
Latest ML SVN

Thanks, 

Koluch

Original issue reported on code.google.com by ShazzySh...@gmail.com on 6 Mar 2009 at 12:11

GoogleCodeExporter commented 8 years ago
Check if you have this bit of code in SpellHelper.cs

#region Mondain's Legacy
if ( m_TravelCaster != null && m_TravelCaster.Region != null )
{
    if ( m_TravelCaster.Region.IsPartOf( "Blighted Grove" ) && loc.Z < -10 )
        isValid = false;
}
#endregion

This prevents people/bogys teleporting below -10.

Original comment by gje...@gmail.com on 15 Apr 2009 at 2:56

GoogleCodeExporter commented 8 years ago
Thanks, Ill make sure that is there!
:]

Original comment by ShazzySh...@gmail.com on 16 Apr 2009 at 12:02

GoogleCodeExporter commented 8 years ago
Just checked and I have that in, do I need to remove and readd the ML decorate 
part,
egadz....not sure how I would do that without causing major issues :(

Original comment by ShazzySh...@gmail.com on 16 Apr 2009 at 12:07

GoogleCodeExporter commented 8 years ago
Weird, i tested with my char and it doesnt let me teleport down there. Maybe 
you 
changed region name?

Original comment by gje...@gmail.com on 16 Apr 2009 at 6:38

GoogleCodeExporter commented 8 years ago
Players cannot tele down but she still teleports down... Not sure if we remove 
the ML
stuff in the grove and run the ML decorate again would that even have any 
affect ?

Original comment by ShazzySh...@gmail.com on 16 Apr 2009 at 9:37

GoogleCodeExporter commented 8 years ago
Unfortunately it wouldn't.

Original comment by gje...@gmail.com on 17 Apr 2009 at 7:44

GoogleCodeExporter commented 8 years ago
Ok i added something that definately prevents her from teleporting off the limb.

Original comment by gje...@gmail.com on 17 Apr 2009 at 8:02

GoogleCodeExporter commented 8 years ago
Fixed in SVN 45.

Original comment by gje...@gmail.com on 20 Apr 2009 at 7:38