Cardia on 17/10/2011 at 09:05
Quote Posted by bedwine
I am having the exact same problem. I also did not get a mission accomplised when
placed Timothy into a grave well at least that goal worked out to me, but i gave it up trying to get the last goal to work, so i´ll consider this mission buggy and will place it in the buggy missions folder, wich is a pity because this missions has good features.
Nightwalker on 17/10/2011 at 14:50
I just checked my saves and I got the mission to end by just walking into the opening under the clock tower on the south side of the property. Don't know why it won't work for you, though, I'm afraid.
Cardia on 17/10/2011 at 23:48
Quote Posted by Nightwalker
I just checked my saves and I got the mission to end by just walking into the opening under the clock tower on the south side of the property. Don't know why it won't work for you, though, I'm afraid.
hell if i know :), it also worked with me on normal mode, but this time its not checking, maybe i´m missing a new goal not visible?
Nightwalker on 18/10/2011 at 16:58
I just checked and my saves are on Normal too so maybe it doesn't work on Expert.
Cardia on 18/10/2011 at 22:00
Quote Posted by Nightwalker
I just checked and my saves are on Normal too so maybe it doesn't work on Expert.
i also had the same problem with the mission "3 mages tomb" on expert mode
this must be a time where missions were not properly tested.
Nightwalker on 19/10/2011 at 01:39
There wasn't an Expert setting on 3 Mages Tomb. You'll notice there is no change in objectives, loot required, etc. when you click on it. See the original release (
http://www.ttlg.com/forums/showthread.php?t=47671&p=523943&viewfull=1#post523943) thread. It was only a demo and I tested it. I have a save game in the test version on Hard that is at the end and the "kill all the undead you can" objective is not ticked off. I presume it was a bug that was supposed to be fixed in the release version and maybe wasn't. It's so long ago that I can't even remember but I assure that most full size missions were well betatested back then.
Cardia on 19/10/2011 at 09:20
Quote Posted by Nightwalker
There wasn't an Expert setting on 3 Mages Tomb. You'll notice there is no change in objectives, loot required, etc. when you click on it. See the original release (
http://www.ttlg.com/forums/showthread.php?t=47671&p=523943&viewfull=1#post523943) thread. It was only a demo and I tested it. I have a save game in the test version on Hard that is at the end and the "kill all the undead you can" objective is not ticked off. I presume it was a bug that was supposed to be fixed in the release version and maybe wasn't. It's so long ago that I can't even remember but I assure that most full size missions were well betatested back then.
hmm, i thought the expert mode had new goals, but yes i remember that i couldn´t get the goal "kill all the undead you can" to tick off, so i assumed it was a buggy goal, but i think i did complete this mission on normal mode, although i can´t recall well.
Unna Oertdottir on 9/8/2018 at 07:41
dml to fix some issues
Code:
DML1
//T2 FM: Mad as a Hatter by Triksta / Fixes: miss18.mis.dml
//goals
+ObjProp 91 "Scripts"
{
"Script 0" TrigContained
}
+Link 91 1380 "ControlDevice"
{
}
+ObjProp 1380 "Scripts"
{
"Script 0" TrapSetQVar
}
+ObjProp 1380 "TrapQVar"
{
"" =1:goal_reverse_5
}
//painting
ObjProp 141 "TransDoor"
{
"Open Position" -3.25
}
+ObjProp 141 "BlockFrob"
{
"" true
}
//door scroll
ObjProp 733 "Position"
{
"Location" -63.75, -6.6, -50.985
}
+ObjProp 733 "Scripts"
{
"Script 0" TrapDestroy
}
+Link 866 733 "ControlDevice"
{
}
+ObjProp 866 "Scripts"
{
"Script 0" TrigDoorOpen
}
//doors
ObjProp 1002 "RotDoor"
{
"Open Angle" 89
}
ObjProp 1266 "RotDoor"
{
"Open Angle" 271
}
Purgator on 9/8/2018 at 09:42
I would just like to say how much we appreciate your tireless efforts in breathing new life into old fms, Unna. This service is as important as any shiny new mission and a real benefit to the Thief community as a whole. Big beefy kudos to you!:thumb:
Unna Oertdottir on 9/8/2018 at 10:28
Thank you. Credits to fortuni. He's reporting the issues effectively. :)