User Tools

Site Tools


mysticism
#Mysticism Trainer v1.0 by FrankC
#
# What you need:
#
#
# 1) A suit with Lower Reagent Cost 100%
#
# 2) Full Mysticism Spellbook
#
# 3) Over 30.0 Mysticism. Buy it up if you do not have it.
#
#
# Once you have those Press Play. 
#
#

while True:
    Mysticism = Player.GetSkillValue('Mysticism')
    if Mysticism < 63 and Player.Mana > 20:
        Spells.CastMysticism('Stone Form')
        Misc.Pause(4500)
        
    elif Mysticism >= 63 and Mysticism < 80 and Player.Mana > 30:
        Spells.CastMysticism('Cleansing Winds')
        Target.WaitForTarget(4000,False)
        Target.Self()
        Misc.Pause(2000)   
   
    elif Mysticism >= 80 and Mysticism < 95  and Player.Mana > 40:
        Spells.CastMysticism('Hail Storm')
        Target.WaitForTarget(4000,False)
        Target.Self()
        Misc.Pause(3000)  

    elif Mysticism >= 95 and Mysticism != Player.GetSkillCap('Mysticism') and Player.Mana > 60:
        Spells.CastMysticism('Nether Cyclone')
        Target.WaitForTarget(4000,False)
        Target.Self()
        Misc.Pause(3000)         
   
    elif Mysticism == Player.GetSkillCap('Mysticism'):
        Misc.ScriptStop('Mysticism Trainer.py')
        
mysticism.txt · Last modified: 2025/02/25 22:20 by 127.0.0.1

Exception: Git command failed to perform periodic pull: Warning: Permanently added 'github.com,140.82.114.4' (ECDSA) to the list of known hosts. From github.com:RazorEnhanced/razorenhanced.github.io * branch main -> FETCH_HEAD error: Your local changes to the following files would be overwritten by merge: doc/api/CUO.html doc/api/Gumps.html doc/api/Item.html doc/api/Items.html doc/api/Journal.html doc/api/Misc.html doc/api/Mobile.html doc/api/PacketLogger.html doc/api/PathFinding.html doc/api/Player.html doc/api/Spells.html doc/api/Target.html doc/api/Trade.html doc/api/Vendor.html Please commit your changes or stash them before you merge. Aborting

Exception: Git command failed to perform periodic pull: Warning: Permanently added 'github.com,140.82.114.4' (ECDSA) to the list of known hosts. From github.com:RazorEnhanced/razorenhanced.github.io * branch main -> FETCH_HEAD error: Your local changes to the following files would be overwritten by merge: doc/api/CUO.html doc/api/Gumps.html doc/api/Item.html doc/api/Items.html doc/api/Journal.html doc/api/Misc.html doc/api/Mobile.html doc/api/PacketLogger.html doc/api/PathFinding.html doc/api/Player.html doc/api/Spells.html doc/api/Target.html doc/api/Trade.html doc/api/Vendor.html Please commit your changes or stash them before you merge. Aborting

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.