MrMunkeepants on 5/1/2010 at 00:11
Quote Posted by Sxerks
When you say mantling into the window, do you mean mantling onto the flowerboxes or actually going through the window opening?
mostly onto the flower boxes, I would start to pull up but fall off a few times before getting all the way up. the windows were tight, but crouching and stepping around a few times got me through.
Sxerks on 5/1/2010 at 02:02
Quote Posted by MrMunkeepants
mostly onto the flower boxes, I would start to pull up but fall off a few times before getting all the way up. the windows were tight, but crouching and stepping around a few times got me through.
I see. I didn't really intend for people to try to mantle onto them(never tested it that way myself), if you stand back a couple steps from the side of the box and do a running jump you might find it easier, you will then have to maneuver and open the shutters while on the box.
bedwine on 7/1/2010 at 11:32
Where's the eclipse? I am ready to give up after 10 minutes. There is no way to proceed under all that sun. The title and comments here indicate there is an eclipse. When? Where? Do have to be in a certain place for it to trigger?
PotatoGuy on 7/1/2010 at 11:35
Quote Posted by bedwine
Do have to be in a certain place for it to trigger?
Yes. Just try to avoid any guards and you'll end up seeing the eclipse.
bedwine on 7/1/2010 at 11:50
Quote Posted by PotatoGuy
Yes. Just try to avoid any guards and you'll end up seeing the eclipse.
Thanks, I'll go try it again.
fortuni on 1/1/2022 at 21:19
dml courtesy Glypher
Fixes:
- incorrect pickpocket count (none of the quiver arrow are pickable)
- misplaced objects (scroll, spices)
Code:
DML1
//T2 FM: Midday Eclipse (Uncontest) by Sxerks / Fixes: miss22.mis.dml
//pickpocketing
+ObjProp 400 "DiffTurnOn"
{
"quest var values" 0, 1, 2
}
+Link 400 401 "ControlDevice"
{
}
+ObjProp 400 "Scripts"
{
"Script 0" TrapRelay
}
+ObjProp 401 "Scripts"
{
"Script 0" TrapSetQVar
}
+ObjProp 401 "TrapQVar"
{
"" =7:DrSPocketCnt
}
//doors
-ObjProp 202 "JointPos"
-ObjProp 386 "JointPos"
-ObjProp 429 "JointPos"
//keys
+ObjProp 278 "SlayResult"
{
}
+ObjProp 282 "SlayResult"
{
}
//misplaced objects
ObjProp 387 "Position"
{
"Pitch" 8000
}
ObjProp 476 "Position"
{
"Location" -77.38, 80.68, 3.25
}
ObjProp 477 "Position"
{
"Location" -77.38, 79.78, 3.25
}