Anonymous

Money Making/Development: Difference between revisions

From Melvor Idle
Line 16: Line 16:
mod.getDevContext().patch(SkillWithMastery, 'addMasteryXP').replace(function(o) {});
mod.getDevContext().patch(SkillWithMastery, 'addMasteryXP').replace(function(o) {});
mod.getDevContext().patch(SkillWithMastery, 'addMasteryPoolXP').replace(function(o) {});
mod.getDevContext().patch(SkillWithMastery, 'addMasteryPoolXP').replace(function(o) {});
</pre>
Lastly, run the following to collect the data:
<pre>
game.testForOffline(1000)
</pre>
</pre>


964

edits