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": {
"type": "resref",
"value": "tic01"
},
"Version": {
"type": "dword",
"value": 164
"value": 165
},
"Width": {
"type": "int",

View File

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

View File

@ -160,7 +160,7 @@
"Text": {
"type": "cexolocstring",
"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": {
"type": "dword",
"value": 136
"value": 135
},
"PreventZoomIn": {
"type": "byte",

View File

@ -143,6 +143,13 @@
"value": ""
}
},
{
"__struct_id": 4,
"Comment": {
"type": "cexostring",
"value": ""
}
},
{
"__struct_id": 4,
"Comment": {
@ -6343,6 +6350,34 @@
"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,
"Comment": {

File diff suppressed because it is too large Load Diff

View File

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

Binary file not shown.

View File

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

View File

@ -2,7 +2,7 @@
"__data_type": "UTC ",
"Appearance_Head": {
"type": "byte",
"value": 2
"value": 106
},
"Appearance_Type": {
"type": "word",
@ -105,12 +105,34 @@
"type": "short",
"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": {
"type": "byte",
"value": 1
"value": 132
},
"Color_Skin": {
"type": "byte",
@ -281,7 +303,7 @@
},
"MaxHitPoints": {
"type": "short",
"value": 13
"value": 21
},
"NaturalAC": {
"type": "byte",
@ -719,7 +741,7 @@
},
"xAppearance_Head": {
"type": "word",
"value": 2
"value": 106
},
"xArmorPart_RFoot": {
"type": "word",

View File

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

Binary file not shown.