Open the menu in HaremHeroes(topright) to toggle AutoControlls. Supports AutoSalary, AutoContest, AutoMission, AutoQuest, AutoTrollBattle, AutoArenaBattle and AutoPachinko(Free), AutoLeagues, AutoChampions and AutoStatUpgrades. Messages are printed in local console.
< Feedback on HaremHeroes Automatic++
var Trollz=["Latest","Dark Lord","Ninja Spy","Gruntt","Edwarda","Donatien","Silvanus","Bremen","Finalmecia","Roko Senseï","Karole","Jackson\'s Crew","Pandora witch"];
var Trollz=["Latest","Dark Lord","Ninja Spy","Gruntt","Edwarda","Donatien","Silvanus","Bremen","Finalmecia","Roko Senseï","Karole","Jackson\'s Crew","Pandora witch","Nike"];
Change the whole function "var getPachinko = function()" start on the line 1294 to 1334
For this:
var getPachinko = function(){
try {
if(!gotoPage("pachinko"))
{
// Not at Pachinko screen then goto the Pachinko screen.
console.log("Navigating to Pachinko window.");
return;
}
else {
console.log("Detected Pachinko Screen. Fetching Pachinko");
var butt1;
var counter=0;
while (butt1===undefined && (counter++)<250)
{
console.log('to great');
butt1=$('.game-simple-block[type-pachinko=great]')[0].click();
}
if ($('#playzone-replace-info button[free="0"]')[0])
{
console.log('Not ready yet');
}
else
{
butt1=$('#playzone-replace-info button[free="1"]')[0].click();
}
var npach;
for(var e in unsafeWindow.HHTimers.timers){
if(unsafeWindow.HHTimers.timers[e].$elm && unsafeWindow.HHTimers.timers[e].$elm.selector.startsWith(".pachinko_change"))
npach=unsafeWindow.HHTimers.timers[e].remainingTime;
}
if(npach !== undefined || npach !== 0)
{
setTimer('nextPachinkoTime',Number(npach)+1);
}
else
{
clearTimer('nextPachinkoTime');
}
}
}
catch (ex) {
console.log("Could not collect Great Pachinko... " + ex);
}
};
Let me know if it worked too.
Edit: For version 4.353 of the script