All I did was replace and npc that went missing

and added a setlocalint in a trigger script.

I have no idea why it says 4492 changed files.
This commit is contained in:
EpicValor 2024-04-06 01:56:31 -05:00
parent e2aa818843
commit d49d0d353e
11 changed files with 1429 additions and 38 deletions

View File

@ -4885,13 +4885,17 @@
} }
] ]
}, },
"TileBrdrDisabled": {
"type": "byte",
"value": 0
},
"Tileset": { "Tileset": {
"type": "resref", "type": "resref",
"value": "tic01" "value": "tic01"
}, },
"Version": { "Version": {
"type": "dword", "type": "dword",
"value": 164 "value": 165
}, },
"Width": { "Width": {
"type": "int", "type": "int",

View File

@ -41478,13 +41478,17 @@
} }
] ]
}, },
"TileBrdrDisabled": {
"type": "byte",
"value": 0
},
"Tileset": { "Tileset": {
"type": "resref", "type": "resref",
"value": "tcr10" "value": "tcr10"
}, },
"Version": { "Version": {
"type": "dword", "type": "dword",
"value": 27 "value": 28
}, },
"Width": { "Width": {
"type": "int", "type": "int",

View File

@ -160,7 +160,7 @@
"Text": { "Text": {
"type": "cexolocstring", "type": "cexolocstring",
"value": { "value": {
"0": "By the gods I'm starved, I aint eaten nofin for a week now guv, spare some gold for a downtrodden soul?" "0": "By the gods I'm starved, I aint eaten nofin for a week now. Spare some gold for a downtrodden soul?"
} }
} }
}, },
@ -444,7 +444,7 @@
}, },
"NumWords": { "NumWords": {
"type": "dword", "type": "dword",
"value": 136 "value": 135
}, },
"PreventZoomIn": { "PreventZoomIn": {
"type": "byte", "type": "byte",

View File

@ -143,6 +143,13 @@
"value": "" "value": ""
} }
}, },
{
"__struct_id": 4,
"Comment": {
"type": "cexostring",
"value": ""
}
},
{ {
"__struct_id": 4, "__struct_id": 4,
"Comment": { "Comment": {
@ -6343,6 +6350,34 @@
"value": "" "value": ""
} }
}, },
{
"__struct_id": 5,
"Comment": {
"type": "cexostring",
"value": ""
}
},
{
"__struct_id": 5,
"Comment": {
"type": "cexostring",
"value": ""
}
},
{
"__struct_id": 5,
"Comment": {
"type": "cexostring",
"value": ""
}
},
{
"__struct_id": 5,
"Comment": {
"type": "cexostring",
"value": ""
}
},
{ {
"__struct_id": 5, "__struct_id": 5,
"Comment": { "Comment": {

File diff suppressed because it is too large Load Diff

View File

@ -4608,7 +4608,7 @@
}, },
"Mod_MinGameVer": { "Mod_MinGameVer": {
"type": "cexostring", "type": "cexostring",
"value": "1.87" "value": "1.88"
}, },
"Mod_MinPerHour": { "Mod_MinPerHour": {
"type": "byte", "type": "byte",
@ -4736,6 +4736,10 @@
"type": "cexostring", "type": "cexostring",
"value": "MODULE" "value": "MODULE"
}, },
"Mod_UUID": {
"type": "cexostring",
"value": ""
},
"Mod_Version": { "Mod_Version": {
"type": "dword", "type": "dword",
"value": 3 "value": 3

Binary file not shown.

View File

@ -7,6 +7,7 @@ object oPC = GetEnteringObject();
if (!GetIsPC(oPC)) return; if (!GetIsPC(oPC)) return;
SetLocalInt (oPC, "DynConv_Waiting", 1);
SetCreatureTailType (CREATURE_TAIL_TYPE_NONE, oPC); SetCreatureTailType (CREATURE_TAIL_TYPE_NONE, oPC);
SetPhenoType (PHENOTYPE_NORMAL, oPC); SetPhenoType (PHENOTYPE_NORMAL, oPC);
SetFootstepType (FOOTSTEP_TYPE_DEFAULT, oPC); SetFootstepType (FOOTSTEP_TYPE_DEFAULT, oPC);

View File

@ -2,7 +2,7 @@
"__data_type": "UTC ", "__data_type": "UTC ",
"Appearance_Head": { "Appearance_Head": {
"type": "byte", "type": "byte",
"value": 2 "value": 106
}, },
"Appearance_Type": { "Appearance_Type": {
"type": "word", "type": "word",
@ -105,12 +105,34 @@
"type": "short", "type": "short",
"value": 2 "value": 2
} }
},
{
"__struct_id": 2,
"Class": {
"type": "int",
"value": 51
},
"ClassLevel": {
"type": "short",
"value": 1
}
},
{
"__struct_id": 2,
"Class": {
"type": "int",
"value": 51
},
"ClassLevel": {
"type": "short",
"value": 1
}
} }
] ]
}, },
"Color_Hair": { "Color_Hair": {
"type": "byte", "type": "byte",
"value": 1 "value": 132
}, },
"Color_Skin": { "Color_Skin": {
"type": "byte", "type": "byte",
@ -281,7 +303,7 @@
}, },
"MaxHitPoints": { "MaxHitPoints": {
"type": "short", "type": "short",
"value": 13 "value": 21
}, },
"NaturalAC": { "NaturalAC": {
"type": "byte", "type": "byte",
@ -719,7 +741,7 @@
}, },
"xAppearance_Head": { "xAppearance_Head": {
"type": "word", "type": "word",
"value": 2 "value": 106
}, },
"xArmorPart_RFoot": { "xArmorPart_RFoot": {
"type": "word", "type": "word",

View File

@ -10,11 +10,11 @@
}, },
"ArmorPart_LBicep": { "ArmorPart_LBicep": {
"type": "byte", "type": "byte",
"value": 15 "value": 148
}, },
"ArmorPart_LFArm": { "ArmorPart_LFArm": {
"type": "byte", "type": "byte",
"value": 8 "value": 1
}, },
"ArmorPart_LFoot": { "ArmorPart_LFoot": {
"type": "byte", "type": "byte",
@ -26,7 +26,7 @@
}, },
"ArmorPart_LShin": { "ArmorPart_LShin": {
"type": "byte", "type": "byte",
"value": 1 "value": 30
}, },
"ArmorPart_LShoul": { "ArmorPart_LShoul": {
"type": "byte", "type": "byte",
@ -34,7 +34,7 @@
}, },
"ArmorPart_LThigh": { "ArmorPart_LThigh": {
"type": "byte", "type": "byte",
"value": 3 "value": 31
}, },
"ArmorPart_Neck": { "ArmorPart_Neck": {
"type": "byte", "type": "byte",
@ -42,11 +42,11 @@
}, },
"ArmorPart_Pelvis": { "ArmorPart_Pelvis": {
"type": "byte", "type": "byte",
"value": 22 "value": 50
}, },
"ArmorPart_RBicep": { "ArmorPart_RBicep": {
"type": "byte", "type": "byte",
"value": 15 "value": 148
}, },
"ArmorPart_RFArm": { "ArmorPart_RFArm": {
"type": "byte", "type": "byte",
@ -66,7 +66,7 @@
}, },
"ArmorPart_RShin": { "ArmorPart_RShin": {
"type": "byte", "type": "byte",
"value": 1 "value": 30
}, },
"ArmorPart_RShoul": { "ArmorPart_RShoul": {
"type": "byte", "type": "byte",
@ -74,11 +74,11 @@
}, },
"ArmorPart_RThigh": { "ArmorPart_RThigh": {
"type": "byte", "type": "byte",
"value": 3 "value": 31
}, },
"ArmorPart_Torso": { "ArmorPart_Torso": {
"type": "byte", "type": "byte",
"value": 8 "value": 151
}, },
"BaseItem": { "BaseItem": {
"type": "int", "type": "int",
@ -90,11 +90,11 @@
}, },
"Cloth1Color": { "Cloth1Color": {
"type": "byte", "type": "byte",
"value": 45 "value": 22
}, },
"Cloth2Color": { "Cloth2Color": {
"type": "byte", "type": "byte",
"value": 52 "value": 22
}, },
"Comment": { "Comment": {
"type": "cexostring", "type": "cexostring",
@ -122,11 +122,11 @@
}, },
"Leather1Color": { "Leather1Color": {
"type": "byte", "type": "byte",
"value": 45 "value": 23
}, },
"Leather2Color": { "Leather2Color": {
"type": "byte", "type": "byte",
"value": 45 "value": 23
}, },
"LocalizedName": { "LocalizedName": {
"type": "cexolocstring", "type": "cexolocstring",
@ -137,11 +137,11 @@
}, },
"Metal1Color": { "Metal1Color": {
"type": "byte", "type": "byte",
"value": 2 "value": 119
}, },
"Metal2Color": { "Metal2Color": {
"type": "byte", "type": "byte",
"value": 0 "value": 7
}, },
"PaletteID": { "PaletteID": {
"type": "byte", "type": "byte",
@ -177,11 +177,11 @@
}, },
"xArmorPart_LBice": { "xArmorPart_LBice": {
"type": "word", "type": "word",
"value": 15 "value": 148
}, },
"xArmorPart_LFArm": { "xArmorPart_LFArm": {
"type": "word", "type": "word",
"value": 8 "value": 1
}, },
"xArmorPart_LFoot": { "xArmorPart_LFoot": {
"type": "word", "type": "word",
@ -193,7 +193,7 @@
}, },
"xArmorPart_LShin": { "xArmorPart_LShin": {
"type": "word", "type": "word",
"value": 1 "value": 30
}, },
"xArmorPart_LShou": { "xArmorPart_LShou": {
"type": "word", "type": "word",
@ -201,7 +201,7 @@
}, },
"xArmorPart_LThig": { "xArmorPart_LThig": {
"type": "word", "type": "word",
"value": 3 "value": 31
}, },
"xArmorPart_Neck": { "xArmorPart_Neck": {
"type": "word", "type": "word",
@ -209,11 +209,11 @@
}, },
"xArmorPart_Pelvi": { "xArmorPart_Pelvi": {
"type": "word", "type": "word",
"value": 22 "value": 50
}, },
"xArmorPart_RBice": { "xArmorPart_RBice": {
"type": "word", "type": "word",
"value": 15 "value": 148
}, },
"xArmorPart_RFArm": { "xArmorPart_RFArm": {
"type": "word", "type": "word",
@ -233,7 +233,7 @@
}, },
"xArmorPart_RShin": { "xArmorPart_RShin": {
"type": "word", "type": "word",
"value": 1 "value": 30
}, },
"xArmorPart_RShou": { "xArmorPart_RShou": {
"type": "word", "type": "word",
@ -241,10 +241,10 @@
}, },
"xArmorPart_RThig": { "xArmorPart_RThig": {
"type": "word", "type": "word",
"value": 3 "value": 31
}, },
"xArmorPart_Torso": { "xArmorPart_Torso": {
"type": "word", "type": "word",
"value": 8 "value": 151
} }
} }

Binary file not shown.