User Tools

Site Tools


spellweaving

Differences

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


spellweaving [2022/09/03 23:25] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +<code>
  
 +#Spellweaving Trainer v1.0 by Frank Castle
 +#
 +# What you need:
 +#
 +# 1) Spellweaving Spellbook with Arcane Circle, Immolating Weapon, Reaper Form, Essence of Wind, Wildfire, and Word of Death
 +#
 +# 2) A weapon equipped in your hand
 +#
 +# Once you have those Press Play
 +#
 +#
 +
 +
 +
 +
 +
 +
 +while True:
 +    Spellweaving = Player.GetSkillValue('Spell Weaving')
 +    if Spellweaving < 20 and Player.Mana > 20:
 +        Spells.CastSpellweaving('Arcane Circle')
 +        Misc.Pause(2000)
 +        
 +    if Spellweaving >= 20 and Spellweaving < 36 and Player.Mana > 20:
 +        Spells.CastSpellweaving('Immolating Weapon')
 +        Misc.Pause(2200)   
 +   
 +    if Spellweaving >= 36 and Spellweaving < 58  and Player.Mana > 40:
 +        Spells.CastSpellweaving('Reaper Form')
 +        Misc.Pause(4000)  
 +       
 +    if Spellweaving >= 58 and Spellweaving < 74  and Player.Mana > 60:
 +        Spells.CastSpellweaving('Essence Of Wind')
 +        Misc.Pause(5000)
 +
 +    if Spellweaving >= 74 and Spellweaving < 92  and Player.Mana > 60:
 +        Spells.CastSpellweaving('Wildfire')
 +        Target.WaitForTarget(4000,False)
 +        Target.Self()
 +        Misc.Pause(5000) 
 +
 +    if Spellweaving >= 92 and Spellweaving != Player.GetSkillCap('Spell Weaving') and Player.Mana > 60:
 +        if Player.Hits < 50:
 +            Spells.CastSpellweaving('Gift Of Renewal')
 +            Target.WaitForTarget(4000,False)
 +            Target.Self()
 +            Misc.Pause(2000)
 +        else:
 +            Spells.CastSpellweaving('Word Of Death')
 +            Target.WaitForTarget(4000,False)
 +            Target.Self()
 +        Misc.Pause(2000)            
 +   
 +    if Spellweaving == Player.GetSkillCap('Spell Weaving'):
 +        Misc.ScriptStopAll()
 +        
 +</code>        
spellweaving.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.