Climb practice (script): Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 18: Line 18:


start:
start:
pause .5
put perc mana
put perc mana
waitfor roundtime
waitfor roundtime
Line 23: Line 24:


climb:
climb:
pause .5
put play battle confident on my zill
put play battle confident on my zill
pause .5
pause .5
put climb practice %1
put climb practice %1
match climb ...wait
match per You finish practicing
match per You finish practicing
match outside This climb is no challenge
match outside This climb is no challenge
Line 31: Line 34:


per:
per:
pause .5
put perc mana
put perc mana
match climb Roundtime
match climb Roundtime

Latest revision as of 16:40, 27 November 2016

Climb practice (script)
Category training,Survival
Front-end StormFront
Author FLINT-TIPPED


Trains climbing and utilizes zills.
Find an appropriately challenging climb while wearing your zills and you're all set.
Delete the perc mana line for NMUs.
Manually edit the song type and mood appropraite to your skill level.
The failure messaging will signal if a climb is too easy or too hard relative to your athletics skill for climb practice to work.

Syntax is .scriptname climbing_artifact
for example, .climbpractice tree, or .climbpractice wall.

setvariable %1

start:
pause .5
put perc mana
waitfor roundtime
goto climb

climb:
pause .5
put play battle confident on my zill
pause .5
put climb practice %1
match climb ...wait
match per You finish practicing
match outside This climb is no challenge
matchwait

per:
pause .5
put perc mana
match climb Roundtime
match per ...wait
matchwait

outside:
echo *** Failure ***
echo *** Outside skill range ***
echo *** Failure ***