celeste on 8/1/2012 at 01:35
Quote Posted by gnartsch
There is a ladder at one end of the bridge.Or do I mix up something here ?
Yep, you're right, found it! :laff:
edit: repair quote
Philflound on 10/7/2012 at 00:10
Great mission. Was 100 loot short. I crashed when coming upon the mansion with the rider going from left to right and Garrett saying, "what the?". So what I did was not look at it when approaching the gate and it seemed fine. Though the 2 archers saw me in the dark like they had night vision or something.
Phil
Kece on 12/8/2013 at 22:14
Wow! I missed this one when it was released, but played it today! What an absolutely lovely mission! Thanks for your work Naks!
Aged Raver on 12/2/2021 at 15:33
I hadn't heard of the late Naks but after reading (
https://www.ttlg.com/forums/showthread.php?t=148017) this thread I looked for her missions. As others have said this is a nice mission especially the ending. Very clever. Thank you Naks.
zajazd on 29/8/2021 at 18:50
RIP Naks
I added this mission to my favorites. The pacing in this mission is often hectic as it is hard to find the right way, but the cozy design makes up for it.
Marmbo on 18/3/2022 at 04:38
So much climbing rope action! Even with that it took me a while to see the open window above the stable entrance. Midnight Storm is best horsey!
Time Taken: 1hr 29min
Loot: 3515/3515
Pockets Picked: 12/14
Secrets: 3/3
downwinder on 19/3/2022 at 23:20
i so love naks missions,i hope one day someone will newdark them all,and make a snobs 3 as we dye hard fans always wanted
the town of rich poor is one of the most advanced towns in thief fan missions,i wont spoil why so new players can play her missions,also in snobs 2 right before end part you can take a amazing tour of naks apartment be sure to say hi to naks for me and make sure the cat is doing well :)
fortuni on 31/7/2023 at 13:43
dml courtesy Jax
Fixes:-
- 'Don't alert anyone' goal now works correctly
- Rob the Rustler's sword no longer goes into separate inventory.
Code:
DML1
//T2 FM: The Rustler by Naks / Fixes: miss22.mis.dml
#script "nvscript"
//goals
+ObjProp 634 "DesignNote"
{
"" NVRelayTrapOn="Incapacitated"; NVRelayTrapOff="Null"; NVRelayTrapTDest="tforseeyou"
}
+ObjProp 634 "Scripts"
{
"Script 0" NVIncapacitatedMessages
"Script 1" NVRelayTrap
}
+ObjProp 1063 "DesignNote"
{
"" NVRelayTrapOn="Incapacitated"; NVRelayTrapOff="Null"; NVRelayTrapTDest="tforseeyou"
}
+ObjProp 1063 "Scripts"
{
"Script 0" NVIncapacitatedMessages
"Script 1" NVRelayTrap
}
+ObjProp 1068 "DesignNote"
{
"" NVRelayTrapOn="Incapacitated"; NVRelayTrapOff="Null"; NVRelayTrapTDest="tforseeyou"
}
+ObjProp 1068 "Scripts"
{
"Script 0" NVIncapacitatedMessages
"Script 1" NVRelayTrap
}
+ObjProp 1070 "DesignNote"
{
"" NVRelayTrapOn="Incapacitated"; NVRelayTrapOff="Null"; NVRelayTrapTDest="tforseeyou"
}
+ObjProp 1070 "Scripts"
{
"Script 0" NVIncapacitatedMessages
"Script 1" NVRelayTrap
}
+ObjProp 1138 "DesignNote"
{
"" NVRelayTrapOn="Incapacitated"; NVRelayTrapOff="Null"; NVRelayTrapTDest="tforseeyou"
}
+ObjProp 1138 "Scripts"
{
"Script 0" NVIncapacitatedMessages
"Script 1" NVRelayTrap
}
//death stage
-ObjProp 15 "DeathStage"
-ObjProp 19 "DeathStage"
-ObjProp 615 "DeathStage"
-ObjProp 624 "DeathStage"
-ObjProp 728 "DeathStage"
-ObjProp 883 "DeathStage"
-ObjProp 984 "DeathStage"
-ObjProp 1051 "DeathStage"
//pickpockets
Link 1004 1007 "Contains"
{
"" Generic Contents
}
ObjProp 1004 "MeshAttach"
{
"attached obj 1" 1007
"joint of skeleton" 15
"x angle (0-65535)" 0
"y angle (0-65535)" 0
"z angle (0-65535)" 16000
"offset" 0, -1.6, -0.1
}
//hanging arrows
ObjProp 978 "PhysType"
{
"Type" OBB
}