Hey, I would like to add 2 values to my propitem.txt without updating the whole source to another version.
I added this to CProject::LoadPropItem
and these values to struct ItemProp
Now when I start my server the worldserver is crashing, because it doesn't read my propitem.txt correctly.
Is there any value holding the maxparam?
Can anyone give me some hints on how to make this work?
I appreciate your help!
I added this to CProject::LoadPropItem
Code:
prop.bCanLooksChange = scanner.GetNumber(); prop.bIsLooksChangeMaterial = scanner.GetNumber();
Code:
BOOL bCanLooksChange; BOOL bIsLooksChangeMaterial;
Is there any value holding the maxparam?
Can anyone give me some hints on how to make this work?
I appreciate your help!