Created: 07/05/2023, 07:50:21 PM Updated: 07/05/2023, 11:24:14 PM View Change History
1
2
3
4if mana < 50 and not findbuff "actively meditating"
5 hotkey "Meditation"
6endif
7if skill "Magery" < 100 and mana >= 100
8 say 'Guards'
9endif
10if followers < 4 and not findbuff "actively meditating"
11 cast 'Earth Elemental'
12 wait 6000
13endif
14if followers = 4
15 say "all release"
16 waitforgump 931181454
17 gumpresponse 1
18 wait 500
19 say 'Guards'
20endif
21if skill "Magery" = 100 and skill "Evaluate Intelligence" < 100
22 if findtype "an earth elemental" true
23 skill 'evaluatingintelligence'
24 waitfortarget
25 targettype 'an earth elemental'
26 wait 3000
27 endif
28 if not findtype "an earth elemental"
29 cast 'Earth Elemental'
30 wait 6000
31 endif
32endif
33if skill "Magery" = 100 and skill "Evaluate Intelligence" = 100 and skill "Spirit Speak" < 100
34 skill 'Spirit Speak'
35 wait 2000
36endif
37if skill "Magery" = 100 and skill "Evaluate Intelligence" = 100 and skill "Spirit Speak" = 100
38 overhead "All done."
39 stop
40endif
41replay