Reforge with corrupted link reforging tools by thandor0592

Description: First you take 10 Reforge tools out of your container in your backpack, you reforge the first link and select your desired type. Then you can run the script and it will use up all reforge tools.

1clearignore 
2while findtype 'spool of yarn' backpack 2846 as forge
3    overhead 'lets use the next forge...'
4    while findtype 'chain link' backpack 2846 as chainlink
5        overhead 'lets target the next link'
6        dclick forge
7        wft
8        target chainlink
9        wait 650
10        gumpresponse 4 399609899
11        wait 650
12        gumpresponse 4 399609899
13        wait 650
14        ignore chainlink
15    endwhile
16endwhile 
17overhead 'done'