User Tools

Site Tools


bushido

Differences

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


bushido [2022/09/03 23:25] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +<code>
 +#Bushido Training by Frank Castle
 +#You need two wolf spiders and a 100% poison weapon for this. 
 +#It is NOT fast but it will get you there.
  
 +while True:
 +    Bushido = Player.GetSkillValue('Bushido')
 +    if Bushido < 60 and Player.Mana > 10:
 +        Spells.CastBushido("Confidence")
 +        Misc.Pause(1500)
 +        
 +    elif Bushido >= 60 and Bushido < 75 and Player.Mana > 5:
 +        Spells.CastBushido('Counter Attack')
 +        Misc.Pause(1500)   
 +   
 +    elif Bushido >= 75 and Bushido < 101  and Player.Mana > 10:
 +        Spells.CastBushido('Lightning Strike')
 +        Misc.Pause(2000)  
 +
 +    elif Bushido >= 101 and Player.Mana > 10:
 +        Spells.CastBushido('Momentum Strike')
 +        Misc.Pause(1500)    
 +        
 +</code>        

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.