Back to "evaluateintelligence" tags
Magery, Spirit Speak and Eval Int from 85 to 100 by woddeb
# What's needed:
# Just a lot of mandrake root, spider's silk and bloodmoss!
# Happy macro-ing!
if mana < 50 and not findbuff "actively meditating"
hotkey "Meditation"
endif
if skill "Magery" < 100 and mana >= 100
say 'Guards'
endif
if followers < 4 and not findbuff "actively meditating"
cast 'Earth Elemental'
wait 6000
endif
if followers = 4
say "all release"
waitforgump 931181454
gumpresponse 1
wait 500
say 'Guards'
endif
if skill "Magery" = 100 and skill "Evaluate Intelligence" < 100
if findtype "an earth elemental" true
skill 'evaluatingintelligence'
waitfortarget
targettype 'an earth elemental'
wait 3000
endif
if not findtype "an earth elemental"
cast 'Earth Elemental'
wait 6000
endif
endif
if skill "Magery" = 100 and skill "Evaluate Intelligence" = 100 and skill "Spirit Speak" < 100
skill 'Spirit Speak'
wait 2000
endif
if skill "Magery" = 100 and skill "Evaluate Intelligence" = 100 and skill "Spirit Speak" = 100
overhead "All done."
stop
endif
replay