Jump to content

why the hell is this not working


h0tr0d

Recommended Posts

I tried doing this as Holding a bow, no dice so I stripped it down to any weapon. Vultures are listed as a zombie in the entityclasses.xml but even so I tried AnimalKill and Zombiekill.

 

Nothing I have tried makes it so it updates when you kill a vulture. Any weapon it always lists as 0 killed when you kill any amount.

 

 

 

 

<quest id="challenge_vulture" name_key="This challenge is for the birds" subtitle_key="You think Stephen King had it bad?" description_key="Kill some vultures using a bow and arrows.-O.B.E.4." icon="ui_game_symbol_zombie"

repeatable="true" category_key="challenge" offer_key="Kill some vultures using a bow and arrows. Don't think; just do. -O.B.E.4." difficulty="medium">

<objective type="Time" value="600" optional="true" />

<objective type="ZombieKill" id="animalZombieVulture" value="6" />

 

 

<reward type="SkillPoints" value="1" />

<reward type="SkillPoints" value="1" optional="true" />

</quest>

Link to comment
Share on other sites

This might be stupid... but try adding this to the animalzombievulture entity listing...

 

<property name="Faction" value="undead"/>

 

The zombie dogs have that and they use <objective type="ZombieKill" id="animalZombieDog" value="4" /> for the dog days challenge.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...