Example Macros

Press F2 to activate your abilities in R E W Q order whenever you target a mob.
Otherwise, Speeder will hold down left click for movement.
Feel free to adjust the order/keys however you like.
If an ability requires mp, consider using the "mp" command to check for your current MP percentage.
If an ability is distance-based, consider using the "cd" command to check for your cursor's distance from the center of the window.
[113]
keys=!cm|!cl|1d|gt6
keys2=1u|cl|1|dbg % loot|gt7
keys3=ch4,0.95|82|dbg % pressing R|gt7
keys4=ch3,0.95|69|dbg % pressing E|gt7
keys5=ch2,0.95|87|dbg % pressing W|gt7
keys6=ch1,0.95|81|dbg % pressing Q
keys7=s20
endkeys=dbg % auto-attack OFF
repeat=2
interrupt=0

Press F3 to automatically use a potion (assigned to the "1" key) at 50% health.
Consider using the hp* command instead if you want to check for a specific HP number (rather than percent).
[114]
keys=pot0|hp0.5|49|dbg % using potion!
keys2=s100
endkeys=dbg % auto-potion OFF
repeat=2
interrupt=0

Press F4 to retrieve mouse position and cursor distance from the center of the window.
[115]
keys=cc % -mp
repeat=0

Example macro (F5) to show you how to search for specific enemies.
[116]
keys=cc % -find m Scorched Crawler|!eq % FOUND,0|dbg % mob found!
repeat=0

Example macro to show you how to check number of minions.
Please input your minion names on line 11 in config.txt.
[117]
keys=!min3|87|dbg % pressing W key because I have fewer than 3 minions
repeat=0

Example macro to show you how to check for specific minions.
Please input your minion names on line 11 in config.txt.
[117]
keys=cc % -find i Skeleton Warrior|eq % FOUND,2|dbg % I have 2 skeleton warriors summoned

Press F7 to enable the item vacuum, which will suck all items in the zone toward you.
Line 13 in config.txt can also be used to enable the item vacuum.
This has been patched so that you cannot retrieve the items unless you are physically close to them.
However, you can use it to see where every item in the zone is.
[variables]
ivacEnabled=false
vacEnabled=false
[118]
keys=eq % ivacEnabled,false|ivac*10|store % ivacEnabled,true|dbg % Item Vac Enabled|gt3
keys2=!ivac|store % ivacEnabled,false|dbg % Item Vac Disabled
keys3=nop
repeat=0

Press F8 to enable the mob vacuum, which will suck all mobs within 10 distance to your character.
Keep in mind that you will not be able to see the real location of mobs while this is active, so I would not recommend using it on difficult mobs.
The mob vacuum is only useful with abilities that 'target' mobs as it will allow you to target them without moving your cursor.
Other abilities will fail to hit.
[119]
keys=eq % vacEnabled,false|vac10|store % vacEnabled,true|gt3
keys2=vac0|store % vacEnabled,false
keys3=nop
repeat=0

Press F9 to have Speeder click on all shards within 10 distance.
[120]
keys=store % timeout,0
keys2=cnl* % Shard,1,10|tcl* % Shard,10|add % timeout,1|!eq % timeout,100|1|s200|gt2
repeat=0

Press key (change "1000" to the key you want) to auto-shoot projectile whenever cursor is correctly aligned with a mob.
This macro is set to use your Q-key ability (81). Change to whatever key you need.
[1000]
keys=cma50,25|81|s100
keys2=s10
repeat=2

Press key (change "1001" to the key you want) to auto-loot everything within 20 distance.
You must use the -calibrate command before this macro will work.
[1001]
keys=caw|tcl20|s100|1|s100|gt1
repeat=0

Scroll to Top