Back to "vendor contract" tags

Find a vendor contract to rent by Jaseowns

1# Find a vendor contract to rent by Jaseowns
2# UO Outlands
3@setvar! jaseowns_ContractTimerCD 2000
4settimer jaseowns_ContractTimer jaseowns_ContractTimerCD
5while not dead
6    if findtype 29389 ground -1 -1 12 as jaseowns_Contract
7        overhead ".. CLICK HERE .." 89 jaseowns_Contract
8        @ignore jaseowns_Contract
9    endif
10
11    if timer jaseowns_ContractTimer >= jaseowns_ContractTimerCD 
12        @clearignore 
13        settimer jaseowns_ContractTimer 0
14    endif
15endwhile