mr.devolver
New member
I don't know if he was injured. Is there any indicator that would let me know? And if he loses health, is there any way we can heal him?Sounds like there is a buff running that causes them to lose health...assuming he had food and water....was he injured at all? If you want to help test... Comment out the Maslow task and remember the subsequent tasks so there are no number gaps.
I would like to help, but I'm not sure what exactly should I do?
So, should I just comment out this line for all NPCs?
Code:
<property name="AITask-6" value="MaslowLevel1SDX, Mods"/>
Code:
<!-- <property name="AITask-6" value="MaslowLevel1SDX, Mods"/> -->
EDIT:
In the meantime, I made a backup file and started editing the original xml file according to these changes (I hope they are correct). While doing these changes, I noticed that there is a difference between NPCAmmo (the NPC I hired) and the rest of the NPCs:
Before this task:
Code:
<property name="AITask-9" value="WanderSDX, Mods"/>
Code:
<property name="AITask-6" value="Look"/>
Code:
<property name="AITask-8" value="GuardSDX, Mods"/>
Last edited by a moderator: