Recent content by dragonslayer770

  1. dragonslayer770

    XPath Modding Explanation Thread

    I did change that, but I still get that invalid token, not sure what that is.
  2. dragonslayer770

    XPath Modding Explanation Thread

    Ok, thank you, I'll try that I tried it with mods and by itself, and still get the invalid token at the end, and my modinfo has the wrong version, the log says I should change it for more compatibility. I'll take it out, and if someone makes a zombie lootdropprob mod, I'll look at it and see...
  3. dragonslayer770

    XPath Modding Explanation Thread

    --UPDATE-- I changed the @value to 0.07 I changed my modinfo Here <?xml version="1.0" encoding="UTF-8"?> <xml> <Name value="MoreZombieLoot"/> <DisplayName value="dragonslayer770_More_Zombie_Loot"/> <Description value="Rases The Zombie loot percent"/> <Author...
  4. dragonslayer770

    XPath Modding Explanation Thread

    @Gouki, I did with you, said, and took the second contains out, but it's still not working Here's the code <set xpath="/entity_classes/entity_class[contains(@name, 'zombie')]/property[(@name, 'LootDropProb')]/@value">0.75</set> And here's the modinfo <?xml version="1.0" encoding="UTF-8"?>...
  5. dragonslayer770

    XPath Modding Explanation Thread

    OK, thank you, I'll change it.
  6. dragonslayer770

    XPath Modding Explanation Thread

    --UPDATE-- I got the mods to work, but does this change the zombies lootdrop <set xpath="/entity_classes/entity_class[contains(@name, 'zombie')]/property[contains(@name, 'LootDropProb')]/@value">0.75</set>
  7. dragonslayer770

    XPath Modding Explanation Thread

    With v2 of the game out, do I need to put my mods folder in appdata /Roaming/7daystodie/ And do I need a new 0_TFP_Harmony mod?
  8. dragonslayer770

    Mod help please

    Can someone tell me if this x path still works? Thank you. &lt;set xpath="recipes/recipe[@name='foodBaconAndEggs']/ingredient[@name='foodRawMeat']/@count"&gt;2&lt;/set&gt;        &lt;set xpath="recipes/recipe[@name='foodBaconAndEggs']/ingredient[@name='foodEgg']/@count"&gt;1&lt;/set&gt;
  9. dragonslayer770

    zombie loot drop prob

    Does anyone know what mod has the zombie loot drop prob increase or know the x path I need to make the mod
  10. dragonslayer770

    7-day horde indicator

    High everyone, I'm using Shado47-ImmersiveDays and it takes away the red numbers, the 7-day horde indicator, I can't find the code that changes it, So I can change it back. Any help would be great, And thank you.
  11. dragonslayer770

    Modlet server not showing up in server list

    is there a new way to install modlets for a 21.2 b(30)? my server will not show up in the server list if modded. if it's not modded my friends can find my server in the server list. here's the mods I'm using  EpicSpire's 91 Slot backpack and Pack Mule fix A21 KHA21-3SlotForge...
  12. dragonslayer770

    healing bedroll

    hi all I'm trying to make the bedroll heal you when you steep on it but my code don't work heres what i have  blocks &lt;configs&gt;          &lt;append xpath="/blocks/block[@name='bedroll']"&gt;     &lt;property name="BuffsWhenWalkedOn" value="buffHealHealth"/&gt;     &lt;/append&gt;   ...
  13. dragonslayer770

    IOException: Sharing violation

    hello, I've been getting this now and thin yes, I started a new game yes, I tried with and without mods I turned the aec off and the same yes, I have validated my files through Steam and started a new game I uninstalled the game, and I deleted the 7 days to die folder in appdata  here is...
  14. dragonslayer770

    STALLIONSDENS & VALMARS A21/V1.0 Modlets

    not sure but i thank the stump is mest up here the log ERR [EOS] [LogEOSMessaging - Error] Failed to connect to Stomp! Could not initialize connection 2022-01-05T20:48:06 392.850 WRN [EOS] [LogHttp - Warning] 000001C39E3C4AB0: invalid HTTP response code received. URL...
Back
Top