[AddOn] snipe

Since whining about neutral AH snipers is at an all time high I thought it would be a good time to finally release this, after having cleaned it up a little.
The controls are quite simple; there are two in game commands: /snipe with a name parameter will start a scan for the target set with that name and /snipe without parameter will stop a running scan. Of course you need to actually be at an AH for scanning to work.
While it's scanning it will keep refreshing the last page of the AH and automatically buy any auction that matches a target in the specified target list. You can watch the pages it requests in the browse tab of the AH.
Target sets are defined in the "targets.lua" file which comes with the addOn. By default two target sets are defined, "pvp" and "pve", for the PvP and PvE Nost realms respectively. You may alter them and create other sets as you please.
The format of the file should be fairly obvious from looking at the predefined sets. Everything after a double dash (--) in a line is ignored. Some of the targets are disabled like that.
Individual targets look like this:
It kind of goes without saying but: be extremely careful when defining the targets!
Repository: https://github.com/shirsig/snipe
The controls are quite simple; there are two in game commands: /snipe with a name parameter will start a scan for the target set with that name and /snipe without parameter will stop a running scan. Of course you need to actually be at an AH for scanning to work.
While it's scanning it will keep refreshing the last page of the AH and automatically buy any auction that matches a target in the specified target list. You can watch the pages it requests in the browse tab of the AH.
Target sets are defined in the "targets.lua" file which comes with the addOn. By default two target sets are defined, "pvp" and "pve", for the PvP and PvE Nost realms respectively. You may alter them and create other sets as you please.
The format of the file should be fairly obvious from looking at the predefined sets. Everything after a double dash (--) in a line is ignored. Some of the targets are disabled like that.
Individual targets look like this:
- Code: Select all
{ g=20, "scouting gloves of the monkey", "+4 agility", "+4 stamina" }
It kind of goes without saying but: be extremely careful when defining the targets!
Repository: https://github.com/shirsig/snipe