Climb practice (script): Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
(Created page with "{{Script |cat=training, Survival |fe=StormFront |auth=User:Flint-tipped }} Trains climbing and utilizes zills. Find an appropriately challenging climb...")
 
No edit summary
Line 2: Line 2:
|cat=training, Survival
|cat=training, Survival
|fe=StormFront
|fe=StormFront
|auth=[[User:Flint-tipped]]
|auth=[[User:FLINT-TIPPED|FLINT-TIPPED]]
}}
}}


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


Syntax is .scriptname climbing_artifact - ie, .climbpractice tree, or .climbpractice wall.
Syntax is .scriptname climbing_artifact <br>
for example, .climbpractice tree, or .climbpractice wall.


<pre>
<pre>

Revision as of 16:44, 28 October 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:
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 ***