The following console command has been added:
- -allloot — Displays data for all loot on the ground, including rarity, which is useful for script commands such as "cnl" (check nearby loot) and "tcl" (target closest loot).
The following script commands have been added:
- "tcl[distance],[rarity]" — Will target the closest loot object within "distance" so long as the rarity of the object is greater than or equal to "rarity." 0 is the lowest rarity and refers to grey/white loot, 1 refers to blue, 3 refers to yellow, and so on. Rarity numbers can be discerned with the -allloot console command. The "rarity" parameter can be omitted, in which case Speeder will target the closest loot object regardless of its rarity. This can be used to create a simple auto-loot macro:
- [113]
keys=tcl10,3|1|dbg % clicking on yellow rarity item or higher|s100|gt1
keys2=s10
repeat=0
interrupt=0 - Press F2, and Speeder will auto-target and click on all yellow rarity or higher loot objects within 10 distance.
- [113]
- "cnl[number],[distance],[rarity]" — If there are "number" of loot objects within "distance" whose rarity is greater than or equal to "rarity," the rest of the keys line will process. The inverse is possible with "!cnl." Rarity numbers can be discerned with the -allloot console command. 0 is the lowest rarity and refers to grey/white loot, 1 refers to blue, 3 refers to yellow, and so on. The "rarity" parameter can be omitted, in which case Speeder will check for any loot. Example:
- cnl1,20,1|dbg % blue rarity or higher loot within 20 distance!
- "tcm*[cursor distance],[mob type]" — This command is similar to "tcm," but instead of directly targeting the mob, the cursor is only moved toward it. This can be helpful for determining the direction of a nearby but offscreen elite mob. "Cursor distance" is how far away from the center of the window you'd like the cursor to move. A distance of around 3 should work fine. "Mob type" refers to the type of mob you are interested in locating, and you can include as many as you need by separating them with commas. Example:
- keys=tcm*3,1,2,3,4,5|dbg % moving cursor 3 distance toward any non-trash mob
These additions require updating Speeder to version 169.