Created by Afterimage on Mug'thol.
This app will read in a WebDKP.lua file modifiy all the dkp values by some constant multiplier. If you want to impose a 10% tax, that multiplier will be 0.9. As it parses through the file, it will spit out the resulting file to the console.
How to use:
1. Make sure you have Java 1.6 or higher installed on your machine.
1. On your desktop, make a folder called WebDkpTax
1. Download WebDkpTax.class and save it into your desktop WebDkpTax/ directory
1. Copy the WebDkp.lua file (from somewhere in your addons) to your desktop WebDkpTax/ directory
1. java WebDkpTax 0.9 WebDKP.lua
Step 5 will injest the WebDKP.lua file and spit back out to the console new values with a 10% tax (0.9 modification). If you want, you could redirect the output into a new file and replace your old WebDKP.lua ( java WebDkpTax 0.9 WebDKP.lua > mynewWebDKP.lua ).