Cernwn Refugee Nov 25, 2019 #1 Code: <set xpath="entity_classes/entity_class[contains(@name, 'zombie')]/property[@name='JumpMaxDistance']/@value">0, 0</set> Without adding additional lines, how would I EXCLUDE from this zombies with name containing:'Spider' or Tags:'feral' or 'animal'? Basically want to leave the values at vanilla for spider zombies, ferals or zombie animals. Last edited by a moderator: Nov 26, 2019
Code: <set xpath="entity_classes/entity_class[contains(@name, 'zombie')]/property[@name='JumpMaxDistance']/@value">0, 0</set> Without adding additional lines, how would I EXCLUDE from this zombies with name containing:'Spider' or Tags:'feral' or 'animal'? Basically want to leave the values at vanilla for spider zombies, ferals or zombie animals.
Cernwn Refugee Nov 26, 2019 #2 Nvm, found what I was trying to do by looking at some of Ragsy's code for Classic Style Zombies modlet. Last edited by a moderator: Nov 26, 2019
Nvm, found what I was trying to do by looking at some of Ragsy's code for Classic Style Zombies modlet.