Climb practice (script)

From Elanthipedia
Revision as of 16:44, 28 October 2016 by FLINT-TIPPED (talk | contribs)
Jump to navigation Jump to search
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:
put perc mana
waitfor roundtime
goto climb

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

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

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