Back to "evaluating" 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.

1if skill 'evaluate intelligence' < 100
2    if findtype "a water elemental" true
3        skill 'evaluatingintelligence'
4        waitfortarget
5        targettype 'a water elemental'
6        say 'a water elemental release'
7        wait 200
8    endif
9    if mana > 40
10        hotkey "Water Elemental"
11        wait 5000
12    endif
13    if mana < 40 and not findbuff "actively meditating"
14        hotkey 'Meditation'
15        wait 3500
16    endif
17endif
18
19wait 1000
20loop