2,875
edits
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> | ||
edits