Sleazy Fork is available in English.

HaremHeroes Automatic

Open the menu in HaremHeroes(topright) to toggle AutoControlls. Supports AutoSalary, AutoContest, AutoMission, AutoQuest, AutoTrollBattle, AutoArenaBattle and AutoPachinko(Free). Messages are printed in local console.

< Σχολιασμός για τον κώδικα HaremHeroes Automatic

Ερώτηση/σχόλιο

§
Δημοσιεύτηκε: 17/09/2018

AutoArenaBattle doesnt work

when is activated nothing happend

§
Δημοσιεύτηκε: 18/09/2018

I don't know what's going on, but the only temp fix I've found is uninstalling and reinstalling the script. It worked for a few days until it stopped working again.

§
Δημοσιεύτηκε: 20/09/2018

Locate the string:

var battle_price = battleButton.attr("price_fe");

and change it to:

var battle_price = battleButton.find('span').size()>0?battleButton.attr("price_fe"):0;

Should work for now

§
Δημοσιεύτηκε: 20/09/2018
Επεξεργάστηκε: 20/09/2018

@"Dorten D" dijo: Locate the string:

var battle_price = battleButton.attr("price_fe");

and change it to:

var battle_price = battleButton.find('span').size()>0?battleButton.attr("price_fe"):0;

Should work for now

i dont know why, but not work for me

§
Δημοσιεύτηκε: 21/09/2018

What does browser console say?

§
Δημοσιεύτηκε: 21/09/2018
Επεξεργάστηκε: 21/09/2018

Its > @"Dorten D" dijo:

What does browser console say?

i mean, i changed that line like you said, its number 610. Did it, but autobattlearena still not working for me

in fact, i tried this new version too, https://openuserjs.org/scripts/jayar911/HaremHeroes_Automatic

doesnt works AutoBattleArena neither, but autosalary works perfectly, on both scripts

Im doing this with Chrome last version

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.