Weapon Combos
 
 

jab, jab, front kick, haymaker

swing, reverse stroke,

swing, reverse stroke, pommel, lunge

jab, lunge,windmill *

swing reverse stroke, palm strike, spinning strike

jab, lunge, windmill, pommel, spinning strike**
 
 
 



jab:
  put jab
  match lunge You jab at the
  match end already dead.
  match end I could not find
  match You swing your
  matchwait

  lunge:
  put lunge
  match windmill Taking advantage of the opening created by jab, you
  match end already dead.
  match end I could not find
  match windmill2 cannot be prone
  matchwait

  windmill:
  put windmill
  match jab You quickly follow your lunge with a stunning windmill
  match end already dead
  match end I could not find
  match You swing your
  matchwait

  windmill2:
  put windmill strike
  pause 4
  goto swing

  end:
  exit
 
 



jab, lunge, windmill, pommel, spinning strike**

#spin.cmd

echo **************************************************************************
echo   I got this combo around 210 skill in one handed
echo
echo Please report any problems to tamboura20@yahoo.com
echo **************************************************************************
 
 
 

jab:
put jab
match lunge You jab at the
match end already dead.
match end I could not find
match You swing your
matchwait

lunge:
put lunge
match windmill Taking advantage of the opening created by jab, you
match end already dead.
match end I could not find
match windmill2 cannot be prone
matchwait

windmill:
put windmill
match pommel You quickly follow your lunge with a stunning windmill
match end already dead
match end I could not find
match You swing your
matchwait

windmill2:
put windmill strike
pause 4
goto jab

pommel:
put pommel
match spinningstrike Taking advantage of an opening created by the slashing windmill strike
match end already dead
match end I could not find
match You swing your
matchwait

spinningstrike:
put spinning strike
match jab a brutal pommel strike
match end already dead
match end I could not find
match You swing your
matchwait

end:
exit