M1cromanagement Posted September 8, 2020 Share Posted September 8, 2020 For Example the Block <block name="woodLogPillar100"> <drop event="Harvest" name="resourceWood" count="5" tag="oreWoodHarvest"/> </block> but if im editing into <drop event="Harvest" name="resourceWood" count="5" tag="HarvestMoreWood"/> and change in progression.xml <passive_effect name="HarvestCount" operation="perc_add" level="1,5" value=".2,1" tags="oreWoodHarvest"/> to <passive_effect name="HarvestCount" operation="perc_add" level="1,5" value=".2,1" tags="HarvestMoreWood"/> it doesnt work, Why ? ---- Ok i know i can add <passive_effect name="HarvestCount" operation="base_set" level="1,5" value="5,25" tags="HarvestMoreWood"/> but thats not what i want 😕 Link to comment Share on other sites More sharing options...
Gazz Posted September 8, 2020 Share Posted September 8, 2020 If you do not have a base_set then your perc_add increases a value of 0 by 20 to 100%. Do the math... Link to comment Share on other sites More sharing options...
M1cromanagement Posted September 8, 2020 Author Share Posted September 8, 2020 Im so sorry, i didnt definied in entityclasses.xml thats why i cant get a perc_add in progression xml.. Thank you!!!!!!!!! Link to comment Share on other sites More sharing options...
mr.devolver Posted September 8, 2020 Share Posted September 8, 2020 7 minutes ago, M1cromanagement said: Im so sorry, i didnt definied in entityclasses.xml thats why i cant get a perc_add in progression xml.. Thank you!!!!!!!!! Micromanagement is the key. Link to comment Share on other sites More sharing options...
M1cromanagement Posted September 8, 2020 Author Share Posted September 8, 2020 mah dude, i know its more like one stupid question after another^^ but i like the way, head through the wall 😛 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.