Hotfix for mob not giving xp

and adjusted some mobs near the same ares.
This commit is contained in:
EpicValor
2023-10-08 02:52:36 -05:00
parent 2dbcfb160b
commit 00c6a80e45
18 changed files with 805 additions and 144 deletions

View File

@@ -22,19 +22,19 @@
},
"ArmorPart_LHand": {
"type": "byte",
"value": 8
"value": 155
},
"ArmorPart_LShin": {
"type": "byte",
"value": 6
"value": 11
},
"ArmorPart_LShoul": {
"type": "byte",
"value": 12
"value": 19
},
"ArmorPart_LThigh": {
"type": "byte",
"value": 6
"value": 10
},
"ArmorPart_Neck": {
"type": "byte",
@@ -42,7 +42,7 @@
},
"ArmorPart_Pelvis": {
"type": "byte",
"value": 5
"value": 6
},
"ArmorPart_RBicep": {
"type": "byte",
@@ -58,7 +58,7 @@
},
"ArmorPart_RHand": {
"type": "byte",
"value": 8
"value": 155
},
"ArmorPart_Robe": {
"type": "byte",
@@ -66,19 +66,19 @@
},
"ArmorPart_RShin": {
"type": "byte",
"value": 6
"value": 11
},
"ArmorPart_RShoul": {
"type": "byte",
"value": 12
"value": 19
},
"ArmorPart_RThigh": {
"type": "byte",
"value": 6
"value": 10
},
"ArmorPart_Torso": {
"type": "byte",
"value": 35
"value": 15
},
"BaseItem": {
"type": "int",
@@ -90,11 +90,11 @@
},
"Cloth1Color": {
"type": "byte",
"value": 45
"value": 139
},
"Cloth2Color": {
"type": "byte",
"value": 51
"value": 55
},
"Comment": {
"type": "cexostring",
@@ -102,7 +102,7 @@
},
"Cost": {
"type": "dword",
"value": 1488698
"value": 1630754
},
"Cursed": {
"type": "byte",
@@ -126,11 +126,11 @@
},
"Leather1Color": {
"type": "byte",
"value": 45
"value": 139
},
"Leather2Color": {
"type": "byte",
"value": 41
"value": 55
},
"LocalizedName": {
"type": "cexolocstring",
@@ -140,7 +140,7 @@
},
"Metal1Color": {
"type": "byte",
"value": 3
"value": 57
},
"Metal2Color": {
"type": "byte",
@@ -231,7 +231,7 @@
},
"CostValue": {
"type": "word",
"value": 3
"value": 5
},
"Param1": {
"type": "byte",
@@ -503,19 +503,19 @@
},
"xArmorPart_LHand": {
"type": "word",
"value": 8
"value": 155
},
"xArmorPart_LShin": {
"type": "word",
"value": 6
"value": 11
},
"xArmorPart_LShou": {
"type": "word",
"value": 12
"value": 19
},
"xArmorPart_LThig": {
"type": "word",
"value": 6
"value": 10
},
"xArmorPart_Neck": {
"type": "word",
@@ -523,7 +523,7 @@
},
"xArmorPart_Pelvi": {
"type": "word",
"value": 5
"value": 6
},
"xArmorPart_RBice": {
"type": "word",
@@ -539,7 +539,7 @@
},
"xArmorPart_RHand": {
"type": "word",
"value": 8
"value": 155
},
"xArmorPart_Robe": {
"type": "word",
@@ -547,18 +547,18 @@
},
"xArmorPart_RShin": {
"type": "word",
"value": 6
"value": 11
},
"xArmorPart_RShou": {
"type": "word",
"value": 12
"value": 19
},
"xArmorPart_RThig": {
"type": "word",
"value": 6
"value": 10
},
"xArmorPart_Torso": {
"type": "word",
"value": 35
"value": 15
}
}