Back to "eval" tags

Evaluate Intelligence Training to 100(magery script swap) by lofiheadchange

Related: EvalInt

Description: Skill name swapped from jase. I saw there was no script here so added one. You can swap it to a faster spell too but i noticed it goes through regeants faster if you dont pay attention.

1
2if not varexist 'restock_container'
3    overhead "Target your restock container"
4    setvar 'restock_container'
5endif
6
7if skill 'evaluate intelligence' < 100
8    if skill 'evaluatae intelligence' < 80
9        if count 'Blood moss' < 10 or count 'Nightshade' < 10
10            restock 10
11            wft
12            target "restock_container"
13            wait 500
14        endif
15        if mana > 30
16            overhead "Invis" 88
17            hotkey 'Invisibility'
18            wft
19            hotkey 'Target Self'
20            wait 500
21        endif 
22        if mana < 30 and not findbuff "actively meditating"
23            hotkey 'Meditation'
24            wait 3500
25        endif
26        elseif skill 'evaluate intelligence' < 100
27        if findtype "a water elemental" true
28            say 'a water elemental release'
29            wait 200
30        endif
31        if count 'Blood moss' < 10 or count "Spider's Silk" < 10 or count "Mandrake Root" < 10
32            restock 10
33            wft
34            target "restock_container"
35            wait 500
36        endif
37        if mana > 40
38            hotkey "Water Elemental"
39            wait 5000
40        endif
41        if mana < 40 and not findbuff "actively meditating"
42            hotkey 'Meditation'
43            wait 3500
44        endif
45    endif
46    wait 1000
47    loop
48else
49    overhead 'We did it!' 88
50endif