Path of Exile 2 Mob Filter | Interrupt Fix | Check Mob Animation | Other Improvements

Line 18 in config.txt can now be used to ignore mobs:

  • Line 18) The names of mobs you would like Speeder to ignore. This can be useful when you have minions and do not want Speeder to consider them as potential targets. Partial name matches work. For example, "Summoned" will ignore any entity whose name contains "Summoned." Each mob name should be separated with the "|" character, such as Mob Name One|Mob Name Two|Mob Name Three|etc. Ignored entities can still be targeted/counted with the "tce"/"cne" commands if needed.

Setting a macro with interrupt=1 will no longer release all keys. If you wish to do this, use interrupt=2.

It is now possible to check mob animations with the "cnma" command:

  • "cnma[animation],[distance]" — If a mob within "distance" is performing an animation with an ID of "animation," the rest of the keys line will process. The inverse is possible with "!cnma." Animation IDs can be discerned with the -displayani console command.

The -displaystatus and -displayani console commands will now display nearby mob statuses and animations.

The "cnma" and "cnms" script commands can now contain distance ranges, such as 1000-2000 to only check mobs between 1000 and 2000 distance. This may be useful for dodging ranged attacks.

The "cne %" script command will now set the global variable CNE to the number of matching entities. Example:
keys=cne % /Items/,1000|dbg % there are (VAR % CNE) items within 1000 distance
You may find the "cne %" command useful for calculating the number of minions you have.

The following script command has been added:

  • “cmd % [command line command]” — Speeder will activate “command line command” as if you had typed the command into the Windows console (i.e., cmd.exe). Example:
    • [113]
      keys=cmd % "C:\Program Files\VideoLAN\VLC\vlc" –qt-start-minimized –play-and-exit "C:\soundfile.mp3"
      repeat=0
      interrupt=0
    • Press F2, and Speeder will play the sound file soundfile.mp3 in the background (i.e., the game will not lose focus). You must have VLC installed for this particular command to work.

These changes require Speeder version 13+.

author avatar
speeder Computer Programmer
I develop undetected cheats, hacks, and bots for online games such as Final Fantasy XIV, Throne and Liberty, Black Desert Online, Lost Ark, Path of Exile, New World, Elder Scrolls Online, Albion Online, PSO2: New Genesis, Diablo IV, Fortnite, and others.
Scroll to Top