Hentai Heroes++ (OCD) Season version

Adding things here and there in the Hentai Heroes game.

< Feedback on Hentai Heroes++ (OCD) Season version

Review: Good - script works

§
Posted: 02. 08. 2024

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 to girl.affection_details, but still the Kobans, cash etc. icons are missing

2. 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

§
Posted: 10. 08. 2024
Edited: 10. 08. 2024

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.png

girlShardsDictionary.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

Tom208Author
§
Posted: 17. 08. 2024

Thanks for your report.
I'm currently in vacation, so I'll take care of that when I come back.

§
Posted: 02. 09. 2024
Edited: 02. 09. 2024

Hi again. Just dropping by to report that the latest script update – v0.81.6 – broke the second villain name in the “Fight a villain menu”.

Anyway, thanks for all the small fixes you made so far. Appreciate it!

Tom208Author
§
Posted: 02. 09. 2024

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.

§
Posted: 03. 09. 2024

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).

Tom208Author
§
Posted: 04. 09. 2024

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.

§
Posted: 05. 09. 2024
Edited: 05. 09. 2024

Thanks a lot! Can confirm it works now.

Post reply

Sign in to post a reply.