Jump to content

Unable to apply damage mod?


Recommended Posts

Not sure what is wrong here. I've triple-checked my spelling and the paths and it seems to be perfect, but it won't apply. It won't tell me WHY it won't apply, but it won't. I'm trying to make blade traps and barbed fences stronger for a modlet and for whatever reason, it isn't working. I even tried 10k health (see below) and still nothing. Just a warning that it won't apply.

<configs>
    <set xpath="/materials/material[@name='MbarbedFence']/property[@name='MaxDamage']/@value">10000</set>
    <set xpath="/materials/material[@name='MmetalBladeTrap']/property[@name='MaxDamage']/@value">10000</set>
</configs>

I am assuming these are either short or unsigned short values since the blade trap is at 2k by default, so I shouldn't be going over any limit, even at the ridiculous 10k I am trying. What have I done wrong here?

Edited by The_Great_Sephiroth (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...