just to see if anyone knows specifiacally how to. I made a mod with a content, and the approrpaite fodler where I copies the original wares.xml and just changed a couple values. the game doesn't recognize the changes though. im guess I need a smaller file that has coding to append the original value, vs using the whole wares.sml file. anyone know how to do this?
thanks
how to alter ware prices?
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 141
- Joined: Thu, 29. Apr 10, 14:05
Re: how to alter ware prices?
I used this method for altering paint mod prices. Hope it helps!
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<diff>
<replace sel="/wares/ware[@id='paintmod_0001']/price">
<price min="75000" average="150000" max="225000" />
</replace>
</diff>