Back to "med" tags

Meditation / Spirit Speak Fast Training by splashgodr

Description: This is just a little script to automate spirit speak and meditation/Eval "WITHOUT" a Shelf or Reg numbers. Will potentially add #'s as investigate the numbers further!

1# Training Meditation/Spirit Speak up to 120 By SplashGxR
2# V1 2024-11-20
3# This is a bit more of a simple script to run
4# You can change "Meditation" < 100 for "Spirit Speak" < 120 in Line 10
5# Depending on what skill you would like to level
6# I'd recommend an Avarhide Satchel to reduce the use of regs
7# Will update regs needed depending on discovery! 
8
9
10 if skill "Meditation" < 100
11     
12  if followers = 4
13say "all release"
14waitforgump 931181454
15gumpresponse 1
16    endif
17
18    if mana > 50
19   cast 'Earth Elemental'
20    wait 6000
21endif
22
23    if mana < 30 
24    useskill 'Meditation'
25        while mana < 100
26            wait 1000
27        endwhile
28    endif
29    
30endif
31
32loop