Marmic PM Orb (script): Difference between revisions
Jump to navigation
Jump to search
(Created page with '<pre> start: goto avenger_look loop: put rem camb circlet put charge my camb circlet 11 pause 1 pause 1 put prep gol 10 put focus my camb circlet pause 1 pause 1 put wear camb ci...') |
mNo edit summary |
||
(14 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Script |
|||
<pre> |
|||
|cat=training |
|||
start: |
|||
|fe=StormFront |
|||
goto avenger_look |
|||
|auth=[[User:Aramis604|Marmic]] |
|||
loop: |
|||
}} |
|||
put rem camb circlet |
|||
put charge my camb circlet 11 |
|||
This script is obsolete. |
|||
pause 1 |
|||
Take a look at this one instead: |
|||
pause 1 |
|||
put prep gol 10 |
|||
[[Marmic PM (script)]] |
|||
put focus my camb circlet |
|||
pause 1 |
|||
pause 1 |
|||
put wear camb circlet |
|||
waitfor You put |
|||
put get my camb orb |
|||
waitfor You get |
|||
match charge_s The cambrinth orb absorbs |
|||
match charge_f The cambrinth orb resists, |
|||
match charge_f The cambrinth orb is already holding |
|||
put charge my orb 11 |
|||
matchwait |
|||
charge_s: |
|||
save "start_loop" |
|||
pause 1 |
|||
pause 1 |
|||
goto app_avenger |
|||
charge_f: |
|||
save "camb_clear" |
|||
pause 1 |
|||
pause 1 |
|||
goto app_avenger |
|||
app_avenger: |
|||
put app avenger |
|||
pause 1 |
|||
pause 1 |
|||
put stow my camb orb |
|||
waitfor You put |
|||
put rem my camb circlet |
|||
waitfor You take |
|||
pause 1 |
|||
put cast |
|||
goto %s |
|||
start_loop: |
|||
waitfor You feel fully attuned to the mana streams again. |
|||
goto exp_check |
|||
camb_clear: |
|||
put wear my camb circlet |
|||
waitfor You put |
|||
put get my camb orb |
|||
waitfor You get |
|||
put prep ease |
|||
put focus my camb orb |
|||
pause 1 |
|||
pause 1 |
|||
put cast |
|||
pause 1 |
|||
pause 1 |
|||
put stow my camb orb |
|||
waitfor You put |
|||
put perc heal |
|||
pause 1 |
|||
pause 1 |
|||
put ask aven about leave |
|||
pause 5 |
|||
avenger_look: |
|||
match exp_check pure white alfar avenger |
|||
match summon Obvious exits: |
|||
match summon Obvious paths: |
|||
put look |
|||
matchwait |
|||
summon: |
|||
put prep gs |
|||
waitfor You feel fully prepared to cast your spell. |
|||
put cast avenger |
|||
waitfor With a warrior's calm, |
|||
put ask aven about quiet |
|||
pause 1 |
|||
goto exp_check |
|||
exp_check: |
|||
match end mind lock |
|||
match loop EXP HELP |
|||
put exp skill primary |
|||
matchwait |
|||
end: |
|||
</pre> |
Latest revision as of 12:44, 23 August 2011
Marmic PM Orb (script) | |
---|---|
Category | training |
Front-end | StormFront |
Author | Marmic |
This script is obsolete.
Take a look at this one instead: