Problems with Mr. J's Ring - by equilibrium
Unna Oertdottir on 30/4/2016 at 15:13
I made a dml fix for this buggy mission. The objectives should work now, and the blackjack can be taken, also all the loot (if you want to find all the loot, don't take the final thing). I didn't fix the roombrush in the starting room, so the chest there is silent.
Code:
DML1
//Fix for MR. J's Ring: Objectives, Blackjack
+ObjProp 234 "HasRefs"
{
"" true
}
ObjProp 436 "Position"
{
"Location" -28.88, -7.38, 4.76
"Heading" bff9
}
ObjProp 234 "Position"
{
"Location" -47.01.98, -40.08, 8.785
"Heading" fec0
"Pitch" 0
"Bank" c027
}
+ObjProp 205 "Scripts"
{
"Script 0" TrapSetQVar
}
+ObjProp 205 "TrapQVar"
{
"" =1:goal_state_0
}
+ObjProp 499 "Scripts"
{
"Script 0" StdButton
}
+Link 499 205 "ControlDevice"
{
}
+ObjProp 463 "Scripts"
{
"Script 0" TrigContained
}
+ObjProp 305 "Scripts"
{
"Script 0" TrapSetQVar
}
+ObjProp 305 "TrapQVar"
{
"" =1:goal_state_3
}
+Link 463 305 "ControlDevice"
{
}
+ObjProp 463 "FrobInfo"
{
"World Action" Move, Script
"Tool Action" Script, Deselect
}
+ObjProp 436 "PhysDims"
{
"Size" 2.00,3.00,2.00
}
+ObjProp 499 "FrobInfo"
{
"World Action" Move, Script
}
ObjProp 458 "Book"
{
"" Book of Dead
}
save this as miss20.mis.dml (You can paste it in a text editor, save it as miss20.mis.txt and rename it-->miss20.mis.dml, then install the FM with FM-Selector and put the dml into the FM folder)
Instructions how to install dmls
(
http://www.ttlg.com/forums/showthread.php?t=145374)