your file item.xml should be item__mod_id.xml... in your case item__bow_damage.xml and inside that (item__bow_damage.xml) you should only leave edited lines...
Example: <database xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="barbora" xsi:noNamespaceSchemaLocation="item.xsd"> <ItemClasses version="8"> ... All your edits here ... </ItemClasses> </database>
Simple :)
PTF is needed for better mod compatibility, so i hope you will dig into this ;)
Its not working for me . I still have to hit 10-12 arrows to kill . even a headshot right in the face don't kill . They still charge me with arrow sticking on to there eye LoL .
Beautiful mod. Nailing someone in the chest with a wounding arrow SHOULD kill them. They do their little 'ooohhfff arrrrgggggg' and keel over. I caught someone in the arm, didn't kill them but they were still seriously messed up. If you got shot in the arm with an arrow, you ain't swinging a sword too well back then either.
18 comments
your file item.xml should be item__mod_id.xml... in your case item__bow_damage.xml
and inside that (item__bow_damage.xml) you should only leave edited lines...
Example:
<database xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="barbora" xsi:noNamespaceSchemaLocation="item.xsd">
<ItemClasses version="8">
...
All your edits here
...
</ItemClasses>
</database>
Simple :)
PTF is needed for better mod compatibility, so i hope you will dig into this ;)
<?xml version="1.0" encoding="us-ascii"?>
<database xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="barbora" xsi:noNamespaceSchemaLocation="item.xsd">
<ItemClasses version="8">
<MissileWeapon Power="500" Id="0077dfa2-b9be-4ae3-ae59-2803ba49dfcb" Name="cuman_bow_a" />
<MissileWeapon Power="500" Id="0fffb172-2183-4545-bbdb-01e04a3ff32f" Name="bow_b" />
<MissileWeapon Power="500" Id="1c7c82d9-ba66-4702-8988-e018df1d6200" Name="prepadeni_banditBow" />
<MissileWeapon Power="450" Id="41f61fe6-c890-4b56-ab59-54492f6b62ec" Name="bow_b_b" />
<MissileWeapon Power="550" Id="5c23394a-3300-4570-a8b7-ef1c11519047" Name="bow_a" />
<MissileWeapon Power="550" Id="5e7bca7b-844f-4d95-a122-1ce537d7e8be" Name="bow_a_empty" />
<MissileWeapon Power="900" Id="71eb8e1d-86a9-47a4-8d75-9f4a2d76e813" Name="zachranaPtacka_caponRewardBow" />
<MissileWeapon Power="500" Id="7b77a0e9-91cd-403f-be3e-6be6bac8e589" Name="cuman_bow_b" />
<MissileWeapon Power="350" Id="9f79ce5e-ed24-4b21-97ae-7c921544f240" Name="bow_b_empty" />
<MissileWeapon Power="450" Id="ab49c45d-1012-4400-90ab-bd57aa10a72f" Name="bow_b_b_empty" />
<MissileWeapon Power="750" Id="ae873e17-3e99-4dac-830b-3b484b9f887f" Name="bow_e" />
<MissileWeapon Power="550" Id="c6367565-6518-4b7c-8ca1-2dfb0c7a2055" Name="bow_c_c" />
<MissileWeapon Power="500" Id="cd1fe169-bc3b-4c46-96d1-49d9109fbe5e" Name="bow_e_a" />
<MissileWeapon Power="800" Id="d2011311-2315-43a1-a953-76432df04329" Name="bow_c" />
<MissileWeapon Power="350" Id="db354284-2cf9-40a4-bcfc-e78d020204af" Name="bow_b_a" />
<MissileWeapon Power="850" Id="dbe25684-b1e2-4310-8156-e2da9bb60c0d" Name="poi_skrysStarehoPytlaka_poachersBow" />
<MissileWeapon Power="750" Id="ddf6c62b-75b6-47c7-b287-38269670815e" Name="cuman_bow_a_b" />
<MissileWeapon Power="550" Id="f54e6116-6c6c-4712-99a9-8a11e3416e2b" Name="bow_c_b" />
<MissileWeapon Power="900" Id="feea3905-8f49-4098-83b5-7f5a572a45a8" Name="cuman_bow_a_a" />
<MissileWeapon Power="1000" Id="b4a0b9c9-bf92-4cce-ad43-f20f57c892b9" Name="bow_d" />
<MissileWeapon Power="1150" Id="77262956-daee-4a0e-9035-517569f18ef4" Name="bow_d_a" />
<MissileWeapon Power="5000" Id="e3d153b7-352d-4e0d-a998-6577d7aa6389" Name="sedmStatecnych2_raneksBow" />
</ItemClasses>
</database>