User Tools

Site Tools


necromancy
no way to compare when less than two revisions

Differences

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


necromancy [2022/09/03 23:25] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +<code>
  
 +#Necromancy Trainer v1.0 by FrankC
 +#
 +# What you need:
 +#
 +#
 +# 1) A suit with Lower Reagent Cost 100%
 +#
 +# 2) Full Necromancy Spellbook
 +#
 +# 3) A weapon Equipped(If under 20 Necro)
 +#
 +# Once you have those Press Play  
 +#
 +#
 +
 +
 +
 +
 +
 +
 +while True:
 +    Necro = Player.GetSkillValue('Necromancy')
 +    if Necro < 35 and Player.Mana > 7:
 +        Spells.CastNecro('Curse Weapon')
 +        Misc.Pause(2000)
 +        
 +    elif Necro >= 35 and Necro < 50 and Player.Mana > 5:
 +        Spells.CastNecro('Pain Spike')
 +        Target.WaitForTarget(4000,False)
 +        Target.Self()
 +        Misc.Pause(2000)   
 +   
 +    elif Necro >= 50 and Necro < 65  and Player.Mana > 11:
 +        Spells.CastNecro('Horrific Beast')
 +        Misc.Pause(3500)  
 +       
 +    elif Necro >= 65 and Necro < 85  and Player.Mana > 23:
 +        if Player.BuffsExist('Horrific Beast'):      
 +            Misc.Pause (400)
 +            Spells.CastChivalry("Horrific Beast")
 +            Misc.Pause(3500)
 +        else:    
 +            Spells.CastNecro('Wither')
 +            Misc.Pause(4000)
 +
 +    elif Necro >= 85 and Necro < 100  and Player.Mana > 23:
 +        Spells.CastNecro('Lich Form')
 +        Misc.Pause(4000) 
 +
 +    elif Necro >= 100 and Necro != Player.GetSkillCap('Necromancy') and Player.Mana > 23:
 +        Spells.CastNecro('Vampiric Embrace')
 +        Misc.Pause(8000)         
 +   
 +    elif Necro == Player.GetSkillCap('Necromancy'):
 +        Misc.ScriptStop('Necromancy Trainer.py')
 +        
 +</code>        
 +    
necromancy.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.