User Tools

Site Tools


bandage_crafter
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


bandage_crafter [2022/09/03 23:25] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +<code>
 +#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('Target your storage container')
 +while True:
 +    clothbolt = Items.FindByID(0x0F95,-1,stoCont)
 +    Items.Move(clothbolt,Player.Backpack.Serial,40)
 +    Misc.Pause(1100)
 +    Scissors = Items.FindByID(0x0F9E,-1,Player.Backpack.Serial)
 +    Bclothbolt = Items.FindByID(0x0F95,-1,Player.Backpack.Serial)
 +    Items.UseItem(Scissors)
 +    Target.WaitForTarget(10000,False)
 +    Target.TargetExecute(Bclothbolt)
 +    Misc.Pause(1100)
 +    CutCloth = Items.FindByID(0x1766,-1,Player.Backpack.Serial)
 +    Items.UseItem(Scissors)
 +    Target.WaitForTarget(10000,False)
 +    Target.TargetExecute(CutCloth)
 +    Misc.Pause(1100)
 +    bBandies = Items.FindByID(0x0E21,-1,Player.Backpack.Serial)
 +    Items.Move(bBandies,stoCont,0)
 +    Misc.Pause(1100)
 +    
 +</code>    
bandage_crafter.txt · Last modified: 2022/09/03 23:25 by 127.0.0.1

Exception: Git command failed to perform periodic pull: From https://github.com/RazorEnhanced/razorenhanced.github.io * branch main -> FETCH_HEAD error

Exception: Git command failed to perform periodic pull: From https://github.com/RazorEnhanced/razorenhanced.github.io * branch main -> FETCH_HEAD error

An unforeseen error has occured. This is most likely a bug somewhere. It might be a problem in the gitbacked plugin.

More info has been written to the DokuWiki error log.