Marmic PM High Skill (script)

From Elanthipedia
Revision as of 23:01, 15 July 2011 by ARAMIS604 (talk | contribs) (Created page with '{{Script |cat=training |fe=StormFront |auth=Marmic }} <pre> setvariable prep 16 counter set 10 start: if_1 goto tend_%c goto magic_loop tend_10: …')
(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


setvariable prep 16

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 16
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 4
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: