Jump to content

renalove

Members
  • Posts

    82
  • Joined

  • Last visited

  • Days Won

    2

renalove last won the day on October 13 2023

renalove had the most liked content!

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

renalove's Achievements

Enthusiast

Enthusiast (6/14)

  • Reacting Well Rare
  • Very Popular Rare
  • First Post Rare
  • Collaborator Rare

Recent Badges

280

Reputation

  1. I updated Battle Simulator and Harem++. I think all bugs are gone, but I don't play on the nutaku server, so please let me know if I missed anything.
  2. Oh, the data on the waifu page does not include the full names of the girls. If you had a girl that was not in the cache, it would crash when searching for a name. Fixed. ---- Sorry, I just noticed that the upload failed. It is now published.
  3. v0.18.0 released. I managed to make Harem++ usable. Harem++ now loads girl data from the waifu page instead of the harem page. Data like level, affection, skill and equipment are now automatically updated, but only for your own girls. The unowned girl that is in the cache data will be displayed. Her shard count will not be updated. The Pachinko filter does not support a girl that is not in the cache data. That data does not include pachinko information. The script needs to send 1700 server requests to make all the features work. 😫
  4. The script cannot load the data from the harem page, so the cached data should be displayed. Since the cache data is not updated, the girls' levels and affections are not updated. Girls added to the harem are also not displayed. If you delete the cache data, the script will stop working completely. No, the changes have not been reverted. The girls are now filtered and sorted on the server side, and 24 girls are loaded per scroll down. Each time a girl is selected, the detailed data for that girl is loaded. Although this has increased the lag due to more processing on the server side, I believe it is now faster on mobile devices.
  5. Oops, the promotion has started, but I refilled a lot yesterday. 😫
  6. Important Notice Now Harem++ does not work on the test server due to harem loading optimization. I bet it won't work on the production server either. Unfortunately I cannot fix this. It needs significant rework. Maybe it would be faster to remake it. I will wait and see for a while.
  7. On the test server, the skill bug has been fixed and the harem pose filter now includes unowned girls. On the production server, the pose filter still does not include such girls, so the skill bug is not fixed yet. ----- Oops, the pose filter matches all unowned girls. So the girls whose poses match will be mixed with the unowned girls whose poses do not match.
  8. If you defeat a weak enemy with weak hero equipment, the next enemy will be... Let's drop this topic. 😊
  9. It seems that double girl does not double the drop rate. 102 and 63 shards from 250 CP (1 x50 and 20 x10) Shard rate = (102 + 63) / 250 = 0.66 / CP
  10. As far as I have tested, if a player is equipped with AME or LME, their stats will not be updated when their booster expires. In other words, a player whose stats is not updated when their booster expires is equipped with AME or LME.
  11. Remember to disable the script before sending a ticket. I recently noticed that when the local storage is full due to the 430i script, HH++ crashes and nothing is displayed in the harem.
  12. Reading the line above it, I found a workaround for the bug. if (localStorage.ch_pos) { if (this.isMobileSize()) { localStorage.removeItem("ch_pos") } else { var coord = jsonParse(localStorage.ch_pos); this.$rootContainer.css({ top: coord.top, left: coord.left }) } } To work around this bug, either delete ch_pos from local storage or run the following code in the browser console. Reload and the chat will be restored. localStorage.removeItem("ch_pos")
×
×
  • Create New...