Nightwalker on 22/7/2003 at 12:33
Ieldra has got you on the right track except that [SPOILER] you don't need a key to open the portcullis. There's a pressure plate in the floor, directly across from the little "safe" in the wall beside it. That opens the safe and inside is the switch to open the portcullis. [/SPOILER]
Racer X on 22/7/2003 at 20:55
Ah, thanks a lot. I seem to lose my vision. :weird:
Now on to the fortress!
jericho on 5/7/2005 at 22:37
I found a way to enter Lord Alan Music Halls and [SPOILER]went through the paintings. [/SPOILER] There is a locked door, which I can't open. Where is the key to it? And yes, I found [SPOILER]the lever to the door in the nearby area, with a sliding cover.[/SPOILER] Also is there a way to open the fancy double door with a sign saying Lord Alan Mansion, in the area where I found [SPOILER]the garden key.[/SPOILER]
Nightwalker on 6/7/2005 at 13:03
I think you need a key that one of the guards out in the hallway is wearing.
No, you can't get into the Mansion part. That's saved for the next mission which you can play next! :)
jericho on 7/7/2005 at 20:23
Ah, right, right, I missed it on his belt. Got it and the objective ticked off. But I still can't [SPOILER]find the Gand of Glory nor The Horn of Quintus [/SPOILER] although I found the fake one, does it count? :cheeky:
I have already played the magnificent Fortress FM...
jericho on 8/7/2005 at 21:41
OK, found both. Now how do I get out of the basement?
Nightwalker on 8/7/2005 at 22:23
You go up to the garden which is across the wooden scaffolding structure from the door to Lord Alan's Mansion that you found. :)
jericho on 9/7/2005 at 08:53
Thanks, found it! Very nice FM it was.... :thumb:
Unna Oertdottir on 22/4/2018 at 13:44
dml to fix the loot
Code:
DML1//Lord Alans Basement T2//Loot Fix
//Miss20.mis.dml
+ObjProp 166 "FrobInfo"
{
"World Action" Move,Script
}
+ObjProp 262 "FrobInfo"
{
"World Action" Move,Script
}
+ObjProp 290 "FrobInfo"
{
"World Action" Move,Script
}
+ObjProp 293 "FrobInfo"
{
"World Action" Move,Script
}
ObjProp 904 "PickDist"
{
"" 5
}
ObjProp 914 "PickDist"
{
"" 5
}
+ObjProp 899 "BlockFrob"
{
"" true
}
-ObjProp 904 "FrobInfo"
-ObjProp 914 "FrobInfo"
+ObjProp 904 "FrobInfo"
{
"World Action" Move,Script
}
+ObjProp 914 "FrobInfo"
{
"World Action" Move,Script
}
+ObjProp 904 "PickBias"
{
"" 2
}
+ObjProp 914 "PickBias"
{
"" 2
}