Search found 1 match

by mitom0198
Fri Oct 28, 2022 7:11 pm
Forum: Tools
Topic: Idle Skilling Mod
Replies: 34
Views: 37660

Re: Idle Skilling Mod

V2.2 forgot to change the price of candy.
Quick fix until the update:
-Search and replace:

Code: Select all

else if (50 <= b.engine.getGameAttribute("sparklecoin"))
with

Code: Select all

else if (0 <= b.engine.getGameAttribute("sparklecoin"))