Practice Dummies should give XP

Practice Dummies should give XP.  Updated release archive.
This commit is contained in:
Jaysyn904 2025-02-03 20:48:56 -05:00
parent dc6bc05eda
commit 581eab9456
6 changed files with 283 additions and 8 deletions

View File

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

View File

@ -443,6 +443,82 @@
"type": "resref",
"value": "amanbrakulmit005"
},
"xArmorPart_Belt": {
"type": "word",
"value": 8
},
"xArmorPart_LBice": {
"type": "word",
"value": 7
},
"xArmorPart_LFArm": {
"type": "word",
"value": 15
},
"xArmorPart_LFoot": {
"type": "word",
"value": 5
},
"xArmorPart_LHand": {
"type": "word",
"value": 5
},
"xArmorPart_LShin": {
"type": "word",
"value": 12
},
"xArmorPart_LShou": {
"type": "word",
"value": 19
},
"xArmorPart_LThig": {
"type": "word",
"value": 10
},
"xArmorPart_Neck": {
"type": "word",
"value": 1
},
"xArmorPart_Pelvi": {
"type": "word",
"value": 6
},
"xArmorPart_RBice": {
"type": "word",
"value": 7
},
"xArmorPart_RFArm": {
"type": "word",
"value": 15
},
"xArmorPart_RFoot": {
"type": "word",
"value": 5
},
"xArmorPart_RHand": {
"type": "word",
"value": 5
},
"xArmorPart_Robe": {
"type": "word",
"value": 0
},
"xArmorPart_RShin": {
"type": "word",
"value": 12
},
"xArmorPart_RShou": {
"type": "word",
"value": 19
},
"xArmorPart_RThig": {
"type": "word",
"value": 10
},
"xArmorPart_Torso": {
"type": "word",
"value": 21
},
"XOrientation": {
"type": "float",
"value": 0.0
@ -574,6 +650,18 @@
"type": "resref",
"value": "nw_wswmls012"
},
"xModelPart1": {
"type": "word",
"value": 32
},
"xModelPart2": {
"type": "word",
"value": 42
},
"xModelPart3": {
"type": "word",
"value": 32
},
"XOrientation": {
"type": "float",
"value": 0.0
@ -611,7 +699,7 @@
},
"Cost": {
"type": "dword",
"value": 6862
"value": 6832
},
"Cursed": {
"type": "byte",
@ -697,6 +785,10 @@
"type": "resref",
"value": "nw_ashmlw009"
},
"xModelPart1": {
"type": "word",
"value": 31
},
"XOrientation": {
"type": "float",
"value": 0.0
@ -1021,6 +1113,18 @@
"type": "resref",
"value": "nw_it_mpotion012"
},
"xModelPart1": {
"type": "word",
"value": 31
},
"xModelPart2": {
"type": "word",
"value": 22
},
"xModelPart3": {
"type": "word",
"value": 12
},
"XOrientation": {
"type": "float",
"value": 0.0
@ -1160,6 +1264,18 @@
"type": "resref",
"value": "nw_it_mpotion012"
},
"xModelPart1": {
"type": "word",
"value": 31
},
"xModelPart2": {
"type": "word",
"value": 22
},
"xModelPart3": {
"type": "word",
"value": 12
},
"XOrientation": {
"type": "float",
"value": 0.0
@ -1477,6 +1593,83 @@
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {

Binary file not shown.

View File

@ -1,7 +1,8 @@
void main()
{
object oAttacker;
oAttacker = GetLastAttacker();
object oAttacker = GetLastAttacker();
ExecuteScript("xp_system", OBJECT_SELF);
if(GetIsPC(oAttacker))
{
@ -24,7 +25,7 @@ void main()
}
}
else
{
DestroyObject(oAttacker);
}
}
{
DestroyObject(oAttacker);
}
}

View File

@ -442,6 +442,83 @@
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {