Marmic PM High Skill (script)

From Elanthipedia
Revision as of 02:24, 23 August 2011 by ARAMIS604 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Marmic PM High Skill (script)
Category training
Front-end StormFront
Author Marmic


You will need to set the variables to match what your skill will allow. These numbers should be good for around 750 Life Magic skill.

setvariable prep 20
setvariable castpause 2
setvariable charge 18

counter set 10
start:
if_1 goto tend_%c
goto magic_loop
tend_10:
put tend my %1
put tend my %2
pause
counter set 0
tend_9:
tend_8:
tend_7:
tend_6:
tend_5:
tend_4:
tend_3:
tend_2:
tend_1:
counter add 1
magic_loop:
match charge_recover You strain,
match charge_success Roundtime:
put charge my arm %charge
matchwait
charge_recover:
put focus my arm
pause 1
pause 1
put prep ease
pause 5
put cast
waitfor You feel fully attuned to the mana streams again.
charge_success:
pause 1
pause 1
match prep_recover You have to strain to harness
match prep_success gathering energy for the Tranquility spell.
put prep tranq %prep
matchwait
prep_recover:
put rel
put focus my arm
pause 1
pause 1
put prep ease
pause 5
put cast
waitfor You feel fully attuned to the mana streams again.
prep_success:
put focus my arm
pause 1
pause 1
pause %castpause
match start Your spell fails completely.
match start backfire
match cast_successful A newfound fluidity of your mind
put cast
matchwait
cast_successful:
match end mind lock
match start EXP HELP
put exp skill primary
matchwait
end: