Sleazy Fork is available in English.

Harem Heroes++ modified by 1121

Adding things here and there in Harem Heroes game.

< Commentaires sur Harem Heroes++ modified by 1121

Avis: OK - le script fonctionne, mais souffre de quelques problèmes

§
Posté le: 16/06/2020

Updates needed...

Hello, the script is no longer up to date due to the latest updates of the manufacturers. In the harem area, the images in the info block are no longer displayed correctly. The color highlighting of trolls with girls at events does not work anymore. There are probably more areas that need to be revised, maybe other users can add them here in the comments. I hope that the developer reads this and adapts the script :)

Greetings...

§
Posté le: 21/06/2020
Édité le: 21/06/2020

In the harem area, the images in the info block are no longer displayed correctly. The color highlighting of trolls with girls at events does not work anymore.

https://mega.nz/file/lNoH2DBD#IJBxnXLAwErNsju9a-Ryq34kzitep4hhR7uqtUWpw5o

ps: I found that although the image links are correct, they are not loaded. Still investigating ...

§
Posté le: 24/06/2020

to make league stuff usable replace code at 1813 with the following

if (league_tag == 9) {
    $('div.league_end_in').append('<span class="scriptLeagueInfo">'

// + ' ' + leagueWinnings // + 'Refill costs: " + nThousand(leagueRefillCost) + ' (+' + leagueFifteenCost + ')
Highest reward: ' + nThousand(leagueKobans) + '
' + ' ' + challengesPossible + '/' + challengesLeft + ' _ _ _ _ _ _ ' + '' + texts[lang].challengesregen + challengesPossible + texts[lang].challengesleft + challengesLeft + '' + ' ' + maxDemoteDisplay + '' + texts[lang].demote + nThousand(maxDemotePoints) + ' ' + texts[lang].points + '.' + ''); } else { $('div.leagueendin').append('' // + ' ' + leagueWinnings // + 'Refill costs: ' + nThousand(leagueRefillCost) + ' (+' + leagueFifteenCost + ')
Highest reward: ' + nThousand(leagueKobans) + '
' + ' ' + challengesPossible + '/ ' + challengesLeft + ' _ _ _ _ _ _ ' + '' + texts[lang].challengesregen + challengesPossible + texts[lang].challengesleft + challengesLeft + '' + ' ' + maxStagnateDisplay + ' _ _ _ _ _ _ ' + '' + texts[lang].promote + nThousand(maxStagnatePoints) + ' ' + texts[lang].points + '.' + ' ' + maxDemoteDisplay + '' + texts[lang].demote + nThousand(maxDemotePoints) + ' ' + texts[lang].points + '.' + '
'); }

§
Posté le: 24/06/2020

for event villans replace the following at line 639

if (typeof eventobjectdata !== 'undefined') { eventobjectdata.girls.forEach(function(girl) { if(girl.hasOwnProperty('troll')) {

to

if (typeof eventdata !== 'undefined') { eventdata.girls.forEach(function(girl) { if(girl.hasOwnProperty('troll') && girl.troll != null) {

§
Posté le: 24/06/2020

the rest is still usable, the original images that the script used were deleted by imgur so there isnt much u can do to get those back

§
Posté le: 25/06/2020

for images replace the following:

f="stats" src="https://i.imgur.com/DwsBavN.png" to f="stats" src="https://i.harem-battle.club/images/2018/08/14/uyC.png"

'background-image: url("https://i.imgur.com/hnnHBux.png");' to 'background-image: url("https://i.harem-battle.club/images/2017/01/07/0Gsvn.png");'

'background-image: url("https://i.imgur.com/7nhmtbM.png");' to 'background-image: url("https://i.harem-battle.club/images/2017/09/13/FPE.png");'

'background-image: url("https://i.imgur.com/7nhmtbM.png");' to 'background-image: url("https://i.harem-battle.club/images/2017/09/13/FPE.png");'

'background-image: url("https://i.imgur.com/gcHRutY.png"); }'); to 'background-image: url("https://i.harem-battle.club/images/2016/12/29/R9HWCKEtD.png"); }');

'background-image: url("https://i.imgur.com/hnnHBux.png"); }'); to 'background-image: url("https://i.harem-battle.club/images/2017/01/07/0Gsvn.png"); }');

'background-image: url("https://i.imgur.com/sXeZTZL.png"); }'); to 'background-image: url("https://i.harem-battle.club/images/2016/08/30/gNUo3XdY.png"); }');

'background-image: url("https://i.imgur.com/gcHRutY.png");' to 'background-image: url("https://i.harem-battle.club/images/2016/12/29/R9HWCKEtD.png");'

§
Posté le: 02/07/2020
Édité le: 27/07/2020

For people who just want to fix missing images, i let you the fixed script below. I just added the Jaraya replacing links.

https://hastebin.com/iyuhinebec.user.js

For the author, 1121 : Feel free to remove this post once you fixed your script.

Edit 28/07/2020 : Links updated into new valid adresses. New userscript here : https://hastebin.com/iyuhinebec.user.js

Poster une réponse

Connectez-vous pour poster une réponse.