Skip to content
EN

Troubleshooting

Extension

Start with Tampermonkey, script enablement and a fresh page reload.

Settings

Most "did nothing" cases begin with empty selection or reserves that block everything.

Report

The result window usually explains the problem faster than guessing.

Check these first:

  1. The userscript is enabled in Tampermonkey.
  2. The game page was refreshed after installation.
  3. The page URL matches Hero Wars or Facebook canvas.
  4. The browser console has no blocking errors.

Some scripts wait for the game runtime, so the button may appear only after the game finishes loading.

Common causes:

  • nothing is selected in settings;
  • the target is already reached;
  • resources are below configured reserves;
  • the action is disabled in a multiselect or checkbox;
  • a Do all run skipped the scenario according to the configured behavior.

Start with the result window. It usually explains more than panic does.

Check:

  • whether the shop is enabled;
  • whether the purchase type is allowed;
  • whether the currency reserve blocks the purchase;
  • whether the item is useful for the current target;
  • whether the selected mode ignores that shop on this step.

If settings search returns an empty result:

  • check the keyboard layout and query language;
  • try a shorter part of the word;
  • clear the field and type the query again;
  • open the accordion if the setting lives inside a collapsed group.

Search hides settings that do not match, so an empty list usually means the filter is too narrow.

Settings are stored in the browser profile. If localStorage, the browser profile or the extension data was cleared, settings cannot magically move back. Use export and import when moving between browsers or profiles.

Include:

  • script name;
  • what you clicked;
  • enabled settings;
  • expected result;
  • actual result;
  • screenshot of the result window;
  • console error, if present.

“Does not work” is not a bug report. It is a weather report from a bad day.