Analyze (script): Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Script
|cat=combat, training
|fe=StormFront
|auth=[[Lovasus]]
}}

this script is for SF and it will train tactics using the analyze command.
this script is for SF and it will train tactics using the analyze command.
enter the name of next script, or what you want to do after locked in tactics on the very last line.


<pre>

top:
top:

pause
pause

put stow left
put stow left

put stow
put stow

goto ana
goto ana



wait:
wait:

pause
pause

waitfor closes to
waitfor closes to

goto ana
goto ana




ana:
ana:

pause
pause

put anal
put anal

match ana ...wait
match ana ...wait

match ana You fail to
match ana You fail to

match advance You must be closer
match advance You must be closer

match next analyze what
match next analyze what

match gouge by landing a gouge
match gouge by landing a gouge

match punch by landing a punch
match punch by landing a punch

match kick by landing a kick
match kick by landing a kick

match claw by landing a claw
match claw by landing a claw

match elbow by landing an elbow
match elbow by landing an elbow

match slap by landing a slap
match slap by landing a slap

match advance You must be closer
match advance You must be closer

matchwait
matchwait




next:
next:

pause
pause

put face next
put face next

match next ...wait
match next ...wait

match wait analyze what
match wait analyze what

match wait nothing else
match wait nothing else

match ana You turn to face
match ana You turn to face

matchwait
matchwait




advance:
advance:

pause
pause

put attack
put attack

pause
put attack
put attack

goto ana
goto ana







punch:
punch:

pause
pause

put punch
put punch

match punch ...wait
match punch ...wait

match ana roundtime
match ana roundtime

match wait there is nothing
match wait there is nothing

match punch your not close
match punch close enough

match loot balanced]
match loot balanced]

matchwait
matchwait




kick:
kick:

pause
pause

put kick
put kick

match kick ...wait
match kick ...wait

match ana roundtime
match ana roundtime

match wait nothing else
match wait nothing else

match kick your not close
match kick close enough

match loot balanced]
match loot balanced]

matchwait
matchwait




slap:
slap:

pause
pause

put slap
put slap

match slap ...wait
match slap ...wait

match ana roundtime
match ana roundtime

match wait nothing else
match wait nothing else

match slap your not close
match slap close enough

match loot balanced]
match loot balanced]

matchwait
matchwait




gouge:
gouge:

pause
pause

put gouge
put gouge

match gouge ...wait
match gouge ...wait

match ana roundtime
match ana roundtime

match wait nothing else
match wait nothing else

match gouge your not close
match gouge close enough

match loot balanced]
match loot balanced]

matchwait
matchwait




elbow:
elbow:

pause
pause

put elbow
put elbow

match elbow ...wait
match elbow ...wait

match ana roundtime
match ana roundtime

match elbow your not close
match wait nothing else

match elbow close enough

match loot balanced]
match loot balanced]

matchwait
matchwait







claw:
claw:

pause
pause

put claw
put claw

match claw ...wait
match claw ...wait

match ana roundtime
match ana roundtime

match claw your not close
match wait nothing else

match claw close enough

match loot balanced]
match loot balanced]

matchwait
matchwait




loot:
loot:

pause
pause

put loot
put loot

goto exp
goto exp




exp:
exp:

pause
pause

put sk tactics
put sk tactics

match change 34/34
match change 34/34

match ana EXP HELP
match ana EXP HELP

matchwait
matchwait




change:
change:

pause
pause

put .att1 jab treasure SE
put .<<<insert script name here>>>
</pre>

Latest revision as of 12:44, 5 September 2020

Analyze (script)
Category combat,training
Front-end StormFront
Author Lovasus


this script is for SF and it will train tactics using the analyze command. enter the name of next script, or what you want to do after locked in tactics on the very last line.

top:

pause

put stow left

put stow

goto ana


wait:

pause

waitfor closes to

goto ana



ana:

pause

put anal

match ana ...wait

match ana You fail to

match advance You must be closer

match next analyze what

match gouge by landing a gouge

match punch by landing a punch

match kick by landing a kick

match claw by landing a claw

match elbow by landing an elbow

match slap by landing a slap

match advance You must be closer 

matchwait



next:

pause

put face next

match next ...wait

match wait analyze what

match wait nothing else

match ana You turn to face

matchwait



advance:

pause

put attack

put attack

goto ana





punch:

pause

put punch

match punch ...wait

match ana roundtime

match wait there is nothing

match punch close enough

match loot balanced]

matchwait



kick:

pause

put kick

match kick ...wait

match ana roundtime

match wait nothing else

match kick close enough

match loot balanced]

matchwait



slap:

pause

put slap

match slap ...wait

match ana roundtime

match wait nothing else

match slap close enough

match loot balanced]

matchwait



gouge:

pause

put gouge

match gouge ...wait

match ana roundtime

match wait nothing else

match gouge close enough

match loot balanced]

matchwait



elbow:

pause

put elbow

match elbow ...wait

match ana roundtime

match wait nothing else

match elbow close enough

match loot balanced]

matchwait





claw:

pause

put claw

match claw ...wait

match ana roundtime

match wait nothing else

match claw close enough

match loot balanced]

matchwait



loot:

pause

put loot

goto exp



exp:

pause

put sk tactics

match change 34/34

match ana EXP HELP

matchwait



change:

pause

put .<<<insert script name here>>>