Back to "train" tags

Train Evaluating Intelligence from 80 to 100 with spells by DoubleDuke

Description: Use this script to train your Evaluating Intelligence skill up to 100.

This script casts water elemental, uses actively the skill on it for added gains and dispells the summon to restart and loop.

Go to your room, house or another safe spot like the prevalia zoo. Requires the spell "Water Elemental" and the corresponding reagents (blood moss, mandrake roots and spider's silk in your satchel or backpack)

If you need to train the skill to 80 I suggest to cast spells in new player dungeon, Invisibility should do the work.

if skill 'evaluate intelligence' < 100 if findtype "a water elemental" true skill 'evaluatingintelligence' waitfortarget targettype 'a water elemental' say 'a water elemental release' wait 200 endif if mana > 40 hotkey "Water Elemental" wait 5000 endif if mana < 40 and not findbuff "actively meditating" hotkey 'Meditation' wait 3500 endif endif wait 1000 loop