Starslayer71002 Posted May 17, 2019 Share Posted May 17, 2019 (edited) [Resolved]I'm trying to make a Modlet that allows the stone axe to instantly repair, don't really understand why it's not working... here is the code... obviously the syntax looks wrong because tabbing isn't supported: <instantUpgradingStoneAxe> <set xpath="items/item[@name='meleeToolStoneAxe']/property[@name='Repair_amount']/@value">250</set> <set xpath="items/item[@name='meleeToolStoneAxe']/property[@name='Upgrade_hit_offset']/@value">-3</set> </instantUpgradingStoneAxe>I've also tried doing: /property/property and /property[@class='Action1']/propertyI have experience making other Modlets and programming btw. Edited May 21, 2019 by Starslayer71002 Link to comment Share on other sites More sharing options...
Recommended Posts