Back to "theif" tags

Thief Bane by UltraGoliath

Description: Breaks gold pile into 31 piles stacked perfectly on trapped pouches. Use the gold consolidation script to clean up your gold.

1for 30
2    
3    if findtype 3821 backpack as $
4    
5    lift $ 6
6        drop backpack 47 65 0 
7        wait 350
8        ignore $
9
10    endif
11    if insysmsg "cannot hold more"
12        overhead "We broke it"
13        stop
14    endif
15endfor
16
17if findtype 3821 backpack as $
18    
19    lift $ 60000
20        drop backpack 47 65 0 
21        wait 250
22   
23endif