Arrowhead (script)

From Elanthipedia
Jump to navigation Jump to search
Arrowhead (script)
Category crafting,survival,utility
Front-end StormFront
Author Sagadin


Description

This script will create a specified number of arrowheads for you. Very useful for arrow workorders.

Script


Echo /Arrowhead <container> <part> <#>

Echo ******
Echo ***
Echo *   Making %3 Arrowhead(s) from your %2 (s)
Echo *** 
Echo ******

Begin:
put glance
counter set %3
match cont empty hands
match retry left hand
match retry right hand
matchwait

Retry:
Echo
Echo ***Empty you hands and try again
Echo

Cont:
put open my tool
put get my shaper
wait
1:
2:
3:
4:
5:
6:
put get my %2 from my %1
put shape %2 into arrowhead
waitfor repeatedly impact
put put my arrowhead in my %1
Goto Check

Check:
counter subtract 1
Echo
Echo ***
Echo *   %c left to shape.
Echo ***
Echo
goto %c

0:
put put my shaper in my %1
Echo
Echo ***All done
Echo
Exit