Open DemonDoor(s) with a gift
I know OldBoy addressed DemonDoor changes a while back, in telling us how to lower the Combat Multiplier to open the Greatwood Caves DemonDoor, but I want to add this about opening them.
You can change any or all DemonDoors to open with a box of chocolates, or any other gift.
In the TNG.file of the Region that you enter the DmDr from, find:
NewThing AICreature;
Player 0;
UID 18446741874686296404;
DefinitionType "CREATURE_DEMON_DOOR_FACE_01";
ScriptName (WHATEVER)
ScriptData "NULL";
Change ScriptName to:
ScriptName DF_GiveGift; no parentheses
In the same TNG.file, find:
NewThing Object;
Player 4;
UID 18446741874686296394;
DefinitionType "OBJECT_DEMON_DOOR_01";
ScriptName (WHATEVER)
ScriptData "NULL";
Change ScriptName to:
ScriptName DD_GiveGift; no parentheses
This causes the talking face to use same text as the DmDr at Rose House(GrannysHouse in FinalAlbion folder). And the actual door to slide open. This is very handy if you do not marry Lady Grey, you can still open the DmDr in Grey House(HauntedHouse in FinalAlbion folder).
I hope this is helpful to someone. If not at least I made another post, and it can be construed as somewhat relevant, lol.
Jason
I know OldBoy addressed DemonDoor changes a while back, in telling us how to lower the Combat Multiplier to open the Greatwood Caves DemonDoor, but I want to add this about opening them.
You can change any or all DemonDoors to open with a box of chocolates, or any other gift.
In the TNG.file of the Region that you enter the DmDr from, find:
NewThing AICreature;
Player 0;
UID 18446741874686296404;
DefinitionType "CREATURE_DEMON_DOOR_FACE_01";
ScriptName (WHATEVER)
ScriptData "NULL";
Change ScriptName to:
ScriptName DF_GiveGift; no parentheses
In the same TNG.file, find:
NewThing Object;
Player 4;
UID 18446741874686296394;
DefinitionType "OBJECT_DEMON_DOOR_01";
ScriptName (WHATEVER)
ScriptData "NULL";
Change ScriptName to:
ScriptName DD_GiveGift; no parentheses
This causes the talking face to use same text as the DmDr at Rose House(GrannysHouse in FinalAlbion folder). And the actual door to slide open. This is very handy if you do not marry Lady Grey, you can still open the DmDr in Grey House(HauntedHouse in FinalAlbion folder).
I hope this is helpful to someone. If not at least I made another post, and it can be construed as somewhat relevant, lol.
Jason