Sleazy Fork is available in English.
Adding things here and there in the Hentai Heroes game.
< Feedback on Hentai Heroes++ (OCD) Season version
11. Currently, in MangaRPG there is an ongoing Legendary Days event, but the girl you can get from “Troll Hound” is not highlighting in the fight menu.
Screenshot: https://i.postimg.cc/x0S5Ljcw/www-mangarpg-com-event-html-tab-event-5.pnggirlShardsDictionary.get(parseInt(eventTrolls[j].id, 10)).shards
– .shards
should probably be changed to .sh
(otherwise it returns shard count as undefined
). Though that doesn't fix this; this line if (eventTrolls[j].troll == (i + 1) && shards != 100) {
is what seems to cause problems:
eventTrolls[j].troll here is 3
i is 1
shards is undefined
I'm guessing that this probably also happens in case of window.HH_UNIVERSE == 'star_t'
or window.HH_UNIVERSE == 'nutaku_t'
where troll id 10 got skipped.
12. The text on the PoP shortcut button for MangaRPG should probably say, “Expeditions” (instead of “Places”)
Screenshot: https://i.postimg.cc/9fryCkxj/obraz.png
Thanks for your report.
I'm currently in vacation, so I'll take care of that when I come back.
Thanks for the notice. I think I found the issue and fixed it in the last version (0.81.7).
About the gap added by the script between the list of rewards and the OK button on the missions page, it is intentional. Indeed, with this gap, the OK button is close to the "claim rewards" button on every place of power.
Unfortunately, the second villain is now completely gone from the “Fight a villain menu”. Can I somehow help you fix/debug this, like by running some commands in the browser console, or would you like for me to share some test MangaRPG account that has access to the second villain unlocked?
Also, I wanted to remind you of the previous feedback I made here https://sleazyfork.org/en/scripts/415625-hentai-heroes-ocd-season-version/discussions/249721 regarding this second villain. After your fixes you made then, it was working fine – the correct name was displayed and if you click on that villain in the menu, it brought you to the correct URL. The only problem that remained after your fixes (I didn't notice it back then yet) was that the script was not highlighting the second villain if there was an event where you can get some event girl from that villain (you can check my recent screenshot I attached here to see that only Jeshtar is highlighted in green).
It should be fixed now. I made a few changes to the script so as not to be bothered by the erratic identification of worlds and villains by Kinkoid.
Thanks a lot! Can confirm it works now.
Hi again. Would you be able to fix the script not correctly scrolling back to the last unclaimed reward on the Seasons page (if the “Hide claimed rewards” option is enabled)? (If I recall correctly, this is also bugged on the Path of Attraction event pages).
Here's a video showing the bug: https://www.youtube.com/watch?v=YE39F924PlI
Also, how about making the script immediately hide the rewards you just claimed (if the aforementioned option is enabled in the script settings; just like zoo's/Numbers script does it)?
A bit off-topic, but since I'm reporting something already, I might as well report some another minor thing too – the right side of the chest icon next to your experience bar is not clickable, it's covered by the energy bar. Screenshot: https://i.imgur.com/qHkE5CM.png
Thanks for the report. I fixed these issues in the last update.
In MangaRPG, with the script enabled (and the “Shortcuts/Timers” option enabled), the text inside the Path of Glory box on the main screen is not displayed correctly – the script adds a timer (timer icon + text saying “0s”) even though that feature/path is not yet available, so it overlaps with the “Coming soon” text.
Hi. Just wanted to share some feedback / bug reports I have noted:
1. On the Harem page, the upgrade cost values are always 0, currency images are not displaying, and the question mark icon (hovering on which opens the pop-up with the upgrade costs) is overlapping on the awakening button
Screenshot: https://i.postimg.cc/vYgC5FNd/obraz.png
The following error shows up in the browser console when you click on a girl who is not at max affection level:
“TypeError: Cannot read properties of undefined (reading 'level')”
To fix that, change
girl.Affection
togirl.affection_details
, but still the Kobans, cash etc. icons are missing2. On the Leagues page, the Perform button is overlapping on the opponent list
Screenshot: https://i.postimg.cc/YkNphQKq/obraz.png
3. On the Leagues page, the Filter button is overlapping on the league stats (if the “Clubs” tab is missing; this e.g. is a case with MangaRPG)
Screenshot: https://i.postimg.cc/4XjC83kS/obraz.png
4. On the Seasons Arena page, the shortcut buttons for Pantheon and Places of Power overlap on the Perform button (1) and (2; this could be intentional) the “Girl” text is not showing above “XP” and “Aff”
Screenshot: https://i.postimg.cc/69wssmqr/obraz.png
5. On the Places of Power page, the button for claiming all rewards is smaller than the one to the left of it
Screenshot: https://i.postimg.cc/rc49WFQp/obraz.png
6. On the Missions page in the Rewards pop-up (the one that shows up when you claim the reward for the completed mission), there is a gap added by the script between the list of rewards and the OK button (this may be also intentional, not sure)
Screenshots:
(without the script) https://i.postimg.cc/08Lw27g0/www-hentaiheroes-com-activities-html-tab-missions.png
(with the script) https://i.postimg.cc/F9fS4D6K/www-hentaiheroes-com-activities-html-tab-pop-1.png
7. On the Labyrinth's Squad Selection page, the Power values are missing under the girls with the Role icon added
Screenshot: https://i.postimg.cc/pP3TDx02/obraz.png
8. Player experience text looks weird when you earn XP
Screenshot: https://i.postimg.cc/4fPsFT1H/obraz.png
9. With the script enabled, it is hard to close the Mega Event window with an X button – its “hitbox” is smaller (clicking on its top part does nothing)
Screenshot: https://i.postimg.cc/4G2JtXnj/obraz.png
10. The event end timers on the Path of Valor/Glory pages on MangaRPG or e.g. PornstarHarem gets overlapped by the page title banner
Screenshots:
(without the script) https://i.postimg.cc/7DCqnj2h/www-mangarpg-com-path-of-valor-html-1.png
(with the script) https://i.postimg.cc/mR0BXVYw/www-mangarpg-com-path-of-valor-html.png