I had the same problem when I tried it last night, and couldn't finish it either.
I found 1223 loot out of 1223 playing on Expert, but loot objective didn't tick offAlso I think I got Serpentile Torc (I looted footlocker in the house on the right from starting point) but the objective ordering me to get it also didn't completed.
In fact loot objective says "get 1000 gold" and I don't have that much, just 1223 loot total, but still I don't have any idea how could i get more
Anyone succeed at finishing playing at Expert? I didn't try Normal and Hard yet...
I had the same problem when I tried it last night, and couldn't finish it either.
I played it on normal, got more gold (604) than the required 250 gold/loot.
The loot and "torc" objectives doesn't tick of for me either...
(Isn't it called the Serpentyle Torc?)
I would try the same but...according to the stats screen there isn't more lootuntil there is some clever trick to make some.
I was affraid of that. Probably it's a bug then
I'm not an loot expert, but in the mission objective it's definitelly Serpentile.
I had all the same problems as you ghost_in_the_shell. Also got max loot and what looks like the torc but objective didn't tick off and can't end the mission.
Detto. I know this kind of bug, I drew this in onceThe problem is that the Torc entering in the inventory as loot and not as an item, and in this case the Steal objective will not tick off.
So it was in the footlocker. Then if we looted it we can consider it mission accomplished.
Except for the bug, it was a nice little sneak. It's an easy fix for the author, too, whenever they get around to it.
Had the same problem, but never mind. Was a nice well-built mission, considering it was built within a week!![]()
Okay, the loot isn't checking off because the author used special for the parameter instead of loot. The author probably used the obj wizard and checked the wrong option (easy to do when in a rush)
On expert neither loot nor torc objectives are ticked (but definitely completed). In shop there are no sounds from safe in basement and other frobable things located near the same wall are silent. Looks like it could be good mission but not finished - really very very small even for contest - and not tested.
Has it's issues, but I liked the idea of sneaking underground and coming up to the objective room from the sewer - always fun and a classic Thiefy element.
I can't get through the door in the workshop where there is a guard on the other side ot this steel door. I have checked and rechecked all over for a key or a lever for that and can't find anyway to get past it. HELP!!!
I just finished (?) this FM & it would have been fun if it had been a bit larger. Also, it would have been nice to actually finish it, since neither the loot or torc objectives ticked off after I attained both. Finished (or would have) in 14mins. on Hard with 1123 in loot. Nice try, but the FM needed to be more thoroughly tested before being released.
I will never fix this hahahha..
It was a very quick fun build, it was never tested. Sorry for the inconvenience.
The mission was crap anyway.
And if your wondering why it is i will not fix it is because its a waste of time. I built this mission out of boredom because i got sick of what i was working on at the time and now i am back working on another real mission (Defense 2) and the Real mission will be thoroughly tested for bugs and other crap
Here's a dml fix
save it as miss25.mis.dml
Code:DML1 //Fixed loot goal in Homeless Dude and the Torc//miss25.mis.dml +ObjProp 32 "Scripts" { "Script 0" trigdooropen } +Link 32 45 "ControlDevice" { } +Link 32 46 "ControlDevice" { } +Link 32 47 "ControlDevice" { } +Link 200 65 "ControlDevice" { } +ObjProp 45 "Scripts" { "Script 0" TrapSetQVar } +ObjProp 65 "Scripts" { "Script 0" TrapSetQVar } +ObjProp 45 "TrapQVar" { "" =250:goal_loot_2 } +ObjProp 46 "Scripts" { "Script 0" TrapSetQVar } +ObjProp 46 "TrapQVar" { "" =500:goal_loot_3 } +ObjProp 47 "Scripts" { "Script 0" TrapSetQVar } +ObjProp 47 "TrapQVar" { "" =1000:goal_loot_4 } +ObjProp 46 "Scripts" { "Script 0" TrapSetQVar } +ObjProp 65 "TrapQVar" { "" =1:goal_state_1 } +ObjProp 200 "Scripts" { "Script 0" TrigContained } +ObjProp 200 "FrobInfo" { "World Action" Move, Script } +ObjProp 45 "DiffDestroy" { "quest var values" 1,2 } +ObjProp 46 "DiffDestroy" { "quest var values" 0,2 } +ObjProp 47 "DiffDestroy" { "quest var values" 0,1 } +ObjProp 102 "DiffDestroy" { "quest var values" 1,2 } +ObjProp 163 "DiffDestroy" { "quest var values" 0,2 } +ObjProp 164 "DiffDestroy" { "quest var values" 0,1 } +ObjProp 45 "Scripts" { "Script 0" TrapSetQVar } +ObjProp 102 "Scripts" { "Script 0" TrapSetQVar } +ObjProp 102 "TrapQVar" { "" =0:goal_specials_2 } +ObjProp 163 "Scripts" { "Script 0" TrapSetQVar } +ObjProp 163 "TrapQVar" { "" =0:goal_specials_3 } +ObjProp 164 "Scripts" { "Script 0" TrapSetQVar } +ObjProp 164 "TrapQVar" { "" =0:goal_specials_4 } +Link 32 102 "ControlDevice" { } +Link 32 163 "ControlDevice" { } +Link 32 164 "ControlDevice" { }