Garrett's Shadow on 18/12/2009 at 21:32
and what the hell was that for?
(and who really cares what those two wussies think anyways, J. Tiberius would murdalize em both and not even break a sweat!) :p
and Yandros, you really are proving to be a very snide person.
Thor on 18/12/2009 at 21:48
I wanna squeeze things!
Garrett's Shadow on 18/12/2009 at 22:16
Quote Posted by Thor02
I wanna squeeze things!
OR as in "Hulk Smash" (or crush in this case). :cheeky:
Thor on 18/12/2009 at 22:32
You hardly ever make any sense in your posts and I'm too lazy to try and always figure it out, so here's a :laff: ;).
Garrett's Shadow on 18/12/2009 at 22:45
I don't see how I am not making sense. I always am posting something in reply to something posted prior, like in this case it was a product name. Or asking a question about one FM or another.
And most people seem to understand me. I don't know why you can't, it's not like I am posting in Sanskrit or something! :p
maga on 19/12/2009 at 12:08
cannot download it....any mirrors?
maga on 19/12/2009 at 12:19
Thanks a bunch, fibanocci! :thumb:
fortuni on 22/10/2021 at 08:22
dml courtesy Glypher
Fixes
- Newmantle on door
- Barrels
- No Drop on objective scroll
- Incorrectly picks up a bottle rather than drunk servant
- Fixes a couple of AI's
- Pockets Picked
Code:
DML1
//T2 FM: City Conflict (part 2) by Silencium18 / Fixes: miss20.mis.dml
//pickpocketing
+ObjProp 39 "DiffTurnOn"
{
"quest var values" 0, 1, 2
}
+Link 39 40 "ControlDevice"
{
}
+ObjProp 39 "Scripts"
{
"Script 0" TrapRelay
}
+ObjProp 40 "Scripts"
{
"Script 0" TrapSetQVar
}
+ObjProp 40 "TrapQVar"
{
"" -1:DrSPocketCnt
}
//secret door
+MetaProp 165 -2420
//mantling
+ObjProp 209 "PhysCanMant"
{
}
//barrels
ObjProp 212 "Position"
{
"Location" -59.2, 164.87, -5.13
}
ObjProp 213 "Position"
{
"Location" -36.87, 164.87, -5.13
}
//toolbox
-ObjProp 268 "PhysType"
ObjProp 268 "Position"
{
"Heading" 8000
}
+ObjProp 268 "PhysType"
{
"Type" OBB
}
//DeathStage 12
-ObjProp 269 "DeathStage"
-ObjProp 285 "DeathStage"
-ObjProp 305 "DeathStage"
//information scroll
+ObjProp 277 "NoDrop"
{
"" true
}
//bottle
-Link 318 325 "Contains"
+Link 318 325 "CreatureAttachment"
{
"Joint" Left Fingers
}
+ObjProp 325 "FrobInfo"
{
}
//AIs
+ObjProp 320 "InvRendType"
{
"Type" Alternate Bitmap
"Resource" malesvca
}
+ObjProp 378 "InvRendType"
{
"Type" Alternate Bitmap
"Resource" cmecprs
}
Code:
DML1
//T2 FM: City Conflict (part 2) by Silencium18 / Fixes: dark.gam.dml
#script "script"
ObjProp -14 "Scripts"
{
"Script 2" CorpseFrobFixed
}