bandage_crafter
Differences
This shows you the differences between two versions of the page.
| — | bandage_crafter [2025/02/25 22:20] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | < | ||
| + | #Bandage Crafter by Frank Castle | ||
| + | # | ||
| + | #What you need: | ||
| + | #1 Scissors | ||
| + | #2 a storage container with a lot of bolts of cloth | ||
| + | # enough room in your backpack to hold 200 stones | ||
| + | stoCont = Target.PromptTarget(' | ||
| + | while True: | ||
| + | clothbolt = Items.FindByID(0x0F95, | ||
| + | Items.Move(clothbolt, | ||
| + | Misc.Pause(1100) | ||
| + | Scissors = Items.FindByID(0x0F9E, | ||
| + | Bclothbolt = Items.FindByID(0x0F95, | ||
| + | Items.UseItem(Scissors) | ||
| + | Target.WaitForTarget(10000, | ||
| + | Target.TargetExecute(Bclothbolt) | ||
| + | Misc.Pause(1100) | ||
| + | CutCloth = Items.FindByID(0x1766, | ||
| + | Items.UseItem(Scissors) | ||
| + | Target.WaitForTarget(10000, | ||
| + | Target.TargetExecute(CutCloth) | ||
| + | Misc.Pause(1100) | ||
| + | bBandies = Items.FindByID(0x0E21, | ||
| + | Items.Move(bBandies, | ||
| + | Misc.Pause(1100) | ||
| + | | ||
| + | </ | ||