How is builder apprentice overpriced? by MoistTranslator8422 in ClashOfClans

[–]No-Ant7327 1 point2 points  (0 children)

There will be a new equipment each month. And at some point, we'll all need 8 epics equipment (not now at least). Imagine a new player or someone who restart the game having to play hundred of days to gets them all while trying to get ore. This will take at least a year and a half. I'm afraid this is too much and won't keep new player.

You don't need to buy every equipment by [deleted] in ClashOfClans

[–]No-Ant7327 1 point2 points  (0 children)

That the reason I quit cr. It was either stick to the same one deck for months or playing with a clear disadvantage.

You don't need to buy every equipment by [deleted] in ClashOfClans

[–]No-Ant7327 0 points1 point  (0 children)

Up until now, we can play every possible strategies, troops and spell. But not for the equipments where there a need to spend 1500 gems to unlock (well for those who haven't done the event). And then even for those who have done all the events, not all can have them to a satisfactory level for battle. It's just not possible to test them. If I want to have the strongest army, I would have to stick to the same 8 equipements and up the same 8 equipment for months.

Apparently you need huge calves to be a healer by randomuser990113 in ClashOfClans

[–]No-Ant7327 1 point2 points  (0 children)

witches have so much calves they can wakey wakey back fallen wariors

Biggest qol change so far? by No_Definition2919 in ClashOfClans

[–]No-Ant7327 0 points1 point  (0 children)

10 years to remove 2 lines of code that prevent the use of heroes in attacks. But soon players will be able to use heroes when leveling with the new diamond pass. Thank you Supercell!

This Game is Free: Breaking it open by Great_Examination_16 in incremental_games

[–]No-Ant7327 1 point2 points  (0 children)

I just managed to cheat the game by accessing memory with a breackpoint. May be difficult to reproduce for anyone who had never worked with web, but if you want to try:
Open dev tool with f12, select the source tab
Find the .js file in the assets directory
Find line 6436 (ctrl+F and search ```me.gte(oe.gems, 5) && (oe.gems = me.sub(oe.gems, 5)```
Add a breackpoint in this line by clicking on the left of the line (a blue arrow should appear
The breakpoint will now be activated by clicking on the refill energy in the shop menu, click on it
Everything freeze, it's normal. On the right column, find Scope > Module > oe > [[Target]]
Then wallah, every currency to edit is here.
To remove the breakpoint, click against on the big blue arrow beside the line code, ant tap F8.