Marmic PM High Skill (script): Difference between revisions
Jump to navigation
Jump to search
(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: …') |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 5: | Line 5: | ||
}} |
}} |
||
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. |
|||
<pre> |
<pre> |
||
setvariable prep |
setvariable prep 20 |
||
setvariable castpause 2 |
|||
setvariable charge 18 |
|||
counter set 10 |
counter set 10 |
||
start: |
start: |
||
if_1 goto tend_%c |
if_1 goto tend_%c |
||
goto magic_loop |
goto magic_loop |
||
tend_10: |
tend_10: |
||
put tend my %1 |
put tend my %1 |
||
put tend my %2 |
put tend my %2 |
||
pause |
pause |
||
counter set 0 |
counter set 0 |
||
tend_9: |
tend_9: |
||
tend_8: |
tend_8: |
||
Line 40: | Line 30: | ||
tend_2: |
tend_2: |
||
tend_1: |
tend_1: |
||
counter add 1 |
counter add 1 |
||
magic_loop: |
magic_loop: |
||
match charge_recover You strain, |
match charge_recover You strain, |
||
match charge_success Roundtime: |
match charge_success Roundtime: |
||
put charge my arm |
put charge my arm %charge |
||
matchwait |
matchwait |
||
charge_recover: |
charge_recover: |
||
Line 89: | Line 64: | ||
pause 1 |
pause 1 |
||
pause 1 |
pause 1 |
||
pause |
pause %castpause |
||
match start Your spell fails completely. |
match start Your spell fails completely. |
||
match start backfire |
match start backfire |
||
Line 95: | Line 70: | ||
put cast |
put cast |
||
matchwait |
matchwait |
||
cast_successful: |
cast_successful: |
||
match end mind lock |
match end mind lock |
||
Line 101: | Line 75: | ||
put exp skill primary |
put exp skill primary |
||
matchwait |
matchwait |
||
end: |
end: |
||
</pre> |
</pre> |
Latest revision as of 01:24, 23 August 2011
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: