Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 378.39 KB | None | 0 0
  1. goto %zHFromEZ
  2.  
  3. INTRO:
  4. put echo /on
  5. waitfor echo
  6. echo
  7. echo ***********************************************
  8. echo ** [|][|] [|] [] [][] []|[] [][] [][] **
  9. echo ** [] [] [] [] [] [] [] [] [] [] **
  10. echo ** [] [] [] []|[] [] [] [][] [] [] **
  11. echo ** [] [] [] [] [] [][] [][] [] [][] [][] **
  12. echo ***********************************************
  13. echo
  14. put echo /off
  15. waitfor echo
  16. echo SFhunter Version 2
  17. echo Last tweak 3/17/2010 11:27PM
  18. echo
  19. echo SITE: <http://www.malific.com/> or <http://www.geocities.com/malificdr/>
  20. echo AIM: Malific Drockmur
  21. echo EMAIL: drockmali@hotmail.com
  22. echo
  23. echo }}}}}}}}} .SFhunter HELP {{{{{{{{{
  24. echo
  25. IF_1 goto BEGIN
  26. goto %zHD
  27.  
  28. INTRO_NEW:
  29. EZcheck_%EZrange:
  30. setvariable zHFromEZ TOP
  31. TOP:
  32. #Jeorgiesetvariable zHloot YES_LOOT
  33. #Jeorgiesetvariable zHskin SKIN1
  34. #Jeorgiesetvariable zHskindrop BUN_NO
  35. #Jeorgieput sheath
  36. #Jeorgiegoto JEORGIE
  37. setvariable zHloot NO_LOOT
  38. setvariable zHskin SEARCH
  39. setvariable zHskindrop NOBUN
  40. setvariable zHlootgem 1
  41. setvariable zHlootcoin 1
  42. setvariable zHlootbox 1
  43. setvariable zHlootjunk 1
  44. JEORGIE:
  45. setvariable zHsearch
  46. setvariable zHexpC OFF
  47. setvariable zHskinexp BUN
  48. setvariable zHretreat SKIN1_
  49. setvariable zHamb OFF
  50. setvariable zHarrange ARR_NO
  51. setvariable zHmonsterapp NO_APP
  52. setvariable zHmulti OFF
  53. setvariable zHexpA OFF
  54. setvariable zHexpB OFF
  55. setvariable zHtype 0
  56. setvariable zHrange 1
  57. setvariable zHrange1 fire
  58. setvariable zHrepeat RANGE
  59. setvariable zHmana NA
  60. setvariable zHspell NA
  61. setvariable zHmc NA
  62. setvariable zHm NA
  63. setvariable zHexpM ON
  64. setvariable zHget OFF
  65. setvariable zHCOM1 OFF
  66. setvariable zHCOM2 OFF
  67. setvariable zHCOM3 OFF
  68. setvariable zHCOM4 OFF
  69. setvariable zHCOM5 OFF
  70. setvariable zHcount OFF
  71. setvariable zHCOUNT NA
  72. setvariable zHcBrawl OFF
  73. setvariable zHbrawltype WEAPON
  74. setvariable zHskinsS 0
  75. setvariable zHlootsS 0
  76. setvariable zHkillsS 0
  77. setvariable zHcritters 0
  78. GOTO INTRO
  79.  
  80. %zHD:
  81. echo
  82. echo **************************************************************************************
  83. echo ** Welcome to SFhunter! Created By: Malific Drockmur
  84. echo **
  85. echo ** Basic usage
  86. echo ** .SFhunter {weapon} (shield) *shields are always optional*
  87. echo **
  88. echo ** For a complete list of syntaxes restart the script as:
  89. echo ** }}}}}}}}}.SFhunter HELP{{{{{{{{{
  90. echo **
  91. echo ** SFhunter was designed to support all weapon types. It works
  92. echo ** them quickly and effectively, and can skin and loot kills.
  93. echo **
  94. echo ** Please note this is NOT an AFK script. If you get into
  95. echo ** trouble the script will NOT get you out of it.
  96. echo **************************************************************************************
  97. echo
  98. echo **************************************************************************************
  99. echo ** TAKE ADVANTAGE OF MAKING A DEFAULT SETTING!
  100. echo ** This allows you to type JUST '.SFhunter' to start hunting!
  101. echo ** See .SFhunter HELP and type in 'default' for details!
  102. echo **************************************************************************************
  103. echo
  104. echo ** }}}}}}}}}.SFhunter HELP{{{{{{{{{
  105. exit
  106.  
  107. BEGIN_PAUSE:
  108. pause
  109.  
  110. 10000:
  111. 0:
  112. 1:
  113. 2:
  114. BEGIN:
  115. match WEAPON_CHECK you draw
  116. match WEAPON_CHECK re already holding
  117. match BEGIN_HANDS free hand
  118. match WEAPON_CHECK free to
  119. matchre BEGINA /out of reach|remove|already w|What were you|can't seem/i
  120. match VARI_CHECK Wield what?
  121. match BEGINA You can only wield a weapon or a shield!
  122. match BEGIN_PAUSE ...wait
  123. match BEGIN_PAUSE type ahead
  124. put wield right my %1
  125. matchwait
  126.  
  127. BEGINA_PAUSE:
  128. pause
  129. BEGINA:
  130. match WEAPON_CHECK you sling
  131. match WEAPON_CHECK re already holding
  132. match WEAPON_CHECK inventory
  133. match WEAPON_CHECK you remove
  134. match BEGIN_HANDS free hand
  135. match BEGINB remove what?
  136. match BEGIN_HANDS hands are full
  137. match BEGINA_PAUSE ...wait
  138. match BEGINA_PAUSE type ahead
  139. put remove my %1
  140. matchwait
  141.  
  142. BEGINB_PAUSE:
  143. pause
  144. BEGINB:
  145. match B_BALDRIC baldric
  146. match WEAPON_CHECK you get
  147. match VARI_CHECK What were you
  148. match BEGINB_PAUSE ...wait
  149. match BEGINB_PAUSE type ahead
  150. put get my %1
  151. matchwait
  152.  
  153. B_BALDRIC:
  154. echo
  155. echo B_BALDRIC:
  156. echo
  157. setvariable zHget ON
  158. setvariable zHgetA in my baldric
  159. goto WEAPON_CHECK
  160.  
  161.  
  162. VARI_CHECK_PAUSE:
  163. pause
  164. VARI_CHECK:
  165. echo
  166. echo VARI_CHECK:
  167. echo
  168. match %1 Roundtime
  169. match VARI_CHECK_PAUSE ...wait
  170. match VARI_CHECK_PAUSE type ahead
  171. match %1 You cannot back away from a chance to continue your slaughter!
  172. match %1 You retreat
  173. match %1 You sneak back
  174. match %1 already as far
  175. match %1 You stop advancing
  176. put retreat
  177. matchwait
  178.  
  179. BEGIN_HANDS:
  180. echo
  181. echo BEGIN_HANDS:
  182. echo
  183. echo **************************
  184. echo ** Your hands are full!
  185. echo ** Ending script.
  186. echo **************************
  187. echo
  188.  
  189. exit
  190.  
  191. DEAD:
  192. put *** You are Dead.
  193. echo
  194. echo **************************
  195. echo ** You Seem to be dead.
  196. echo ** Ending Script.
  197. echo **************************
  198. echo
  199. exit
  200.  
  201.  
  202. WEAPON_CHECK:
  203. echo
  204. echo WEAPON_CHECK:
  205. echo
  206. setvariable zHweapon %1
  207. match LE light edged
  208. match ME medium edged
  209. match HE heavy edged
  210. match 2HE two-handed edged
  211. match LB light blunt
  212. match MB medium blunt
  213. match HB heavy blunt
  214. match 2HB two-handed blunt
  215. match STAFF_SLING staff sling
  216. match SHORT_BOW short bow
  217. match LONG_BOW long bow
  218. match COMP_BOW composite bow
  219. match LX light crossbow
  220. match HX heavy crossbow
  221. match SHORT_STAFF short staff
  222. match Q_STAFF quarter staff
  223. match PIKE pike
  224. match HALBERD halberd
  225. match SLINGS sling
  226. match BEGIN_NOWEAP What were you
  227. match BEGIN_HANDS It's hard to appraise
  228. match UN_ID Roundtime
  229. put appraise my %1 quick
  230. matchwait
  231.  
  232. LE_PAUSE:
  233. pause
  234. LE:
  235. echo
  236. echo LE:
  237. echo
  238. LE2:
  239. match LE_SLICE leaf-blade
  240. match LE_SLICE Jagged Dao
  241. match LE_SLICE jagged dragon-pommel dao
  242. match LE_SLICE Curved Kythe
  243. match LE_SLICE Koummya
  244. match LE_SLICE Jambiya
  245. match LE_SLICE Serrated Steel Dao
  246. match LE_SLICE Gold and Blue-enameled Oben
  247. match LE_SLICE Darkly-Tinted Oben
  248. match LE_SLICE Bejeweled Silver Knife
  249. match LE_SLICE Crescent-bladed Shaska
  250. match LE_SLICE katar
  251. match LE_SLICE kanabu
  252. match LE_STAB Thin Steel Katar with Viper Fang Hilt
  253. match LE_STAB right hand
  254. match LE_PAUSE ...wait
  255. match LE_PAUSE type ahead
  256. put glance
  257. matchwait
  258.  
  259.  
  260. LE_SLICE:
  261. setvariable zHexp Light.Edged
  262. echo
  263. echo LE_SLICE:
  264. echo
  265. setvariable zHcombo1 parry
  266. setvariable zHcombo2 feint
  267. setvariable zHcombo3 draw
  268. setvariable zHcombo4 slice
  269. setvariable zHcombo5 chop
  270. setvariable zHcombo6 sweep
  271. setvariable zHcombo7 unused
  272. setvariable zHcombo8 unused
  273. #setvariable zHcombo1 parry
  274. #setvariable zHcombo2 feint
  275. #setvariable zHcombo3 draw
  276. #setvariable zHcombo4 thrust
  277. #setvariable zHcombo5 jab
  278. #setvariable zHcombo6 unused
  279. #setvariable zHcombo7 unused
  280. #setvariable zHcombo8 unused
  281. counter add 600
  282. IF_2 goto EQUIP_2
  283. goto %c
  284.  
  285.  
  286. LE_STAB:
  287. setvariable zHexp Light.Edged
  288. echo
  289. echo LE_THRUST:
  290. echo
  291. setvariable zHcombo1 parry
  292. setvariable zHcombo2 feint
  293. setvariable zHcombo3 lunge
  294. setvariable zHcombo4 thrust
  295. setvariable zHcombo5 jab
  296. setvariable zHcombo6 unused
  297. setvariable zHcombo7 unused
  298. setvariable zHcombo8 unused
  299. counter add 500
  300. #setvariable zHcombo1 parry
  301. #setvariable zHcombo2 feint
  302. #setvariable zHcombo3 draw
  303. #setvariable zHcombo4 thrust
  304. #setvariable zHcombo5 pummel
  305. #setvariable zHcombo6 dodge
  306. #setvariable zHcombo7 thrust
  307. #setvariable zHcombo8 unused
  308. #counter add 700
  309. IF_2 goto EQUIP_2
  310. goto %c
  311.  
  312. ME_PAUSE:
  313. pause
  314. ME:
  315. echo
  316. echo ME:
  317. echo
  318. match ME_SLICE Sapara
  319. match ME_SLICE Scimitar
  320. match ME_SLICE Cutlass
  321. match ME_SLICE Axe
  322. match ME_SLICE Hatchet
  323. match ME_SLICE Shotel
  324. match ME_SLICE Tei'oloh'ata
  325. match ME_SLICE Parang
  326. match ME_SLICE Sword
  327. match ME_SLICE Telo
  328. match ME_SLICE Adze
  329. match ME_SLICE Curlade
  330. match ME_SLICE Hanger
  331. match ME_SLICE Scythe-blade
  332. match ME_SLICE Cleaver
  333. match ME_SLICE Lata'oloh
  334. match ME_SLICE Mirror Blade
  335. match ME_ILTESH Iltesh
  336. match ME_STAB Rapier
  337. match ME_STAB Nambeli
  338. match ME_STAB Yataghan
  339. match ME_STAB Shashqa
  340. match ME_STAB Gladius
  341. match ME_STAB Pasabas
  342. match ME_STAB Foil
  343. match ME_STAB Thrusting Blade
  344. match ME_STAB Sabre
  345. match ME_SLICE right hand
  346. match ME_PAUSE ...wait
  347. match ME_PAUSE type ahead
  348. put glance
  349. matchwait
  350.  
  351. #Not Steph's
  352. ME_SLICE:
  353. setvariable zHexp Medium.Edged
  354. echo
  355. echo ME_SLICE:
  356. echo
  357. setvariable zHcombo1 parry
  358. setvariable zHcombo2 feint
  359. setvariable zHcombo3 draw
  360. setvariable zHcombo4 sweep
  361. setvariable zHcombo5 slice
  362. setvariable zHcombo6 chop
  363. setvariable zHcombo7 unused
  364. setvariable zHcombo8 unused
  365. counter add 600
  366. IF_2 goto EQUIP_2
  367. goto %c
  368.  
  369. ME_ILTESH:
  370. setvariable zHexp Medium.Edged
  371. echo
  372. echo ME_ILTESH:
  373. echo
  374. setvariable zHcombo1 feint
  375. setvariable zHcombo2 draw
  376. setvariable zHcombo3 sweep
  377. setvariable zHcombo4 slice
  378. setvariable zHcombo5 chop
  379. setvariable zHcombo6 lunge
  380. setvariable zHcombo7 thrust
  381. setvariable zHcombo8 jab
  382. counter add 800
  383. IF_2 goto EQUIP_2
  384. goto %c
  385.  
  386. ME_STAB:
  387. setvariable zHexp Medium.Edged
  388. echo
  389. echo ME_THRUST:
  390. echo
  391. setvariable zHcombo1 parry
  392. setvariable zHcombo2 feint
  393. setvariable zHcombo3 draw
  394. setvariable zHcombo4 sweep
  395. setvariable zHcombo5 thrust
  396. setvariable zHcombo6 unused
  397. setvariable zHcombo7 unused
  398. setvariable zHcombo8 unused
  399. counter add 500
  400. IF_2 goto EQUIP_2
  401. goto %c
  402.  
  403. HE_PAUSE:
  404. pause
  405. HE:
  406. echo
  407. echo HE:
  408. echo
  409. match HE_STAB Enamel-Hilted Longsword
  410. match HE_STAB Namkoba
  411. match HE_STAB Reinforced Cinquedea
  412. match HE_SLICE right hand
  413. match HE_PAUSE ...wait
  414. match HE_PAUSE type ahead
  415. put glance
  416. matchwait
  417.  
  418. HE_SLICE:
  419. setvariable zHexp Heavy.Edged
  420. echo
  421. echo HE_SLICE:
  422. echo
  423. setvariable zHcombo1 parry
  424. setvariable zHcombo2 feint
  425. setvariable zHcombo3 draw
  426. setvariable zHcombo4 sweep
  427. setvariable zHcombo5 slice
  428. setvariable zHcombo6 unused
  429. setvariable zHcombo7 unused
  430. setvariable zHcombo8 unused
  431. counter add 500
  432. IF_2 goto EQUIP_2
  433. goto %c
  434.  
  435.  
  436. HE_STAB:
  437. setvariable zHexp Heavy.Edged
  438. echo
  439. echo HE_THRUST:
  440. echo
  441. setvariable zHcombo1 parry
  442. setvariable zHcombo2 feint
  443. setvariable zHcombo3 lunge
  444. setvariable zHcombo4 thrust
  445. setvariable zHcombo5 jab
  446. setvariable zHcombo6 unused
  447. setvariable zHcombo7 unused
  448. setvariable zHcombo8 unused
  449. counter add 500
  450. IF_2 goto EQUIP_2
  451. goto %c
  452.  
  453. 2HE:
  454. setvariable zHexp Twohanded.Edged
  455. echo
  456. echo 2HE:
  457. echo
  458. setvariable zHcombo1 parry
  459. setvariable zHcombo2 feint
  460. setvariable zHcombo3 draw
  461. setvariable zHcombo4 sweep
  462. setvariable zHcombo5 slice
  463. setvariable zHcombo6 unused
  464. setvariable zHcombo7 unused
  465. setvariable zHcombo8 unused
  466. counter add 500
  467. goto %c
  468.  
  469. LB:
  470. setvariable zHexp Light.Blunt
  471. echo
  472. echo LB:
  473. echo
  474. setvariable zHcombo1 dodge
  475. #setvariable zHcombo2 feint
  476. setvariable zHcombo2 bash
  477. setvariable zHcombo3 sweep
  478. setvariable zHcombo4 draw
  479. #setvariable zHcombo5 jab
  480. setvariable zHcombo5 slice
  481. setvariable zHcombo6 unused
  482. setvariable zHcombo7 unused
  483. setvariable zHcombo8 unused
  484. counter add 500
  485. IF_2 goto EQUIP_2
  486. goto %c
  487.  
  488. MB:
  489. setvariable zHexp Medium.Blunt
  490. echo
  491. echo MB:
  492. echo
  493. setvariable zHcombo1 dodge
  494. setvariable zHcombo2 feint
  495. setvariable zHcombo3 bash
  496. setvariable zHcombo4 sweep
  497. setvariable zHcombo5 draw
  498. setvariable zHcombo6 jab
  499. setvariable zHcombo7 slice
  500. setvariable zHcombo8 unused
  501. counter add 700
  502. IF_2 goto EQUIP_2
  503. goto %c
  504.  
  505. HB:
  506. setvariable zHexp Heavy.Blunt
  507. echo
  508. echo HB:
  509. echo
  510. setvariable zHcombo1 feint
  511. setvariable zHcombo2 bash
  512. setvariable zHcombo3 sweep
  513. setvariable zHcombo4 draw
  514. setvariable zHcombo5 slice
  515. setvariable zHcombo6 unused
  516. setvariable zHcombo7 unused
  517. setvariable zHcombo8 unused
  518. counter add 500
  519. IF_2 goto EQUIP_2
  520. goto %c
  521.  
  522. 2HB:
  523. setvariable zHexp Twohanded.Blunt
  524. echo
  525. echo 2HB:
  526. echo
  527. setvariable zHcombo1 feint
  528. setvariable zHcombo2 bash
  529. setvariable zHcombo3 sweep
  530. setvariable zHcombo4 draw
  531. setvariable zHcombo5 slice
  532. setvariable zHcombo6 unused
  533. setvariable zHcombo7 unused
  534. setvariable zHcombo8 unused
  535. counter add 500
  536. goto %c
  537.  
  538. SHORT_STAFF:
  539. setvariable zHexp Short.Staff
  540. echo
  541. echo SHORT_STAFF:
  542. echo
  543. setvariable zHcombo1 parry
  544. setvariable zHcombo2 thrust
  545. setvariable zHcombo3 sweep
  546. setvariable zHcombo4 chop
  547. setvariable zHcombo5 jab
  548. setvariable zHcombo6 unused
  549. setvariable zHcombo7 unused
  550. setvariable zHcombo8 unused
  551. counter add 500
  552. goto %c
  553.  
  554. Q_STAFF:
  555. setvariable zHexp Quarter.Staff
  556. echo
  557. echo Q_STAFF:
  558. echo
  559. setvariable zHcombo1 parry
  560. setvariable zHcombo2 thrust
  561. setvariable zHcombo3 sweep
  562. setvariable zHcombo4 bash
  563. setvariable zHcombo5 draw
  564. setvariable zHcombo6 slice
  565. #setvariable zHcombo1 feint
  566. #setvariable zHcombo2 draw
  567. #setvariable zHcombo3 slice
  568. #setvariable zHcombo4 sweep
  569. #setvariable zHcombo5 bash
  570. #setvariable zHcombo6 unused
  571. setvariable zHcombo7 unused
  572. setvariable zHcombo8 unused
  573. counter add 600
  574. goto %c
  575.  
  576. PIKE:
  577. setvariable zHexp Pike
  578. echo
  579. echo PIKE:
  580. echo
  581. setvariable zHcombo1 dodge
  582. setvariable zHcombo2 jab
  583. setvariable zHcombo3 sweep
  584. setvariable zHcombo4 thrust
  585. setvariable zHcombo5 lunge
  586. setvariable zHcombo6 unused
  587. setvariable zHcombo7 unused
  588. setvariable zHcombo8 unused
  589. counter add 500
  590. goto %c
  591.  
  592. HALBERD:
  593. setvariable zHexp Halberd
  594. echo
  595. echo HALBERD:
  596. echo
  597. setvariable zHcombo1 dodge
  598. setvariable zHcombo2 feint
  599. setvariable zHcombo3 thrust
  600. setvariable zHcombo4 sweep
  601. setvariable zHcombo5 chop
  602. setvariable zHcombo6 jab
  603. setvariable zHcombo7 unused
  604. setvariable zHcombo8 unused
  605. counter add 600
  606. #setvariable zHcombo1 thrust
  607. #setvariable zHcombo2 sweep
  608. #setvariable zHcombo3 slice
  609. #setvariable zHcombo4 chop
  610. #setvariable zHcombo5 jab
  611. #setvariable zHcombo6 unused
  612. #setvariable zHcombo7 unused
  613. #setvariable zHcombo8 unused
  614. #counter add 500
  615. goto %c
  616.  
  617. SLINGS:
  618. setvariable zHammo rock
  619. setvariable zHexp Sling
  620. echo
  621. echo SLING:
  622. echo
  623. put retreat
  624. waitfor you
  625. put retreat
  626. waitfor you
  627. counter add 100
  628. IF_2 goto EQUIP_2
  629. goto %c
  630.  
  631. STAFF_SLING:
  632. setvariable zHammo rock
  633. setvariable zHexp Staff.Sling
  634. echo
  635. echo STAFF_SLING:
  636. echo
  637. put retreat
  638. waitfor you
  639. put retreat
  640. waitfor you
  641. counter add 100
  642. goto %c
  643.  
  644. LX:
  645. setvariable zHammo bolt
  646. setvariable zHexp Light.Crossbow
  647. echo
  648. echo LX:
  649. echo
  650. put retreat
  651. waitfor you
  652. put retreat
  653. waitfor you
  654. counter add 100
  655. IF_2 goto EQUIP_2
  656. goto %c
  657.  
  658. HX:
  659. setvariable zHammo bolt
  660. setvariable zHexp Heavy.Crossbow
  661. echo
  662. echo HX:
  663. echo
  664. put retreat
  665. waitfor you
  666. put retreat
  667. waitfor you
  668. counter add 100
  669. goto %c
  670.  
  671. SHORT_BOW:
  672. setvariable zHammo arrow
  673. setvariable zHexp Short.Bow
  674. echo
  675. echo SHORT_BOW:
  676. echo
  677. put retreat
  678. waitfor you
  679. put retreat
  680. waitfor you
  681. counter add 100
  682. goto %c
  683.  
  684. LONG_BOW:
  685. setvariable zHammo arrow
  686. setvariable zHexp Long.Bow
  687. echo
  688. echo LONG_BOW:
  689. echo
  690. put retreat
  691. waitfor you
  692. put retreat
  693. waitfor you
  694. counter add 100
  695. goto %c
  696.  
  697. COMP_BOW:
  698. setvariable zHammo arrow
  699. setvariable zHexp Composite.Bow
  700. echo
  701. echo COMP_BOW:
  702. echo
  703. put retreat
  704. waitfor you
  705. put retreat
  706. waitfor you
  707. counter add 100
  708. goto %c
  709.  
  710. DAN:
  711. DANC:
  712. DANCE:
  713. COUNT:
  714. COUN:
  715. COU:
  716. echo
  717. echo COUNT:
  718. echo
  719. setvariable zHcount ON
  720. shift
  721. goto COUNT_%1
  722.  
  723. COUNT_0:
  724. setvariable zHCOUNT COUNT_ONE
  725. shift
  726. goto BEGIN
  727. COUNT_1:
  728. setvariable zHCOUNT COUNT_TWO
  729. shift
  730. goto BEGIN
  731. COUNT_2:
  732. setvariable zHCOUNT COUNT_THREE
  733. shift
  734. goto BEGIN
  735. COUNT_3:
  736. setvariable zHCOUNT COUNT_FOUR
  737. shift
  738. goto BEGIN
  739. COUNT_4:
  740. setvariable zHCOUNT COUNT_FIVE
  741. shift
  742. goto BEGIN
  743. COUNT_5:
  744. setvariable zHCOUNT COUNT_SIX
  745. shift
  746. goto BEGIN
  747. COUNT_6:
  748. setvariable zHCOUNT COUNT_SEVEN
  749. shift
  750. goto BEGIN
  751. COUNT_7:
  752. setvariable zHCOUNT COUNT_EIGHT
  753. shift
  754. goto BEGIN
  755. COUNT_8:
  756. setvariable zHCOUNT COUNT_NINE
  757. shift
  758. goto BEGIN
  759. COUNT_9:
  760. setvariable zHCOUNT COUNT_TEN
  761. shift
  762. goto BEGIN
  763. COUNT_10:
  764. setvariable zHCOUNT COUNT_ELEVEN
  765. shift
  766. goto BEGIN
  767. COUNT_11:
  768. setvariable zHCOUNT COUNT_TWELVE
  769. shift
  770. goto BEGIN
  771. COUNT_12:
  772. setvariable zHCOUNT COUNT_THIRTEEN
  773. shift
  774. goto BEGIN
  775. COUNT_13:
  776. setvariable zHCOUNT COUNT_FOURTEEN
  777. shift
  778. goto BEGIN
  779. COUNT_14:
  780. setvariable zHCOUNT COUNT_FIFTEEN
  781. shift
  782. goto BEGIN
  783. COUNT_15:
  784. setvariable zHCOUNT COUNT_SIXTEEN
  785. shift
  786. goto BEGIN
  787. COUNT_16:
  788. setvariable zHCOUNT COUNT_SEVENTEEN
  789. shift
  790. goto BEGIN
  791. COUNT_17:
  792. setvariable zHCOUNT COUNT_EIGHTEEN
  793. shift
  794. goto BEGIN
  795. COUNT_18:
  796. setvariable zHCOUNT COUNT_NINETEEN
  797. shift
  798. goto BEGIN
  799. COUNT_19:
  800. COUNT_20:
  801. setvariable zHCOUNT COUNT_PLUS
  802. shift
  803. goto BEGIN
  804.  
  805. COMMAND:
  806. COMMAND1:
  807. COMMAN:
  808. COMMAN1:
  809. COMMA:
  810. COMMA1:
  811. COMM:
  812. COMM1:
  813. COM
  814. COM1:
  815. shift
  816. setvariable zHcom1 %1
  817. setvariable zHCOM1 ON
  818. shift
  819. goto BEGIN
  820.  
  821. COMMAND2:
  822. COMMAN2:
  823. COMMA2:
  824. COMM2:
  825. COM2:
  826. shift
  827. setvariable zHcom2 %1
  828. setvariable zHCOM2 ON
  829. shift
  830. goto BEGIN
  831.  
  832.  
  833. COMMAND3:
  834. COMMAN3:
  835. COMMA3:
  836. COMM3:
  837. COM3:
  838. shift
  839. setvariable zHcom3 %1
  840. setvariable zHCOM3 ON
  841. shift
  842. goto BEGIN
  843.  
  844.  
  845. COMMAND4:
  846. COMMAN4:
  847. COMMA4:
  848. COMM4:
  849. COM4:
  850. shift
  851. setvariable zHcom4 %1
  852. setvariable zHCOM4 ON
  853. shift
  854. goto BEGIN
  855.  
  856.  
  857. COMMAND5:
  858. COMMAN5:
  859. COMMA5:
  860. COMM5:
  861. COM5:
  862. shift
  863. setvariable zHcom5 %1
  864. setvariable zHCOM5 ON
  865. shift
  866. goto BEGIN
  867.  
  868. REM:
  869. REMO:
  870. REMOV:
  871. REMOVE:
  872. echo
  873. echo REMOVE:
  874. echo
  875. shift
  876. put remove my %1
  877. wait
  878. put stow my %1
  879. wait
  880. shift
  881. goto BEGIN
  882.  
  883. WEA:
  884. WEAR:
  885. echo
  886. echo WEAR:
  887. echo
  888. shift
  889. put get my %1
  890. wait
  891. put wear my %1
  892. wait
  893. shift
  894. goto BEGIN
  895.  
  896. EXP:
  897. echo
  898. echo EXP:
  899. echo
  900. setvariable zHexpC ON
  901. shift
  902. goto BEGIN
  903.  
  904. ATT:
  905. ATTA:
  906. ATTAC:
  907. ATTACK:
  908. echo
  909. echo ATTACK:
  910. echo
  911. shift
  912. put stance attack
  913. wait
  914. goto BEGIN
  915.  
  916. EVA:
  917. EVAS:
  918. EVAD:
  919. EVASI:
  920. EVADE:
  921. EVASIO:
  922. EVASION:
  923. echo
  924. echo EVASION:
  925. echo
  926. shift
  927. put stance evasion
  928. wait
  929. goto BEGIN
  930.  
  931. BLO:
  932. BLOC:
  933. BLOCK:
  934. echo
  935. echo BLOCK:
  936. echo
  937. shift
  938. put stance shield
  939. wait
  940. goto BEGIN
  941.  
  942. PAR:
  943. PARR:
  944. PARRY:
  945. echo
  946. echo PARRY:
  947. echo
  948. shift
  949. put stance parry
  950. wait
  951. goto BEGIN
  952.  
  953. CUS:
  954. CUST:
  955. CUSTO:
  956. CUSTOM:
  957. echo
  958. echo CUSTOM:
  959. echo
  960. shift
  961. put stance custom
  962. wait
  963. goto BEGIN
  964.  
  965. REP:
  966. REPE:
  967. REPEA:
  968. REPEAT:
  969. REPEATE:
  970. REPEATER:
  971. echo
  972. echo REPEATER:
  973. echo
  974. put retreat
  975. waitfor you
  976. put retreat
  977. waitfor you
  978. setvariable zHrepeat REPEAT
  979. shift
  980. goto BEGIN
  981.  
  982. LOG:
  983. VINE:
  984. put retreat
  985. waitfor you
  986. put retreat
  987. waitfor you
  988. setvariable zHexp THROW
  989. setvariable zHexpB THROW
  990. Counter set 1200
  991. echo
  992. echo VINE:
  993. echo
  994. goto THROW_EQUIP
  995.  
  996.  
  997. OFF:
  998. OFFH:
  999. OFFHA:
  1000. OFFHAN:
  1001. OFFHAND:
  1002. put retreat
  1003. waitfor you
  1004. put retreat
  1005. waitfor you
  1006. setvariable zHexp OFFHAND
  1007. setvariable zHexpB OFFHAND
  1008. setvariable zHtype OFFHAND
  1009. echo
  1010. echo OFFHAND:
  1011. echo
  1012. shift
  1013. counter add 2200
  1014. match OFF_THROW_VARI you draw
  1015. match OFF_THROW_VARI free to
  1016. match OFF_THROW_VARI re already h
  1017. match BEGIN_HANDS free hand
  1018. matchre OFF_THROW_EQUIP /out of reach|remove|already w|What were you|can't seem|Wield what\?/i
  1019. match OFF_THROW_EQUIP You can only wield a weapon or a shield!
  1020. put wield left my %1
  1021. matchwait
  1022.  
  1023. OFF_THROW_EQUIP:
  1024. echo
  1025. echo OFF_THROWN_EQUIP:
  1026. echo
  1027. match OFF_THROW_VARI you sling
  1028. match OFF_THROW_VARI re already
  1029. match OFF_THROW_VARI inventory
  1030. match OFF_THROW_VARI you remove
  1031. match OFF_THROW_VARI_SWAP right hand
  1032. match OFF_THROW_EQUIP_2 remove what?
  1033. match BEGIN_HANDS hands are full
  1034. put remove my %1
  1035. matchwait
  1036.  
  1037. OFF_THROW_EQUIP_2:
  1038. echo
  1039. echo OFF_THROW_EQUIP_2:
  1040. echo
  1041. match OFF_THROW_BALDRIC baldric
  1042. match OFF_THROW_VARI_SWAP you get
  1043. match VARI_CHECK What were you
  1044. put get my %1
  1045. matchwait
  1046.  
  1047. OFF_THROW_BALDRIC:
  1048. echo
  1049. echo OFF_THROW_BALDRIC:
  1050. echo
  1051. setvariable zHget ON
  1052. setvariable zHgetA in my baldric
  1053. goto OFF_THROW_VARI_SWAP
  1054.  
  1055. OFF_THROW_VARI_SWAP_PAUSE:
  1056. pause
  1057. OFF_THROW_VARI_SWAP:
  1058. match OFF_THROW_VARI left hand
  1059. match OFF_THROW_VARI_SWAP_PAUSE right hand
  1060. put swap
  1061. matchwait
  1062.  
  1063. OFF_THROW_VARI:
  1064. counter add 10
  1065. IF_2 goto EQUIP_2
  1066. goto %c
  1067.  
  1068. THR:
  1069. THRO:
  1070. THROW:
  1071. THROWN:
  1072. put retreat
  1073. waitfor you
  1074. put retreat
  1075. waitfor you
  1076. setvariable zHexpB THROW
  1077. echo
  1078. echo THROWN:
  1079. echo
  1080. shift
  1081. counter add 1200
  1082. match THROW_VARI you draw
  1083. match THROW_VARI free to
  1084. match THROW_VARI re already h
  1085. match BEGIN_HANDS free hand
  1086. matchre THROW_EQUIP /out of reach|remove|already w|What were you|can't seem|Wield what\?/i
  1087. match THROW_BRAWL You can only wield a weapon or a shield!
  1088. put wield right my %1
  1089. matchwait
  1090.  
  1091. THROW_BRAWL:
  1092.  
  1093. THROW_EQUIP:
  1094. echo
  1095. echo THROWN_EQUIP:
  1096. echo
  1097. match THROW_VARI you sling
  1098. match THROW_VARI re already
  1099. match THROW_VARI inventory
  1100. match THROW_VARI you remove
  1101. match THROW_VARI_SWAP right hand
  1102. match THROW_EQUIP_2 remove what?
  1103. match BEGIN_HANDS hands are full
  1104. put remove my %1
  1105. matchwait
  1106.  
  1107. THROW_EQUIP_2:
  1108. echo
  1109. echo THROW_EQUIP_2:
  1110. echo
  1111. match THROW_BALDRIC baldric
  1112. match THROW_VARI_SWAP you get
  1113. match VARI_CHECK What were you
  1114. put get my %1
  1115. matchwait
  1116.  
  1117. THROW_BALDRIC:
  1118. echo
  1119. echo THROW_BALDRIC:
  1120. echo
  1121. setvariable zHget ON
  1122. setvariable zHgetA in my baldric
  1123. goto THROW_VARI
  1124.  
  1125. THROW_VARI_SWAP_PAUSE:
  1126. pause
  1127. THROW_VARI_SWAP:
  1128. match THROW_VARI right hand
  1129. match THROW_VARI_SWAP_PAUSE left hand
  1130. put swap
  1131. matchwait
  1132.  
  1133. THROW_VARI:
  1134. counter add 10
  1135. IF_2 goto EQUIP_2
  1136. goto %c
  1137.  
  1138.  
  1139.  
  1140. EMP:
  1141. EMPU:
  1142. EMPA:
  1143. EMPUF:
  1144. EMPAT:
  1145. EMPUFF:
  1146. EMPATH:
  1147. shift
  1148. setvariable zHtype BRAWL
  1149. setvariable zHexpA Brawling
  1150. setvariable zHexpB ON
  1151. setvariable zHcBrawl ON
  1152. echo
  1153. echo EMPATH_BRAWLING:
  1154. echo
  1155. setvariable zHcombo1 parry
  1156. setvariable zHcombo2 shove
  1157. setvariable zHcombo3 circle
  1158. setvariable zHcombo4 weave
  1159. setvariable zHcombo5 bob
  1160. setvariable zHcombo6 unused
  1161. setvariable zHcombo7 unused
  1162. setvariable zHcombo8 unused
  1163. counter add 500
  1164. goto EMPATH_E
  1165.  
  1166. POA:
  1167. POAC:
  1168. POACH:
  1169. POACHI:
  1170. POACHIN:
  1171. POACHING:
  1172. shift
  1173. setvariable zHrange 2
  1174. setvariable zHrange1 poach
  1175. echo
  1176. echo POACHING:
  1177. echo
  1178. put retreat
  1179. waitfor you
  1180. put retreat
  1181. waitfor you
  1182. goto BEGIN
  1183.  
  1184. SNI:
  1185. SNIP:
  1186. SNIPE:
  1187. SNIPI:
  1188. SNIPIN:
  1189. SNIPING:
  1190. shift
  1191. setvariable zHrange 2
  1192. setvariable zHrange1 snipe
  1193. echo
  1194. echo SNIPING:
  1195. echo
  1196. put retreat
  1197. waitfor you
  1198. put retreat
  1199. waitfor you
  1200. goto BEGIN
  1201.  
  1202. CHO:
  1203. CHOK:
  1204. CHOKE:
  1205. shift
  1206. setvariable zHtype BRAWL
  1207. setvariable zHexpA Brawling
  1208. setvariable zHexpB ON
  1209. setvariable zHcBrawl ON
  1210. echo
  1211. echo CHOKE:
  1212. echo
  1213. counter add 300
  1214. goto %c
  1215.  
  1216. BRA:
  1217. BRAW:
  1218. BRAWL:
  1219. BRAWLI:
  1220. BRAWLIN:
  1221. BRAWLING:
  1222. shift
  1223. setvariable zHcBrawl ON
  1224. goto BRAWL_EXPB_%zHexpB
  1225. BRAWL_EXPB_OFF:
  1226. setvariable zHexpB ON
  1227. setvariable zHexpA Brawling
  1228. BRAWL_EXPB_ON:
  1229. setvariable zHtype BRAWL
  1230. echo
  1231. echo BRAWLING:
  1232. echo
  1233. B_A:
  1234. IF_1 goto B_B
  1235. setvariable zHcombo1 parry
  1236. setvariable zHcombo2 jab
  1237. setvariable zHcombo3 kick
  1238. setvariable zHcombo4 slice
  1239. setvariable zHcombo5 punch
  1240. setvariable zHcombo6 claw
  1241. setvariable zHcombo7 elbow
  1242. setvariable zHcombo8 unused
  1243. counter add 700
  1244. goto BRAWL_EQUIPMENT
  1245.  
  1246. B_B:
  1247. setvariable zHcombo1 circle
  1248. setvariable zHcombo2 elbow
  1249. setvariable zHcombo3 jab
  1250. setvariable zHcombo4 kick
  1251. setvariable zHcombo5 punch
  1252. setvariable zHcombo6 unused
  1253. setvariable zHcombo7 unused
  1254. setvariable zHcombo8 unused
  1255. counter add 500
  1256. goto BRAWL_EQUIPMENT
  1257.  
  1258.  
  1259. AMB:
  1260. AMBU:
  1261. AMBUS:
  1262. AMBUSH:
  1263. AMBUSHI:
  1264. AMBUSHIN:
  1265. AMBUSHING:
  1266. shift
  1267. setvariable zHamb ON
  1268. setvariable zHexpA Stalking
  1269. setvariable zHexpB ON
  1270. echo
  1271. echo AMBUSHING:
  1272. echo
  1273. counter add 1000
  1274. match AMB_THIEF Guild: Thief
  1275. match BEGIN Wealth:
  1276. match BEGIN Coins:
  1277. put info
  1278. matchwait
  1279.  
  1280. AMB_THIEF:
  1281. counter add 1
  1282. goto BEGIN
  1283.  
  1284.  
  1285. SNA:
  1286. SNAP:
  1287. SNAPF:
  1288. SNAPFI:
  1289. SNAPFIR:
  1290. SNAPFIRE:
  1291. shift
  1292. put retreat
  1293. put retreat
  1294. echo
  1295. echo SNAPFIRE:
  1296. echo
  1297. counter add 100
  1298. goto BEGIN
  1299.  
  1300. EQUIP_2_PAUSE:
  1301. pause
  1302. EQUIP_2:
  1303. echo
  1304. echo EQUIP_2:
  1305. echo
  1306. setvariable zHshield %2
  1307. match BEGIN_NOWEAP What were you
  1308. match %c already
  1309. match %c you get
  1310. match %c you sling
  1311. match %c you remove
  1312. match EQUIP_2_PAUSE ...wait
  1313. match EQUIP_2_PAUSE type ahead
  1314. put remove my %2
  1315. put get my %2
  1316. matchwait
  1317.  
  1318. ARR:
  1319. ARRA:
  1320. ARRAN:
  1321. ARRANG:
  1322. ARRANGE:
  1323. echo
  1324. echo ARRANGE:
  1325. echo
  1326. shift
  1327. setvariable zHarrange ARR_YES
  1328. setvariable zHskin SKIN1
  1329. goto %c
  1330.  
  1331.  
  1332. LOOTC:
  1333. LOOTCO:
  1334. LOOTCOI:
  1335. LOOTCOIN:
  1336. LOOTCOINS:
  1337. shift
  1338. echo
  1339. echo LOOTCOINS:
  1340. echo
  1341. setvariable zHloot YES_LOOT
  1342. setvariable zHlootcoin 0
  1343. goto %c
  1344.  
  1345. LOOTB:
  1346. LOOTBO:
  1347. LOOTBOX:
  1348. LOOTBOXE:
  1349. LOOTBOXES:
  1350. shift
  1351. echo
  1352. echo LOOTBOXES:
  1353. echo
  1354. setvariable zHloot YES_LOOT
  1355. setvariable zHlootbox 0
  1356. goto %c
  1357.  
  1358. LOOTG:
  1359. LOOTGE:
  1360. LOOTGEM:
  1361. LOOTGEMS:
  1362. shift
  1363. echo
  1364. echo LOOTGEMS:
  1365. echo
  1366. setvariable zHloot YES_LOOT
  1367. setvariable zHlootgem 0
  1368. goto %c
  1369.  
  1370. LOOTJ:
  1371. LOOTJU:
  1372. LOOTJUN:
  1373. LOOTJUNK:
  1374. shift
  1375. echo
  1376. echo LOOTJUNK:
  1377. echo
  1378. setvariable zHloot YES_LOOT
  1379. setvariable zHlootjunk 0
  1380. goto %c
  1381.  
  1382. LOOT:
  1383. shift
  1384. echo
  1385. echo LOOT:
  1386. echo
  1387. setvariable zHloot YES_LOOT
  1388. setvariable zHlootgem 0
  1389. setvariable zHlootbox 0
  1390. setvariable zHlootcoin 0
  1391. goto %c
  1392.  
  1393. ST:
  1394. SEARCHT:
  1395. SEARCHTR:
  1396. SEARCHTRE:
  1397. SEARCHTREA:
  1398. SEARCHTREAS:
  1399. SEARCHTREASU:
  1400. SEARCHTREASUR:
  1401. SEARCHTREASURE:
  1402. shift
  1403. echo
  1404. echo SEARCHTREASURE:
  1405. echo
  1406. setvariable zHsearch treasure
  1407. goto %c
  1408.  
  1409. SB:
  1410. SEARCHB:
  1411. SEARCHBO:
  1412. SEARCHBOX:
  1413. SEARCHBOXE:
  1414. SEARCHBOXES:
  1415. shift
  1416. echo
  1417. echo SEARCHBOXES:
  1418. echo
  1419. setvariable zHsearch boxes
  1420. goto %c
  1421.  
  1422. SE:
  1423. SEARCHE:
  1424. SEARCHEQ:
  1425. SEARCHEQU:
  1426. SEARCHEQUI:
  1427. SEARCHEQUIP:
  1428. SEARCHEQUIPM:
  1429. SEARCHEQUIPME:
  1430. SEARCHEQUIPMEN:
  1431. SEARCHEQUIPMENT:
  1432. shift
  1433. echo
  1434. echo SEARCHEQUIPMENT:
  1435. echo
  1436. setvariable zHsearch equipment
  1437. goto %c
  1438.  
  1439. SA:
  1440. SEARCHA:
  1441. SEARCHAL:
  1442. SEARCHALL:
  1443. shift
  1444. echo
  1445. echo SEARCHALL:
  1446. echo
  1447. setvariable zHsearch all
  1448. goto %c
  1449.  
  1450.  
  1451. SG:
  1452. SEARCHG:
  1453. SEARCHGO:
  1454. SEARCHGOO:
  1455. SEARCHGOOD:
  1456. SEARCHGOODS:
  1457. shift
  1458. echo
  1459. echo SEARCHGOODS:
  1460. echo
  1461. setvariable zHsearch goods
  1462. goto %c
  1463.  
  1464. BAC:
  1465. BACK:
  1466. BACKS:
  1467. BACKST:
  1468. BACKSTA:
  1469. BACKSTAB:
  1470. BACKSTABB:
  1471. BACKSTABI:
  1472. BACKSTABBI:
  1473. BACKSTABIN:
  1474. BACKSTABBIN:
  1475. BACKSTABING:
  1476. BACKSTABBING:
  1477. shift
  1478. setvariable zHexpA Backstab
  1479. setvariable zHexpB ON
  1480. echo
  1481. echo BACKSTABBING:
  1482. echo
  1483. counter add 1100
  1484. goto %c
  1485.  
  1486. SLO:
  1487. SLOW:
  1488. SLOWE:
  1489. SLOWER:
  1490. YOU:
  1491. YOUN:
  1492. YOUNG:
  1493. YOUT:
  1494. YOUTH:
  1495. echo
  1496. echo SLOWER:
  1497. echo
  1498. shift
  1499. counter add 2
  1500. goto begin
  1501.  
  1502. RET:
  1503. RETR:
  1504. RETRE:
  1505. RETREA:
  1506. RETREAT:
  1507. shift
  1508. echo
  1509. echo RETREAT:
  1510. echo
  1511. setvariable zHretreat SKIN_RETREAT
  1512. setvariable zHskin SKIN1
  1513. goto %c
  1514.  
  1515. SKIND:
  1516. SKINDR:
  1517. SKINDRO:
  1518. SKINDROP:
  1519. shift
  1520. echo
  1521. echo SKINDROP:
  1522. echo
  1523. setvariable zHskindrop BUN_NO
  1524. setvariable zHskin SKIN1
  1525. goto %c
  1526.  
  1527. SKINE:
  1528. SKINEX:
  1529. SKINEXP:
  1530. shift
  1531. echo
  1532. echo SKINEXP:
  1533. echo
  1534. setvariable zHskinexp BUN_NO
  1535. setvariable zHskin SKIN1
  1536. goto %c
  1537.  
  1538.  
  1539. SKIN:
  1540. SKINN:
  1541. SKINNI:
  1542. SKINNIN:
  1543. SKINNING:
  1544. shift
  1545. echo
  1546. echo SKIN:
  1547. echo
  1548. setvariable zHskin SKIN1
  1549. goto %c
  1550.  
  1551. APP:
  1552. APPR:
  1553. APPRA:
  1554. APPRAI:
  1555. APPRAIS:
  1556. APPRAISE:
  1557. APPRAISA:
  1558. APPRAISAL:
  1559. shift
  1560. echo
  1561. echo APPRAISE:
  1562. echo
  1563. setvariable zHmonsterapp YES_APP
  1564. goto %c
  1565.  
  1566. GAU:
  1567. GAUN:
  1568. GAUNT:
  1569. GAUNTL:
  1570. GAUNTLE:
  1571. GAUNTLET:
  1572. GAUNTLETS:
  1573. echo
  1574. echo GAUNTLETS:
  1575. echo
  1576. setvariable zHtype GAUNT
  1577. match LE_SLICE A claw pops out of each of your iron gauntlets.
  1578. match GAUNT_GLANCE You start to slap your iron gauntlets
  1579. put slap my gauntlets
  1580. matchwait
  1581.  
  1582. GAUNT_GLANCE:
  1583. echo
  1584. echo GAUNT_GLANCE:
  1585. echo
  1586. match LE_SLICE razor-edged claw in your
  1587. match BEGIN_HANDS in your left hand
  1588. put glance
  1589. matchwait
  1590.  
  1591. SWAP:
  1592. BAS:
  1593. BAST:
  1594. BASTA:
  1595. BASTAR:
  1596. BASTARD:
  1597. echo
  1598. echo WEAPON_SWAP:
  1599. echo
  1600. shift
  1601. match SWAPPABLE_%1 you draw
  1602. match SWAPPABLE_%1 re already h
  1603. match BEGIN_HANDS free hand
  1604. match SWAPPABLE_%1 free to
  1605. matchre SWAPPABLE_A /out of reach|remove|already w|What were you|can't seem|Wield what\?/i
  1606. match LABELERROR You can only wield a weapon or a shield!
  1607. put wield right my %2
  1608. matchwait
  1609.  
  1610.  
  1611. SWAPPABLE_A:
  1612. echo
  1613. echo SWAPPABLE_A:
  1614. echo
  1615. match SWAPPABLE_%1 you sling
  1616. match SWAPPABLE_%1 re already
  1617. match SWAPPABLE_%1 inventory
  1618. match SWAPPABLE_%1 you remove
  1619. match SWAPPABLE_A2 remove what?
  1620. match BEGIN_HANDS hands are full
  1621. put remove my %2
  1622. matchwait
  1623.  
  1624. SWAPPABLE_A2:
  1625. match SWAPPABLE_BALDRIC baldric
  1626. match SWAPPABLE_%1 you get
  1627. match LABELERROR What were you
  1628. put get my %2
  1629. matchwait
  1630.  
  1631. SWAPPABLE_BALDRIC:
  1632. echo
  1633. echo SWAPPABLE_BALDRIC:
  1634. echo
  1635. setvariable zHget ON
  1636. setvariable zHgetA in my baldric
  1637. goto SWAPPABLE_%1
  1638.  
  1639. SWAPPABLE_QS:
  1640. shift
  1641. goto SWAPPABLE_QSA
  1642.  
  1643.  
  1644. SWAPPABLE_1:
  1645. shift
  1646. goto SWAPPABLE_1A
  1647.  
  1648.  
  1649. SWAPPABLE_2:
  1650. shift
  1651. goto SWAPPABLE_2A
  1652.  
  1653.  
  1654. SWAPPABLE_SS:
  1655. shift
  1656. goto SWAPPABLE_SSA
  1657.  
  1658.  
  1659. SWAPPABLE_B:
  1660. shift
  1661. goto SWAPPABLE_BA
  1662.  
  1663.  
  1664. SWAPPABLE_E:
  1665. shift
  1666. goto SWAPPABLE_EA
  1667.  
  1668.  
  1669. SWAPPABLE_HA:
  1670. shift
  1671. goto SWAPPABLE_HAA
  1672.  
  1673.  
  1674. SWAPPABLE_PI:
  1675. shift
  1676. goto SWAPPABLE_PIA
  1677.  
  1678.  
  1679. SWAPPABLE_1_PAUSE:
  1680. pause
  1681. SWAPPABLE_1A:
  1682. match WEAPON_CHECK heavy
  1683. match SWAPPABLE_1_PAUSE two-handed
  1684. put swap my %1
  1685. matchwait
  1686.  
  1687. SWAPPABLE_2_PAUSE:
  1688. pause
  1689. SWAPPABLE_2A:
  1690. match WEAPON_CHECK two-handed
  1691. match SWAPPABLE_2_PAUSE heavy
  1692. put swap my %1
  1693. matchwait
  1694.  
  1695. SWAPPABLE_B_PAUSE:
  1696. pause
  1697. SWAPPABLE_BA:
  1698. match WEAPON_CHECK blunt
  1699. match SWAPPABLE_B_PAUSE edged
  1700. put swap my %1
  1701. matchwait
  1702.  
  1703. SWAPPABLE_E_PAUSE:
  1704. pause
  1705. SWAPPABLE_EA:
  1706. match WEAPON_CHECK edged
  1707. match SWAPPABLE_E_PAUSE blunt
  1708. put swap my %1
  1709. matchwait
  1710.  
  1711. SWAPPABLE_PI_PAUSE:
  1712. pause
  1713. SWAPPABLE_PIA:
  1714. match WEAPON_CHECK pike
  1715. match SWAPPABLE_PI_PAUSE halberd
  1716. match SWAPPABLE_PI_PAUSE short staff
  1717. match SWAPPABLE_PI_PAUSE quarter staff
  1718. put swap my %1
  1719. matchwait
  1720.  
  1721. SWAPPABLE_SS_PAUSE:
  1722. pause
  1723. SWAPPABLE_SSA:
  1724. match WEAPON_CHECK short staff
  1725. match SWAPPABLE_SS_PAUSE halberd
  1726. match SWAPPABLE_SS_PAUSE pike
  1727. match SWAPPABLE_SS_PAUSE quarter staff
  1728. put swap my %1
  1729. matchwait
  1730.  
  1731. SWAPPABLE_HA_PAUSE:
  1732. pause
  1733. SWAPPABLE_HAA:
  1734. match WEAPON_CHECK halberd
  1735. match SWAPPABLE_HA_PAUSE short staff
  1736. match SWAPPABLE_HA_PAUSE pike
  1737. match SWAPPABLE_HA_PAUSE quarter staff
  1738. put swap my %1
  1739. matchwait
  1740.  
  1741. SWAPPABLE_QS_PAUSE:
  1742. pause
  1743. SWAPPABLE_QSA:
  1744. match WEAPON_CHECK quarter staff
  1745. match SWAPPABLE_QS_PAUSE short staff
  1746. match SWAPPABLE_QS_PAUSE pike
  1747. match SWAPPABLE_QS_PAUSE halberd
  1748. put swap my %1
  1749. matchwait
  1750.  
  1751. TM:
  1752. echo
  1753. echo TM:
  1754. echo
  1755. counter add 2300
  1756. setvariable zHm TM
  1757. shift
  1758. setvariable zHspell %1
  1759. shift
  1760. setvariable zHmana %1
  1761. shift
  1762. setvariable zHexpB ON
  1763. setvariable zHexpA target
  1764. IF_1 goto MAGIC_EQUIP
  1765. goto M_BRAWL
  1766.  
  1767. MAG:
  1768. MAGI:
  1769. MAGIC:
  1770. echo
  1771. echo MAGIC:
  1772. echo
  1773. counter add 2300
  1774. setvariable zHm PM
  1775. shift
  1776. setvariable zHspell %1
  1777. shift
  1778. setvariable zHmana %1
  1779. shift
  1780. setvariable zHexp primary
  1781. setvariable zHexpM ON
  1782. IF_1 goto MAGIC_EQUIP
  1783. goto M_BRAWL
  1784.  
  1785. PM:
  1786. echo
  1787. echo PM:
  1788. echo
  1789. counter add 2300
  1790. setvariable zHm PM
  1791. shift
  1792. setvariable zHspell %1
  1793. shift
  1794. setvariable zHmana %1
  1795. shift
  1796. setvariable zHexpB ON
  1797. setvariable zHexpA primary
  1798. IF_1 goto MAGIC_EQUIP
  1799. goto M_BRAWL
  1800.  
  1801. M_BRAWL:
  1802. setvariable zHtype BRAWL
  1803. setvariable zHexp Brawling
  1804. setvariable zHmc COMBO_6_1
  1805. setvariable zHcBrawl ON
  1806. setvariable zHcombo1 dodge
  1807. setvariable zHcombo2 gouge
  1808. setvariable zHcombo3 claw
  1809. setvariable zHcombo4 elbow
  1810. setvariable zHcombo5 punch
  1811. setvariable zHcombo6 slam
  1812. setvariable zHcombo7 unused
  1813. setvariable zHcombo8 unused
  1814. shift
  1815. goto %c
  1816.  
  1817.  
  1818. MAGIC_EQUIP_PAUSE:
  1819. pause
  1820. MAGIC_EQUIP:
  1821. echo
  1822. echo MAGIC_EQUIP:
  1823. echo
  1824. match M_WEAPON_CHECK you draw
  1825. match M_WEAPON_CHECK re already holding
  1826. match BEGIN_HANDS free hand
  1827. match M_WEAPON_CHECK free to
  1828. matchre M_BEGINA /out of reach|remove|already w|What were you|can't seem|Wield what\?/i
  1829. match M_VARI_CHECK You can only wield a weapon or a shield!
  1830. match MAGIC_EQUIP_PAUSE ...wait
  1831. put wield right my %1
  1832. matchwait
  1833.  
  1834. M_BEGINA:
  1835. echo
  1836. echo M_BEGINA:
  1837. echo
  1838. match M_WEAPON_CHECK you sling
  1839. match M_WEAPON_CHECK re already holding
  1840. match M_WEAPON_CHECK inventory
  1841. match M_WEAPON_CHECK you remove
  1842. match BEGIN_HANDS free hand
  1843. match M_BEGINB remove what?
  1844. match BEGIN_HANDS hands are full
  1845. put remove my %1
  1846. matchwait
  1847.  
  1848. M_BEGINB:
  1849. echo
  1850. echo M_BEGINB:
  1851. echo
  1852. match M_B_BALDRIC baldric
  1853. match M_WEAPON_CHECK you get
  1854. match M_VARI_CHECK What were you
  1855. put get my %1
  1856. matchwait
  1857.  
  1858. M_B_BALDRIC:
  1859. echo
  1860. echo M_B_BALDRIC:
  1861. echo
  1862. setvariable zHget ON
  1863. setvariable zHgetA in my baldric
  1864. goto M_WEAPON_CHECK
  1865.  
  1866. M_VARI_CHECK:
  1867. echo
  1868. echo M_VARI_CHECK:
  1869. echo
  1870. goto M_%1
  1871. exit
  1872.  
  1873. M_WEAPON_CHECK:
  1874. echo
  1875. echo M_WEAPON_CHECK:
  1876. echo
  1877. setvariable zHweapon %1
  1878. match M_LE light edged
  1879. match M_ME medium edged
  1880. match M_HE heavy edged
  1881. match M_2HE two-handed edged
  1882. match M_LB light blunt
  1883. match M_MB medium blunt
  1884. match M_HB heavy blunt
  1885. match M_2HB two-handed blunt
  1886. match M_STAFF_SLING staff sling
  1887. match M_SLINGS sling
  1888. match M_SHORT_BOW short bow
  1889. match M_LONG_BOW long bow
  1890. match M_COMP_BOW composite bow
  1891. match M_LX light crossbow
  1892. match M_HX heavy crossbow
  1893. match M_SHORT_STAFF short staff
  1894. match M_Q_STAFF quarter staff
  1895. match M_PIKE pike
  1896. match M_HALBERD halberd
  1897. match BEGIN_NOWEAP What were you
  1898. match M_UN_ID Roundtime
  1899. put appraise my %1 quick
  1900. matchwait
  1901.  
  1902. M_REP:
  1903. M_REPE:
  1904. M_REPEA:
  1905. M_REPEAT:
  1906. M_REPEATE:
  1907. M_REPEATER:
  1908. echo
  1909. echo M_REPEATER:
  1910. echo
  1911. put retreat
  1912. waitfor you
  1913. put retreat
  1914. waitfor you
  1915. setvariable zHrepeat REPEAT
  1916. setvariable zHexp crossbow
  1917. shift
  1918. goto MAGIC_EQUIP
  1919.  
  1920.  
  1921. M_GAU:
  1922. M_GAUN:
  1923. M_GAUNT:
  1924. M_GAUNTL:
  1925. M_GAUNTLE:
  1926. M_GAUNTLET:
  1927. M_GAUNTLETS:
  1928. echo
  1929. echo M_GAUNTLETS:
  1930. echo
  1931. setvariable zHtype GAUNT
  1932. match M_LE_SLICE A claw pops out of each of your iron gauntlets.
  1933. match M_GAUNT_GLANCE You start to slap your iron gauntlets
  1934. put slap my gauntlets
  1935. matchwait
  1936.  
  1937. M_GAUNT_GLANCE:
  1938. echo
  1939. echo M_GAUNT_GLANCE:
  1940. echo
  1941. match M_LE_SLICE razor-edged claw in your
  1942. match BEGIN_HANDS in your left hand
  1943. put glance
  1944. matchwait
  1945.  
  1946. M_SWAP:
  1947. M_BAS:
  1948. M_BAST:
  1949. M_BASTA:
  1950. M_BASTAR:
  1951. M_BASTARD:
  1952. echo
  1953. echo M_WEAPON_SWAP:
  1954. echo
  1955. shift
  1956. match M_SWAPPABLE_%1 you draw
  1957. match M_SWAPPABLE_%1 re already h
  1958. match BEGIN_HANDS free hand
  1959. match M_SWAPPABLE_%1 free to
  1960. matchre M_SWAPPABLE_A /out of reach|remove|already w|What were you|can't seem|Wield what\?/i
  1961. match LABELERROR You can only wield a weapon or a shield!
  1962. put wield right my %2
  1963. matchwait
  1964.  
  1965. M_SWAPPABLE_A:
  1966. echo
  1967. echo M_SWAPPABLE_A:
  1968. echo
  1969. match M_SWAPPABLE_%1 you sling
  1970. match M_SWAPPABLE_%1 re already
  1971. match M_SWAPPABLE_%1 inventory
  1972. match M_SWAPPABLE_%1 you remove
  1973. match M_SWAPPABLE_A2 remove what?
  1974. match BEGIN_HANDS hands are full
  1975. put remove my %2
  1976. matchwait
  1977.  
  1978. M_SWAPPABLE_A2:
  1979. match M_SWAPPABLE_BALDRIC baldric
  1980. match M_SWAPPABLE_%1 you get
  1981. match LABELERROR What were you
  1982. put get my %2
  1983. matchwait
  1984.  
  1985. M_SWAPPABLE_BALDRIC:
  1986. echo
  1987. echo M_SWAPPABLE_BALDRIC:
  1988. echo
  1989. setvariable zHget ON
  1990. setvariable zHgetA in my baldric
  1991. goto M_SWAPPABLE_%1
  1992.  
  1993. M_SWAPPABLE_QS:
  1994. shift
  1995. goto M_SWAPPABLE_QSA
  1996.  
  1997.  
  1998. M_SWAPPABLE_1:
  1999. shift
  2000. goto M_SWAPPABLE_1A
  2001.  
  2002.  
  2003. M_SWAPPABLE_2:
  2004. shift
  2005. goto M_SWAPPABLE_2A
  2006.  
  2007.  
  2008. M_SWAPPABLE_SS:
  2009. shift
  2010. goto M_SWAPPABLE_SSA
  2011.  
  2012.  
  2013. M_SWAPPABLE_B:
  2014. shift
  2015. goto M_SWAPPABLE_BA
  2016.  
  2017.  
  2018. M_SWAPPABLE_E:
  2019. shift
  2020. goto M_SWAPPABLE_EA
  2021.  
  2022.  
  2023. M_SWAPPABLE_HA:
  2024. shift
  2025. goto M_SWAPPABLE_HAA
  2026.  
  2027.  
  2028. M_SWAPPABLE_PI:
  2029. shift
  2030. goto M_SWAPPABLE_PIA
  2031.  
  2032.  
  2033. M_SWAPPABLE_1_PAUSE:
  2034. pause
  2035. M_SWAPPABLE_1A:
  2036. match M_WEAPON_CHECK heavy
  2037. match M_SWAPPABLE_1_PAUSE two-handed
  2038. put swap my %1
  2039. matchwait
  2040.  
  2041. M_SWAPPABLE_2_PAUSE:
  2042. pause
  2043. M_SWAPPABLE_2A:
  2044. match M_WEAPON_CHECK two-handed
  2045. match M_SWAPPABLE_2_PAUSE heavy
  2046. put swap my %1
  2047. matchwait
  2048.  
  2049. M_SWAPPABLE_B_PAUSE:
  2050. pause
  2051. M_SWAPPABLE_BA:
  2052. match M_WEAPON_CHECK blunt
  2053. match M_SWAPPABLE_B_PAUSE edged
  2054. put swap my %1
  2055. matchwait
  2056.  
  2057. M_SWAPPABLE_E_PAUSE:
  2058. pause
  2059. M_SWAPPABLE_EA:
  2060. match M_WEAPON_CHECK edged
  2061. match M_SWAPPABLE_E_PAUSE blunt
  2062. put swap my %1
  2063. matchwait
  2064.  
  2065. M_SWAPPABLE_PI_PAUSE:
  2066. pause
  2067. M_SWAPPABLE_PIA:
  2068. match M_WEAPON_CHECK pike
  2069. match M_SWAPPABLE_PI_PAUSE halberd
  2070. match M_SWAPPABLE_PI_PAUSE short staff
  2071. match M_SWAPPABLE_PI_PAUSE quarter staff
  2072. put swap my %1
  2073. matchwait
  2074.  
  2075. M_SWAPPABLE_SS_PAUSE:
  2076. pause
  2077. M_SWAPPABLE_SSA:
  2078. match M_WEAPON_CHECK short staff
  2079. match M_SWAPPABLE_SS_PAUSE halberd
  2080. match M_SWAPPABLE_SS_PAUSE pike
  2081. match M_SWAPPABLE_SS_PAUSE quarter staff
  2082. put swap my %1
  2083. matchwait
  2084.  
  2085. M_SWAPPABLE_HA_PAUSE:
  2086. pause
  2087. M_SWAPPABLE_HAA:
  2088. match M_WEAPON_CHECK halberd
  2089. match M_SWAPPABLE_HA_PAUSE short staff
  2090. match M_SWAPPABLE_HA_PAUSE pike
  2091. match M_SWAPPABLE_HA_PAUSE quarter staff
  2092. put swap my %1
  2093. matchwait
  2094.  
  2095. M_SWAPPABLE_QS_PAUSE:
  2096. pause
  2097. M_SWAPPABLE_QSA:
  2098. match M_WEAPON_CHECK quarter staff
  2099. match M_SWAPPABLE_QS_PAUSE short staff
  2100. match M_SWAPPABLE_QS_PAUSE pike
  2101. match M_SWAPPABLE_QS_PAUSE halberd
  2102. put swap my %1
  2103. matchwait
  2104.  
  2105. M_LE_PAUSE:
  2106. pause
  2107. M_LE:
  2108. echo
  2109. echo M_LE:
  2110. echo
  2111. M_LE2:
  2112. setvariable zHexp Light.Edged
  2113. match M_LE_SLICE leaf-blade
  2114. match M_LE_SLICE Jagged Dao
  2115. match M_LE_SLICE jagged dragon-pommel dao
  2116. match M_LE_SLICE Curved Kythe
  2117. match M_LE_SLICE Koummya
  2118. match M_LE_SLICE Jambiya
  2119. match M_LE_SLICE Serrated Steel Dao
  2120. match M_LE_SLICE Gold and Blue-enameled Oben
  2121. match M_LE_SLICE Darkly-Tinted Oben
  2122. match M_LE_SLICE Bejeweled Silver Knife
  2123. match M_LE_SLICE Crescent-bladed Shaska
  2124. match M_LE_SLICE katar
  2125. match M_LE_SLICE kanabu
  2126. match M_LE_STAB Thin Steel Katar with Viper Fang Hilt
  2127. match M_LE_STAB right hand
  2128. match M_LE_PAUSE ...wait
  2129. match M_LE_PAUSE type ahead
  2130. put glance
  2131. matchwait
  2132.  
  2133.  
  2134. M_LE_SLICE:
  2135. echo
  2136. echo M_LE_SLICE:
  2137. echo
  2138. setvariable zHcombo1 parry
  2139. setvariable zHcombo2 feint
  2140. setvariable zHcombo3 draw
  2141. setvariable zHcombo4 slice
  2142. setvariable zHcombo5 chop
  2143. setvariable zHcombo6 sweep
  2144. setvariable zHcombo7 unused
  2145. setvariable zHcombo8 unused
  2146. setvariable zHmc COMBO_6_1
  2147. setvariable zHexpM ON
  2148. #setvariable zHcombo1 parry
  2149. #setvariable zHcombo2 feint
  2150. #setvariable zHcombo3 draw
  2151. #setvariable zHcombo4 thrust
  2152. #setvariable zHcombo5 jab
  2153. #setvariable zHcombo6 unused
  2154. #setvariable zHcombo7 unused
  2155. #setvariable zHcombo8 unused
  2156. IF_2 goto EQUIP_2
  2157. goto %c
  2158.  
  2159.  
  2160. M_LE_STAB:
  2161. echo
  2162. echo M_LE_THRUST:
  2163. echo
  2164. setvariable zHcombo1 parry
  2165. setvariable zHcombo2 feint
  2166. setvariable zHcombo3 lunge
  2167. setvariable zHcombo4 thrust
  2168. setvariable zHcombo5 jab
  2169. setvariable zHcombo6 unused
  2170. setvariable zHcombo7 unused
  2171. setvariable zHcombo8 unused
  2172. setvariable zHmc COMBO_5_1
  2173. setvariable zHexpM ON
  2174. #setvariable zHcombo1 parry
  2175. #setvariable zHcombo2 feint
  2176. #setvariable zHcombo3 draw
  2177. #setvariable zHcombo4 thrust
  2178. #setvariable zHcombo5 pummel
  2179. #setvariable zHcombo6 dodge
  2180. #setvariable zHcombo7 thrust
  2181. #setvariable zHcombo8 unused
  2182. #setvariable zHmc COMBO_7_1
  2183. IF_2 goto EQUIP_2
  2184. goto %c
  2185.  
  2186. M_ME_PAUSE:
  2187. pause
  2188. M_ME:
  2189. setvariable zHexp Medium.Edged
  2190. echo
  2191. echo M_ME:
  2192. echo
  2193. match M_ME_SLICE Sapara
  2194. match M_ME_SLICE Scimitar
  2195. match M_ME_SLICE Cutlass
  2196. match M_ME_SLICE Axe
  2197. match M_ME_SLICE Hatchet
  2198. match M_ME_SLICE Shotel
  2199. match M_ME_SLICE Tei'oloh'ata
  2200. match M_ME_SLICE Parang
  2201. match M_ME_SLICE Sword
  2202. match M_ME_SLICE Telo
  2203. match M_ME_SLICE Adze
  2204. match M_ME_SLICE Curlade
  2205. match M_ME_SLICE Hanger
  2206. match M_ME_SLICE Scythe-blade
  2207. match M_ME_SLICE Cleaver
  2208. match M_ME_SLICE Lata'oloh
  2209. match M_ME_SLICE Mirror Blade
  2210. match M_ME_ILTESH Iltesh
  2211. match M_ME_STAB Rapier
  2212. match M_ME_STAB Nambeli
  2213. match M_ME_STAB Yataghan
  2214. match M_ME_STAB Shashqa
  2215. match M_ME_STAB Gladius
  2216. match M_ME_STAB Pasabas
  2217. match M_ME_STAB Foil
  2218. match M_ME_STAB Thrusting Blade
  2219. match M_ME_STAB Sabre
  2220. match M_ME_SLICE right hand
  2221. match M_ME_PAUSE ...wait
  2222. match M_ME_PAUSE type ahead
  2223. put glance
  2224. matchwait
  2225.  
  2226. #Not Steph's
  2227. M_ME_SLICE:
  2228. echo
  2229. echo M_ME_SLICE:
  2230. echo
  2231. setvariable zHcombo1 parry
  2232. setvariable zHcombo2 feint
  2233. setvariable zHcombo3 draw
  2234. setvariable zHcombo4 sweep
  2235. setvariable zHcombo5 slice
  2236. setvariable zHcombo6 chop
  2237. setvariable zHcombo7 unused
  2238. setvariable zHcombo8 unused
  2239. setvariable zHmc COMBO_6_1
  2240. setvariable zHexpM ON
  2241. IF_2 goto EQUIP_2
  2242. goto %c
  2243.  
  2244. M_ME_ILTESH:
  2245. echo
  2246. echo M_ME_ILTESH:
  2247. echo
  2248. setvariable zHcombo1 feint
  2249. setvariable zHcombo2 draw
  2250. setvariable zHcombo3 sweep
  2251. setvariable zHcombo4 slice
  2252. setvariable zHcombo5 chop
  2253. setvariable zHcombo6 lunge
  2254. setvariable zHcombo7 thrust
  2255. setvariable zHcombo8 jab
  2256. setvariable zHmc COMBO_8_1
  2257. setvariable zHexpM ON
  2258. IF_2 goto EQUIP_2
  2259. goto %c
  2260.  
  2261. M_ME_STAB:
  2262. echo
  2263. echo M_ME_THRUST:
  2264. echo
  2265. setvariable zHcombo1 parry
  2266. setvariable zHcombo2 feint
  2267. setvariable zHcombo3 draw
  2268. setvariable zHcombo4 sweep
  2269. setvariable zHcombo5 thrust
  2270. setvariable zHcombo6 unused
  2271. setvariable zHcombo7 unused
  2272. setvariable zHcombo8 unused
  2273. setvariable zHmc COMBO_5_1
  2274. setvariable zHexpM ON
  2275. IF_2 goto EQUIP_2
  2276. goto %c
  2277.  
  2278. M_HE_PAUSE:
  2279. pause
  2280. M_HE:
  2281. echo
  2282. echo M_HE:
  2283. echo
  2284. setvariable zHexp Heavy.Edged
  2285. match M_HE_STAB Enamel-Hilted Longsword
  2286. match M_HE_STAB Namkoba
  2287. match M_HE_STAB Reinforced Cinquedea
  2288. match M_HE_SLICE right hand
  2289. match M_HE_PAUSE ...wait
  2290. match M_HE_PAUSE type ahead
  2291. put glance
  2292. matchwait
  2293.  
  2294. M_HE_SLICE:
  2295. echo
  2296. echo M_HE_SLICE:
  2297. echo
  2298. setvariable zHcombo1 parry
  2299. setvariable zHcombo2 feint
  2300. setvariable zHcombo3 draw
  2301. setvariable zHcombo4 sweep
  2302. setvariable zHcombo5 slice
  2303. setvariable zHcombo6 unused
  2304. setvariable zHcombo7 unused
  2305. setvariable zHcombo8 unused
  2306. setvariable zHmc COMBO_5_1
  2307. setvariable zHexpM ON
  2308. IF_2 goto EQUIP_2
  2309. goto %c
  2310.  
  2311.  
  2312. M_HE_STAB:
  2313. echo
  2314. echo M_HE_THRUST:
  2315. echo
  2316. setvariable zHcombo1 parry
  2317. setvariable zHcombo2 feint
  2318. setvariable zHcombo3 lunge
  2319. setvariable zHcombo4 thrust
  2320. setvariable zHcombo5 jab
  2321. setvariable zHcombo6 unused
  2322. setvariable zHcombo7 unused
  2323. setvariable zHcombo8 unused
  2324. setvariable zHmc COMBO_5_1
  2325. setvariable zHexpM ON
  2326. IF_2 goto EQUIP_2
  2327. goto %c
  2328.  
  2329. M_2HE:
  2330. echo
  2331. echo M_2HE:
  2332. echo
  2333. setvariable zHexp Twohanded.Edged
  2334. setvariable zHcombo1 parry
  2335. setvariable zHcombo2 feint
  2336. setvariable zHcombo3 draw
  2337. setvariable zHcombo4 sweep
  2338. setvariable zHcombo5 slice
  2339. setvariable zHcombo6 unused
  2340. setvariable zHcombo7 unused
  2341. setvariable zHcombo8 unused
  2342. setvariable zHmc COMBO_5_1
  2343. setvariable zHexpM ON
  2344. goto %c
  2345.  
  2346. M_LB:
  2347. echo
  2348. echo M_LB:
  2349. echo
  2350. setvariable zHexp Light.Blunt
  2351. setvariable zHcombo1 dodge
  2352. #setvariable zHcombo2 feint
  2353. setvariable zHcombo2 bash
  2354. setvariable zHcombo3 sweep
  2355. setvariable zHcombo4 draw
  2356. #setvariable zHcombo5 jab
  2357. setvariable zHcombo5 slice
  2358. setvariable zHcombo6 unused
  2359. setvariable zHcombo7 unused
  2360. setvariable zHcombo8 unused
  2361. setvariable zHmc COMBO_5_1
  2362. setvariable zHexpM ON
  2363. IF_2 goto EQUIP_2
  2364. goto %c
  2365.  
  2366. M_MB:
  2367. echo
  2368. echo M_MB:
  2369. echo
  2370. setvariable zHexp Medium.Blunt
  2371. setvariable zHcombo1 dodge
  2372. setvariable zHcombo2 feint
  2373. setvariable zHcombo3 bash
  2374. setvariable zHcombo4 sweep
  2375. setvariable zHcombo5 draw
  2376. setvariable zHcombo6 jab
  2377. setvariable zHcombo7 slice
  2378. setvariable zHcombo8 unused
  2379. setvariable zHmc COMBO_7_1
  2380. setvariable zHexpM ON
  2381. IF_2 goto EQUIP_2
  2382. goto %c
  2383.  
  2384. M_HB:
  2385. echo
  2386. echo M_HB:
  2387. echo
  2388. setvariable zHexp Heavy.Blunt
  2389. setvariable zHcombo1 feint
  2390. setvariable zHcombo2 bash
  2391. setvariable zHcombo3 sweep
  2392. setvariable zHcombo4 draw
  2393. setvariable zHcombo5 slice
  2394. setvariable zHcombo6 unused
  2395. setvariable zHcombo7 unused
  2396. setvariable zHcombo8 unused
  2397. setvariable zHmc COMBO_5_1
  2398. setvariable zHexpM ON
  2399. IF_2 goto EQUIP_2
  2400. goto %c
  2401.  
  2402. M_2HB:
  2403. echo
  2404. echo M_2HB:
  2405. echo
  2406. setvariable zHexp Twohanded.Blunt
  2407. setvariable zHcombo1 feint
  2408. setvariable zHcombo2 bash
  2409. setvariable zHcombo3 sweep
  2410. setvariable zHcombo4 draw
  2411. setvariable zHcombo5 slice
  2412. setvariable zHcombo6 unused
  2413. setvariable zHcombo7 unused
  2414. setvariable zHcombo8 unused
  2415. setvariable zHmc COMBO_5_1
  2416. setvariable zHexpM ON
  2417. goto %c
  2418.  
  2419. M_SHORT_STAFF:
  2420. echo
  2421. echo M_SHORT_STAFF:
  2422. echo
  2423. setvariable zHexp Short.Staff
  2424. setvariable zHcombo1 parry
  2425. setvariable zHcombo2 thrust
  2426. setvariable zHcombo3 sweep
  2427. setvariable zHcombo4 chop
  2428. setvariable zHcombo5 jab
  2429. setvariable zHcombo6 unused
  2430. setvariable zHcombo7 unused
  2431. setvariable zHcombo8 unused
  2432. setvariable zHmc COMBO_5_1
  2433. setvariable zHexpM ON
  2434. goto %c
  2435.  
  2436. M_Q_STAFF:
  2437. echo
  2438. echo M_Q_STAFF:
  2439. echo
  2440. setvariable zHexp Quarter.Staff
  2441. setvariable zHcombo1 parry
  2442. setvariable zHcombo2 thrust
  2443. setvariable zHcombo3 sweep
  2444. setvariable zHcombo4 bash
  2445. setvariable zHcombo5 draw
  2446. setvariable zHcombo6 slice
  2447. setvariable zHcombo7 unused
  2448. setvariable zHcombo8 unused
  2449. setvariable zHmc COMBO_6_1
  2450. setvariable zHexpM ON
  2451. goto %c
  2452.  
  2453. M_PIKE:
  2454. echo
  2455. echo M_PIKE:
  2456. echo
  2457. setvariable zHexp Pike
  2458. setvariable zHcombo1 dodge
  2459. setvariable zHcombo2 jab
  2460. setvariable zHcombo3 sweep
  2461. setvariable zHcombo4 thrust
  2462. setvariable zHcombo5 lunge
  2463. setvariable zHcombo6 unused
  2464. setvariable zHcombo7 unused
  2465. setvariable zHcombo8 unused
  2466. setvariable zHmc COMBO_5_1
  2467. setvariable zHexpM ON
  2468. goto %c
  2469.  
  2470. M_HALBERD:
  2471. echo
  2472. echo M_HALBERD:
  2473. echo
  2474. setvariable zHexp Halberd
  2475. setvariable zHcombo1 dodge
  2476. setvariable zHcombo2 feint
  2477. setvariable zHcombo3 thrust
  2478. setvariable zHcombo4 sweep
  2479. setvariable zHcombo5 chop
  2480. setvariable zHcombo6 jab
  2481. setvariable zHcombo7 unused
  2482. setvariable zHcombo8 unused
  2483. setvariable zHmc COMBO_6_1
  2484. setvariable zHexpM ON
  2485. #setvariable zHcombo1 thrust
  2486. #setvariable zHcombo2 sweep
  2487. #setvariable zHcombo3 slice
  2488. #setvariable zHcombo4 chop
  2489. #setvariable zHcombo5 jab
  2490. #setvariable zHcombo6 unused
  2491. #setvariable zHcombo7 unused
  2492. #setvariable zHcombo8 unused
  2493. #setvariable zHmc COMBO_5_1
  2494. goto %c
  2495.  
  2496. M_SLINGS:
  2497. setvariable zHammo rock
  2498. echo
  2499. echo M_SLING:
  2500. echo
  2501. put retreat
  2502. waitfor you
  2503. put retreat
  2504. waitfor you
  2505. setvariable zHmc RANGE_LOAD
  2506. setvariable zHexpM SLING
  2507. IF_2 goto EQUIP_2
  2508. goto %c
  2509.  
  2510. M_STAFF_SLING:
  2511. setvariable zHammo rock
  2512. echo
  2513. echo M_STAFF_SLING:
  2514. echo
  2515. put retreat
  2516. waitfor you
  2517. put retreat
  2518. waitfor you
  2519. setvariable zHmc RANGE_LOAD
  2520. setvariable zHexpM SLING
  2521. goto %c
  2522.  
  2523. M_LX:
  2524. setvariable zHammo bolt
  2525. echo
  2526. echo M_LX:
  2527. echo
  2528. put retreat
  2529. waitfor you
  2530. put retreat
  2531. waitfor you
  2532. setvariable zHmc RANGE_LOAD
  2533. setvariable zHexpM XBOW
  2534. IF_2 goto EQUIP_2
  2535. goto %c
  2536.  
  2537. M_HX:
  2538. setvariable zHammo bolt
  2539. echo
  2540. echo M_HX:
  2541. echo
  2542. put retreat
  2543. waitfor you
  2544. put retreat
  2545. waitfor you
  2546. setvariable zHmc RANGE_LOAD
  2547. setvariable zHexpM XBOW
  2548. goto %c
  2549.  
  2550. M_SHORT_BOW:
  2551. setvariable zHammo arrow
  2552. echo
  2553. echo M_SHORT_BOW:
  2554. echo
  2555. put retreat
  2556. waitfor you
  2557. put retreat
  2558. waitfor you
  2559. setvariable zHmc RANGE_LOAD
  2560. setvariable zHexpM BOW
  2561. goto %c
  2562.  
  2563. M_LONG_BOW:
  2564. setvariable zHammo arrow
  2565. echo
  2566. echo M_LONG_BOW:
  2567. echo
  2568. put retreat
  2569. waitfor you
  2570. put retreat
  2571. waitfor you
  2572. setvariable zHmc RANGE_LOAD
  2573. setvariable zHexpM BOW
  2574. goto %c
  2575.  
  2576. M_COMP_BOW:
  2577. setvariable zHammo arrow
  2578. echo
  2579. echo M_COMP_BOW:
  2580. echo
  2581. put retreat
  2582. waitfor you
  2583. put retreat
  2584. waitfor you
  2585. setvariable zHmc RANGE_LOAD
  2586. setvariable zHexpM BOW
  2587. goto %c
  2588.  
  2589. SET:
  2590. echo
  2591. echo SET:
  2592. echo
  2593. setvariable zHmultiZ 1
  2594. shift
  2595. SWITCH1:
  2596. counter add 1
  2597. setvariable zHmulti%c %1
  2598. shift
  2599. IF_1 goto Switch1
  2600. counter add 1
  2601. goto MULTI_N%c
  2602.  
  2603. MULTI_N2:
  2604. deletevariable zHmulti2
  2605. MULTI_N3:
  2606. deletevariable zHmulti3
  2607. MULTI_N4:
  2608. deletevariable zHmulti4
  2609. MULTI_N5:
  2610. deletevariable zHmulti5
  2611. MULTI_N6:
  2612. deletevariable zHmulti6
  2613. MULTI_N7:
  2614. deletevariable zHmulti7
  2615. MULTI_N8:
  2616. deletevariable zHmulti8
  2617. MULTI_N9:
  2618. deletevariable zHmulti9
  2619. MULTI_N10:
  2620. deletevariable zHmulti10
  2621. MULTI_N11:
  2622. deletevariable zHmulti11
  2623. MULTI_N12:
  2624. deletevariable zHmulti12
  2625. MULTI_N13:
  2626. deletevariable zHmulti13
  2627. MULTI_N14:
  2628. deletevariable zHmulti14
  2629. MULTI_N15:
  2630. deletevariable zHmulti15
  2631. MULTI_N16:
  2632. deletevariable zHmulti16
  2633. MULTI_N17:
  2634. deletevariable zHmulti18
  2635. MULTI_N19:
  2636. deletevariable zHmulti19
  2637. MULTI_N20:
  2638. deletevariable zHmulti20
  2639. echo
  2640. echo ************************************
  2641. echo ** Multi Weapon Set-up Complete!
  2642. echo ** To use it type
  2643. echo ** .SFhunter multi
  2644. echo ************************************
  2645. echo
  2646. exit
  2647.  
  2648. %EZmulti1:
  2649. deletevariable zHmulti1
  2650. %EZmulti2:
  2651. deletevariable zHmulti2
  2652. %EZmulti3:
  2653. deletevariable zHmulti3
  2654. %EZmulti4:
  2655. deletevariable zHmulti4
  2656. %EZmulti5:
  2657. deletevariable zHmulti5
  2658. %EZmulti6:
  2659. deletevariable zHmulti6
  2660. %EZmulti7:
  2661. deletevariable zHmulti7
  2662. %EZmulti8:
  2663. deletevariable zHmulti8
  2664. %EZmulti9:
  2665. deletevariable zHmulti9
  2666. %EZmulti10:
  2667. deletevariable zHmulti10
  2668. %EZmulti11:
  2669. deletevariable zHmulti11
  2670. %EZmulti12:
  2671. deletevariable zHmulti12
  2672. %EZmulti13:
  2673. deletevariable zHmulti13
  2674. %EZmulti14:
  2675. deletevariable zHmulti14
  2676. %EZmulti15:
  2677. deletevariable zHmulti15
  2678. %EZmulti16:
  2679. deletevariable zHmulti16
  2680. %EZmulti17:
  2681. deletevariable zHmulti18
  2682. %EZmulti19:
  2683. deletevariable zHmulti19
  2684. %EZmulti20:
  2685. deletevariable zHmulti20
  2686.  
  2687. MULTI:
  2688. echo
  2689. echo MULTI:
  2690. echo
  2691. shift
  2692. IF_1 setvariable zHmultiZ %1
  2693. IF_1 goto MULTI_%1
  2694. setvariable zHmultiZ 1
  2695. pause
  2696. put .SFhunter MultiA %zHmulti1
  2697.  
  2698. MULTI_1:
  2699. pause
  2700. put .SFhunter Multia %zHmulti1
  2701. MULTI_2:
  2702. pause
  2703. put .SFhunter Multia %zHmulti2
  2704. MULTI_3:
  2705. pause
  2706. put .SFhunter Multia %zHmulti3
  2707. MULTI_4:
  2708. pause
  2709. put .SFhunter Multia %zHmulti4
  2710. MULTI_5:
  2711. pause
  2712. put .SFhunter Multia %zHmulti5
  2713. MULTI_6:
  2714. pause
  2715. put .SFhunter Multia %zHmulti6
  2716. MULTI_7:
  2717. pause
  2718. put .SFhunter Multia %zHmulti7
  2719. MULTI_8:
  2720. pause
  2721. put .SFhunter Multia %zHmulti8
  2722. MULTI_9:
  2723. pause
  2724. put .SFhunter Multia %zHmulti9
  2725. MULTI_10:
  2726. pause
  2727. put .SFhunter Multia %zHmulti10
  2728. MULTI_11:
  2729. pause
  2730. put .SFhunter Multia %zHmulti11
  2731. MULTI_12:
  2732. pause
  2733. put .SFhunter Multia %zHmulti12
  2734. MULTI_13:
  2735. pause
  2736. put .SFhunter Multia %zHmulti13
  2737. MULTI_14:
  2738. pause
  2739. put .SFhunter Multia %zHmulti14
  2740. MULTI_15:
  2741. pause
  2742. put .SFhunter Multia %zHmulti15
  2743. MULTI_16:
  2744. pause
  2745. put .SFhunter Multia %zHmulti16
  2746. MULTI_17:
  2747. pause
  2748. put .SFhunter Multia %zHmulti17
  2749. MULTI_18:
  2750. pause
  2751. put .SFhunter Multia %zHmulti18
  2752. MULTI_19:
  2753. pause
  2754. put .SFhunter Multia %zHmulti19
  2755. MULTI_20:
  2756. pause
  2757. put .SFhunter Multia %zHmulti20
  2758.  
  2759.  
  2760. %zHmulti1:
  2761. %zHmulti2:
  2762. %zHmulti3:
  2763. %zHmulti4:
  2764. %zHmulti5:
  2765. %zHmulti6:
  2766. %zHmulti7:
  2767. %zHmulti8:
  2768. %zHmulti9:
  2769. %zHmulti10:
  2770. %zHmulti11:
  2771. %zHmulti12:
  2772. %zHmulti13:
  2773. %zHmulti14:
  2774. %zHmulti15:
  2775. %zHmulti16:
  2776. %zHmulti17:
  2777. %zHmulti18:
  2778. %zHmulti19:
  2779. %zHmulti20:
  2780. setvariable zHmultiZ 1
  2781. pause
  2782. put .SFhunter Multia %zHmulti1
  2783.  
  2784.  
  2785. MULTIA:
  2786. echo
  2787. echo MULTIA:
  2788. echo
  2789. Shift
  2790. setvariable zHmulti ON
  2791. goto %c
  2792.  
  2793. DMULTI:
  2794. echo
  2795. echo DMULTI:
  2796. echo
  2797. setvariable zHmulti ON
  2798. shift
  2799. goto BEGIN
  2800.  
  2801. DSET:
  2802. echo
  2803. echo DSET:
  2804. echo
  2805. setvariable zHD SET_YES
  2806. shift
  2807. setvariable zHDset %0
  2808. counter add 10000
  2809. goto %c
  2810.  
  2811. 10100:
  2812. 10200:
  2813. 10300:
  2814. 10400:
  2815. 10402:
  2816. 10500:
  2817. 10502:
  2818. 10600:
  2819. 10602:
  2820. 10700:
  2821. 10702:
  2822. 10800:
  2823. 10802:
  2824. 10900:
  2825. 11000:
  2826. 11100:
  2827. 11200:
  2828. 11300:
  2829. 11400:
  2830. 11401:
  2831. 11500:
  2832. 11501:
  2833. 11600:
  2834. 11601:
  2835. 11700:
  2836. 11701:
  2837. 11800:
  2838. 11801:
  2839. 11900:
  2840. 12000:
  2841. 12100:
  2842. 12200:
  2843. 12300:
  2844. 12400:
  2845. DEFAULT_SET:
  2846. echo
  2847. echo DEFAULT_SET:
  2848. echo
  2849. counter subtract 10000
  2850. setvariable zHDloot %zHloot
  2851. setvariable zHDlootbox %zHlootbox
  2852. setvariable zHDlootcoin %zHlootcoin
  2853. setvariable zHDlootgem %zHlootgem
  2854. setvariable zHDretreat %zHretreat
  2855. setvariable zHDskin %zHskin
  2856. setvariable zHDskinexp %zHskinexp
  2857. setvariable zHDskindrop %zHskindrop
  2858. setvariable zHDarrange %zHarrange
  2859. setvariable zHDmonsterapp %zHmonsterapp
  2860. setvariable zHDmulti %zHmulti
  2861. setvariable zHDexp %zHexp
  2862. setvariable zHDexpA %zHexpA
  2863. setvariable zHDexpB %zHexpB
  2864. setvariable zHDtype %zHtype
  2865. setvariable zHDrange %zHrange
  2866. setvariable zHDrange1 %zHrange1
  2867. setvariable zHDrepeat %zHrepeat
  2868. setvariable zHDammo %zHammo
  2869. setvariable zHDcombo1 %zHcombo1
  2870. setvariable zHDcombo2 %zHcombo2
  2871. setvariable zHDcombo3 %zHcombo3
  2872. setvariable zHDcombo4 %zHcombo4
  2873. setvariable zHDcombo5 %zHcombo5
  2874. setvariable zHDcombo6 %zHcombo6
  2875. setvariable zHDcombo7 %zHcombo7
  2876. setvariable zHDcombo8 %zHcombo8
  2877. setvariable zHDcounter %c
  2878. setvariable zHDm %zHm
  2879. setvariable zHDmc %zHmc
  2880. setvariable zHDspell %zHspell
  2881. setvariable zHDmana %zHmana
  2882. setvariable zHDexpC %zHexpC
  2883. setvariable zHDexpM %zHexpM
  2884. setvariable zHDget %zHget
  2885. setvariable zHDgetA %zHgetA
  2886. setvariable zHDcount %zHcount
  2887. setvariable zHDCOUNT %zHCOUNT
  2888. setvariable zHDcBrawl %zHcBrawl
  2889. setvariable zHDbrawltype %zHbrawltype
  2890. goto DCOM1_%zHCOM1
  2891.  
  2892. DCOM1_ON:
  2893. setvariable zHDCOM1 ON
  2894. setvariable zHDcom1 %zHcom1
  2895. goto DCOM2_%zHCOM2
  2896.  
  2897. DCOM1_OFF:
  2898. setvariable zHDCOM1 OFF
  2899. goto DCOM2_%zHCOM2
  2900.  
  2901. DCOM2_ON:
  2902. setvariable zHDCOM2 ON
  2903. setvariable zHDcom2 %zHcom2
  2904. goto DCOM3_%zHCOM3
  2905.  
  2906. DCOM2_OFF:
  2907. setvariable zHDCOM2 OFF
  2908. goto DCOM3_%zHCOM3
  2909.  
  2910. DCOM3_ON:
  2911. setvariable zHDCOM3 ON
  2912. setvariable zHDcom3 %zHcom3
  2913. goto DCOM4_%zHCOM4
  2914.  
  2915. DCOM3_OFF:
  2916. setvariable zHDCOM3 OFF
  2917. goto DCOM4_%zHCOM4
  2918.  
  2919. DCOM4_ON:
  2920. setvariable zHDCOM4 ON
  2921. setvariable zHDcom4 %zHcom4
  2922. goto DCOM5_%zHCOM5
  2923.  
  2924. DCOM4_OFF:
  2925. setvariable zHDCOM4 OFF
  2926. goto DCOM5_%zHCOM5
  2927.  
  2928. DCOM5_ON:
  2929. setvariable zHDCOM5 ON
  2930. setvariable zHDcom5 %zHcom5
  2931. goto DCOM6
  2932.  
  2933. DCOM5_OFF:
  2934. setvariable zHDCOM5 OFF
  2935.  
  2936. DCOM6:
  2937. IF_1 setvariable zHDweapon %1
  2938. IF_2 setvariable zHDshield %2
  2939. IF_2 goto DEF_DONE
  2940. setvariable zHD SET_NOSHIELD
  2941. IF_1 goto DEF_DONE
  2942. setvariable zHD SET_NOWEAPON
  2943.  
  2944.  
  2945. DEF_DONE:
  2946. IF_2 goto UNEQUIP_SET2
  2947. IF_1 goto UNEQUIP_SET
  2948. GOTO DEF_DONE_SET
  2949.  
  2950. UNEQUIP_SET2_PAUSE:
  2951. pause
  2952. UNEQUIP_SET2:
  2953. echo
  2954. echo UNEQUIP_SET2:
  2955. echo
  2956. matchre UNEQUIP_SET /you (sling|attach)|re already|wear what|what were you/i
  2957. match UNEQUIP_SET2A can't wear
  2958. match UNEQUIP_SET2_PAUSE ...wait
  2959. match UNEQUIP_SET2_PAUSE type ahead
  2960. put wear %2
  2961. matchwait
  2962.  
  2963. UNEQUIP_SET2A:
  2964. echo
  2965. echo UNEQUIP_SET2A:
  2966. echo
  2967. put stow %2
  2968. wait
  2969.  
  2970. UNEQUIP_SET_PAUSE:
  2971. pause
  2972. UNEQUIP_SET:
  2973. echo
  2974. echo UNEQUIP_SET:
  2975. echo
  2976. match UNEQUIP_SETA appropriate sheath
  2977. match UNEQUIP_SETA sheathe what?
  2978. match UNEQUIP_SETA where?
  2979. match UNEQUIP_SETA isn't any more
  2980. matchre DEF_DONE_SET /You Sheath|you slide|you place|you slip|you hang|you secure/i
  2981. match UNEQUIP_SETA you can only
  2982. match UNEQUIP_SETA too heavy
  2983. match UNEQUIP_SET_PAUSE ...wait
  2984. match UNEQUIP_SET_PAUSE type ahead
  2985. put sheath
  2986. matchwait
  2987.  
  2988. UNEQUIP_SETA:
  2989. echo
  2990. echo UNEQUIP_SETA:
  2991. echo
  2992. match UNEQUIP_SET_DROP unload
  2993. match UNEQUIP_SETB can't wear
  2994. matchre DEF_DONE_SET /you (sling|attach)|re already|wear what|what were you/i
  2995. put wear %1
  2996. matchwait
  2997.  
  2998. UNEQUIP_SET_DROP:
  2999. echo
  3000. echo UNEQUIP_SET_DROP:
  3001. echo
  3002. put drop my %1
  3003. goto DEF_DONE_SET
  3004.  
  3005. UNEQUIP_SETB:
  3006. echo
  3007. echo UNEQUIP_SETB:
  3008. echo
  3009. goto UNEQUIP_SETB_%zHget
  3010.  
  3011.  
  3012. UNEQUIP_SETB_ON:
  3013. put put my %1 %zhGetA
  3014. wait
  3015. goto DEF_DONE_SET
  3016.  
  3017. UNEQUIP_SETB_OFF:
  3018. put stow %1
  3019. wait
  3020. DEF_DONE_SET:
  3021. echo
  3022. echo *******************************
  3023. echo ** Default combat is now set!
  3024. echo *******************************
  3025. echo
  3026. exit
  3027.  
  3028.  
  3029.  
  3030. SET_YES:
  3031. pause
  3032. put .SFhunter DEFSET %zHDweapon %zHDshield
  3033.  
  3034. SET_NOSHIELD:
  3035. pause
  3036. put .SFhunter DEFSET %zHDweapon
  3037.  
  3038. SET_NOWEAPON:
  3039. pause
  3040. put .SFhunter DEFSET
  3041.  
  3042. DEFSET:
  3043. echo
  3044. echo DEFSET:
  3045. echo
  3046. shift
  3047. setvariable zHloot %zHDloot
  3048. setvariable zHlootbox %zHDlootbox
  3049. setvariable zHlootcoin %zHDlootcoin
  3050. setvariable zHlootgem %zHDlootgem
  3051. setvariable zHretreat %zHDretreat
  3052. setvariable zHskin %zHDskin
  3053. setvariable zHskinexp %zHDskinexp
  3054. setvariable zHskindrop %zHDskindrop
  3055. setvariable zHarrange %zHDarrange
  3056. setvariable zHmonsterapp %zHDmonsterapp
  3057. setvariable zHmulti %zHDmulti
  3058. setvariable zHexp %zHDexp
  3059. setvariable zHexpA %zHDexpA
  3060. setvariable zHexpB %zHDexpB
  3061. setvariable zHtype %zHDtype
  3062. setvariable zHrange %zHDrange
  3063. setvariable zHrange1 %zHDrange1
  3064. setvariable zHrepeat %zHDrepeat
  3065. setvariable zHammo %zHDammo
  3066. setvariable zHcombo1 %zHDcombo1
  3067. setvariable zHcombo2 %zHDcombo2
  3068. setvariable zHcombo3 %zHDcombo3
  3069. setvariable zHcombo4 %zHDcombo4
  3070. setvariable zHcombo5 %zHDcombo5
  3071. setvariable zHcombo6 %zHDcombo6
  3072. setvariable zHcombo7 %zHDcombo7
  3073. setvariable zHcombo8 %zHDcombo8
  3074. setvariable zHm %zHDm
  3075. setvariable zHmc %zHDmc
  3076. setvariable zHspell %zHDspell
  3077. setvariable zHmana %zHDmana
  3078. setvariable zHexpC %zHDexpC
  3079. setvariable zHexpM %zHDexpM
  3080. setvariable zHget %zHDget
  3081. setvariable zHcount %zHDcount
  3082. setvariable zHCOUNT %zHDCOUNT
  3083. setvariable zHcBrawl %zHDcBrawl
  3084. setvariable zHbrawltype %zHDbrawltype
  3085. goto DSCOM1_%zHDCOM1
  3086.  
  3087. DSCOM1_ON:
  3088. setvariable zHCOM1 ON
  3089. setvariable zHcom1 %zHDcom1
  3090. DSCOM1_OFF:
  3091. goto DSCOM2_%zHDCOM2
  3092.  
  3093. DSCOM2_ON:
  3094. setvariable zHCOM2 ON
  3095. setvariable zHcom2 %zHDcom2
  3096. DSCOM2_OFF:
  3097. goto DSCOM3_%zHDCOM3
  3098.  
  3099. DSCOM3_ON:
  3100. setvariable zHCOM3 ON
  3101. setvariable zHcom3 %zHDcom3
  3102. DSCOM3_OFF:
  3103. goto DSCOM4_%zHDCOM4
  3104.  
  3105. DSCOM4_ON:
  3106. setvariable zHCOM4 ON
  3107. setvariable zHcom4 %zHDcom4
  3108. DSCOM4_OFF:
  3109. goto DSCOM5_%zHDCOM5
  3110.  
  3111. DSCOM5_ON:
  3112. setvariable zHCOM5 ON
  3113. setvariable zHcom5 %zHDcom5
  3114. DSCOM5_OFF:
  3115. goto DEFSET_GET_%zHget
  3116.  
  3117. DEFSET_GET_ON:
  3118. setvariable zHgetA %zHDgetA
  3119. DEFSET_GET_OFF:
  3120.  
  3121. counter set %zHDcounter
  3122.  
  3123. DEF1_EQUIP:
  3124. echo
  3125. echo DEF1_EQUIP:
  3126. echo
  3127. echo ************
  3128. echo ** .SFhunter %zHDset
  3129. echo ************
  3130. goto DEF1_EQUIP2
  3131.  
  3132. DEF1_EQUIP2_PAUSE:
  3133. pause
  3134. DEF1_EQUIP2:
  3135. goto DEF1_EQUIP_%zHtype
  3136.  
  3137. DEF1_EQUIP_GAUNT:
  3138. put slap my gaunt
  3139. goto %c
  3140.  
  3141. DEF1_EQUIP_OFFHAND_PAUSE:
  3142. pause
  3143. DEF1_EQUIP_OFFHAND:
  3144. echo
  3145. echo DEF1_EQUIP_OFFHAND:
  3146. echo
  3147. matchre DEF1_OFFHAND_SWAP /you draw|re already holding|free to/i
  3148. matchre DEF1_OFFHAND2 /out of reach|What were you|remove|already w|Wield what|can't seem|You can only wield a weapon or a shield/i
  3149. matchre DEF1_EQUIP_OFFHAND_PAUSE /\.\.\.wait|type ahead/i
  3150. match BEGIN_HANDS free hand
  3151. put wield left my %1
  3152. matchwait
  3153.  
  3154. DEF1_OFFHAND2_PAUSE:
  3155. pause
  3156. DEF1_OFFHAND2:
  3157. echo
  3158. echo DEF1_OFFHAND2:
  3159. echo
  3160. match DEF1_OFFHAND3 remove what?
  3161. matchre DEF1_OFFHAND_SWAP /you sling|already|you remove/
  3162. matchre DEF1_OFFHAND3_PAUSE /\.\.\.wait|type ahead/i
  3163. put remove my %1
  3164. matchwait
  3165.  
  3166. DEF1_OFFHAND3:
  3167. echo
  3168. echo DEF1_OFFHAND3:
  3169. echo
  3170. match DEF1_OFF_BALDRIC baldric
  3171. matchre DEF1_OFFHAND_SWAP /you get|you pick up/i
  3172. match BEGIN_NOWEAP What were you
  3173. put get my %1
  3174. matchwait
  3175.  
  3176. DEF1_OFF_BALDRIC:
  3177. echo
  3178. echo DEF1_OFF_BALDRIC:
  3179. echo
  3180. setvariable zHget ON
  3181. setvariable zHgetA in my baldric
  3182. goto DEF1_OFFHAND_SWAP
  3183.  
  3184. DEF1_OFFHAND_SWAP_PAUSE:
  3185. pause
  3186. DEF1_OFFHAND_SWAP:
  3187. match DEF2 left hand
  3188. match DEF1_OFFHAND_SWAP_PAUSE right hand
  3189. put swap
  3190. matchwait
  3191.  
  3192.  
  3193. DEF1_EQUIP_BRAWL:
  3194. IF_1 goto DEF1_EQUIP_0
  3195. goto %c
  3196.  
  3197. DEF1_EQUIP_0_PAUSE:
  3198. pause
  3199. DEF1_EQUIP_0:
  3200. echo
  3201. echo DEF1_EQUIP_0:
  3202. echo
  3203. matchre DEF2 /you draw|re already holding|free to/i
  3204. matchre DEF1_EQUIP3 /out of reach|What were you|remove|already w|Wield what|can't seem|You can only wield a weapon or a shield/i
  3205. matchre DEF1_EQUIP_0_PAUSE /\.\.\.wait|type ahead/i
  3206. match BEGIN_HANDS free hand
  3207. put wield right my %1
  3208. matchwait
  3209.  
  3210. DEF1_EQUIP3_PAUSE:
  3211. pause
  3212. DEF1_EQUIP3:
  3213. echo
  3214. echo DEF1_EQUIP3:
  3215. echo
  3216. match DEF1_EQUIP4 remove what?
  3217. matchre DEF2 /you sling|already|you remove/i
  3218. matchre DEF1_EQUIP3_PAUSE /\.\.\.wait|type ahead/i
  3219. put remove my %1
  3220. matchwait
  3221.  
  3222. DEF1_EQUIP4:
  3223. echo
  3224. echo DEF1_EQUIP4:
  3225. echo
  3226. match DEF1_BALDRIC baldric
  3227. matchre DEF2 /you get|you pick up/i
  3228. match BEGIN_NOWEAP What were you
  3229. put get my %1
  3230. matchwait
  3231.  
  3232. DEF1_BALDRIC:
  3233. echo
  3234. echo DEF1_BALDRIC:
  3235. echo
  3236. setvariable zHget ON
  3237. setvariable zHgetA in my baldric
  3238. goto DEF2
  3239.  
  3240.  
  3241. DEF2:
  3242. echo
  3243. echo DEF2:
  3244. echo
  3245. IF_2 goto DEF2_EQUIP
  3246. goto %c
  3247.  
  3248. DEF2_EQUIP_PAUSE:
  3249. pause
  3250. DEF2_EQUIP:
  3251. echo
  3252. echo DEF2_EQUIP:
  3253. echo
  3254. match DEF2_EQUIP_PAUSE ...wait
  3255. match DEF2_EQUIP_PAUSE type ahead
  3256. match BEGIN_NOWEAP What were you
  3257. match %c You aren't
  3258. match %c you pick up
  3259. match %c you get
  3260. match %c you sling
  3261. match %c you remove
  3262. match %c already
  3263. put remove my %2
  3264. put get my %2
  3265. matchwait
  3266.  
  3267.  
  3268.  
  3269. C_COMBO_EXP_ON:
  3270. goto C_COMBO_MULTI_%zHmulti
  3271.  
  3272. C_COMBO_MULTI_ON:
  3273. setvariable zHexpC C_COMBO_CHECK
  3274. goto Multi_%zHmulti
  3275.  
  3276. C_COMBO_MULTI_OFF:
  3277. put skill
  3278. wait
  3279. MULTI_EXP_C_COMBO_CHECK:
  3280. setvariable zHexpC ON
  3281.  
  3282. C_COMBO_EXP_OFF:
  3283. goto EXP_COUNT_%zHcount
  3284.  
  3285. COMBO_EXP_ON:
  3286. goto COMBO_MULTI_%zHmulti
  3287.  
  3288. COMBO_MULTI_ON:
  3289. setvariable zHexpC COMBO_CHECK
  3290. goto Multi_%zHmulti
  3291.  
  3292. COMBO_MULTI_OFF:
  3293. put skill
  3294. wait
  3295. MULTI_EXP_COMBO_CHECK:
  3296. setvariable zHexpC ON
  3297. COMBO_EXP_OFF:
  3298. goto EXP_%c
  3299.  
  3300. EXP_2400:
  3301. EXP_2401:
  3302. EXP_2402:
  3303. EXP_2410:
  3304. EXP_2411:
  3305. EXP_2412:
  3306. EXP_2420:
  3307. EXP_2421:
  3308. EXP_2422:
  3309. EXP_2430:
  3310. EXP_2431:
  3311. EXP_2432:
  3312. EXP_2440:
  3313. EXP_2441:
  3314. EXP_2442:
  3315. EXP_2450:
  3316. EXP_2451:
  3317. EXP_2452:
  3318. EXP_2460:
  3319. EXP_2461:
  3320. EXP_2462:
  3321. EXP_2470:
  3322. EXP_2471:
  3323. EXP_2472:
  3324. EXP_2480:
  3325. EXP_2481:
  3326. EXP_2482:
  3327. EXP_2490:
  3328. EXP_2491:
  3329. EXP_2492:
  3330. EXP_2300:
  3331. EXP_2301:
  3332. EXP_2302:
  3333. EXP_2310:
  3334. EXP_2311:
  3335. EXP_2312:
  3336. EXP_2320:
  3337. EXP_2321:
  3338. EXP_2322:
  3339. EXP_2330:
  3340. EXP_2331:
  3341. EXP_2332:
  3342. EXP_2340:
  3343. EXP_2341:
  3344. EXP_2342:
  3345. EXP_2350:
  3346. EXP_2351:
  3347. EXP_2352:
  3348. EXP_2360:
  3349. EXP_2361:
  3350. EXP_2362:
  3351. EXP_2370:
  3352. EXP_2371:
  3353. EXP_2372:
  3354. EXP_2380:
  3355. EXP_2381:
  3356. EXP_2282:
  3357. EXP_2290:
  3358. EXP_2291:
  3359. EXP_2292:
  3360. EXP_2382:
  3361. EXP_2390:
  3362. EXP_2391:
  3363. EXP_2392:
  3364. goto %zHmc
  3365.  
  3366.  
  3367. STUN:
  3368. pause 2
  3369. goto %c
  3370.  
  3371. STUN1:
  3372. pause 2
  3373. counter subtract 10
  3374. goto %c
  3375.  
  3376. STUN2:
  3377. pause 2
  3378. counter add 20
  3379. goto %c
  3380.  
  3381. STUN3:
  3382. pause 2
  3383. counter add 30
  3384. goto %c
  3385.  
  3386. STUN4:
  3387. pause 2
  3388. counter add 40
  3389. goto %c
  3390.  
  3391. STUN5:
  3392. pause 2
  3393. counter add 50
  3394. goto %c
  3395.  
  3396. STUN6:
  3397. pause 2
  3398. counter add 60
  3399. goto %c
  3400.  
  3401. STUN7:
  3402. pause 2
  3403. counter add 70
  3404. goto %c
  3405.  
  3406.  
  3407. FACE1:
  3408. counter subtract 10
  3409. goto FACE
  3410.  
  3411. FACE2:
  3412. counter add 20
  3413. goto FACE
  3414.  
  3415. FACE3:
  3416. counter add 30
  3417. goto FACE
  3418.  
  3419. FACE4:
  3420. counter add 40
  3421. goto FACE
  3422.  
  3423. FACE5:
  3424. counter add 50
  3425. goto FACE
  3426.  
  3427.  
  3428. FACE6:
  3429. counter add 60
  3430. goto FACE
  3431.  
  3432. FACE7:
  3433. counter add 70
  3434. goto FACE
  3435.  
  3436. FACE_PAUSE:
  3437. pause
  3438. FACE:
  3439. match FACE_PAUSE type ahead
  3440. match FACE_PAUSE ...wait
  3441. match ASSESS_ADV nothing else to face
  3442. match %zHmonsterapp you turn
  3443. put face next
  3444. matchwait
  3445.  
  3446. ASSESS_ADV:
  3447. match FACE You stop advancing
  3448. match NOTHING advance towards?
  3449. match %zHmonsterapp begin
  3450. match FACE You have lost sight
  3451. match %zHmonsterapp to melee range
  3452. match %zHmonsterapp [You're
  3453. match %zHmonsterapp already at melee
  3454. put ADV
  3455. matchwait
  3456.  
  3457. NOTHING:
  3458. pause 3
  3459. waitforre /\.|\?|!/i
  3460. goto FACE
  3461.  
  3462. ADV1:
  3463. counter subtract 10
  3464. goto ADV
  3465.  
  3466. ADV2:
  3467. counter add 20
  3468. goto ADV
  3469.  
  3470. ADV3:
  3471. counter add 30
  3472. goto ADV
  3473.  
  3474. ADV4:
  3475. counter add 40
  3476. goto ADV
  3477.  
  3478. ADV5:
  3479. counter add 50
  3480. goto ADV
  3481.  
  3482. ADV6:
  3483. counter add 60
  3484. goto ADV
  3485.  
  3486. ADV7:
  3487. counter add 70
  3488. goto ADV
  3489.  
  3490. ADV_PAUSE:
  3491. pause
  3492. ADV:
  3493. match FACE You stop advancing
  3494. match FACE You have lost sight
  3495. match NOTHING advance towards?
  3496. match %c to melee range
  3497. match %c [You're
  3498. match %c already at melee
  3499. match ADV_PAUSE ...wait
  3500. match ADV_PAUSE type ahead
  3501. put advance
  3502. matchwait
  3503.  
  3504.  
  3505.  
  3506. FATIGUE_SIT:
  3507. echo
  3508. echo FATIGUE_SIT:
  3509. echo
  3510. put sit
  3511. waitfor you
  3512. put parry
  3513. waitfor you
  3514. pause 2
  3515. match FATIGUE_STAND completely rested
  3516. match FATIGUE_SIT_WAIT winded
  3517. match FATIGUE_SIT_WAIT tired
  3518. match FATIGUE_SIT_WAIT fatigued
  3519. match FATIGUE_SIT_WAIT worn-out
  3520. match FATIGUE_SIT_WAIT beat,
  3521. match FATIGUE_SIT_WAIT exhausted
  3522. match FATIGUE_SIT_WAIT bone-tired
  3523. match FATIGUE_SIT_WAIT Encumbrance :
  3524. put fat
  3525. put encumbrance
  3526. matchwait
  3527.  
  3528. FATIGUE_SIT_WAIT:
  3529. echo
  3530. echo FATIGUE_SIT_WAIT:
  3531. echo
  3532. echo ************************
  3533. echo ** Waiting 10 Seconds
  3534. echo ************************
  3535. echo
  3536. pause 10
  3537. goto FATIGUE
  3538.  
  3539. FATIGUE_STAND_PAUSE:
  3540. pause
  3541. FATIGUE_STAND:
  3542. echo
  3543. echo FATIGUE_STAND:
  3544. echo
  3545. match %c You stand back up.
  3546. match FATIGUE_STAND_PAUSE Roundtime
  3547. match FATIGUE_STAND_PAUSE ...wait
  3548. match FATIGUE_STAND_PAUSE type ahead
  3549. put stand
  3550. matchwait
  3551.  
  3552.  
  3553. FATIGUE_PAUSE:
  3554. pause
  3555. FATIGUE:
  3556. echo
  3557. echo FATIGUE:
  3558. echo
  3559. match FATIGUE_CHECK You cannot back away from a chance to continue your slaughter!
  3560. match FATIGUE_CHECK You retreat from combat.
  3561. match FATIGUE_CHECK You sneak back
  3562. match FATIGUE_PAUSE [You're
  3563. match FATIGUE_CHECK already as far
  3564. match FATIGUE_CHECK1_PAUSE Roundtime
  3565. match FATIGUE_PAUSE ...wait
  3566. match FATIGUE_PAUSE type ahead
  3567. match FATIGUE_PAUSE You stop advancing
  3568. match FATIGUE_STAND You must stand first.
  3569. put retreat
  3570. put retreat
  3571. matchwait
  3572.  
  3573. FATIGUE_CHECK:
  3574. echo
  3575. echo FATIGUE_CHECK:
  3576. echo
  3577. match %c completely rested
  3578. match %c winded
  3579. match FATIGUE_WAIT tired
  3580. match FATIGUE_WAIT fatigued
  3581. match FATIGUE_WAIT worn-out
  3582. match FATIGUE_WAIT beat,
  3583. match FATIGUE_WAIT exhausted
  3584. match FATIGUE_WAIT bone-tired
  3585. put fat
  3586. matchwait
  3587.  
  3588. FATIGUE_CHECK1_PAUSE:
  3589. pause
  3590. FATIGUE_CHECK1:
  3591. echo
  3592. echo FATIGUE_CHECK1:
  3593. echo
  3594. match %c completely rested
  3595. match %c winded
  3596. match FATIGUE tired
  3597. match FATIGUE fatigued
  3598. match FATIGUE worn-out
  3599. match FATIGUE beat,
  3600. match FATIGUE exhausted
  3601. match FATIGUE bone-tired
  3602. put fat
  3603. matchwait
  3604.  
  3605. FATIGUE_WAIT:
  3606. echo
  3607. echo FATIGUE_WAIT:
  3608. echo
  3609. match FATIGUE melee
  3610. match FATIGUE pole
  3611. match FATIGUE [You're
  3612. matchwait
  3613.  
  3614. PAUSE:
  3615. echo
  3616. echo PAUSE:
  3617. echo
  3618. pause
  3619. goto %c
  3620.  
  3621. PAUSE1:
  3622. echo
  3623. echo PAUSE1:
  3624. echo
  3625. counter subtract 10
  3626. pause
  3627. goto %c
  3628.  
  3629.  
  3630. PAUSE2:
  3631. echo
  3632. echo PAUSE2:
  3633. echo
  3634. counter add 20
  3635. pause
  3636. goto %c
  3637.  
  3638. PAUSE3:
  3639. echo
  3640. echo PAUSE3:
  3641. echo
  3642. counter add 30
  3643. pause
  3644. goto %c
  3645.  
  3646. PAUSE4:
  3647. echo
  3648. echo PAUSE4:
  3649. echo
  3650. counter add 40
  3651. pause
  3652. goto %c
  3653.  
  3654.  
  3655. PAUSE5:
  3656. echo
  3657. echo PAUSE5:
  3658. echo
  3659. counter add 50
  3660. pause
  3661. goto %c
  3662.  
  3663. PAUSE6:
  3664. echo
  3665. echo PAUSE6:
  3666. echo
  3667. counter add 60
  3668. pause
  3669. goto %c
  3670.  
  3671. PAUSE7:
  3672. echo
  3673. echo PAUSE7:
  3674. echo
  3675. counter add 70
  3676. pause
  3677. goto %c
  3678.  
  3679.  
  3680. COUNT_FACE_PAUSE:
  3681. pause
  3682. COUNT_FACE:
  3683. match COUNT_FACE_PAUSE type ahead
  3684. match COUNT_FACE_PAUSE ...wait
  3685. match COUNT_ASSESS_ADV nothing else to face
  3686. match %zHmonsterapp you turn
  3687. put face next
  3688. matchwait
  3689.  
  3690. COUNT_ASSESS_ADV:
  3691. match COUNT_FACE You stop advancing
  3692. match COUNT_NOTHING advance towards?
  3693. match %zHmonsterapp begin
  3694. match COUNT_FACE You have lost sight
  3695. match %zHmonsterapp to melee range
  3696. match %zHmonsterapp [You're
  3697. match %zHmonsterapp already at melee
  3698. put ADV
  3699. matchwait
  3700.  
  3701. COUNT_NOTHING:
  3702. setvariable zHcritters 0
  3703. pause 3
  3704. waitforre /\.|\?|!/i
  3705. goto COUNT_FACE
  3706.  
  3707. COUNT_ADV_PAUSE:
  3708. pause
  3709. COUNT_ADV:
  3710. match COUNT_FACE You stop advancing
  3711. match COUNT_FACE You have lost sight
  3712. match COUNT_NOTHING advance towards?
  3713. match %s to melee range
  3714. match %s [You're
  3715. match %s already at melee
  3716. match COUNT_ADV_PAUSE ...wait
  3717. match COUNT_ADV_PAUSE type ahead
  3718. put advance
  3719. matchwait
  3720.  
  3721.  
  3722.  
  3723. COUNT_FATIGUE_SIT:
  3724. echo
  3725. echo COUNT_FATIGUE_SIT:
  3726. echo
  3727. put sit
  3728. waitfor you
  3729. put parry
  3730. waitfor you
  3731. pause 2
  3732. match COUNT_FATIGUE_STAND completely rested
  3733. match COUNT_FATIGUE_SIT_WAIT winded
  3734. match COUNT_FATIGUE_SIT_WAIT tired
  3735. match COUNT_FATIGUE_SIT_WAIT fatigued
  3736. match COUNT_FATIGUE_SIT_WAIT worn-out
  3737. match COUNT_FATIGUE_SIT_WAIT beat,
  3738. match COUNT_FATIGUE_SIT_WAIT exhausted
  3739. match COUNT_FATIGUE_SIT_WAIT bone-tired
  3740. match COUNT_FATIGUE_SIT_WAIT Encumbrance :
  3741. put fat
  3742. put encumbrance
  3743. matchwait
  3744.  
  3745. COUNT_FATIGUE_SIT_WAIT:
  3746. echo
  3747. echo COUNT_FATIGUE_SIT_WAIT:
  3748. echo
  3749. echo ************************
  3750. echo ** Waiting 10 Seconds
  3751. echo ************************
  3752. echo
  3753. pause 10
  3754. goto COUNT_FATIGUE
  3755.  
  3756. COUNT_FATIGUE_STAND_PAUSE:
  3757. pause
  3758. COUNT_FATIGUE_STAND:
  3759. echo
  3760. echo COUNT_FATIGUE_STAND:
  3761. echo
  3762. match COUNT_ON You stand back up.
  3763. match COUNT_FATIGUE_STAND_PAUSE Roundtime
  3764. match COUNT_FATIGUE_STAND_PAUSE ...wait
  3765. match COUNT_FATIGUE_STAND_PAUSE type ahead
  3766. put stand
  3767. matchwait
  3768.  
  3769.  
  3770. COUNT_FATIGUE_PAUSE:
  3771. pause
  3772. COUNT_FATIGUE:
  3773. echo
  3774. echo COUNT_FATIGUE:
  3775. echo
  3776. match COUNT_FATIGUE_CHECK You cannot back away from a chance to continue your slaughter!
  3777. match COUNT_FATIGUE_CHECK You retreat from combat.
  3778. match COUNT_FATIGUE_CHECK You sneak back
  3779. match COUNT_FATIGUE_PAUSE [You're
  3780. match COUNT_FATIGUE_CHECK already as far
  3781. match COUNT_FATIGUE_CHECK1_PAUSE Roundtime
  3782. match COUNT_FATIGUE_PAUSE ...wait
  3783. match COUNT_FATIGUE_PAUSE type ahead
  3784. match COUNT_FATIGUE_PAUSE You stop advancing
  3785. match COUNT_FATIGUE_STAND You must stand first.
  3786. put retreat
  3787. put retreat
  3788. matchwait
  3789.  
  3790. COUNT_FATIGUE_CHECK:
  3791. echo
  3792. echo COUNT_FATIGUE_CHECK:
  3793. echo
  3794. match COUNT_ON completely rested
  3795. match COUNT_ON winded
  3796. match COUNT_FATIGUE_WAIT tired
  3797. match COUNT_FATIGUE_WAIT fatigued
  3798. match COUNT_FATIGUE_WAIT worn-out
  3799. match COUNT_FATIGUE_WAIT beat,
  3800. match COUNT_FATIGUE_WAIT exhausted
  3801. match COUNT_FATIGUE_WAIT bone-tired
  3802. put fat
  3803. matchwait
  3804.  
  3805. COUNT_FATIGUE_CHECK1_PAUSE:
  3806. pause
  3807. COUNT_FATIGUE_CHECK1:
  3808. echo
  3809. echo COUNT_FATIGUE_CHECK1:
  3810. echo
  3811. match COUNT_ON completely rested
  3812. match COUNT_ON winded
  3813. match COUNT_FATIGUE tired
  3814. match COUNT_FATIGUE fatigued
  3815. match COUNT_FATIGUE worn-out
  3816. match COUNT_FATIGUE beat,
  3817. match COUNT_FATIGUE exhausted
  3818. match COUNT_FATIGUE bone-tired
  3819. put fat
  3820. matchwait
  3821.  
  3822. COUNT_FATIGUE_WAIT:
  3823. echo
  3824. echo COUNT_FATIGUE_WAIT:
  3825. echo
  3826. match COUNT_FATIGUE melee
  3827. match COUNT_FATIGUE pole
  3828. match COUNT_FATIGUE [You're
  3829. matchwait
  3830.  
  3831. COUNT_PAUSE:
  3832. echo
  3833. echo COUNT_PAUSE:
  3834. echo
  3835. pause
  3836. goto %s
  3837.  
  3838. #COMBAT SYSTEMS
  3839.  
  3840. 100:
  3841. counter add 10
  3842. goto %zHrepeat%_%zHmulti
  3843.  
  3844. REPEAT_OFF:
  3845. REPEAT_ON:
  3846. echo
  3847. echo REPEAT_%zHmulti%:
  3848. echo
  3849. match REP_EXP_L light crossbow
  3850. match REP_EXP_H heavy crossbow
  3851. put app %1 quick
  3852. matchwait
  3853.  
  3854. REP_EXP_L:
  3855. setvariable zHexp light.crossbow
  3856. goto RANGE_OFF
  3857.  
  3858. REP_EXP_H:
  3859. setvariable zHexp heavy.crossbow
  3860. goto RANGE_OFF
  3861.  
  3862. RANGE_ON:
  3863. RANGE_OFF:
  3864. 110:
  3865. counter add 10
  3866. RANGE_DODGE:
  3867. echo
  3868. echo RANGE_DODGE:
  3869. echo
  3870. put dodge
  3871. waitfor you
  3872. pause
  3873. GOTO RANGE_LOAD
  3874.  
  3875. RANGE_LOAD_PAUSE:
  3876. 120:
  3877. goto RANGE_EXP_%zHexpC
  3878.  
  3879. RANGE_EXP_ON:
  3880. goto RANGE_MULTI_%zHmulti
  3881.  
  3882. RANGE_MULTI_ON:
  3883. setvariable zHexpC RANGE_CHECK
  3884. goto Multi_%zHmulti
  3885.  
  3886. RANGE_MULTI_OFF:
  3887. put skill
  3888. wait
  3889. MULTI_EXP_RANGE_CHECK:
  3890. setvariable zHexpC ON
  3891.  
  3892. RANGE_EXP_OFF:
  3893. pause
  3894. goto %zHrepeat%_LOAD
  3895.  
  3896.  
  3897. RANGE_2_LOAD_PAUSE:
  3898. pause
  3899. RANGE_2_LOAD:
  3900. match RANGE_LOAD fail
  3901. matchre RANGE_LOAD /You are too close|notices|discovers/i
  3902. matchre RANGE_LOAD /You melt|You blend|Eh\?/i
  3903. matchre RANGE_2_LOAD_PAUSE /\.\.\.wait|type ahead/i
  3904. put hide
  3905. matchwait
  3906.  
  3907. RANGE_1_LOAD_PAUSE:
  3908. pause
  3909. RANGE_1_LOAD:
  3910. RANGE_LOAD:
  3911. echo
  3912. echo RANGE_LOAD:
  3913. echo
  3914. matchre RANGE_GET /You must|your hand jams|readily available|You can not load/i
  3915. match NOT_RANGE can't load
  3916. matchre RANGE_1_LOAD_PAUSE /\.\.\.wait|type ahead/i
  3917. match RANGE_RETREAT3_PAUSE Roundtime
  3918. match RANGE_RETREAT3 is already
  3919. match RANGE_SHIELD shield on your arm.
  3920. match RANGE_TARGE targe on your arm.
  3921. match RANGE_BUCKLER buckler on your arm.
  3922. match RANGE_LID lid on your arm.
  3923. put load
  3924. matchwait
  3925.  
  3926. NOT_RANGE:
  3927. counter subtract 100
  3928. goto WEAPON_CHECK
  3929.  
  3930. REPEAT_LOAD_PAUSE:
  3931. pause
  3932. REPEAT_LOAD:
  3933. echo
  3934. echo REPEAT_LOAD
  3935. echo
  3936. matchre RANGE_GET /You must|your hand jams|readily available|You can not load/i
  3937. matchre REPEAT_LOAD_PAUSE /\.\.\.wait|type ahead/i
  3938. match REPEAT_LOAD_RETREAT_PAUSE Roundtime
  3939. match REPEAT_LOOK is already
  3940. match RANGE_SHIELD shield on your arm.
  3941. match RANGE_TARGE targe on your arm.
  3942. match RANGE_BUCKLER buckler on your arm.
  3943. match RANGE_LID lid on your arm.
  3944. put load
  3945. matchwait
  3946.  
  3947. REPEAT_LOAD_RETREAT_PAUSE:
  3948. pause
  3949. REPEAT_LOAD_RETREAT:
  3950. echo
  3951. echo REPEAT_LOAD_RETREAT:
  3952. echo
  3953. matchre REPEAT_LOAD /You cannot back away from a chance to continue your slaughter|You retreat |re already|Roundtime|You sneak back/i
  3954. match RANGE_FIRE You think
  3955. matchre RANGE_RETREAT_PAUSE /stop advancing|\.\.\.wait|type ahead|\[You're/i
  3956. match FATIGUE_STAND You must stand first.
  3957. put retreat
  3958. put retreat
  3959. matchwait
  3960.  
  3961. REPEAT_LOOK:
  3962. echo
  3963. echo REPEAT_LOOK:
  3964. echo
  3965. match REPEAT_PUSH unarmed
  3966. match RANGE_RETREAT3 ready to fire
  3967. put look %1
  3968. matchwait
  3969.  
  3970. RANGE_SHIELD:
  3971. echo
  3972. echo RANGE_SHIELD:
  3973. echo
  3974. setvariable zHarm shield
  3975. goto RANGE_ARM
  3976.  
  3977. RANGE_TARGE:
  3978. echo
  3979. echo RANGE_TARGE:
  3980. echo
  3981. setvariable zHarm targe
  3982. goto RANGE_ARM
  3983.  
  3984. RANGE_BUCKLER:
  3985. echo
  3986. echo RANGE_BUCKLER:
  3987. echo
  3988. setvariable zHarm buckler
  3989. goto RANGE_ARM
  3990.  
  3991. RANGE_LID:
  3992. echo
  3993. echo RANGE_LID:
  3994. echo
  3995. setvariable zHarm lid
  3996. goto RANGE_ARM
  3997.  
  3998. RANGE_ARM_PAUSE:
  3999. pause
  4000. RANGE_ARM:
  4001. echo
  4002. echo RANGE_ARM:
  4003. echo
  4004. matchre RANGE_ARM_STOW /You loosen the straps securing|You aren't wearing that\./i
  4005. match RANGE_ARM_ERROR Remove what?
  4006. matchre RANGE_ARM_PAUSE /\.\.\.wait|type ahead/i
  4007. put remove my %zHarm
  4008. matchwait
  4009.  
  4010. RANGE_ARM_STOW:
  4011. echo
  4012. echo RANGE_ARM_STOW:
  4013. echo
  4014. match RANGE_ARM_ERROR Stow What?
  4015. match RANGE_ARM_ADJUST too
  4016. match RANGE_ARM_STOWED you put
  4017. match RANGE_ARM_STOWED you hang
  4018. put stow %zHarm
  4019. matchwait
  4020.  
  4021. RANGE_ARM_ADJUST_PAUSE:
  4022. pause
  4023. RANGE_ARM_ADJUST:
  4024. echo
  4025. echo RANGE_ARM_ADJUST:
  4026. echo
  4027. match RANGE_ARM_WORN you sling
  4028. match RANGE_ARM_ERROR through the straps
  4029. match RANGE_ARM_ADJUST_PAUSE You can't wear any more items like that.
  4030. put adj my %zHarm
  4031. put wear my %zHarm
  4032. matchwait
  4033.  
  4034. RANGE_ARM_STOWED:
  4035. echo
  4036. echo RANGE_ARM_STOWED:
  4037. echo
  4038. echo ***********************************
  4039. echo ** ARM SHIELD ALERT!!!
  4040. echo **
  4041. echo ** You were wearing an arm shield!
  4042. echo ** The shield has been stowed!
  4043. echo **
  4044. echo ** DO NOT FORGET TO GET IT OUT BEFORE YOU MELEE HUNT!
  4045. echo ***********************************
  4046. goto RANGE_LOAD_PAUSE
  4047.  
  4048. RANGE_ARM_WORN:
  4049. echo
  4050. echo RANGE_ARM_WORN:
  4051. echo
  4052. echo ***********************************
  4053. echo ** ARM SHIELD ALERT!!!
  4054. echo **
  4055. echo ** You were wearing an arm shield!
  4056. echo ** The shield has been adjusted and placed over your shoulder!
  4057. echo **
  4058. echo ** DO NOT FORGET TO PUT IT BACK BEFORE YOU MELEE HUNT!
  4059. echo ***********************************
  4060. goto RANGE_LOAD_PAUSE
  4061.  
  4062. RANGE_ARM_ERROR_PAUSE:
  4063. pause
  4064. RANGE_ARM_ERROR:
  4065. echo
  4066. echo RANGE_ARM_ERROR:
  4067. echo
  4068. echo ***********************************
  4069. echo ** ARM SHIELD ALERT!!!
  4070. echo **
  4071. echo ** You are wearing an Arm shield!
  4072. echo ** I Can't figure out what kind!
  4073. echo ** Please remove/stow/wear the shield and type GO to continue.
  4074. echo ** Email me your shield name so I can put it into the script!
  4075. echo ** drockmali@hotmail.com
  4076. echo ***********************************
  4077. echo
  4078. matchre RANGE_ARM_ERROR /melee|balance\]|balanced\]|\[You're/i
  4079. matchre RANGE_ARM_ERROR_PAUSE /\.\.\.wait|type ahead/i
  4080. match RANGE_LOAD_PAUSE Go what?
  4081. match FATIGUE_STAND You must stand first.
  4082. put retreat
  4083. put retreat
  4084. matchwait
  4085.  
  4086. AMMO_UNEQUIP_PAUSE:
  4087. pause
  4088. AMMO_UNEQUIP:
  4089. echo
  4090. echo AMMO_UNEQUIP:
  4091. echo
  4092. matchre RANGE_GET /you (sling|attach)|re already|wear what|what were you/i
  4093. match AMMO_UNEQUIPA can't wear
  4094. match AMMO_UNEQUIP_PAUSE ...wait
  4095. match AMMO_UNEQUIP_PAUSE type ahead
  4096. put wear %2
  4097. matchwait
  4098.  
  4099. AMMO_UNEQUIPA:
  4100. echo
  4101. echo MULTI_AMMO_UNEQUIPA:
  4102. echo
  4103. put stow %2
  4104. wait
  4105. goto RANGE_GET
  4106.  
  4107. AMMO_REEQUIP:
  4108. echo
  4109. echo AMMO_REEQUIP:
  4110. echo
  4111. put get %2
  4112. put remove %2
  4113. goto %zHrepeat%_LOAD
  4114.  
  4115.  
  4116. RANGE_GET_PAUSE:
  4117. pause
  4118. RANGE_GET:
  4119. echo
  4120. echo RANGE_GET:
  4121. echo
  4122. match NO_AMMO what are you
  4123. match RANGE_DEAD_MONSTER you pull
  4124. matchre RANGE_GET_PAUSE /you pick up|you put/i
  4125. match AMMO_UNEQUIP You need a free hand
  4126. match AMMO_REEQUIP stow what
  4127. match RANGE_PAUSE You must unload
  4128. put stow %zHammo
  4129. put stow %zHammo
  4130. matchwait
  4131.  
  4132. RANGE_PAUSE:
  4133. echo
  4134. echo RANGE_PAUSE:
  4135. echo
  4136. pause 3
  4137. match RANGE_LOAD loaded
  4138. match RANGE_%zHrange%_FIRE You think
  4139. match %zHrepeat%_PAUSE_GET there is nothing
  4140. matchre RANGE_RETREAT3 /you begin to target|already targetting/i
  4141. put aim
  4142. matchwait
  4143.  
  4144. RANGE_PAUSE_GET:
  4145. echo
  4146. echo RANGE_PAUSE_GET:
  4147. echo
  4148. match AMMO_UNEQUIP You need a free hand
  4149. match RANGE_DEAD_MONSTER you pull
  4150. matchre RANGE_PAUSE /you pick up|you put/i
  4151. matchre RANGE_PAUSE1 /stow what|You must unload/i
  4152. put stow %zHammo
  4153. put stow %zHammo
  4154. matchwait
  4155.  
  4156. REPEAT_PAUSE_GET:
  4157. echo
  4158. echo REPEAT_PAUSE_GET:
  4159. echo
  4160. match AMMO_UNEQUIP You need a free hand
  4161. match RANGE_DEAD_MONSTER you pull
  4162. matchre RANGE_PAUSE /you pick up|you put/i
  4163. matchre RANGE_PAUSE2 /stow what|You must unload/i
  4164. put stow %zHammo
  4165. put stow %zHammo
  4166. matchwait
  4167.  
  4168. RANGE_PAUSE1:
  4169. echo
  4170. echo RANGE_PAUSE1:
  4171. echo
  4172. pause 3
  4173. wait
  4174. match %zHrepeat%_LOAD loaded
  4175. match RANGE_FIRE You think
  4176. match RANGE_PAUSE1 there is nothing
  4177. matchre RANGE_RETREAT3 /you begin to target|already targetting/i
  4178. put aim
  4179. matchwait
  4180.  
  4181. RANGE_PAUSE2:
  4182. echo
  4183. echo RANGE_PAUSE:
  4184. echo
  4185. match %zHrepeat%_LOAD loaded
  4186. match RANGE_%zHrange%_FIRE You think
  4187. match REPEAT_LOAD there is nothing
  4188. matchre RANGE_RETREAT3 /you begin to target|already targetting/i
  4189. put aim
  4190. matchwait
  4191.  
  4192.  
  4193. REPEAT_PUSH1_PAUSE:
  4194. pause
  4195. REPEAT_PUSH1:
  4196. echo
  4197. echo REPEAT_PUSH1:
  4198. echo
  4199. match RANGE_PAUSE2 into firing position
  4200. match RANGE_PAUSE1 could damage
  4201. match RANGE_LOAD ammunition store
  4202. matchre REPEAT_PUSH1_PAUSE /stop advancing|\.\.\.wait|type ahead/i
  4203. put push my %1
  4204. matchwait
  4205.  
  4206. RANGE_DEAD_MONSTER:
  4207. echo
  4208. echo RANGE_DEAD_MONSTER:
  4209. echo
  4210. put stow %zHammo
  4211. put stow %zHammo
  4212. waitfor you
  4213. goto RANGE_UNLOAD
  4214.  
  4215. RANGE_UNLOAD_SWAP:
  4216. put swap
  4217. RANGE_UNLOAD_PAUSE:
  4218. pause
  4219. RANGE_UNLOAD:
  4220. match RANGE_UNLOAD_SWAP You don't have a ranged weapon to unload
  4221. match RANGE_UNLOAD_STOW Roundtime
  4222. match RANGE_UNLOAD_PAUSE ...wait
  4223. match RANGE_UNLOAD_PAUSE type ahead
  4224. match DEAD_MONSTER isn't loaded
  4225. put unload
  4226. matchwait
  4227.  
  4228. RANGE_UNLOAD_STOW_PAUSE:
  4229. pause
  4230. RANGE_UNLOAD_STOW:
  4231. match RANGE_UNLOAD_STOW_PAUSE ...wait
  4232. match RANGE_UNLOAD_STOW_PAUSE type ahead
  4233. matchre DEAD_MONSTER /you put|stow what|you hang/i
  4234. put stow right
  4235. matchwait
  4236.  
  4237. RANGE_RETREAT3_PAUSE:
  4238. pause
  4239. RANGE_RETREAT3:
  4240. echo
  4241. echo RANGE_RETREAT3:
  4242. echo
  4243. goto %zHrepeat%_RETREAT
  4244.  
  4245. RANGE_RETREAT_PAUSE:
  4246. pause
  4247. RANGE_RETREAT:
  4248. echo
  4249. echo RANGE_RETREAT:
  4250. echo
  4251. matchre RANGE_%zHrange%_AIM /You cannot back away from a chance to continue your slaughter|You retreat |re already|Roundtime|You sneak back/i
  4252. match RANGE_FIRE You Think
  4253. matchre RANGE_RETREAT_PAUSE /stop advancing|\.\.\.wait|type ahead|\[You're/i
  4254. match FATIGUE_STAND You must stand first.
  4255. put retreat
  4256. put retreat
  4257. matchwait
  4258.  
  4259. REPEAT_RETREAT_PAUSE:
  4260. pause
  4261. REPEAT_RETREAT:
  4262. echo
  4263. echo RANGE_RETREAT:
  4264. echo
  4265. matchre REPEAT_PUSH /You cannot back away from a chance to continue your slaughter|You retreat |re already|Roundtime|You sneak back/i
  4266. match RANGE_FIRE You Think
  4267. matchre REPEAT_RETREAT_PAUSE /stop advancing|\.\.\.wait|type ahead|\[You're/i
  4268. match FATIGUE_STAND You must stand first.
  4269. put retreat
  4270. put retreat
  4271. matchwait
  4272.  
  4273. REPEAT_PUSH_PAUSE:
  4274. pause
  4275. REPEAT_PUSH:
  4276. echo
  4277. echo REPEAT_PUSH:
  4278. echo
  4279. matchre RANGE_%zHrange%_AIM /into firing position|could damage/i
  4280. matchre REPEAT_PUSH_PAUSE /stop advancing|\.\.\.wait|type ahead/i
  4281. match REPEAT_LOAD ammunition store
  4282. put push my %1
  4283. matchwait
  4284.  
  4285. RANGE_AIM_PAUSE:
  4286. pause
  4287. RANGE_1_AIM:
  4288. echo
  4289. echo RANGE_1_AIM:
  4290. echo
  4291. match RANGE_LOAD loaded
  4292. match RANGE_FIRE You think
  4293. match RANGE_PAUSE there is nothing
  4294. matchre RANGE_AIM_FIRE /already targetting|begin to target/i
  4295. matchre RANGE_AIM_PAUSE /\.\.\.wait|type ahead/i
  4296. put aim
  4297. matchwait
  4298.  
  4299. RANGE_AIM_FIRE:
  4300. echo
  4301. echo RANGE_AIM_FIRE:
  4302. echo
  4303. match RANGE_RETREAT melee range on you
  4304. match RANGE_FIRE You think
  4305. match RANGE_1_AIM stop concentrating on aiming
  4306. matchwait
  4307.  
  4308. RANGE_FIRE_PAUSE:
  4309. pause
  4310. RANGE_FIRE:
  4311. echo
  4312. echo RANGE_FIRE:
  4313. echo
  4314. matchre DEAD_MONSTER /balance\]|balanced\]|isn't what you|referring/i
  4315. match RANGE_PAUSE what are you trying
  4316. match RANGE_RETREAT2 isn't loaded
  4317. match RANGE_RETREAT2_PAUSE Roundtime
  4318. match RANGE_FIRE_PAUSE ...wait
  4319. match RANGE_FIRE_PAUSE type ahead
  4320. put fire
  4321. matchwait
  4322.  
  4323. RANGE_RETREAT2_PAUSE:
  4324. pause
  4325. RANGE_RETREAT2:
  4326. echo
  4327. echo RANGE_RETREAT2:
  4328. echo
  4329. matchre RANGE_DEATH /You cannot back away from a chance to continue your slaughter|You retreat from combat\.|already as far|You sneak back/i
  4330. match %c Roundtime
  4331. matchre RANGE_RETREAT2_PAUSE /stop advancing|\.\.\.wait|type ahead|\[You're/i
  4332. match FATIGUE_STAND You must stand first.
  4333. put retreat
  4334. put retreat
  4335. matchwait
  4336.  
  4337. RANGE_DEATH_PAUSE:
  4338. pause
  4339. RANGE_DEATH:
  4340. echo
  4341. echo RANGE_DEATH:
  4342. echo
  4343. matchre DEAD_MONSTER /which appears dead|\(dead\)/i
  4344. matchre %zHrepeat%_DEAD_LOAD /paths:|exits:|and you can't see a thing|Your world is a crimson haze/i
  4345. match RANGE_DEATH_PAUSE ...wait
  4346. match RANGE_DEATH_PAUSE type ahead
  4347. put look
  4348. matchwait
  4349.  
  4350. REPEAT_DEAD_LOAD:
  4351. goto REPEAT_PUSH
  4352.  
  4353. RANGE_DEAD_LOAD:
  4354. goto RANGE_%zHrange%_LOAD
  4355.  
  4356. RANGE_2_AIM_PAUSE:
  4357. pause
  4358. RANGE_2_AIM:
  4359. echo
  4360. echo RANGE_2_AIM:
  4361. echo
  4362. matchre RANGE_2_HIDE /discovers|fail|begin to target|already targetting/i
  4363. match RANGE_LOAD loaded
  4364. match RANGE_2_FIRE You think
  4365. match RANGE_PAUSE there is nothing
  4366. matchre RANGE_2_AIM_PAUSE /\.\.\.wait|type ahead/i
  4367. put aim
  4368. matchwait
  4369.  
  4370. RANGE_2_HIDE_PAUSE:
  4371. pause
  4372. RANGE_2_HIDE:
  4373. echo
  4374. echo RANGE_2_HIDE:
  4375. echo
  4376. match RANGE_2_HIDE fail
  4377. matchre RANGE_2_RETREAT1 /You are too close|notices|discovers/i
  4378. matchre RANGE_2_STALK /You melt|You blend|Eh\?/i
  4379. matchre RANGE_2_HIDE_PAUSE /\.\.\.wait|type ahead/i
  4380. put hide
  4381. matchwait
  4382.  
  4383. RANGE_2_RETREAT1_PAUSE:
  4384. pause
  4385. RANGE_2_RETREAT1:
  4386. echo
  4387. echo RANGE_2_RETREAT1:
  4388. echo
  4389. matchre RANGE_2_AIM /You sneak|continue your slaughter/i
  4390. match RANGE_2_RETREAT11_PAUSE Roundtime
  4391. matchre RANGE_2_HIDE_FAIL /already|You retreat/i
  4392. matchre RANGE_2_RETREAT1_PAUSE /\.\.\.wait|type ahead|\[You're/i
  4393. match FATIGUE_STAND You must stand first.
  4394. put retreat
  4395. put retreat
  4396. matchwait
  4397.  
  4398. RANGE_2_RETREAT11_PAUSE:
  4399. pause
  4400. RANGE_2_RETREAT11:
  4401. echo
  4402. echo RANGE_2_RETREAT11:
  4403. echo
  4404. matchre RANGE_FIRE /Roundtime|You sneak back|continue your slaughter/i
  4405. matchre RANGE_2_HIDE_FAIL /already|You retreat/i
  4406. matchre RANGE_2_RETREAT11_PAUSE /\.\.\.wait|type ahead|\[You're/i
  4407. match FATIGUE_STAND You must stand first.
  4408. put retreat
  4409. put retreat
  4410. matchwait
  4411.  
  4412. RANGE_2_HIDE_FAIL_PAUSE:
  4413. pause
  4414. RANGE_2_HIDE_FAIL:
  4415. echo
  4416. echo RANGE_2_HIDE_FAIL:
  4417. echo
  4418. match RANGE_2_HIDE_FAIL fail
  4419. matchre RANGE_2_RETREAT1 /You are too close|notices|discovers/i
  4420. matchre RANGE_2_STALK /You melt|You blend|Eh\?/i
  4421. matchre RANGE_2_HIDE_PAUSE /\.\.\.wait|type ahead/i
  4422. put hide
  4423. matchwait
  4424.  
  4425. RANGE_2_STALK_FAIL_PAUSE:
  4426. pause
  4427. RANGE_2_STALK_FAIL:
  4428. echo
  4429. echo RANGE_2_STALK_FAIL:
  4430. echo
  4431. match RANGE_FIRE discovers
  4432. matchre RANGE_2_FIRE /You move into position|already stalking/i
  4433. match RANGE_2_RETREAT1 trying to stalk
  4434. match RANGE_FIRE try being out of sight
  4435. match RANGE_2_STALK2 You think
  4436. match RANGE_DEATH nothing else
  4437. match RANGE_2_AIM stop concentrating on aiming
  4438. match RANGE_2_STALK2_PAUSE You fail
  4439. matchre RANGE_2_STALK_FAIL_PAUSE /\.\.\.wait|type ahead/i
  4440. match %zHrange1%_SWIM_FIRE Don't be silly
  4441. put stalk
  4442. matchwait
  4443.  
  4444. RANGE_2_STALK_PAUSE:
  4445. pause
  4446. RANGE_2_STALK:
  4447. echo
  4448. echo RANGE_2_STALK:
  4449. echo
  4450. match RANGE_FIRE discovers
  4451. matchre RANGE_2_AIM_FIRE_1 /You move into position|already stalking/i
  4452. match RANGE_2_RETREAT1 trying to stalk
  4453. match RANGE_FIRE try being out of sight
  4454. match RANGE_2_STALK2 You think
  4455. match RANGE_DEATH nothing else
  4456. match RANGE_2_AIM stop concentrating on aiming
  4457. match RANGE_2_STALK2_PAUSE You fail
  4458. matchre RANGE_2_STALK_PAUSE /\.\.\.wait|type ahead/i
  4459. match %zHrange1%_SWIM_FIRE Don't be silly
  4460. put stalk
  4461. matchwait
  4462.  
  4463. RANGE_2_STALK2_PAUSE:
  4464. pause
  4465. RANGE_2_STALK2:
  4466. echo
  4467. echo RANGE_2_STALK2:
  4468. echo
  4469. match RANGE_FIRE discovers
  4470. matchre RANGE_2_FIRE /You move into position|already stalking|You fail/i
  4471. match RANGE_2_AIM stop concentrating on aiming
  4472. match RANGE_2_RETREAT1 trying to stalk
  4473. match RANGE_FIRE try being out of sight
  4474. match RANGE_DEATH nothing else
  4475. matchre RANGE_2_STALK2_PAUSE /\.\.\.wait|type ahead/i
  4476. match %zHrange1%_SWIM Don't be silly
  4477. put stalk
  4478. matchwait
  4479.  
  4480.  
  4481. SNIPE_SWIM_FIRE:
  4482. RANGE_2_AIM_FIRE:
  4483. echo
  4484. echo RANGE_2_AIM_FIRE:
  4485. echo
  4486. matchre RANGE_FIRE /discovers|fail/i
  4487. match RANGE_RETREAT melee range on you
  4488. match RANGE_2_FIRE You think
  4489. match RANGE_2_AIM stop concentrating on aiming
  4490. matchwait
  4491.  
  4492.  
  4493. RANGE_2_AIM_FIRE_1:
  4494. pause 3
  4495. goto RANGE_2_FIRE
  4496.  
  4497. RANGE_2_FIRE_PAUSE:
  4498. pause
  4499. SNIPE_SWIM:
  4500. RANGE_2_FIRE:
  4501. echo
  4502. echo RANGE_2_FIRE:
  4503. echo
  4504. match RANGE_PAUSE what are you trying
  4505. match RANGE_RETREAT2 isn't loaded
  4506. match RANGE_RETREAT2_PAUSE Roundtime
  4507. matchre DEAD_MONSTER /balance\]|balanced\]|isn't what you|referring/i
  4508. matchre RANGE_2_FIRE_PAUSE /\.\.\.wait|type ahead/i
  4509. matchre RANGE_FIRE /must be hidden|not trained|not been trained|stalking|You can not poach|you are not hidden/i
  4510. put %zHrange1
  4511. matchwait
  4512.  
  4513. POACH_SWIM:
  4514. echo
  4515. echo POACH_SWIM:
  4516. echo
  4517. echo
  4518. echo *********************************
  4519. echo ** YOU CANNOT POACH HERE!
  4520. echo ** Switching to normal combat.
  4521. echo *********************************
  4522. echo
  4523. setvariable zHrange 1
  4524. goto RANGE_FIRE
  4525.  
  4526. 200:
  4527. setvariable zHsnap AIM_FIRE
  4528. counter add 10
  4529. SNAP_DODGE:
  4530. echo
  4531. echo SNAP_DODGE:
  4532. echo
  4533. put dodge
  4534. waitfor you
  4535. pause
  4536. goto SNAP_%zHrepeat%_LOAD
  4537.  
  4538.  
  4539. SNAP_SHIELD_REM:
  4540. echo
  4541. echo SNAP_SHIELD_REM:
  4542. echo
  4543. matchre SNAP_REM_DONE /you (sling|attach)|re already|wear what|what were you/i
  4544. match SNAP_REM2A can't wear
  4545. put wear %2
  4546. matchwait
  4547.  
  4548. SNAP_REM2A:
  4549. echo
  4550. echo SNAP_REM2A:
  4551. echo
  4552. match SNAP_REM_DROP2 too
  4553. match SNAP_REM_DONE you put
  4554. match SNAP_REM_DONE you hang
  4555. put stow %2
  4556. matchwait
  4557.  
  4558. SNAP_REM_DROP2:
  4559. echo
  4560. echo SNAP_REM_DROP2:
  4561. echo
  4562. put drop my %2
  4563. waitfor you drop
  4564. goto SNAP_REM_DONE
  4565.  
  4566.  
  4567.  
  4568. SNAP_REPEAT_LOAD_PAUSE:
  4569. goto SNAP_REPEAT_EXP_%zHexpC
  4570.  
  4571. SNAP_REPEAT_EXP_ON:
  4572. goto SNAP_REPEAT_MULTI_%zHmulti
  4573.  
  4574. SNAP_REPEAT_MULTI_ON:
  4575. setvariable zHexpC SNAP_REPEAT_CHECK
  4576. goto Multi_%zHmulti
  4577.  
  4578. SNAP_REPEAT_MULTI_OFF:
  4579. put skill
  4580. wait
  4581. MULTI_EXP_SNAP_REPEAT_CHECK:
  4582. setvariable zHexpC ON
  4583.  
  4584. SNAP_REPEAT_EXP_OFF:
  4585. pause
  4586. goto SNAP_REPEAT_PUSH
  4587.  
  4588.  
  4589. SNAP_RANGE_LOAD_PAUSE:
  4590. goto SNAP_EXP_%zHexpC
  4591.  
  4592. SNAP_EXP_ON:
  4593. goto SNAP_MULTI_%zHmulti
  4594.  
  4595. SNAP_MULTI_ON:
  4596. setvariable zHexpC SNAP_CHECK
  4597. goto Multi_%zHmulti
  4598.  
  4599. SNAP_MULTI_OFF:
  4600. put skill
  4601. wait
  4602. MULTI_EXP_SNAP_CHECK:
  4603. setvariable zHexpC ON
  4604.  
  4605. SNAP_EXP_OFF:
  4606. pause
  4607. goto SNAP_%zHrepeat%_LOAD
  4608.  
  4609. 210:
  4610. setvariable zHsnap AIM_FIRE
  4611. SNAP_RANGE_LOAD:
  4612. echo
  4613. echo SNAP_RANGE_LOAD:
  4614. echo
  4615. matchre SNAP_%zHrepeat%_LOAD_PAUSE /\.\.\.wait|type ahead/i
  4616. match SNAP_RETREAT3_PAUSE Roundtime
  4617. match SNAP_RETREAT3 is already
  4618. match SNAP_SHIELD shield on your arm.
  4619. match SNAP_TARGE targe on your arm.
  4620. match SNAP_BUCKLER buckler on your arm.
  4621. match SNAP_LID lid on your arm.
  4622. matchre SNAP_GET /You must|your hand jams|ammunition|You can not load/i
  4623. put load
  4624. matchwait
  4625.  
  4626. SNAP_REPEAT_LOAD:
  4627. echo
  4628. echo SNAP_REPEAT_LOAD:
  4629. echo
  4630. matchre SNAP_%zHrepeat%_LOAD_PAUSE /\.\.\.wait|type ahead/i
  4631. match SNAP_REPEAT_LOAD_RETREAT_PAUSE Roundtime
  4632. match SNAP_REPEAT_LOOK is already
  4633. match SNAP_SHIELD shield on your arm.
  4634. match SNAP_TARGE targe on your arm.
  4635. match SNAP_BUCKLER buckler on your arm.
  4636. match SNAP_LID lid on your arm.
  4637. matchre SNAP_GET /You must|your hand jams|ammunition|You can not load/i
  4638. put load
  4639. matchwait
  4640.  
  4641. SNAP_REPEAT_LOAD_RETREAT_PAUSE:
  4642. pause
  4643. SNAP_REPEAT_LOAD_RETREAT:
  4644. echo
  4645. echo SNAP_REPEAT_LOAD_RETREAT:
  4646. echo
  4647. matchre SNAP_REPEAT_LOAD /You cannot back away from a chance to continue your slaughter|You retreat |re already|Roundtime|You sneak back/i
  4648. match SNAP_FIRE You think
  4649. matchre SNAP_RANGE_LOAD_RETREAT_PAUSE /stop advancing|\.\.\.wait|type ahead|\[You're/i
  4650. match FATIGUE_STAND You must stand first.
  4651. put retreat
  4652. put retreat
  4653. matchwait
  4654.  
  4655. SNAP_REPEAT_LOOK:
  4656. echo
  4657. echo SNAP_REPEAT_LOOK:
  4658. echo
  4659. match SNAP_REPEAT_PUSH unarmed
  4660. match SNAP_%zHrange%_AIM ready to fire
  4661. put look %1
  4662. matchwait
  4663.  
  4664. SNAP_REPEAT_PUSH_PAUSE:
  4665. pause
  4666. SNAP_REPEAT_PUSH:
  4667. echo
  4668. echo SNAP_REPEAT_PUSH:
  4669. echo
  4670. matchre SNAP_%zHrange%_AIM /into firing position|could damage/i
  4671. matchre SNAP_REPEAT_PUSH_PAUSE /stop advancing|\.\.\.wait|type ahead/i
  4672. match SNAP_REPEAT_LOAD ammunition store
  4673. put push my %1
  4674. matchwait
  4675.  
  4676. SNAP_SHIELD:
  4677. echo
  4678. echo SNAP_SHIELD:
  4679. echo
  4680. setvariable zHarm shield
  4681. goto SNAP_ARM
  4682.  
  4683. SNAP_TARGE:
  4684. echo
  4685. echo SNAP_TARGE:
  4686. echo
  4687. setvariable zHarm targe
  4688. goto SNAP_ARM
  4689.  
  4690. SNAP_BUCKLER:
  4691. echo
  4692. echo SNAP_BUCKLER:
  4693. echo
  4694. setvariable zHarm buckler
  4695. goto SNAP_ARM
  4696.  
  4697. SNAP_LID:
  4698. echo
  4699. echo SNAP_LID:
  4700. echo
  4701. setvariable zHarm lid
  4702. goto SNAP_ARM
  4703.  
  4704. SNAP_ARM_PAUSE:
  4705. pause
  4706. SNAP_ARM:
  4707. echo
  4708. echo SNAP_ARM:
  4709. echo
  4710. matchre SNAP_ARM_STOW /You loosen the straps securing|You aren't wearing that\./i
  4711. match SNAP_ARM_ERROR Remove what?
  4712. matchre SNAP_ARM_PAUSE /\.\.\.wait|type ahead/i
  4713. put remove my %zHarm
  4714. matchwait
  4715.  
  4716. SNAP_ARM_STOW:
  4717. echo
  4718. echo SNAP_ARM_STOW:
  4719. echo
  4720. match SNAP_ARM_ERROR Stow What?
  4721. match SNAP_ARM_ADJUST too
  4722. match SNAP_ARM_STOWED you put
  4723. match SNAP_ARM_STOWED you hang
  4724. put stow %zHarm
  4725. matchwait
  4726.  
  4727. SNAP_ARM_ADJUST_PAUSE:
  4728. pause
  4729. SNAP_ARM_ADJUST:
  4730. echo
  4731. echo SNAP_ARM_ADJUST:
  4732. echo
  4733. match SNAP_ARM_WORN you sling
  4734. match SNAP_ARM_ERROR through the straps
  4735. match SNAP_ARM_ADJUST_PAUSE You can't wear any more items like that.
  4736. put adj my %zHarm
  4737. put wear my %zHarm
  4738. matchwait
  4739.  
  4740. SNAP_ARM_STOWED:
  4741. echo
  4742. echo SNAP_ARM_STOWED:
  4743. echo
  4744. echo ***********************************
  4745. echo ** ARM SHIELD ALERT!!!
  4746. echo **
  4747. echo ** You were wearing an arm shield!
  4748. echo ** The shield has been stowed!
  4749. echo **
  4750. echo ** DO NOT FORGET TO GET IT OUT BEFORE YOU MELEE HUNT!
  4751. echo ***********************************
  4752. goto SNAP_%zHrepeat%_LOAD
  4753.  
  4754. SNAP_ARM_WORN:
  4755. echo
  4756. echo SNAP_ARM_WORN:
  4757. echo
  4758. echo ***********************************
  4759. echo ** ARM SHIELD ALERT!!!
  4760. echo **
  4761. echo ** You were wearing an arm shield!
  4762. echo ** The shield has been adjusted and placed over your shoulder!
  4763. echo **
  4764. echo ** DO NOT FORGET TO PUT IT BACK BEFORE YOU MELEE HUNT!
  4765. echo ***********************************
  4766. goto SNAP_%zHrepeat%_LOAD
  4767.  
  4768. SNAP_ARM_ERROR_PAUSE:
  4769. pause
  4770. SNAP_ARM_ERROR:
  4771. echo
  4772. echo SNAP_ARM_ERROR:
  4773. echo
  4774. echo ***********************************
  4775. echo ** ARM SHIELD ALERT!!!
  4776. echo **
  4777. echo ** You are wearing an Arm shield!
  4778. echo ** I Can't figure out what kind!
  4779. echo ** Please remove/stow/wear the shield and type GO to continue.
  4780. echo ** Email me your shield name so I can put it into the script!
  4781. echo ** drockmali@hotmail.com
  4782. echo ***********************************
  4783. echo
  4784.  
  4785. matchre SNAP_ARM_ERROR_PAUSE /\.\.\.wait|type ahead|melee|balance\]|balanced\]|\[You're/i
  4786. match SNAP_%zHrepeat%_LOAD Go what?
  4787. match FATIGUE_STAND You must stand first.
  4788. put retreat
  4789. put retreat
  4790. matchwait
  4791.  
  4792. SNAP_GET:
  4793. IF_2 goto SNAP_SHIELD_REM
  4794. goto SNAP_REM_DONE
  4795.  
  4796. SNAP_REM_DONE_PAUSE:
  4797. pause
  4798. SNAP_REM_DONE:
  4799. echo
  4800. echo SNAP_REM_DONE:
  4801. echo
  4802. matchre SNAP_GET3 /You cannot back away from a chance to continue your slaughter|You retreat from combat\.|re already as far away|You sneak back/i
  4803. match SNAP_%zHrepeat%_LOAD_PAUSE Roundtime
  4804. matchre SNAP_REM_DONE_PAUSE /stop advancing|\.\.\.wait|type ahead|\[You're/i
  4805. match FATIGUE_STAND You must stand first.
  4806. put retreat
  4807. put retreat
  4808. matchwait
  4809.  
  4810. SNAP_GET3_PAUSE:
  4811. pause
  4812. SNAP_GET3:
  4813. echo
  4814. echo SNAP_GET3:
  4815. echo
  4816. match NO_AMMO what are you
  4817. match SNAP_DEAD_MONSTER you pull
  4818. matchre SNAP_GET3_PAUSE /you pick up|you put/i
  4819. match SNAP_%zHrepeat%_LOAD stow what
  4820. match SNAP_PAUSE You must unload
  4821. put stow %zHammo
  4822. put stow %zHammo
  4823. matchwait
  4824.  
  4825. SNAP_PAUSE:
  4826. echo
  4827. echo SNAP_PAUSE:
  4828. echo
  4829. pause 3
  4830. match SNAP_%zHrepeat%_LOAD_PAUSE loaded
  4831. match SNAP_%zHrange%_FIRE You think
  4832. match SNAP_PAUSE_GET there is nothing
  4833. matchre SNAP_RETREAT3 /you begin to target|already targetting/i
  4834. put aim
  4835. matchwait
  4836.  
  4837. SNAP_PAUSE_GET:
  4838. echo
  4839. echo SNAP_PAUSE_GET:
  4840. echo
  4841. IF_2 goto SNAP_PAUSE_SHIELD_REM
  4842. match SNAP_DEAD_MONSTER you pull
  4843. matchre SNAP_PAUSE /you pick up|you put/i
  4844. matchre SNAP_PAUSE1 /stow what|You must unload/i
  4845. put stow %zHammo
  4846. put stow %zHammo
  4847. matchwait
  4848.  
  4849. SNAP_PAUSE1:
  4850. echo
  4851. echo SNAP_PAUSE1:
  4852. echo
  4853. pause 3
  4854. wait
  4855. match SNAP_%zHrepeat%_LOAD_PAUSE loaded
  4856. match SNAP_FIRE You think
  4857. match SNAP_PAUSE1 there is nothing
  4858. matchre SNAP_RETREAT3 /you begin to target|already targetting/i
  4859. put aim
  4860. matchwait
  4861.  
  4862. SNAP_PAUSE_SHIELD_REM:
  4863. echo
  4864. echo SNAP_PAUSE_SHIELD_REM:
  4865. echo
  4866. matchre SNAP_PAUSE_REM_DONE /you (sling|attach)|re already|wear what|what were you/i
  4867. match SNAP_PAUSE_REM2A can't wear
  4868. put wear %2
  4869. matchwait
  4870.  
  4871. SNAP_PAUSE_REM2A:
  4872. echo
  4873. echo SNAP_PAUSE_REM2A:
  4874. echo
  4875. match SNAP_PAUSE_REM_DROP2 too
  4876. match SNAP_PAUSE_REM_DONE you put
  4877. match SNAP_PAUSE_REM_DONE you hang
  4878. put stow %2
  4879. matchwait
  4880.  
  4881. SNAP_PAUSE_REM_DROP2:
  4882. echo
  4883. echo SNAP_PAUSE_REM_DROP2:
  4884. echo
  4885. put drop my %2
  4886. waitfor you drop
  4887.  
  4888. SNAP_PAUSE_REM_DONE:
  4889. echo
  4890. echo SNAP_PAUSE_REM_DONE:
  4891. echo
  4892. match SNAP_DEAD_MONSTER you pull
  4893. matchre SNAP_SHIELD_WEAR1 /you pick up|you put/i
  4894. matchre SNAP_SHIELD_WEAR2 /stow what|You must unload/i
  4895. put stow %zHammo
  4896. put stow %zHammo
  4897. matchwait
  4898.  
  4899.  
  4900. SNAP_SHIELD_WEAR1_PAUSE:
  4901. pause
  4902. SNAP_SHIELD_WEAR1:
  4903. echo
  4904. echo SNAP_SHIELD_WEAR1:
  4905. echo
  4906. matchre SNAP_PAUSE /already|what are you|you pick up|you get|you sling/i
  4907. matchre SNAP_SHIELD_WEAR1_PAUSE /\.\.\.wait|type ahead/i
  4908. put remove my %2
  4909. put get %2
  4910. matchwait
  4911.  
  4912. SNAP_SHIELD_WEAR2_PAUSE:
  4913. pause
  4914. SNAP_SHIELD_WEAR2:
  4915. echo
  4916. echo SNAP_SHIELD_WEAR2:
  4917. echo
  4918. matchre SNAP_PAUSE1 /already|what are you|you pick up|you get|you sling/i
  4919. matchre SNAP_SHIELD_WEAR2_PAUSE /\.\.\.wait|type ahead/i
  4920. put remove my %2
  4921. put get %2
  4922. matchwait
  4923.  
  4924. SNAP_DEAD_MONSTER:
  4925. echo
  4926. echo SNAP_DEAD_MONSTER:
  4927. echo
  4928. put stow %zHammo
  4929. put stow %zHammo
  4930. waitfor you
  4931. goto DEAD_MONSTER
  4932.  
  4933. SNAP_SHIELD_WEAR_PAUSE:
  4934. pause
  4935. SNAP_SHIELD_WEAR:
  4936. echo
  4937. echo SNAP_SHIELD_WEAR:
  4938. echo
  4939. matchre SNAP_RETREAT /already|what are you|you pick up|you get|you sling/i
  4940. match SNAP_FIRE You think
  4941. matchre SNAP_SHIELD_WEAR_PAUSE /\.\.\.wait|type ahead/i
  4942. put remove my %2
  4943. put get %2
  4944. matchwait
  4945.  
  4946.  
  4947. SNAP_RETREAT3_PAUSE:
  4948. pause
  4949. SNAP_RETREAT3:
  4950. echo
  4951. echo SNAP_RETREAT3:
  4952. echo
  4953. IF_2 goto SNAP_SHIELD_WEAR
  4954. goto SNAP_RETREAT
  4955.  
  4956. SNAP_RETREAT_PAUSE:
  4957. pause
  4958. SNAP_RETREAT:
  4959. echo
  4960. echo SNAP_RETREAT:
  4961. echo
  4962. matchre SNAP_%zHrange%_AIM /You cannot back away from a chance to continue your slaughter|You retreat |re already|Roundtime|You sneak back/i
  4963. match SNAP_FIRE You think
  4964. matchre SNAP_RETREAT_PAUSE /stop advancing|\.\.\.wait|type ahead|\[You're/i
  4965. match FATIGUE_STAND You must stand first.
  4966. put retreat
  4967. put retreat
  4968. matchwait
  4969.  
  4970.  
  4971. SNAP_AIM_PAUSE:
  4972. pause
  4973. SNAP_1_AIM:
  4974. echo
  4975. echo SNAP_1_AIM:
  4976. echo
  4977. match SNAP_%zHrepeat%_LOAD_PAUSE loaded
  4978. match SNAP_FIRE You think
  4979. match SNAP_PAUSE there is nothing
  4980. matchre SNAP_%zHsnap /already targetting|begin to target/i
  4981. matchre SNAP_AIM_PAUSE /\.\.\.wait|type ahead/i
  4982. put aim
  4983. matchwait
  4984.  
  4985. SNAP_AIM_FIRE:
  4986. echo
  4987. echo SNAP_AIM_FIRE:
  4988. echo
  4989. match SNAP_RETREAT melee range on you
  4990. match SNAP_FIRE You think
  4991. match SNAP_1_AIM stop concentrating on aiming
  4992. matchwait
  4993.  
  4994. SNAP_FIRE_PAUSE:
  4995. pause
  4996. SNAP_FIRE:
  4997. echo
  4998. echo SNAP_FIRE:
  4999. echo
  5000. setvariable zHsnap FIRE
  5001. match SNAP_PAUSE what are you trying
  5002. match SNAP_RETREAT2 isn't loaded
  5003. match SNAP_RETREAT2_PAUSE Roundtime
  5004. matchre DEAD_MONSTER /balance\]|balanced\]|isn't what you|referring/i
  5005. match SNAP_FIRE_PAUSE ...wait
  5006. match SNAP_FIRE_PAUSE type ahead
  5007. put fire
  5008. matchwait
  5009.  
  5010. SNAP_RETREAT2_PAUSE:
  5011. pause
  5012. SNAP_RETREAT2:
  5013. echo
  5014. echo SNAP_RETREAT2:
  5015. echo
  5016. matchre SNAP_DEATH /You cannot back away from a chance to continue your slaughter|You retreat from combat\.|already as far|You sneak back/i
  5017. match SNAP_%zHrepeat%_LOAD_PAUSE Roundtime
  5018. matchre SNAP_RETREAT2_PAUSE /stop advancing|\.\.\.wait|type ahead|\[You're/i
  5019. match FATIGUE_STAND You must stand first.
  5020. put retreat
  5021. put retreat
  5022. matchwait
  5023.  
  5024. SNAP_DEATH_PAUSE:
  5025. pause
  5026. SNAP_DEATH:
  5027. echo
  5028. echo SNAP_DEATH:
  5029. echo
  5030. matchre DEAD_MONSTER /which appears dead|\(dead\)/i
  5031. matchre SNAP_%zHrepeat%_LOAD_PAUSE /paths:|exits:|and you can't see a thing|Your world is a crimson haze/i
  5032. match SNAP_DEATH_PAUSE ...wait
  5033. match SNAP_DEATH_PAUSE type ahead
  5034. put look
  5035. matchwait
  5036.  
  5037. SNAP_2_AIM_PAUSE:
  5038. pause
  5039. SNAP_2_AIM:
  5040. echo
  5041. echo SNAP_2_AIM:
  5042. echo
  5043. matchre SNAP_STALK_HIDE /discovers|fail|begin to target|already targetting/i
  5044. match SNAP_%zHrepeat%_LOAD_PAUSE loaded
  5045. match SNAP_2_FIRE You think
  5046. match SNAP_PAUSE there is nothing
  5047. matchre SNAP_2_AIM_PAUSE /\.\.\.wait|type ahead/i
  5048. put aim
  5049. matchwait
  5050.  
  5051. SNAP_STALK_HIDE_PAUSE:
  5052. pause
  5053. SNAP_STALK_HIDE:
  5054. echo
  5055. echo SNAP_STALK_HIDE:
  5056. echo
  5057. match SNAP_STALK_HIDE fail
  5058. matchre SNAP_STALK_RETREAT1 /You are too close|notices|discovers/i
  5059. matchre SNAP_STALK_STALK /You melt|You blend|Eh\?/i
  5060. matchre SNAP_STALK_HIDE_PAUSE /\.\.\.wait|type ahead/i
  5061. put hide
  5062. matchwait
  5063.  
  5064. SNAP_STALK_RETREAT1_PAUSE:
  5065. pause
  5066. SNAP_STALK_RETREAT1:
  5067. echo
  5068. echo SNAP_STALK_RETREAT1:
  5069. echo
  5070. matchre SNAP_2_AIM /You sneak|continue your slaughter/i
  5071. match SNAP_STALK_RETREAT11_PAUSE Roundtime
  5072. matchre SNAP_STALK_HIDE /already|You retreat|You sneak back/i
  5073. matchre SNAP_STALK_RETREAT1_PAUSE /\.\.\.wait|type ahead|\[You're/i
  5074. match FATIGUE_STAND You must stand first.
  5075. put retreat
  5076. put retreat
  5077. matchwait
  5078.  
  5079. SNAP_STALK_RETREAT11_PAUSE:
  5080. pause
  5081. SNAP_STALK_RETREAT11:
  5082. echo
  5083. echo SNAP_STALK_RETREAT11:
  5084. echo
  5085. match SNAP_FIRE Roundtime
  5086. matchre SNAP_STALK_HIDE /already|You retreat|You sneak back|continue your slaughter/i
  5087. matchre SNAP_STALK_RETREAT11_PAUSE /\.\.\.wait|type ahead|\[You're/i
  5088. match FATIGUE_STAND You must stand first.
  5089. put retreat
  5090. put retreat
  5091. matchwait
  5092.  
  5093. SNAP_STALK_STALK_PAUSE:
  5094. pause
  5095. SNAP_STALK_STALK:
  5096. echo
  5097. echo SNAP_STALK_STALK:
  5098. echo
  5099. match SNAP_FIRE discovers
  5100. matchre SNAP_2_%zHsnap /You move into position|already stalking/i
  5101. match SNAP_STALK_RETREAT1 trying to stalk
  5102. match SNAP_FIRE try being out of sight
  5103. match SNAP_STALK_STALK2 You think
  5104. match SNAP_DEATH nothing else
  5105. match SNAP_2_AIM stop concentrating on aiming
  5106. match SNAP_STALK_STALK2_PAUSE You fail
  5107. matchre SNAP_STALK_STALK_PAUSE /\.\.\.wait|type ahead/i
  5108. match SNAP_%zHrange1%_SWIM_FIRE Don't be silly
  5109. put stalk
  5110. matchwait
  5111.  
  5112. SNAP_STALK_STALK2_PAUSE:
  5113. pause
  5114. SNAP_STALK_STALK2:
  5115. echo
  5116. echo SNAP_STALK_STALK2:
  5117. echo
  5118. match SNAP_FIRE discovers
  5119. matchre SNAP_2_FIRE /You move into position|already stalking|You fail/i
  5120. match SNAP_2_AIM stop concentrating on aiming
  5121. match SNAP_STALK_RETREAT1 trying to stalk
  5122. match SNAP_FIRE try being out of sight
  5123. match SNAP_DEATH nothing else
  5124. matchre SNAP_STALK_STALK2_PAUSE /\.\.\.wait|type ahead/i
  5125. match SNAP_%zHrange1%_SWIM Don't be silly
  5126. put stalk
  5127. matchwait
  5128.  
  5129. SNAP_STALK_RETREAT_PAUSE:
  5130. pause
  5131. SNAP_STALK_RETREAT:
  5132. echo
  5133. echo SNAP_STALK_RETREAT:
  5134. echo
  5135. match SNAP_FIRE Roundtime
  5136. matchre SNAP_2_AIM_FIRE /already|You retreat|You sneak back|continue your slaughter/i
  5137. matchre SNAP_STALK_RETREAT_PAUSE /\.\.\.wait|type ahead|\[You're/i
  5138. match FATIGUE_STAND You must stand first.
  5139. put retreat
  5140. put retreat
  5141. matchwait
  5142.  
  5143. SNAP_SNIPE_SWIM_FIRE:
  5144. SNAP_2_AIM_FIRE:
  5145. echo
  5146. echo SNAP_2_AIM_FIRE:
  5147. echo
  5148. matchre SNAP_FIRE /discovers|fail/i
  5149. match SNAP_STALK_RETREAT melee range on you
  5150. match SNAP_2_FIRE You think
  5151. match SNAP_2_AIM stop concentrating on aiming
  5152. matchwait
  5153.  
  5154. SNAP_2_FIRE_PAUSE:
  5155. pause
  5156. SNIPE_SWIM:
  5157. SNAP_2_FIRE:
  5158. echo
  5159. echo SNAP_2_FIRE:
  5160. echo
  5161. setvariable zHsnap FIRE
  5162. match SNAP_PAUSE what are you trying
  5163. match SNAP_RETREAT2 isn't loaded
  5164. match SNAP_RETREAT2_PAUSE Roundtime
  5165. matchre DEAD_MONSTER /balance\]|balanced\]|isn't what you|referring/i
  5166. matchre SNAP_2_FIRE_PAUSE /\.\.\.wait|type ahead/i
  5167. matchre SNAP_FIRE /must be hidden|not trained|stalking|You can not poach|you are not hidden/i
  5168. put %zHrange1
  5169. matchwait
  5170.  
  5171. SNAP_POACH_SWIM:
  5172. echo
  5173. echo SNAP_POACH_SWIM:
  5174. echo
  5175. echo
  5176. echo *********************************
  5177. echo ** YOU CANNOT POACH HERE!
  5178. echo ** Switching to normal combat.
  5179. echo *********************************
  5180. echo
  5181. setvariable zHrange 1
  5182. goto SNAP_FIRE
  5183.  
  5184. 300:
  5185. counter add 10
  5186. goto GRAPPLE
  5187.  
  5188. GRAPPLE_PAUSE:
  5189. pause
  5190. 310:
  5191. GRAPPLE:
  5192. echo
  5193. echo GRAPPLE:
  5194. echo
  5195. matchre GRAPPLE_PAUSE /unable to make|breaks away|\.\.\.wait|type ahead/i
  5196. match CHOKE_KILL_PAUSE grips you back
  5197. match CHOKE_KILL while grappled
  5198. match CHOKE_ADV aren't close enough
  5199. match CHOKE_FACE nothing else
  5200. match CHOKE_STUN You are still stunned.
  5201. put grapple
  5202. matchwait
  5203.  
  5204.  
  5205. CHOKE_KILL_PAUSE:
  5206. pause
  5207. CHOKE_KILL:
  5208. echo
  5209. echo CHOKE_KILL:
  5210. echo
  5211. matchre CHOKE_KILL_PAUSE /begin to squeeze|out a small grunt|\.\.\.wait|type ahead/i
  5212. matchre DEAD_MONSTER /Your pulse quickens with|you turn to face/i
  5213. match GRAPPLE not grappling
  5214. match CHOKE_ADV aren't close enough
  5215. match CHOKE_FACE nothing else
  5216. match CHOKE_STUN You are still stunned.
  5217. put choke
  5218. matchwait
  5219.  
  5220.  
  5221. CHOKE_STUN:
  5222. pause 2
  5223. goto GRAPPLE
  5224.  
  5225. CHOKE_NOTHING:
  5226. pause 3
  5227. wait
  5228. goto CHOKE_FACE
  5229.  
  5230. CHOKE_FACE_PAUSE:
  5231. pause
  5232. CHOKE_FACE:
  5233. echo
  5234. echo CHOKE_FACE:
  5235. echo
  5236. match CHOKE_FACE_PAUSE type ahead
  5237. match CHOKE_FACE_PAUSE ...wait
  5238. match CHOKE_ADV nothing else to face
  5239. match %zHmonsterapp you turn
  5240. put face next
  5241. matchwait
  5242.  
  5243. CHOKE_ADV_PAUSE:
  5244. pause
  5245. CHOKE_ADV:
  5246. echo
  5247. echo CHOKE_ADV:
  5248. echo
  5249. matchre CHOKE_FACE /You stop advancing|You have lost sight/i
  5250. match CHOKE_NOTHING advance towards?
  5251. matchre GRAPPLE /to melee range|already at melee/i
  5252. match GRAPPLE [You're
  5253. match CHOKE_ADV_PAUSE ...wait
  5254. match CHOKE_ADV_PAUSE type ahead
  5255. put advance
  5256. matchwait
  5257.  
  5258. 400:
  5259. 401:
  5260. counter add 10
  5261. 410:
  5262. 411:
  5263. counter add 10
  5264. goto COMBO_EXP_%zHexpC
  5265.  
  5266. EXP_421:
  5267. EXP_420:
  5268. COMBO_4_1:
  5269. echo
  5270. echo COMBO_4_1: %zHcombo1
  5271. echo
  5272. #Patricia matchre KHRI /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5273. #Patricia matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5274. #Patricia matchre ADV1 /aren't close enough/
  5275. #Patricia matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5276. #Patricia matchre FACE1 /nothing else|at what are you/
  5277. #Patricia matchre PAUSE1 /\.\.\.wait|type ahead/i
  5278. #Patricia match STUN1 You are still stunned.
  5279. #Patriciaput %zHcombo1
  5280. #Patricia matchwait
  5281. matchre 420 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5282. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5283. matchre ADV1 /aren't close enough/
  5284. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5285. matchre FACE1 /nothing else|at what are you/
  5286. matchre PAUSE1 /\.\.\.wait|type ahead/i
  5287. match STUN1 You are still stunned.
  5288. put %zHcombo1
  5289. matchwait
  5290.  
  5291. 420:
  5292. 421:
  5293. counter add 10
  5294. COMBO_4_2:
  5295. echo
  5296. echo COMBO_4_2: %zHcombo2
  5297. echo
  5298. matchre 430 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5299. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5300. matchre ADV1 /aren't close enough/
  5301. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5302. matchre FACE1 /nothing else|at what are you/
  5303. matchre PAUSE1 /\.\.\.wait|type ahead/i
  5304. match STUN1 You are still stunned.
  5305. put %zHcombo2
  5306. matchwait
  5307.  
  5308. 430:
  5309. 431:
  5310. counter add 10
  5311. COMBO_4_3:
  5312. echo
  5313. echo COMBO_4_3: %zHcombo3
  5314. echo
  5315. matchre 440 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5316. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5317. matchre ADV1 /aren't close enough/
  5318. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5319. matchre FACE1 /nothing else|at what are you/
  5320. matchre PAUSE1 /\.\.\.wait|type ahead/i
  5321. match STUN1 You are still stunned.
  5322. put %zHcombo3
  5323. matchwait
  5324.  
  5325. 440:
  5326. 441:
  5327. counter subtract 30
  5328. COMBO_4_4:
  5329. echo
  5330. echo COMBO_4_4: %zHcombo4
  5331. echo
  5332. matchre %c /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5333. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5334. matchre ADV1 /aren't close enough/
  5335. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5336. matchre FACE1 /nothing else|at what are you/
  5337. matchre PAUSE1 /\.\.\.wait|type ahead/i
  5338. match STUN1 You are still stunned.
  5339. put %zHcombo4
  5340. matchwait
  5341.  
  5342. 402:
  5343. counter add 10
  5344. 412:
  5345. counter add 10
  5346. goto COMBO_EXP_%zHexpC
  5347.  
  5348. EXP_422:
  5349. COMBO_4_1:
  5350. pause 3
  5351. echo
  5352. echo COMBO_4_1: %zHcombo1 slower
  5353. echo
  5354. #Patricia matchre KHRI /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5355. #Patricia matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5356. #Patricia matchre ADV1 /aren't close enough/
  5357. #Patricia matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5358. #Patricia matchre FACE1 /nothing else|at what are you/
  5359. #Patricia matchre PAUSE1 /\.\.\.wait|type ahead/i
  5360. #Patricia match STUN1 You are still stunned.
  5361. #Patriciaput %zHcombo1
  5362. #Patricia matchwait
  5363. matchre 422 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5364. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5365. matchre ADV1 /aren't close enough/
  5366. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5367. matchre FACE1 /nothing else|at what are you/
  5368. matchre PAUSE1 /\.\.\.wait|type ahead/i
  5369. match STUN1 You are still stunned.
  5370. put %zHcombo1
  5371. matchwait
  5372.  
  5373. 422:
  5374. counter add 10
  5375. COMBO_4_2:
  5376. pause 3
  5377. echo
  5378. echo COMBO_4_2: %zHcombo2 slower
  5379. echo
  5380. matchre 432 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5381. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5382. matchre ADV1 /aren't close enough/
  5383. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5384. matchre FACE1 /nothing else|at what are you/
  5385. matchre PAUSE1 /\.\.\.wait|type ahead/i
  5386. match STUN1 You are still stunned.
  5387. put %zHcombo2
  5388. matchwait
  5389.  
  5390. 432:
  5391. counter add 10
  5392. COMBO_4_3:
  5393. pause 3
  5394. echo
  5395. echo COMBO_4_3: %zHcombo3 slower
  5396. echo
  5397. matchre 442 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5398. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5399. matchre ADV1 /aren't close enough/
  5400. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5401. matchre FACE1 /nothing else|at what are you/
  5402. matchre PAUSE1 /\.\.\.wait|type ahead/i
  5403. match STUN1 You are still stunned.
  5404. put %zHcombo3
  5405. matchwait
  5406.  
  5407. 442:
  5408. counter subtract 30
  5409. COMBO_4_4:
  5410. pause 3
  5411. echo
  5412. echo COMBO_4_4: %zHcombo4 slower
  5413. echo
  5414. matchre %c /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5415. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5416. matchre ADV1 /aren't close enough/
  5417. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5418. matchre FACE1 /nothing else|at what are you/
  5419. matchre PAUSE1 /\.\.\.wait|type ahead/i
  5420. match STUN1 You are still stunned.
  5421. put %zHcombo4
  5422. matchwait
  5423.  
  5424. 500:
  5425. 501:
  5426. counter add 10
  5427. 510:
  5428. 511:
  5429. counter add 10
  5430. goto COMBO_EXP_%zHexpC
  5431.  
  5432. EXP_521:
  5433. EXP_520:
  5434. COMBO_5_1:
  5435. echo
  5436. echo COMBO_5_1: %zHcombo1
  5437. echo
  5438. #Patricia matchre KHRI /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5439. #Patricia matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5440. #Patricia matchre ADV1 /aren't close enough/
  5441. #Patricia matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5442. #Patricia matchre FACE1 /nothing else|at what are you/
  5443. #Patricia matchre PAUSE1 /\.\.\.wait|type ahead/i
  5444. #Patricia match STUN1 You are still stunned.
  5445. #Patriciaput %zHcombo1
  5446. #Patricia matchwait
  5447. matchre 520 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5448. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5449. matchre ADV1 /aren't close enough/
  5450. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5451. matchre FACE1 /nothing else|at what are you/
  5452. matchre PAUSE1 /\.\.\.wait|type ahead/i
  5453. match STUN1 You are still stunned.
  5454. put %zHcombo1
  5455. matchwait
  5456.  
  5457. 520:
  5458. 521:
  5459. counter add 10
  5460. COMBO_5_2:
  5461. echo
  5462. echo COMBO_5_2: %zHcombo2
  5463. echo
  5464. matchre 530 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5465. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5466. matchre ADV1 /aren't close enough/
  5467. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5468. matchre FACE1 /nothing else|at what are you/
  5469. matchre PAUSE1 /\.\.\.wait|type ahead/i
  5470. match STUN1 You are still stunned.
  5471. put %zHcombo2
  5472. matchwait
  5473.  
  5474. 530:
  5475. 531:
  5476. counter add 10
  5477. COMBO_5_3:
  5478. echo
  5479. echo COMBO_5_3: %zHcombo3
  5480. echo
  5481. matchre 540 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5482. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5483. matchre ADV1 /aren't close enough/
  5484. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5485. matchre FACE1 /nothing else|at what are you/
  5486. matchre PAUSE1 /\.\.\.wait|type ahead/i
  5487. match STUN1 You are still stunned.
  5488. put %zHcombo3
  5489. matchwait
  5490.  
  5491. 540:
  5492. 541:
  5493. counter add 10
  5494. COMBO_5_4:
  5495. echo
  5496. echo COMBO_5_4: %zHcombo4
  5497. echo
  5498. matchre 550 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5499. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5500. matchre ADV1 /aren't close enough/
  5501. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5502. matchre FACE1 /nothing else|at what are you/
  5503. matchre PAUSE1 /\.\.\.wait|type ahead/i
  5504. match STUN1 You are still stunned.
  5505. put %zHcombo4
  5506. matchwait
  5507.  
  5508. 550:
  5509. 551:
  5510. counter subtract 40
  5511. COMBO_5_5:
  5512. echo
  5513. echo COMBO_5_5: %zHcombo5
  5514. echo
  5515. matchre %c /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5516. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5517. matchre ADV4 /aren't close enough/
  5518. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5519. matchre FACE4 /nothing else|at what are you/
  5520. matchre PAUSE4 /\.\.\.wait|type ahead/i
  5521. match STUN4 You are still stunned.
  5522. put %zHcombo5
  5523. matchwait
  5524.  
  5525.  
  5526. 502:
  5527. counter add 10
  5528. 512:
  5529. counter add 10
  5530. goto COMBO_EXP_%zHexpC
  5531.  
  5532. EXP_522:
  5533. COMBO_5_1:
  5534. echo
  5535. echo COMBO_5_1: %zHcombo1 slower
  5536. echo
  5537. #Patricia matchre KHRI /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5538. #Patricia matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5539. #Patricia matchre ADV1 /aren't close enough/
  5540. #Patricia matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5541. #Patricia matchre FACE1 /nothing else|at what are you/
  5542. #Patricia matchre PAUSE1 /\.\.\.wait|type ahead/i
  5543. #Patricia match STUN1 You are still stunned.
  5544. #Patriciaput %zHcombo1
  5545. #Patricia matchwait
  5546. matchre 522 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5547. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5548. matchre ADV1 /aren't close enough/
  5549. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5550. matchre FACE1 /nothing else|at what are you/
  5551. matchre PAUSE1 /\.\.\.wait|type ahead/i
  5552. match STUN1 You are still stunned.
  5553. put %zHcombo1
  5554. matchwait
  5555.  
  5556. 522:
  5557. counter add 10
  5558. COMBO_5_2:
  5559. echo
  5560. echo COMBO_5_2: %zHcombo2 slower
  5561. echo
  5562. matchre 532 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5563. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5564. matchre ADV1 /aren't close enough/
  5565. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5566. matchre FACE1 /nothing else|at what are you/
  5567. matchre PAUSE1 /\.\.\.wait|type ahead/i
  5568. match STUN1 You are still stunned.
  5569. put %zHcombo2
  5570. matchwait
  5571.  
  5572. 532:
  5573. counter add 10
  5574. COMBO_5_3:
  5575. pause 3
  5576. echo
  5577. echo COMBO_5_3: %zHcombo3 slower
  5578. echo
  5579. matchre 542 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5580. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5581. matchre ADV1 /aren't close enough/
  5582. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5583. matchre FACE1 /nothing else|at what are you/
  5584. matchre PAUSE1 /\.\.\.wait|type ahead/i
  5585. match STUN1 You are still stunned.
  5586. put %zHcombo3
  5587. matchwait
  5588.  
  5589. 542:
  5590. counter add 10
  5591. COMBO_5_4:
  5592. pause 3
  5593. echo
  5594. echo COMBO_5_4: %zHcombo4 slower
  5595. echo
  5596. matchre 552 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5597. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5598. matchre ADV1 /aren't close enough/
  5599. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5600. matchre FACE1 /nothing else|at what are you/
  5601. matchre PAUSE1 /\.\.\.wait|type ahead/i
  5602. match STUN1 You are still stunned.
  5603. put %zHcombo4
  5604. matchwait
  5605.  
  5606. 552:
  5607. counter subtract 40
  5608. COMBO_5_5:
  5609. pause 3
  5610. echo
  5611. echo COMBO_5_5: %zHcombo5 slower
  5612. echo
  5613. matchre %c /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5614. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5615. matchre ADV4 /aren't close enough/
  5616. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5617. matchre FACE4 /nothing else|at what are you/
  5618. matchre PAUSE4 /\.\.\.wait|type ahead/i
  5619. match STUN4 You are still stunned.
  5620. put %zHcombo5
  5621. matchwait
  5622.  
  5623. COUNT_5_1:
  5624. save COUNT_5_1
  5625. echo
  5626. echo COUNT_5_1: parry
  5627. echo
  5628. #Patricia matchre COUNT_KHRI /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5629. #Patricia matchre COUNT_FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5630. #Patricia matchre COUNT_ADV /aren't close enough/
  5631. #Patricia matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5632. #Patricia matchre COUNT_FACE /nothing else|at what are you/
  5633. #Patricia matchre COUNT_PAUSE /\.\.\.wait|type ahead/i
  5634. #Patricia match STUN You are still stunned.
  5635. #Patriciaput parry
  5636. #Patricia matchwait
  5637. matchre COUNT_5_2 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5638. matchre COUNT_FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5639. matchre COUNT_ADV /aren't close enough/
  5640. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5641. matchre COUNT_FACE /nothing else|at what are you/
  5642. matchre COUNT_PAUSE /\.\.\.wait|type ahead/i
  5643. match STUN You are still stunned.
  5644. put parry
  5645. matchwait
  5646.  
  5647.  
  5648. COUNT_5_2:
  5649. save COUNT_5_2
  5650. echo
  5651. echo COUNT_5_2: shove
  5652. echo
  5653. matchre COUNT_5_3 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5654. matchre COUNT_FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5655. matchre COUNT_ADV /aren't close enough/
  5656. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5657. matchre COUNT_FACE /nothing else|at what are you/
  5658. matchre COUNT_PAUSE /\.\.\.wait|type ahead/i
  5659. match STUN You are still stunned.
  5660. put shove
  5661. matchwait
  5662.  
  5663.  
  5664. COUNT_5_3:
  5665. save COUNT_5_3
  5666. echo
  5667. echo COUNT_5_3: circle
  5668. echo
  5669. matchre COUNT_5_4 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5670. matchre COUNT_FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5671. matchre COUNT_ADV /aren't close enough/
  5672. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5673. matchre COUNT_FACE /nothing else|at what are you/
  5674. matchre COUNT_PAUSE /\.\.\.wait|type ahead/i
  5675. match STUN You are still stunned.
  5676. put circle
  5677. matchwait
  5678.  
  5679. COUNT_5_4:
  5680. save COUNT_5_4
  5681. echo
  5682. echo COUNT_5_4: weave
  5683. echo
  5684. matchre COUNT_5_5 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5685. matchre COUNT_FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5686. matchre COUNT_ADV /aren't close enough/
  5687. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5688. matchre COUNT_FACE /nothing else|at what are you/
  5689. matchre COUNT_PAUSE /\.\.\.wait|type ahead/i
  5690. match STUN You are still stunned.
  5691. put weave
  5692. matchwait
  5693.  
  5694. COUNT_5_5:
  5695. save COUNT_5_5
  5696. echo
  5697. echo COUNT_5_5: bob
  5698. echo
  5699. matchre COUNT%zHcritters /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5700. matchre COUNT_FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5701. matchre COUNT_ADV /aren't close enough/
  5702. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5703. matchre COUNT_FACE /nothing else|at what are you/
  5704. matchre COUNT_PAUSE /\.\.\.wait|type ahead/i
  5705. match STUN You are still stunned.
  5706. put bob
  5707. matchwait
  5708.  
  5709. COUNT0:
  5710. COUNT1:
  5711. COUNT2:
  5712. COUNT3:
  5713. COUNT4:
  5714. COUNT5:
  5715. COUNT6:
  5716. COUNT7:
  5717. COUNT8:
  5718. COUNT9:
  5719. COUNT10:
  5720. COUNT11:
  5721. goto C_COMBO_EXP_%zHexpC
  5722.  
  5723. COUNT12:
  5724. setvariable zHcritters 0
  5725. echo
  5726. echo ***************************
  5727. echo **
  5728. echo ** The Dance is now over...
  5729. echo **
  5730. echo ***************************
  5731. echo
  5732. pause 5
  5733. goto %c
  5734.  
  5735. 600:
  5736. 601:
  5737. counter add 10
  5738. 610:
  5739. 611:
  5740. counter add 10
  5741. goto COMBO_EXP_%zHexpC
  5742.  
  5743. EXP_621:
  5744. EXP_620:
  5745. COMBO_6_1:
  5746. echo
  5747. echo COMBO_6_1: %zHcombo1
  5748. echo
  5749. #Patricia matchre KHRI /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5750. #Patricia matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5751. #Patricia matchre ADV1 /aren't close enough/
  5752. #Patricia matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5753. #Patricia matchre FACE1 /nothing else|at what are you/
  5754. #Patricia matchre PAUSE1 /\.\.\.wait|type ahead/i
  5755. #Patricia match STUN1 You are still stunned.
  5756. #Patriciaput %zHcombo1
  5757. #Patricia matchwait
  5758. matchre 620 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5759. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5760. matchre ADV1 /aren't close enough/
  5761. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5762. matchre FACE1 /nothing else|at what are you/
  5763. matchre PAUSE1 /\.\.\.wait|type ahead/i
  5764. match STUN1 You are still stunned.
  5765. put %zHcombo1
  5766. matchwait
  5767.  
  5768. 620:
  5769. 621:
  5770. counter add 10
  5771. COMBO_6_2:
  5772. echo
  5773. echo COMBO_6_2: %zHcombo2
  5774. echo
  5775. matchre 630 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5776. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5777. matchre ADV1 /aren't close enough/
  5778. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5779. matchre FACE1 /nothing else|at what are you/
  5780. matchre PAUSE1 /\.\.\.wait|type ahead/i
  5781. match STUN1 You are still stunned.
  5782. put %zHcombo2
  5783. matchwait
  5784.  
  5785. 630:
  5786. 631:
  5787. counter add 10
  5788. COMBO_6_3:
  5789. echo
  5790. echo COMBO_6_3: %zHcombo3
  5791. echo
  5792. matchre 640 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5793. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5794. matchre ADV1 /aren't close enough/
  5795. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5796. matchre FACE1 /nothing else|at what are you/
  5797. matchre PAUSE1 /\.\.\.wait|type ahead/i
  5798. match STUN1 You are still stunned.
  5799. put %zHcombo3
  5800. matchwait
  5801.  
  5802. 640:
  5803. 641:
  5804. counter add 10
  5805. COMBO_6_4:
  5806. echo
  5807. echo COMBO_6_4: %zHcombo4
  5808. echo
  5809. matchre 650 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5810. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5811. matchre ADV1 /aren't close enough/
  5812. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5813. matchre FACE1 /nothing else|at what are you/
  5814. matchre PAUSE1 /\.\.\.wait|type ahead/i
  5815. match STUN1 You are still stunned.
  5816. put %zHcombo4
  5817. matchwait
  5818.  
  5819. 650:
  5820. 651:
  5821. counter add 10
  5822. COMBO_6_5:
  5823. echo
  5824. echo COMBO_6_5: %zHcombo5
  5825. echo
  5826. matchre 660 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5827. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5828. matchre ADV1 /aren't close enough/
  5829. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5830. matchre FACE1 /nothing else|at what are you/
  5831. matchre PAUSE1 /\.\.\.wait|type ahead/i
  5832. match STUN1 You are still stunned.
  5833. put %zHcombo5
  5834. matchwait
  5835.  
  5836. 660:
  5837. 661:
  5838. counter subtract 50
  5839. COMBO_6_6:
  5840. echo
  5841. echo COMBO_6_6: %zHcombo6
  5842. echo
  5843. matchre %c /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5844. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5845. matchre ADV5 /aren't close enough/
  5846. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5847. matchre FACE5 /nothing else|at what are you/
  5848. matchre PAUSE5 /\.\.\.wait|type ahead/i
  5849. match STUN5 You are still stunned.
  5850. put %zHcombo6
  5851. matchwait
  5852.  
  5853. 602:
  5854. counter add 10
  5855. 612:
  5856. counter add 10
  5857. goto COMBO_EXP_%zHexpC
  5858.  
  5859. EXP_622:
  5860. COMBO_6_1:
  5861. pause 3
  5862. echo
  5863. echo COMBO_6_1: %zHcombo1 slower
  5864. echo
  5865. #Patricia matchre KHRI /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5866. #Patricia matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5867. #Patricia matchre ADV1 /aren't close enough/
  5868. #Patricia matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5869. #Patricia matchre FACE1 /nothing else|at what are you/
  5870. #Patricia matchre PAUSE1 /\.\.\.wait|type ahead/i
  5871. #Patricia match STUN1 You are still stunned.
  5872. #Patriciaput %zHcombo1
  5873. #Patricia matchwait
  5874. matchre 622 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5875. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5876. matchre ADV1 /aren't close enough/
  5877. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5878. matchre FACE1 /nothing else|at what are you/
  5879. matchre PAUSE1 /\.\.\.wait|type ahead/i
  5880. match STUN1 You are still stunned.
  5881. put %zHcombo1
  5882. matchwait
  5883.  
  5884. 622:
  5885. counter add 10
  5886. COMBO_6_2:
  5887. pause 3
  5888. echo
  5889. echo COMBO_6_2: %zHcombo2 slower
  5890. echo
  5891. matchre 632 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5892. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5893. matchre ADV1 /aren't close enough/
  5894. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5895. matchre FACE1 /nothing else|at what are you/
  5896. matchre PAUSE1 /\.\.\.wait|type ahead/i
  5897. match STUN1 You are still stunned.
  5898. put %zHcombo2
  5899. matchwait
  5900.  
  5901. 632:
  5902. counter add 10
  5903. COMBO_6_3:
  5904. pause 3
  5905. echo
  5906. echo COMBO_6_3: %zHcombo3 slower
  5907. echo
  5908. matchre 642 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5909. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5910. matchre ADV1 /aren't close enough/
  5911. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5912. matchre FACE1 /nothing else|at what are you/
  5913. matchre PAUSE1 /\.\.\.wait|type ahead/i
  5914. match STUN1 You are still stunned.
  5915. put %zHcombo3
  5916. matchwait
  5917.  
  5918. 642:
  5919. counter add 10
  5920. COMBO_6_4:
  5921. pause 3
  5922. echo
  5923. echo COMBO_6_4: %zHcombo4 slower
  5924. echo
  5925. matchre 652 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5926. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5927. matchre ADV1 /aren't close enough/
  5928. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5929. matchre FACE1 /nothing else|at what are you/
  5930. matchre PAUSE1 /\.\.\.wait|type ahead/i
  5931. match STUN1 You are still stunned.
  5932. put %zHcombo4
  5933. matchwait
  5934.  
  5935. 652:
  5936. counter add 10
  5937. COMBO_6_5:
  5938. pause 3
  5939. echo
  5940. echo COMBO_6_5: %zHcombo5 slower
  5941. echo
  5942. matchre 662 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5943. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5944. matchre ADV1 /aren't close enough/
  5945. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5946. matchre FACE1 /nothing else|at what are you/
  5947. matchre PAUSE1 /\.\.\.wait|type ahead/i
  5948. match STUN1 You are still stunned.
  5949. put %zHcombo5
  5950. matchwait
  5951.  
  5952. 662:
  5953. counter subtract 50
  5954. COMBO_6_6:
  5955. pause 3
  5956. echo
  5957. echo COMBO_6_6: %zHcombo6 slower
  5958. echo
  5959. matchre %c /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5960. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5961. matchre ADV5 /aren't close enough/
  5962. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5963. matchre FACE5 /nothing else|at what are you/
  5964. matchre PAUSE5 /\.\.\.wait|type ahead/i
  5965. match STUN5 You are still stunned.
  5966. put %zHcombo6
  5967. matchwait
  5968.  
  5969. 700:
  5970. 701:
  5971. counter add 10
  5972. 710:
  5973. 711:
  5974. counter add 10
  5975. goto COMBO_EXP_%zHexpC
  5976.  
  5977. EXP_721:
  5978. EXP_720:
  5979. COMBO_7_1:
  5980. echo
  5981. echo COMBO_7_1: %zHcombo1
  5982. echo
  5983. #Patricia matchre KHRI /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5984. #Patricia matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5985. #Patricia matchre ADV1 /aren't close enough/
  5986. #Patricia matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5987. #Patricia matchre FACE1 /nothing else|at what are you/
  5988. #Patricia matchre PAUSE1 /\.\.\.wait|type ahead/i
  5989. #Patricia match STUN1 You are still stunned.
  5990. #Patriciaput %zHcombo1
  5991. #Patricia matchwait
  5992. matchre 720 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  5993. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  5994. matchre ADV1 /aren't close enough/
  5995. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  5996. matchre FACE1 /nothing else|at what are you/
  5997. matchre PAUSE1 /\.\.\.wait|type ahead/i
  5998. match STUN1 You are still stunned.
  5999. put %zHcombo1
  6000. matchwait
  6001.  
  6002. 720:
  6003. 721:
  6004. counter add 10
  6005. COMBO_7_2:
  6006. echo
  6007. echo COMBO_7_2: %zHcombo2
  6008. echo
  6009. matchre 730 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6010. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6011. matchre ADV1 /aren't close enough/
  6012. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6013. matchre FACE1 /nothing else|at what are you/
  6014. matchre PAUSE1 /\.\.\.wait|type ahead/i
  6015. match STUN1 You are still stunned.
  6016. put %zHcombo2
  6017. matchwait
  6018.  
  6019. 730:
  6020. 731:
  6021. counter add 10
  6022. COMBO_7_3:
  6023. echo
  6024. echo COMBO_7_3: %zHcombo3
  6025. echo
  6026. matchre 740 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6027. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6028. matchre ADV1 /aren't close enough/
  6029. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6030. matchre FACE1 /nothing else|at what are you/
  6031. matchre PAUSE1 /\.\.\.wait|type ahead/i
  6032. match STUN1 You are still stunned.
  6033. put %zHcombo3
  6034. matchwait
  6035.  
  6036. 740:
  6037. 741:
  6038. counter add 10
  6039. COMBO_7_4:
  6040. echo
  6041. echo COMBO_7_4: %zHcombo4
  6042. echo
  6043. matchre 750 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6044. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6045. matchre ADV1 /aren't close enough/
  6046. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6047. matchre FACE1 /nothing else|at what are you/
  6048. matchre PAUSE1 /\.\.\.wait|type ahead/i
  6049. match STUN1 You are still stunned.
  6050. put %zHcombo4
  6051. matchwait
  6052.  
  6053. 750:
  6054. 751:
  6055. counter add 10
  6056. COMBO_7_5:
  6057. echo
  6058. echo COMBO_7_5: %zHcombo5
  6059. echo
  6060. matchre 760 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6061. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6062. matchre ADV1 /aren't close enough/
  6063. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6064. matchre FACE1 /nothing else|at what are you/
  6065. matchre PAUSE1 /\.\.\.wait|type ahead/i
  6066. match STUN1 You are still stunned.
  6067. put %zHcombo5
  6068. matchwait
  6069.  
  6070. 760:
  6071. 761:
  6072. counter add 10
  6073. COMBO_7_6:
  6074. echo
  6075. echo COMBO_7_6: %zHcombo6
  6076. echo
  6077. matchre 770 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6078. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6079. matchre ADV1 /aren't close enough/
  6080. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6081. matchre FACE1 /nothing else|at what are you/
  6082. matchre PAUSE1 /\.\.\.wait|type ahead/i
  6083. match STUN1 You are still stunned.
  6084. put %zHcombo6
  6085. matchwait
  6086.  
  6087. 770:
  6088. 771:
  6089. counter subtract 60
  6090. COMBO_7_7:
  6091. echo
  6092. echo COMBO_7_7: %zHcombo7
  6093. echo
  6094. matchre %c /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6095. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6096. matchre ADV6 /aren't close enough/
  6097. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6098. matchre FACE6 /nothing else|at what are you/
  6099. matchre PAUSE6 /\.\.\.wait|type ahead/i
  6100. match STUN6 You are still stunned.
  6101. put %zHcombo7
  6102. matchwait
  6103.  
  6104.  
  6105. 702:
  6106. counter add 10
  6107. 712:
  6108. counter add 10
  6109. goto COMBO_EXP_%zHexpC
  6110.  
  6111. EXP_722:
  6112. COMBO_7_1:
  6113. pause 3
  6114. echo
  6115. echo COMBO_7_1: %zHcombo1 slower
  6116. echo
  6117. #Patricia matchre KHRI /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6118. #Patricia matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6119. #Patricia matchre ADV1 /aren't close enough/
  6120. #Patricia matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6121. #Patricia matchre FACE1 /nothing else|at what are you/
  6122. #Patricia matchre PAUSE1 /\.\.\.wait|type ahead/i
  6123. #Patricia match STUN1 You are still stunned.
  6124. #Patriciaput %zHcombo1
  6125. #Patricia matchwait
  6126. matchre 722 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6127. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6128. matchre ADV1 /aren't close enough/
  6129. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6130. matchre FACE1 /nothing else|at what are you/
  6131. matchre PAUSE1 /\.\.\.wait|type ahead/i
  6132. match STUN1 You are still stunned.
  6133. put %zHcombo1
  6134. matchwait
  6135.  
  6136. 722:
  6137. counter add 10
  6138. COMBO_7_2:
  6139. pause 3
  6140. echo
  6141. echo COMBO_7_2: %zHcombo2 slower
  6142. echo
  6143. matchre 732 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6144. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6145. matchre ADV1 /aren't close enough/
  6146. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6147. matchre FACE1 /nothing else|at what are you/
  6148. matchre PAUSE1 /\.\.\.wait|type ahead/i
  6149. match STUN1 You are still stunned.
  6150. put %zHcombo2
  6151. matchwait
  6152.  
  6153. 732:
  6154. counter add 10
  6155. COMBO_7_3:
  6156. pause 3
  6157. echo
  6158. echo COMBO_7_3: %zHcombo3 slower
  6159. echo
  6160. matchre 742 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6161. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6162. matchre ADV1 /aren't close enough/
  6163. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6164. matchre FACE1 /nothing else|at what are you/
  6165. matchre PAUSE1 /\.\.\.wait|type ahead/i
  6166. match STUN1 You are still stunned.
  6167. put %zHcombo3
  6168. matchwait
  6169.  
  6170. 742:
  6171. counter add 10
  6172. COMBO_7_4:
  6173. pause 3
  6174. echo
  6175. echo COMBO_7_4: %zHcombo4 slower
  6176. echo
  6177. matchre 752 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6178. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6179. matchre ADV1 /aren't close enough/
  6180. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6181. matchre FACE1 /nothing else|at what are you/
  6182. matchre PAUSE1 /\.\.\.wait|type ahead/i
  6183. match STUN1 You are still stunned.
  6184. put %zHcombo4
  6185. matchwait
  6186.  
  6187. 752:
  6188. counter add 10
  6189. COMBO_7_5:
  6190. pause 3
  6191. echo
  6192. echo COMBO_7_5: %zHcombo5 slower
  6193. echo
  6194. matchre 762 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6195. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6196. matchre ADV1 /aren't close enough/
  6197. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6198. matchre FACE1 /nothing else|at what are you/
  6199. matchre PAUSE1 /\.\.\.wait|type ahead/i
  6200. match STUN1 You are still stunned.
  6201. put %zHcombo5
  6202. matchwait
  6203.  
  6204. 762:
  6205. counter add 10
  6206. COMBO_7_6:
  6207. pause 3
  6208. echo
  6209. echo COMBO_7_6: %zHcombo6 slower
  6210. echo
  6211. matchre 772 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6212. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6213. matchre ADV1 /aren't close enough/
  6214. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6215. matchre FACE1 /nothing else|at what are you/
  6216. matchre PAUSE1 /\.\.\.wait|type ahead/i
  6217. match STUN1 You are still stunned.
  6218. put %zHcombo6
  6219. matchwait
  6220.  
  6221. 772:
  6222. counter subtract 60
  6223. COMBO_7_7:
  6224. echo
  6225. echo COMBO_7_7: %zHcombo7 slower
  6226. echo
  6227. matchre %c /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6228. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6229. matchre ADV6 /aren't close enough/
  6230. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6231. matchre FACE6 /nothing else|at what are you/
  6232. matchre PAUSE6 /\.\.\.wait|type ahead/i
  6233. match STUN6 You are still stunned.
  6234. put %zHcombo7
  6235. matchwait
  6236.  
  6237. 800:
  6238. 801:
  6239. counter add 10
  6240. 810:
  6241. 811:
  6242. counter add 10
  6243. goto COMBO_EXP_%zHexpC
  6244.  
  6245. EXP_821:
  6246. EXP_820:
  6247. COMBO_8_1:
  6248. echo
  6249. echo COMBO_8_1: %zHcombo1
  6250. echo
  6251. #Patricia matchre KHRI /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6252. #Patricia matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6253. #Patricia matchre ADV1 /aren't close enough/
  6254. #Patricia matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6255. #Patricia matchre FACE1 /nothing else|at what are you/
  6256. #Patricia matchre PAUSE1 /\.\.\.wait|type ahead/i
  6257. #Patricia match STUN1 You are still stunned.
  6258. #Patriciaput %zHcombo1
  6259. #Patricia matchwait
  6260. matchre 820 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6261. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6262. matchre ADV1 /aren't close enough/
  6263. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6264. matchre FACE1 /nothing else|at what are you/
  6265. matchre PAUSE1 /\.\.\.wait|type ahead/i
  6266. match STUN1 You are still stunned.
  6267. put %zHcombo1
  6268. matchwait
  6269.  
  6270. 820:
  6271. 821:
  6272. counter add 10
  6273. COMBO_8_2:
  6274. echo
  6275. echo COMBO_8_2: %zHcombo2
  6276. echo
  6277. matchre 830 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6278. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6279. matchre ADV1 /aren't close enough/
  6280. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6281. matchre FACE1 /nothing else|at what are you/
  6282. matchre PAUSE1 /\.\.\.wait|type ahead/i
  6283. match STUN1 You are still stunned.
  6284. put %zHcombo2
  6285. matchwait
  6286.  
  6287. 830:
  6288. 831:
  6289. counter add 10
  6290. COMBO_8_3:
  6291. echo
  6292. echo COMBO_8_3: %zHcombo3
  6293. echo
  6294. matchre 840 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6295. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6296. matchre ADV1 /aren't close enough/
  6297. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6298. matchre FACE1 /nothing else|at what are you/
  6299. matchre PAUSE1 /\.\.\.wait|type ahead/i
  6300. match STUN1 You are still stunned.
  6301. put %zHcombo3
  6302. matchwait
  6303.  
  6304. 840:
  6305. 841:
  6306. counter add 10
  6307. COMBO_8_4:
  6308. echo
  6309. echo COMBO_8_4: %zHcombo4
  6310. echo
  6311. matchre 850 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6312. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6313. matchre ADV1 /aren't close enough/
  6314. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6315. matchre FACE1 /nothing else|at what are you/
  6316. matchre PAUSE1 /\.\.\.wait|type ahead/i
  6317. match STUN1 You are still stunned.
  6318. put %zHcombo4
  6319. matchwait
  6320.  
  6321. 850:
  6322. 851:
  6323. counter add 10
  6324. COMBO_8_5:
  6325. echo
  6326. echo COMBO_8_5: %zHcombo5
  6327. echo
  6328. matchre 860 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6329. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6330. matchre ADV1 /aren't close enough/
  6331. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6332. matchre FACE1 /nothing else|at what are you/
  6333. matchre PAUSE1 /\.\.\.wait|type ahead/i
  6334. match STUN1 You are still stunned.
  6335. put %zHcombo5
  6336. matchwait
  6337.  
  6338. 860:
  6339. 861:
  6340. counter add 10
  6341. COMBO_8_6:
  6342. echo
  6343. echo COMBO_8_6: %zHcombo6
  6344. echo
  6345. matchre 870 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6346. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6347. matchre ADV1 /aren't close enough/
  6348. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6349. matchre FACE1 /nothing else|at what are you/
  6350. matchre PAUSE1 /\.\.\.wait|type ahead/i
  6351. match STUN1 You are still stunned.
  6352. put %zHcombo6
  6353. matchwait
  6354.  
  6355. 870:
  6356. 871:
  6357. counter add 10
  6358. COMBO_8_7:
  6359. echo
  6360. echo COMBO_8_7: %zHcombo7
  6361. echo
  6362. matchre 880 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6363. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6364. matchre ADV1 /aren't close enough/
  6365. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6366. matchre FACE1 /nothing else|at what are you/
  6367. matchre PAUSE1 /\.\.\.wait|type ahead/i
  6368. match STUN1 You are still stunned.
  6369. put %zHcombo7
  6370. matchwait
  6371.  
  6372. 880:
  6373. 881:
  6374. counter subtract 70
  6375. COMBO_8_8:
  6376. echo
  6377. echo COMBO_8_8: %zHcombo8
  6378. echo
  6379. matchre %c /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6380. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6381. matchre ADV7 /aren't close enough/
  6382. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6383. matchre FACE7 /nothing else|at what are you/
  6384. matchre PAUSE7 /\.\.\.wait|type ahead/i
  6385. match STUN7 You are still stunned.
  6386. put %zHcombo8
  6387. matchwait
  6388.  
  6389. 802:
  6390. counter add 10
  6391. 812:
  6392. counter add 10
  6393. goto COMBO_EXP_%zHexpC
  6394.  
  6395. EXP_822:
  6396. COMBO_8_1:
  6397. pause 3
  6398. echo
  6399. echo COMBO_8_1: %zHcombo1 slower
  6400. echo
  6401. #Patricia matchre KHRI /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6402. #Patricia matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6403. #Patricia matchre ADV1 /aren't close enough/
  6404. #Patricia matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6405. #Patricia matchre FACE1 /nothing else|at what are you/
  6406. #Patricia matchre PAUSE1 /\.\.\.wait|type ahead/i
  6407. #Patricia match STUN1 You are still stunned.
  6408. #Patriciaput %zHcombo1
  6409. #Patricia matchwait
  6410. matchre 822 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6411. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6412. matchre ADV1 /aren't close enough/
  6413. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6414. matchre FACE1 /nothing else|at what are you/
  6415. matchre PAUSE1 /\.\.\.wait|type ahead/i
  6416. match STUN1 You are still stunned.
  6417. put %zHcombo1
  6418. matchwait
  6419.  
  6420. 822:
  6421. counter add 10
  6422. COMBO_8_2:
  6423. pause 3
  6424. echo
  6425. echo COMBO_8_2: %zHcombo2 slower
  6426. echo
  6427. matchre 832 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6428. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6429. matchre ADV1 /aren't close enough/
  6430. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6431. matchre FACE1 /nothing else|at what are you/
  6432. matchre PAUSE1 /\.\.\.wait|type ahead/i
  6433. match STUN1 You are still stunned.
  6434. put %zHcombo2
  6435. matchwait
  6436.  
  6437. 832:
  6438. counter add 10
  6439. COMBO_8_3:
  6440. pause 3
  6441. echo
  6442. echo COMBO_8_3: %zHcombo3 slower
  6443. echo
  6444. matchre 842 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6445. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6446. matchre ADV1 /aren't close enough/
  6447. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6448. matchre FACE1 /nothing else|at what are you/
  6449. matchre PAUSE1 /\.\.\.wait|type ahead/i
  6450. match STUN1 You are still stunned.
  6451. put %zHcombo3
  6452. matchwait
  6453.  
  6454. 842:
  6455. counter add 10
  6456. COMBO_8_4:
  6457. pause 3
  6458. echo
  6459. echo COMBO_8_4: %zHcombo4 slower
  6460. echo
  6461. matchre 852 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6462. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6463. matchre ADV1 /aren't close enough/
  6464. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6465. matchre FACE1 /nothing else|at what are you/
  6466. matchre PAUSE1 /\.\.\.wait|type ahead/i
  6467. match STUN1 You are still stunned.
  6468. put %zHcombo4
  6469. matchwait
  6470.  
  6471. 852:
  6472. counter add 10
  6473. COMBO_8_5:
  6474. pause 3
  6475. echo
  6476. echo COMBO_8_5: %zHcombo5 slower
  6477. echo
  6478. matchre 862 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6479. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6480. matchre ADV1 /aren't close enough/
  6481. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6482. matchre FACE1 /nothing else|at what are you/
  6483. matchre PAUSE1 /\.\.\.wait|type ahead/i
  6484. match STUN1 You are still stunned.
  6485. put %zHcombo5
  6486. matchwait
  6487.  
  6488. 862:
  6489. counter add 10
  6490. COMBO_8_6:
  6491. pause 3
  6492. echo
  6493. echo COMBO_8_6: %zHcombo6 slower
  6494. echo
  6495. matchre 872 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6496. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6497. matchre ADV1 /aren't close enough/
  6498. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6499. matchre FACE1 /nothing else|at what are you/
  6500. matchre PAUSE1 /\.\.\.wait|type ahead/i
  6501. match STUN1 You are still stunned.
  6502. put %zHcombo6
  6503. matchwait
  6504.  
  6505. 872:
  6506. counter add 10
  6507. COMBO_8_7:
  6508. pause 3
  6509. echo
  6510. echo COMBO_8_7: %zHcombo7 slower
  6511. echo
  6512. matchre 882 /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6513. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6514. matchre ADV1 /aren't close enough/
  6515. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6516. matchre FACE1 /nothing else|at what are you/
  6517. matchre PAUSE1 /\.\.\.wait|type ahead/i
  6518. match STUN1 You are still stunned.
  6519. put %zHcombo7
  6520. matchwait
  6521.  
  6522. 882:
  6523. counter subtract 70
  6524. COMBO_8_8:
  6525. pause 3
  6526. echo
  6527. echo COMBO_8_8: %zHcombo8 slower
  6528. echo
  6529. matchre %c /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  6530. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6531. matchre ADV7 /aren't close enough/
  6532. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6533. matchre FACE7 /nothing else|at what are you/
  6534. matchre PAUSE7 /\.\.\.wait|type ahead/i
  6535. match STUN7 You are still stunned.
  6536. put %zHcombo8
  6537. matchwait
  6538.  
  6539. 1100:
  6540. counter add 10
  6541. goto BACK_EQUIP2
  6542.  
  6543. BACK1:
  6544. IF_2 goto BACK_EQUIP
  6545. goto BACKSTAB_HIDE
  6546.  
  6547. BACK_EQUIP_PAUSE:
  6548. pause
  6549. BACK_EQUIP:
  6550. echo
  6551. echo BACK_EQUIP:
  6552. echo
  6553. match BEGIN_NOWEAP What were you
  6554. matchre BACKSTAB_HIDE /you get|re already|you sling|you remove/i
  6555. matchre BACK_EQUIP_PAUSE /\.\.\.wait|type ahead/i
  6556. put remove my %2
  6557. put get my %2
  6558. matchwait
  6559.  
  6560. BACK_EQUIP2_PAUSE:
  6561. pause
  6562. BACK_EQUIP2:
  6563. echo
  6564. echo BACK_EQUIP2:
  6565. echo
  6566. matchre BACK1 /you draw|re already h|free to/i
  6567. match BEGIN_HANDS free hand
  6568. matchre BACK_EQUIP2A /out of reach|remove|already w|What were you|can't seem|Wield what\?/i
  6569. matchre BACK_EQUIP2_PAUSE /\.\.\.wait|type ahead/i
  6570. put wield right my %1
  6571. matchwait
  6572.  
  6573.  
  6574. BACK_EQUIP2A_PAUSE:
  6575. pause
  6576. BACK_EQUIP2A:
  6577. echo
  6578. echo BACK_EQUIP2A:
  6579. echo
  6580. match BACK_EQUIP2B remove what?
  6581. matchre BACK1 /re already|you sling|you remove/i
  6582. matchre BACK_EQUIP2A_PAUSE /\.\.\.wait|type ahead/i
  6583. put remove my %1
  6584. matchwait
  6585.  
  6586.  
  6587. BACK_EQUIP2B:
  6588. echo
  6589. echo BACK_EQUIP2B:
  6590. echo
  6591. match BACK_BALDRIC baldric
  6592. match BACK1 you get
  6593. match BEGIN_NOWEAP What were you
  6594. put get my %1
  6595. matchwait
  6596.  
  6597. BACK_BALDRIC:
  6598. echo
  6599. echo BACK_BALDRIC:
  6600. echo
  6601. setvariable zHget ON
  6602. setvariable zHgetA in my baldric
  6603. goto BACK1
  6604.  
  6605. BACKSTAB_HIDE_PAUSE:
  6606. pause
  6607. BACKSTAB_HIDE:
  6608. echo
  6609. echo BACKSTAB_HIDE:
  6610. echo
  6611. match BACKSTAB_HIDE fail
  6612. matchre BACKSTAB_RETREAT1 /You are too close|notices|discovers/i
  6613. matchre BACKSTAB_ADV /You melt|You blend|Eh\?/i
  6614. matchre BACKSTAB_HIDE_PAUSE /\.\.\.wait|type ahead/i
  6615. put hide
  6616. matchwait
  6617.  
  6618. BACKSTAB_RETREAT1_PAUSE:
  6619. pause
  6620. BACKSTAB_RETREAT1:
  6621. echo
  6622. echo BACKSTAB_RETREAT1:
  6623. echo
  6624. match BACKSTAB_ADV You sneak
  6625. match BACKSTAB_RETREAT11_PAUSE Roundtime
  6626. matchre BACKSTAB_RETREAT2 /already|You retreat|You sneak back|continue your slaughter/i
  6627. matchre BACKSTAB_RETREAT1_PAUSE /\.\.\.wait|type ahead|Stop advancing|\[You're/i
  6628. match BACKSTAB_STAND You must stand first.
  6629. put retreat
  6630. matchwait
  6631.  
  6632. BACKSTAB_RETREAT11_PAUSE:
  6633. pause
  6634. BACKSTAB_RETREAT11:
  6635. echo
  6636. echo BACKSTAB_RETREAT11:
  6637. echo
  6638. match BACKSTAB_FAIL Roundtime
  6639. matchre BACKSTAB_RETREAT2 /already|You retreat|You sneak back|continue your slaughter/i
  6640. matchre BACKSTAB_RETREAT11 /\.\.\.wait|type ahead|\[You're/i
  6641. match BACKSTAND_STAND You must stand first.
  6642. put retreat
  6643. matchwait
  6644.  
  6645.  
  6646.  
  6647. BACKSTAB_FACE_PAUSE:
  6648. pause
  6649. BACKSTAB_FACE:
  6650. matchre BACKSTAB_FACE_PAUSE /\.\.\.wait|type ahead/i
  6651. match BACKSTAB_ASSESS_ADV nothing else to
  6652. match BACKSTAB_ADV you turn
  6653. put face next
  6654. matchwait
  6655.  
  6656. BACKSTAB_ASSESS_ADV:
  6657. matchre BACKSTAB_FACE /You stop advancing|You have lost sight/i
  6658. match NOTHING advance towards?
  6659. match BACKSTAB_ADV begin
  6660. matchre BACKSTAB_FAIL /to melee range|\[You're|already at melee/i
  6661. put advance
  6662. matchwait
  6663.  
  6664. BACKSTAB_NOTHING:
  6665. pause 3
  6666. wait
  6667. goto BACKSTAB_FACE
  6668.  
  6669. BACKSTAB_RETREAT2_PAUSE:
  6670. pause
  6671. BACKSTAB_RETREAT2:
  6672. echo
  6673. echo BACKSTAB_RETREAT2:
  6674. echo
  6675. matchre BACKSTAB_FAIL /discovers|notices|fail|You are too close/i
  6676. matchre BACKSTAB_ADV /You melt|You blend/i
  6677. matchre BACKSTAB_RETREAT2_PAUSE /\.\.\.wait|type ahead/i
  6678. put hide
  6679. matchwait
  6680.  
  6681.  
  6682. BACKSTAB_ADV_PAUSE:
  6683. pause
  6684. BACKSTAB_ADV:
  6685. echo
  6686. echo BACKSTAB_ADV:
  6687. echo
  6688. matchre BACKSTAB_HIDE /discovers|notices|fail/i
  6689. match BACKSTAB_STALK melee
  6690. match BACKSTAB_NOTHING What do you want to advance towards?
  6691. matchre BACKSTAB_ADV_PAUSE /\.\.\.wait|type ahead|you stop advancing/i
  6692. put advance
  6693. matchwait
  6694.  
  6695. BACKSTAB_STALK_PAUSE:
  6696. pause
  6697. BACKSTAB_STALK:
  6698. echo
  6699. echo BACKSTAB_STALK:
  6700. echo
  6701. matchre BACKSTAB_FAIL /discovers|notices|try being out of sight/i
  6702. match BACKSTAB_ADV nothing else
  6703. matchre %c /Don't be silly|You move into position|already stalking/i
  6704. match BACKSTAB_RETREAT1 trying to stalk
  6705. match BACKSTAB_STALK2 You fail
  6706. matchre BACKSTAB_STALK_PAUSE /\.\.\.wait|type ahead/i
  6707. put stalk
  6708. matchwait
  6709.  
  6710. BACKSTAB_STALK2_PAUSE:
  6711. pause
  6712. BACKSTAB_STALK2:
  6713. echo
  6714. echo BACKSTAB_STALK2:
  6715. echo
  6716. matchre BACKSTAB_FAIL /discovers|notices|try being out of sight/i
  6717. match BACKSTAB_ADV nothing else
  6718. matchre %c /Don't be silly|You move into position|already stalking/i
  6719. match BACKSTAB_RETREAT1 trying to stalk
  6720. match BACKSTAB_STALK3 You fail
  6721. matchre BACKSTAB_STALK2_PAUSE /\.\.\.wait|type ahead/i
  6722. put stalk
  6723. matchwait
  6724.  
  6725. BACKSTAB_STALK3:
  6726. pause
  6727. goto BACKSTAB1
  6728.  
  6729. BACKSTAB_FAIL:
  6730. echo
  6731. echo BACKSTAB_FAIL:
  6732. echo
  6733. goto BACKSTAB_ATTACK
  6734.  
  6735.  
  6736. 1110:
  6737. goto BACKSTAB1
  6738. BACKSTAB1_PAUSE:
  6739. pause
  6740. BACKSTAB1:
  6741. echo
  6742. echo BACKSTAB1:
  6743. echo
  6744. matchre BACKSTAB_AMBUSH /You can't backstab that\.|political/i
  6745. matchre BACKSTAB_ADV /help if you were closer|aren't close enough to attack|aren't close enough to do that/i
  6746. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6747. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6748. match BACKSTAB_FACE nothing else
  6749. match BACKSTAB_EXP_%zHexpC Roundtime
  6750. match BACKSTAB_RETREAT1 you must be hidden
  6751. matchre BACKSTAB1_PAUSE /\.\.\.wait|type ahead/i
  6752. put backstab
  6753. matchwait
  6754.  
  6755. BACKSTAB_EXP_ON:
  6756. goto BACKSTAB_MULTI_%zHmulti
  6757.  
  6758. BACKSTAB_MULTI_ON:
  6759. setvariable zHexpC BACKSTAB_CHECK
  6760. goto Multi_%zHmulti
  6761.  
  6762. BACKSTAB_MULTI_OFF:
  6763. put skill
  6764. wait
  6765. MULTI_EXP_BACKSTAB_CHECK:
  6766. setvariable zHexpC ON
  6767.  
  6768. BACKSTAB_EXP_OFF:
  6769. goto BACKSTAB_HIDE
  6770.  
  6771. BACKSTAB_STAND_PAUSE:
  6772. pause
  6773. BACKSTAB_STAND:
  6774. echo
  6775. echo BACKSTAB_STAND:
  6776. echo
  6777. match BACKSTAB_STAND_PAUSE Roundtime
  6778. match BACKSTAB_HIDE You stand back up.
  6779. matchre BACKSTAB_STAND_PAUSE /\.\.\.wait|type ahead/i
  6780. put stand
  6781. matchwait
  6782.  
  6783. BACKSTAB_AMBUSH_PAUSE:
  6784. pause
  6785. BACKSTAB_AMBUSH:
  6786. echo
  6787. echo BACKSTAB_AMBUSH:
  6788. echo
  6789. matchre BACKSTAB_ADV /help if you were closer|aren't close enough to attack|aren't close enough to do that/i
  6790. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6791. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6792. match BACKSTAB_FACE nothing else
  6793. match BACKSTAB_HIDE Roundtime
  6794. match BACKSTAB_ATTACK you must be hidden
  6795. matchre BACKSTAB_AMBUSH_PAUSE /\.\.\.wait|type ahead/i
  6796. put attack head
  6797. matchwait
  6798.  
  6799. BACKSTAB_ATTACK_PAUSE:
  6800. pause
  6801. BACKSTAB_ATTACK:
  6802. echo
  6803. echo BACKSTAB_ATTACK:
  6804. echo
  6805. matchre BACKSTAB_ADV /help if you were closer|aren't close enough to attack|aren't close enough to do that/i
  6806. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  6807. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6808. match BACKSTAB_FACE nothing else
  6809. match BACKSTAB_HIDE Roundtime
  6810. matchre BACKSTAB_ATTACK_PAUSE /\.\.\.wait|type ahead/i
  6811. put attack
  6812. matchwait
  6813.  
  6814. 1200:
  6815. counter add 10
  6816. 1210:
  6817. counter add 10
  6818. THROWN_DODGE_PAUSE:
  6819. pause
  6820. THROWN_DODGE:
  6821. echo
  6822. echo THROWN_DODGE:
  6823. echo
  6824. matchre THROWN_FACE /you are already|You move into a position to dodge/i
  6825. matchre THROWN_DODGE_PAUSE /\.\.\.wait|type ahead/i
  6826. put dodge
  6827. matchwait
  6828.  
  6829. THROWN_GET_PAUSE_D:
  6830. pause
  6831. matchre THROWN_DODGE /already|You need a free hand to pick that up|you get|you pick up/i
  6832. match THROWN_SECONDARY What were you
  6833. matchre THROWN_GET_PAUSE_D /\.\.\.wait|type ahead/i
  6834. put get %1
  6835. matchwait
  6836.  
  6837.  
  6838. THROWN_FACE_PAUSE:
  6839. pause
  6840. 1220:
  6841. THROWN_FACE:
  6842. matchre THROWN_FACE_PAUSE /\.\.\.wait|type ahead/i
  6843. match THROWN_ASSESS nothing else to face
  6844. match THROWN_THROW you turn
  6845. put face next
  6846. matchwait
  6847.  
  6848. THROWN_ASSESS:
  6849. pause 3
  6850. goto THROWN_THROW
  6851.  
  6852.  
  6853. THROWN_THROW_PAUSE:
  6854. pause
  6855. THROWN_THROW:
  6856. goto THROWN_EXP_%zHexpC
  6857.  
  6858. THROWN_EXP_ON:
  6859. goto THROWN_MULTI_%zHmulti
  6860.  
  6861. THROWN_MULTI_ON:
  6862. setvariable zHexpC THROWN_CHECK
  6863. goto Multi_%zHmulti
  6864.  
  6865. THROWN_MULTI_OFF:
  6866. put skill
  6867. wait
  6868. MULTI_EXP_THROWN_CHECK:
  6869. setvariable zHexpC ON
  6870.  
  6871. THROWN_EXP_OFF:
  6872. echo
  6873. echo THROWN_THROW:
  6874. echo
  6875. match THROWN_GET to throw?
  6876. match THROWN_THROW2 Roundtime
  6877. matchre T_DEAD /balanced\]|balance\]|already dead|very dead/i
  6878. matchre FATIGUE_T /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6879. match THROWN_DUD suitable throwing
  6880. match THROWN_FACE At What are you trying
  6881. matchre THROWN_THROW_PAUSE /\.\.\.wait|type ahead/i
  6882. put throw
  6883. matchwait
  6884.  
  6885. THROWN_GET_PAUSE:
  6886. pause
  6887. THROWN_GET:
  6888. echo
  6889. echo THROWN_GET:
  6890. echo
  6891. matchre THROWN_EXP_OFF /already|pick that up|you get|you pick up/i
  6892. match THROWN_SECONDARY What were you
  6893. matchre THROWN_GET_PAUSE /\.\.\.wait|type ahead/i
  6894. put get %1
  6895. matchwait
  6896.  
  6897. THROWN_THROW2_PAUSE:
  6898. pause
  6899. THROWN_THROW2:
  6900. echo
  6901. echo THROWN_THROW2:
  6902. echo
  6903. match THROWN_GET2 to throw?
  6904. match THROWN_RETREAT Roundtime
  6905. matchre T_DEAD /balanced\]|balance\]|already dead|very dead/i
  6906. matchre FATIGUE_T /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6907. match THROWN_DUD suitable throwing
  6908. match THROWN_FACE At What are you trying
  6909. matchre THROWN_THROW2_PAUSE /\.\.\.wait|type ahead/i
  6910. put throw
  6911. matchwait
  6912.  
  6913. THROWN_GET2_PAUSE:
  6914. pause
  6915. THROWN_GET2:
  6916. echo
  6917. echo THROWN_GET2:
  6918. echo
  6919. match THROWN_SECONDARY What were you
  6920. matchre THROWN_THROW2 /already|pick that up|you get|you pick up/i
  6921. matchre THROWN_GET2_PAUSE /\.\.\.wait|type ahead/i
  6922. put get %1
  6923. matchwait
  6924.  
  6925.  
  6926. THROWN_RETREAT_PAUSE:
  6927. pause
  6928. THROWN_RETREAT:
  6929. echo
  6930. echo THROWN_RETREAT:
  6931. echo
  6932. matchre THROWN_THROW /You cannot back away from a chance to continue your slaughter|You retreat from combat|already as far|You sneak back/i
  6933. match THROWN_THROW_PAUSE Roundtime
  6934. matchre THROWN_RETREAT_PAUSE /\.\.\.wait|type ahead|\[You're/i
  6935. match FATIGUE_STAND You must stand first.
  6936. put retreat
  6937. put retreat
  6938. matchwait
  6939.  
  6940. FATIGUE_T_PAUSE:
  6941. pause
  6942. FATIGUE_T:
  6943. echo
  6944. echo FATIGUE_T
  6945. echo
  6946. matchre FATIGUE /you get|you pull|What were you|you pick/i
  6947. matchre FATIGUE_T_PAUSE /\.\.\.wait|type ahead/i
  6948. put get %1
  6949. matchwait
  6950.  
  6951.  
  6952. THROWN_DUD:
  6953. echo
  6954. echo THROWN_DUD:
  6955. echo
  6956. echo **********************************
  6957. echo ** Item chosen can't be thrown!
  6958. echo ** Attempting normal combat!
  6959. echo **********************************
  6960. echo
  6961. counter subtract 1210
  6962. goto WEAPON_CHECK
  6963.  
  6964. T_DEAD_PAUSE:
  6965. pause
  6966. T_DEAD:
  6967. echo
  6968. echo T_DEAD:
  6969. echo
  6970. matchre DEAD_MONSTER /you get|you pull|What were you|you pick/i
  6971. matchre T_DEAD_PAUSE /\.\.\.wait|type ahead/i
  6972. put get %1
  6973. matchwait
  6974.  
  6975.  
  6976.  
  6977. THROWN_SECONDARY_PAUSE:
  6978. pause
  6979. THROWN_SECONDARY:
  6980. echo
  6981. echo THROWN_SECONDARY:
  6982. echo
  6983. put advance
  6984. goto BRAWL_2_T
  6985.  
  6986. BRAWL_1_T_PAUSE:
  6987. pause
  6988. BRAWL_1_T:
  6989. setvariable zHbrawlT 1
  6990. echo
  6991. echo BRAWL_1_T: Dodge
  6992. echo
  6993. match BRAWL_2_T re already dodging
  6994. matchre BRAWL_2_T_G /You move into a position to dodge|comes free and falls to the ground|you are already/i
  6995. matchre FATIGUE_T /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  6996. matchre BRAWL_1_T_PAUSE /\.\.\.wait|type ahead/i
  6997. put dodge
  6998. matchwait
  6999.  
  7000. BRAWL_2_T_G_PAUSE:
  7001. pause
  7002. BRAWL_2_T_G:
  7003. echo
  7004. echo BRAWL_2_T_G:
  7005. echo
  7006. matchre THROWN_RETREAT /already|you get|you pull|you pick/i
  7007. match BRAWL_2_T What were you
  7008. matchre BRAWL_2_T_G_PAUSE /\.\.\.wait|type ahead|comes free and falls to the ground/i
  7009. put get %1
  7010. matchwait
  7011.  
  7012. BRAWL_2_T_PAUSE:
  7013. pause
  7014. BRAWL_2_T:
  7015. setvariable zHbrawlT 2
  7016. echo
  7017. echo BRAWL_2_T: Gouge
  7018. echo
  7019. matchre T_ADV /aren't close enough to attack\.|aren't close enough to do that!/i
  7020. matchre T_B_DEAD /balanced\]|balance\]|nothing else|you turn to face|already dead|very dead/i
  7021. matchre FATIGUE_T /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  7022. match BRAWL_3_T Roundtime
  7023. matchre BRAWL_2_T_PAUSE /\.\.\.wait|type ahead/i
  7024. match BRAWL_2_T_G comes free and falls to the ground.
  7025. put gouge
  7026. matchwait
  7027.  
  7028.  
  7029. BRAWL_3_T_PAUSE:
  7030. pause
  7031. BRAWL_3_T:
  7032. setvariable zHbrawlT 3
  7033. echo
  7034. echo BRAWL_3_T: Claw
  7035. echo
  7036. matchre T_ADV /aren't close enough to attack\.|aren't close enough to do that!/i
  7037. matchre T_B_DEAD /balanced\]|balance\]|nothing else|you turn to face|already dead|very dead/i
  7038. matchre FATIGUE_T /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  7039. match BRAWL_4_T Roundtime
  7040. matchre BRAWL_3_T_PAUSE /\.\.\.wait|type ahead/i
  7041. match BRAWL_2_T_G comes free and falls to the ground.
  7042. put claw
  7043. matchwait
  7044.  
  7045.  
  7046. BRAWL_4_T_PAUSE:
  7047. pause
  7048. BRAWL_4_T:
  7049. setvariable zHbrawlT 4
  7050. echo
  7051. echo BRAWL_4_T: Elbow
  7052. echo
  7053. matchre T_ADV /aren't close enough to attack\.|aren't close enough to do that!/i
  7054. matchre T_B_DEAD /balanced\]|balance\]|nothing else|you turn to face|already dead|very dead/i
  7055. matchre FATIGUE_T /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  7056. match BRAWL_5_T Roundtime
  7057. matchre BRAWL_4_T_PAUSE /\.\.\.wait|type ahead/i
  7058. match BRAWL_2_T_G comes free and falls to the ground.
  7059. put elbow
  7060. matchwait
  7061.  
  7062. BRAWL_5_T_PAUSE:
  7063. pause
  7064. BRAWL_5_T:
  7065. setvariable zHbrawlT 5
  7066. echo
  7067. echo BRAWL_5_T: Jab
  7068. echo
  7069. matchre T_ADV /aren't close enough to attack\.|aren't close enough to do that!/i
  7070. matchre T_B_DEAD /balanced\]|balance\]|nothing else|you turn to face|already dead|very dead/i
  7071. matchre FATIGUE_T /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  7072. match BRAWL_1_T Roundtime
  7073. matchre BRAWL_5_T_PAUSE /\.\.\.wait|type ahead/i
  7074. match BRAWL_2_T_G comes free and falls to the ground.
  7075. put jab
  7076. matchwait
  7077.  
  7078. T_B_DEAD_PAUSE:
  7079. pause
  7080. T_B_DEAD:
  7081. echo
  7082. echo T_B_DEAD:
  7083. echo
  7084. matchre DEAD_MONSTER /already|you get|you pull|you pick/i
  7085. match BRAWL_2_T What were you
  7086. matchre T_B_DEAD_PAUSE /\.\.\.wait|type ahead|comes free and falls to the ground\./i
  7087. put get %1
  7088. matchwait
  7089.  
  7090.  
  7091. FATIGUE_T_PAUSE:
  7092. pause
  7093. FATIGUE_T:
  7094. echo
  7095. echo FATIGUE_T:
  7096. echo
  7097. matchre FATIGUE_T_CHECK /You cannot back away from a chance to continue your slaughter|You retreat from combat\.|already as far|You sneak back/i
  7098. match FATIGUE_T_CHECK1 Roundtime
  7099. match FATIGUE_T_PAUSE stop advancing
  7100. matchre FATIGUE_T_PAUSE /\.\.\.wait|type ahead|stop advancing|\[You're/i
  7101. match FATIGUE_STAND You must stand first.
  7102. put retreat
  7103. put retreat
  7104. matchwait
  7105.  
  7106. FATIGUE_T_CHECK_PAUSE:
  7107. pause
  7108. FATIGUE_T_CHECK:
  7109. echo
  7110. echo FATIGUE_T_CHECK:
  7111. echo
  7112. matchre BRAWL_%zHbrawlT%_T /completely rested|winded|tired/i
  7113. matchre FATIGUE_T_WAIT /fatigued|worn-out|beat,|exhausted|bone-tired/i
  7114. matchre FATIGUE_T_CHECK_PAUSE /\.\.\.wait|type ahead/i
  7115. put fat
  7116. matchwait
  7117.  
  7118.  
  7119. FATIGUE_T_CHECK1:
  7120. echo
  7121. echo FATIGUE_T_CHECK1:
  7122. echo
  7123. matchre BRAWL_%zHbrawlT%_T /completely rested|winded|tired/i
  7124. matchre FATIGUE_T /fatigued|worn-out|beat,|exhausted|bone-tired/i
  7125. put fat
  7126. matchwait
  7127.  
  7128. FATIGUE_T_WAIT:
  7129. echo
  7130. echo FATIGUE_T_WAIT:
  7131. echo
  7132. matchre FATIGUE_T /melee|pole|\[You're/i
  7133. matchwait
  7134.  
  7135.  
  7136. T_ADV_PAUSE:
  7137. pause
  7138. T_ADV:
  7139. match T_DEAD You stop advancing
  7140. match T_RUN You have lost sight
  7141. matchre BRAWL_%zHbrawlT%_T /to melee range|\[You're|already at melee/i
  7142. matchre T_ADV_PAUSE /\.\.\.wait|type ahead/i
  7143. put advance
  7144. matchwait
  7145.  
  7146. T_RUN:
  7147. echo
  7148. echo T_RUN:
  7149. echo
  7150. echo **************************************************************************************
  7151. echo ** THE MONSTER JUST RAN AWAY WITH YOUR %1 STUCK IN IT!!
  7152. echo ** YOU BETTER GO GET IT!!
  7153. echo **************************************************************************************
  7154. echo
  7155. echo ********************
  7156. echo ** ENDING SCRIPT!
  7157. echo ********************
  7158. echo
  7159. exit
  7160.  
  7161.  
  7162. 2200:
  7163. counter add 10
  7164. 2210:
  7165. counter add 10
  7166. OFF_THROWN_DODGE_PAUSE:
  7167. pause
  7168. OFF_THROWN_DODGE:
  7169. echo
  7170. echo OFF_THROWN_DODGE:
  7171. echo
  7172. matchre OFF_THROWN_FACE /you are already|You move into a position to dodge/i
  7173. matchre OFF_THROWN_DODGE_PAUSE /\.\.\.wait|type ahead/i
  7174. put dodge
  7175. matchwait
  7176.  
  7177. OFF_THROWN_GET_PAUSE_D:
  7178. pause
  7179.  
  7180. OFF_THROWN_GET_D:
  7181. echo
  7182. echo THROWN_GET_D:
  7183. echo
  7184. matchre OFF_THROWN_DODGE /already|You need a free hand to pick that up|you get|you pick up/i
  7185. match OFF_THROWN_SECONDARY What were you
  7186. matchre OFF_THROWN_GET_PAUSE_D /\.\.\.wait|type ahead/i
  7187. put get %1
  7188. matchwait
  7189.  
  7190.  
  7191. OFF_THROWN_FACE_PAUSE:
  7192. pause
  7193. 2220:
  7194. OFF_THROWN_FACE:
  7195. matchre OFF_THROWN_FACE_PAUSE /\.\.\.wait|type ahead/i
  7196. match OFF_THROWN_ASSESS nothing else to face
  7197. match OFF_THROWN_THROW you turn
  7198. put face next
  7199. matchwait
  7200.  
  7201. OFF_THROWN_ASSESS:
  7202. pause 3
  7203. goto OFF_THROWN_THROW
  7204.  
  7205.  
  7206. OFF_THROWN_THROW_PAUSE:
  7207. pause
  7208. OFF_THROWN_THROW:
  7209. goto OFF_THROWN_EXP_%zHexpC
  7210.  
  7211. OFF_THROWN_EXP_ON:
  7212. goto OFF_THROWN_MULTI_%zHmulti
  7213.  
  7214. OFF_THROWN_MULTI_ON:
  7215. setvariable zHexpC OFF_THROWN_CHECK
  7216. goto Multi_%zHmulti
  7217.  
  7218. OFF_THROWN_MULTI_OFF:
  7219. put skill
  7220. wait
  7221. MULTI_EXP_OFF_THROWN_CHECK:
  7222. setvariable zHexpC ON
  7223.  
  7224. OFF_THROWN_EXP_OFF:
  7225. echo
  7226. echo OFF_THROWN_THROW:
  7227. echo
  7228. matchre OFF_THROWN_GET /Roundtime|to throw?\?/i
  7229. matchre OFF_T_DEAD /balanced\]|balance\]|already dead|very dead/i
  7230. matchre OFF_FATIGUE_T /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  7231. match OFF_THROWN_DUD suitable throwing
  7232. match OFF_THROWN_FACE At What are you trying
  7233. matchre OFF_THROWN_THROW_PAUSE /\.\.\.wait|type ahead/i
  7234. put throw left
  7235. matchwait
  7236.  
  7237. OFF_THROWN_GET_PAUSE:
  7238. pause
  7239. OFF_THROWN_GET:
  7240. echo
  7241. echo OFF_THROWN_GET:
  7242. echo
  7243. matchre OFF_THROWN_THROW2 /already|pick that up|you get|you pick up/i
  7244. match OFF_THROWN_SECONDARY What were you
  7245. matchre OFF_THROWN_GET_PAUSE /\.\.\.wait|type ahead/i
  7246. put get %1
  7247. matchwait
  7248.  
  7249. OFF_THROWN_THROW2_PAUSE:
  7250. pause
  7251. OFF_THROWN_THROW2:
  7252. echo
  7253. echo OFF_THROWN_THROW2:
  7254. echo
  7255. matchre OFF_THROWN_GET2 /Roundtime|to throw?\?/i
  7256. matchre OFF_T_DEAD /balanced\]|balance\]|already dead|very dead/i
  7257. matchre OFF_FATIGUE_T /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  7258. match OFF_THROWN_DUD suitable throwing
  7259. match OFF_THROWN_FACE At What are you trying
  7260. matchre OFF_THROWN_THROW2_PAUSE /\.\.\.wait|type ahead/i
  7261. put throw left
  7262. matchwait
  7263.  
  7264. OFF_THROWN_GET2_PAUSE:
  7265. pause
  7266. OFF_THROWN_GET2:
  7267. echo
  7268. echo OFF_THROWN_GET2:
  7269. echo
  7270. match OFF_THROWN_SECONDARY What were you
  7271. matchre OFF_THROWN_RETREAT /already|pick that up|you get|you pick up/i
  7272. matchre OFF_THROWN_GET2_PAUSE /\.\.\.wait|type ahead/i
  7273. put get %1
  7274. matchwait
  7275.  
  7276.  
  7277. OFF_THROWN_RETREAT_PAUSE:
  7278. pause
  7279. OFF_THROWN_RETREAT:
  7280. echo
  7281. echo OFF_THROWN_RETREAT:
  7282. echo
  7283. matchre OFF_THROWN_THROW /You cannot back away from a chance to continue your slaughter|You retreat from combat|already as far|You sneak back/i
  7284. match OFF_THROWN_THROW_PAUSE Roundtime
  7285. matchre OFF_THROWN_RETREAT_PAUSE /\.\.\.wait|type ahead|\[You're/i
  7286. match FATIGUE_STAND You must stand first.
  7287. put retreat
  7288. put retreat
  7289. matchwait
  7290.  
  7291. OFF_FATIGUE_T_PAUSE:
  7292. pause
  7293. OFF_FATIGUE_T:
  7294. echo
  7295. echo OFF_FATIGUE_T:
  7296. echo
  7297. matchre OFF_FATIGUE /you get|you pull|What were you|you pick/i
  7298. matchre OFF_FATIGUE_T_PAUSE /\.\.\.wait|type ahead/i
  7299. put get %1
  7300. matchwait
  7301.  
  7302. OFF_FATIGUE_PAUSE:
  7303. pause
  7304. OFF_FATIGUE:
  7305. echo
  7306. echo OFF_FATIGUE:
  7307. echo
  7308. match OFF_FATIGUE_CHECK You cannot back away from a chance to continue your slaughter!
  7309. match OFF_FATIGUE_CHECK You retreat from combat.
  7310. match OFF_FATIGUE_CHECK You sneak back
  7311. match OFF_FATIGUE_PAUSE [You're
  7312. match OFF_FATIGUE_CHECK already as far
  7313. match OFF_FATIGUE_CHECK1_PAUSE Roundtime
  7314. match OFF_FATIGUE_PAUSE ...wait
  7315. match OFF_FATIGUE_PAUSE type ahead
  7316. match OFF_FATIGUE_PAUSE You stop advancing
  7317. match FATIGUE_STAND You must stand first.
  7318. put retreat
  7319. put retreat
  7320. matchwait
  7321.  
  7322. OFF_FATIGUE_CHECK:
  7323. echo
  7324. echo OFF_FATIGUE_CHECK:
  7325. echo
  7326. match OFF_THROWN_THROW completely rested
  7327. match OFF_THROWN_THROW winded
  7328. match OFF_FATIGUE_WAIT tired
  7329. match OFF_FATIGUE_WAIT fatigued
  7330. match OFF_FATIGUE_WAIT worn-out
  7331. match OFF_FATIGUE_WAIT beat,
  7332. match OFF_FATIGUE_WAIT exhausted
  7333. match OFF_FATIGUE_WAIT bone-tired
  7334. put fat
  7335. matchwait
  7336.  
  7337. OFF_FATIGUE_CHECK1_PAUSE:
  7338. pause
  7339. OFF_FATIGUE_CHECK1:
  7340. echo
  7341. echo OFF_FATIGUE_CHECK1:
  7342. echo
  7343. match OFF_THROWN_THROW completely rested
  7344. match OFF_THROWN_THROW winded
  7345. match OFF_FATIGUE tired
  7346. match OFF_FATIGUE fatigued
  7347. match OFF_FATIGUE worn-out
  7348. match OFF_FATIGUE beat,
  7349. match OFF_FATIGUE exhausted
  7350. match OFF_FATIGUE bone-tired
  7351. put fat
  7352. matchwait
  7353.  
  7354. OFF_FATIGUE_WAIT:
  7355. echo
  7356. echo OFF_FATIGUE_WAIT:
  7357. echo
  7358. match OFF_FATIGUE melee
  7359. match OFF_FATIGUE pole
  7360. match OFF_FATIGUE [You're
  7361. matchwait
  7362.  
  7363. OFF_THROWN_DUD:
  7364. echo
  7365. echo OFF_THROWN_DUD:
  7366. echo
  7367. echo **********************************
  7368. echo ** Item chosen can't be thrown!
  7369. echo ** Attempting normal combat!
  7370. echo **********************************
  7371. echo
  7372. counter subtract 2220
  7373. put swap
  7374. goto WEAPON_CHECK
  7375.  
  7376. OFF_T_DEAD_PAUSE:
  7377. pause
  7378. OFF_T_DEAD:
  7379. echo
  7380. echo OFF_T_DEAD:
  7381. echo
  7382. matchre DEAD_MONSTER /you get|you pull|What were you|you pick/i
  7383. matchre OFF_T_DEAD_PAUSE /\.\.\.wait|type ahead/i
  7384. put get %1
  7385. matchwait
  7386.  
  7387.  
  7388.  
  7389. OFF_THROWN_SECONDARY_PAUSE:
  7390. pause
  7391. OFF_THROWN_SECONDARY:
  7392. echo
  7393. echo OFF_THROWN_SECONDARY:
  7394. echo
  7395. put advance
  7396. goto OFF_BRAWL_2_T
  7397.  
  7398. OFF_BRAWL_1_T_PAUSE:
  7399. pause
  7400. OFF_BRAWL_1_T:
  7401. setvariable zHbrawlT 1
  7402. echo
  7403. echo OFF_BRAWL_1_T: Dodge
  7404. echo
  7405. match OFF_BRAWL_2_T re already dodging
  7406. matchre OFF_BRAWL_2_T_G /You move into a position to dodge|you are already|comes free and falls to the ground/i
  7407. matchre OFF_FATIGUE_T /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  7408. matchre OFF_BRAWL_1_T_PAUSE /\.\.\.wait|type ahead/i
  7409. put dodge
  7410. matchwait
  7411.  
  7412. OFF_BRAWL_2_T_G_PAUSE:
  7413. pause
  7414. OFF_BRAWL_2_T_G:
  7415. echo
  7416. echo OFF_BRAWL_2_T_G:
  7417. echo
  7418. matchre OFF_THROWN_RETREAT /already|you get|you pull|you pick/i
  7419. match OFF_BRAWL_2_T What were you
  7420. matchre OFF_BRAWL_2_T_G_PAUSE /\.\.\.wait|type ahead|comes free and falls to the ground/i
  7421. put get %1
  7422. matchwait
  7423.  
  7424. OFF_BRAWL_2_T_PAUSE:
  7425. pause
  7426. OFF_BRAWL_2_T:
  7427. setvariable zHbrawlT 2
  7428. echo
  7429. echo OFF_BRAWL_2_T: Gouge
  7430. echo
  7431. matchre OFF_T_ADV /aren't close enough to attack\.|aren't close enough to do that!/i
  7432. matchre OFF_T_B_DEAD /balanced\]|balance\]|nothing else|you turn to face|already dead|very dead/i
  7433. matchre OFF_FATIGUE_T /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  7434. match OFF_BRAWL_3_T Roundtime
  7435. matchre OFF_BRAWL_2_T_PAUSE /\.\.\.wait|type ahead/i
  7436. match OFF_BRAWL_2_T_G comes free and falls to the ground.
  7437. put gouge
  7438. matchwait
  7439.  
  7440.  
  7441. OFF_BRAWL_3_T_PAUSE:
  7442. pause
  7443. OFF_BRAWL_3_T:
  7444. setvariable zHbrawlT 3
  7445. echo
  7446. echo OFF_BRAWL_3_T: Claw
  7447. echo
  7448. matchre OFF_T_ADV /aren't close enough to attack\.|aren't close enough to do that!/i
  7449. matchre OFF_T_B_DEAD /balanced\]|balance\]|nothing else|you turn to face|already dead|very dead/i
  7450. matchre OFF_FATIGUE_T /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  7451. match OFF_BRAWL_4_T Roundtime
  7452. matchre OFF_BRAWL_3_T_PAUSE /\.\.\.wait|type ahead/i
  7453. match OFF_BRAWL_2_T_G comes free and falls to the ground.
  7454. put claw
  7455. matchwait
  7456.  
  7457.  
  7458. OFF_BRAWL_4_T_PAUSE:
  7459. pause
  7460. OFF_BRAWL_4_T:
  7461. setvariable zHbrawlT 4
  7462. echo
  7463. echo OFF_BRAWL_4_T: Elbow
  7464. echo
  7465. matchre OFF_T_ADV /aren't close enough to attack\.|aren't close enough to do that!/i
  7466. matchre OFF_T_B_DEAD /balanced\]|balance\]|nothing else|you turn to face|already dead|very dead/i
  7467. matchre OFF_FATIGUE_T /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  7468. match OFF_BRAWL_5_T Roundtime
  7469. matchre OFF_BRAWL_4_T_PAUSE /\.\.\.wait|type ahead/i
  7470. match OFF_BRAWL_2_T_G comes free and falls to the ground.
  7471. put elbow
  7472. matchwait
  7473.  
  7474. OFF_BRAWL_5_T_PAUSE:
  7475. pause
  7476. OFF_BRAWL_5_T:
  7477. setvariable zHbrawlT 5
  7478. echo
  7479. echo OFF_BRAWL_5_T: Jab
  7480. echo
  7481. matchre OFF_T_ADV /aren't close enough to attack\.|aren't close enough to do that!/i
  7482. matchre OFF_T_B_DEAD /balanced\]|balance\]|nothing else|you turn to face|already dead|very dead/i
  7483. matchre OFF_FATIGUE_T /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  7484. match OFF_BRAWL_1_T Roundtime
  7485. matchre OFF_BRAWL_5_T_PAUSE /\.\.\.wait|type ahead/i
  7486. match OFF_BRAWL_2_T_G comes free and falls to the ground.
  7487. put jab
  7488. matchwait
  7489.  
  7490. OFF_T_B_DEAD_PAUSE:
  7491. pause
  7492. OFF_T_B_DEAD:
  7493. echo
  7494. echo OFF_T_B_DEAD:
  7495. echo
  7496. matchre DEAD_MONSTER /already|you get|you pull|you pick/i
  7497. match OFF_BRAWL_2_T What were you
  7498. matchre OFF_T_B_DEAD_PAUSE /\.\.\.wait|type ahead|comes free and falls to the ground\./i
  7499. put get %1
  7500. matchwait
  7501.  
  7502. OFF_FATIGUE_T_PAUSE:
  7503. pause
  7504. OFF_FATIGUE_T:
  7505. echo
  7506. echo OFF_FATIGUE_T:
  7507. echo
  7508. matchre OFF_FATIGUE_T_CHECK /You cannot back away from a chance to continue your slaughter|You retreat from combat\.|already as far|You sneak back/i
  7509. match OFF_FATIGUE_T_CHECK1 Roundtime
  7510. match OFF_FATIGUE_T_PAUSE stop advancing
  7511. matchre OFF_FATIGUE_T_PAUSE /\.\.\.wait|type ahead|stop advancing|\[You're/i
  7512. match FATIGUE_STAND You must stand first.
  7513. put retreat
  7514. put retreat
  7515. matchwait
  7516.  
  7517. OFF_FATIGUE_T_CHECK_PAUSE:
  7518. pause
  7519. OFF_FATIGUE_T_CHECK:
  7520. echo
  7521. echo OFF_FATIGUE_T_CHECK:
  7522. echo
  7523. matchre OFF_BRAWL_%zHbrawlT%_T /completely rested|winded|tired/i
  7524. matchre OFF_FATIGUE_T_WAIT /fatigued|worn-out|beat,|exhausted|bone-tired/i
  7525. matchre OFF_FATIGUE_T_CHECK_PAUSE /\.\.\.wait|type ahead/i
  7526. put fat
  7527. matchwait
  7528.  
  7529.  
  7530. OFF_FATIGUE_T_CHECK1:
  7531. echo
  7532. echo OFF_FATIGUE_T_CHECK1:
  7533. echo
  7534. matchre OFF_BRAWL_%zHbrawlT%_T /completely rested|winded|tired/i
  7535. matchre OFF_FATIGUE_T /fatigued|worn-out|beat,|exhausted|bone-tired/i
  7536. put fat
  7537. matchwait
  7538.  
  7539. OFF_FATIGUE_T_WAIT:
  7540. echo
  7541. echo OFF_FATIGUE_T_WAIT:
  7542. echo
  7543. matchre FATIGUE_T /melee|pole|\[You're/i
  7544. matchwait
  7545.  
  7546.  
  7547. OFF_T_ADV_PAUSE:
  7548. pause
  7549. OFF_T_ADV:
  7550. match OFF_T_DEAD You stop advancing
  7551. match OFF_T_RUN You have lost sight
  7552. matchre OFF_BRAWL_%zHbrawlT%_T /to melee range|\[You're|already at melee/i
  7553. matchre OFF_T_ADV_PAUSE /\.\.\.wait|type ahead/i
  7554. put advance
  7555. matchwait
  7556.  
  7557. OFF_T_RUN:
  7558. echo
  7559. echo OFF_T_RUN:
  7560. echo
  7561. echo **************************************************************************************
  7562. echo ** THE MONSTER JUST RAN AWAY WITH YOUR %1 STUCK IN IT!!
  7563. echo ** YOU BETTER GO GET IT!!
  7564. echo **************************************************************************************
  7565. echo
  7566. echo ********************
  7567. echo ** ENDING SCRIPT!
  7568. echo ********************
  7569. echo
  7570. exit
  7571.  
  7572. EMPATH_E:
  7573. IF_2 goto EMPATH_EQUIP
  7574. IF_1 match EMPATH_APPRAISE you draw
  7575. IF_1 match EMPATH_APPRAISE re already holding
  7576. IF_1 match BEGIN_HANDS free hand
  7577. IF_1 match EMPATH_APPRAISE free to
  7578. IF_1 matchre EMPATH_E2 /out of reach|remove|already w|What were you|can't seem|Wield what\?/i
  7579. IF_1 match EMPATH_E2 You can only wield a weapon or a shield!
  7580. IF_1 put wield right my %1
  7581. IF_1 matchwait
  7582. goto EMP_BRAWL
  7583.  
  7584. EMPATH_E2:
  7585. match EMPATH_E3 What were you
  7586. match EMPATH_APPRAISEL placing it
  7587. match EMP_BRAWL already
  7588. match EMP_BRAWL Inventory
  7589. match EMPATH_APPRAISE off from over your shoulder.
  7590. match EMPATH_APPRAISE you remove
  7591. put remove my %1
  7592. matchwait
  7593.  
  7594.  
  7595. EMPATH_E3:
  7596. echo
  7597. echo EMPATH_E3:
  7598. echo
  7599. match EMPATH_BALDRIC baldric
  7600. match EMPATH_APPRAISE you get
  7601. match BEGIN_NOWEAP What were you
  7602. put get my %1
  7603. matchwait
  7604.  
  7605. EMPATH_BALDRIC:
  7606. echo
  7607. echo EMPATH_BALDRIC:
  7608. echo
  7609. setvariable zHget ON
  7610. setvariable zHgetA in my baldric
  7611. goto EMPATH_APPRAISE
  7612.  
  7613. EMPATH_EQUIP_PAUSE:
  7614. pause
  7615. EMPATH_EQUIP:
  7616. echo
  7617. echo EMPATH_EQUIP:
  7618. echo
  7619. match BEGIN_NOWEAP What were you
  7620. match EMPATH_EQUIPS you get
  7621. match EMPATH_EQUIP2 re already
  7622. match EMPATH_EQUIP2 you sling
  7623. match EMPATH_EQUIP2 you remove
  7624. match EMPATH_EQUIP_PAUSE ...wait
  7625. match EMPATH_EQUIP_PAUSE type ahead
  7626. put remove my %2
  7627. put get my %2
  7628. matchwait
  7629.  
  7630. EMPATH_EQUIPS:
  7631. put swap
  7632. waitfor you move
  7633.  
  7634. EMPATH_EQUIP2_PAUSE:
  7635. pause
  7636. EMPATH_EQUIP2:
  7637. echo
  7638. echo EMPATH_EQUIP2:
  7639. echo
  7640. match EMP_BRAWL you draw
  7641. match EMP_BRAWL re already holding
  7642. match BEGIN_HANDS free hand
  7643. match EMP_BRAWL free to
  7644. matchre EMPATH_EQUIP3 /out of reach|remove|already w|What were you|can't seem|Wield what\?/i
  7645. match BEGIN_NOWEAP You can only wield a weapon or a shield!
  7646. match EMPATH_EQUIP2_PAUSE ...wait
  7647. match EMPATH_EQUIP2_PAUSE type ahead
  7648. put wield right my %1
  7649. matchwait
  7650.  
  7651.  
  7652. EMPATH_EQUIP3:
  7653. echo
  7654. echo EMPATH_EQUIP3:
  7655. echo
  7656. match EMPATH_EQUIP4 remove what?
  7657. match EMP_BRAWL re already
  7658. match EMP_BRAWL inventory
  7659. match EMP_BRAWL you sling
  7660. match EMP_BRAWL you remove
  7661. put remove my %1
  7662. matchwait
  7663.  
  7664.  
  7665. EMPATH_EQUIP4:
  7666. echo
  7667. echo EMPATH_EQUIP4:
  7668. echo
  7669. match EMPATH_BALDRIC2 baldric
  7670. match EMP_BRAWL you get
  7671. match BEGIN_NOWEAP What were you
  7672. put get my %1
  7673. matchwait
  7674.  
  7675. EMPATH_BALDRIC2:
  7676. echo
  7677. echo EMPATH_BALDRIC2:
  7678. echo
  7679. setvariable zHget ON
  7680. setvariable zHgetA in my baldric
  7681. goto EMP_BRAWL
  7682.  
  7683. EMPATH_APPRAISE:
  7684. echo
  7685. echo EMPATH_APPRAISE:
  7686. echo
  7687. match EMP_BRAWL_PAUSE weapon.
  7688. match EMPATH_SWAP hinderance
  7689. match EMP_BRAWL_PAUSE Roundtime
  7690. put appraise my %1 quick
  7691. matchwait
  7692.  
  7693. EMPATH_APPRAISEL:
  7694. echo
  7695. echo EMPATH_APPRAISEL:
  7696. echo
  7697. match EMPATH_SWAP weapon.
  7698. match EMP_BRAWL_PAUSE hinderance
  7699. match EMP_BRAWL_PAUSE Roundtime
  7700. put appraise my %1 quick
  7701. matchwait
  7702.  
  7703. EMPATH_SWAP:
  7704. echo
  7705. echo EMPATH_SWAP:
  7706. echo
  7707. put swap
  7708. waitfor you move
  7709.  
  7710. EMP_BRAWL_PAUSE:
  7711. pause
  7712. EMP_BRAWL:
  7713. goto %c
  7714.  
  7715. BRAWL_EQUIPMENT:
  7716. echo
  7717. echo BRAWL_EQUIPMENT:
  7718. echo
  7719. pause
  7720. IF_2 goto BRAWL_EQUIP
  7721. IF_1 match BRAWL_APPRAISE you draw
  7722. IF_1 match BRAWL_APPRAISE re already holding
  7723. IF_1 match BEGIN_HANDS free hand
  7724. IF_1 match BRAWL_APPRAISE free to
  7725. IF_1 matchre BRAWL_E2 /out of reach|remove|already w|What were you|can't seem|Wield what\?/i
  7726. IF_1 match BRAWL_E2 You can only wield a weapon or a shield!
  7727. IF_1 put wield right my %1
  7728. IF_1 matchwait
  7729. goto BRA_BRAWL
  7730.  
  7731. BRAWL_E2:
  7732. match BRAWL_E3 What were you
  7733. match BRAWL_E3 Remove what?
  7734. match BRAWL_APPRAISEL placing it
  7735. match BRA_BRAWL already
  7736. match BRA_BRAWL Inventory
  7737. match BRA_BRAWL you remove
  7738. match BRAWL_APPRAISE off from over your shoulder.
  7739. put remove my %1
  7740. matchwait
  7741.  
  7742.  
  7743. BRAWL_E3:
  7744. echo
  7745. echo BRAWL_E3:
  7746. echo
  7747. match BRAWL_BALDRIC baldric
  7748. match BRAWL_APPRAISE you get
  7749. match BEGIN_NOWEAP What were you
  7750. put get my %1
  7751. matchwait
  7752.  
  7753. BRAWL_BALDRIC:
  7754. echo
  7755. echo BRAWL_BALDRIC:
  7756. echo
  7757. setvariable zHget ON
  7758. setvariable zHgetA in my baldric
  7759. goto BRAWL_APPRAISE
  7760.  
  7761. BRAWL_EQUIP_PAUSE:
  7762. pause
  7763. BRAWL_EQUIP:
  7764. echo
  7765. echo BRAWL_EQUIP:
  7766. echo
  7767. match BEGIN_NOWEAP What were you
  7768. match BRAWL_EQUIPS you get
  7769. match BRAWL_EQUIP2 re already
  7770. match BRAWL_EQUIP2 you sling
  7771. match BRAWL_EQUIP2 you remove
  7772. match BRAWL_EQUIPA_PAUSE ...wait
  7773. match BRAWL_EQUIPA_PAUSE type ahead
  7774. put remove my %2
  7775. put get my %2
  7776. matchwait
  7777.  
  7778. BRAWL_EQUIPS:
  7779. put swap
  7780. waitfor you move
  7781.  
  7782. BRAWL_EQUIP2_PAUSE:
  7783. pause
  7784. BRAWL_EQUIP2:
  7785. echo
  7786. echo BRAWL_EQUIP2:
  7787. echo
  7788. match BRA_BRAWL you draw
  7789. match BRA_BRAWL re already holding
  7790. match BEGIN_HANDS free hand
  7791. match BRA_BRAWL free to
  7792. matchre BRAWL_EQUIP3 /out of reach|remove|already w|What were you|can't seem|Wield what\?/i
  7793. match BEGIN_NOWEAP You can only wield a weapon or a shield!
  7794. match BRAWL_EQUIP2_PAUSE ...wait
  7795. match BRAWL_EQUIP2_PAUSE type ahead
  7796. put wield right my %1
  7797. matchwait
  7798.  
  7799.  
  7800. BRAWL_EQUIP3:
  7801. echo
  7802. echo BRAWL_EQUIP3:
  7803. echo
  7804. match BRAWL_EQUIP4 remove what?
  7805. match BRA_BRAWL re already
  7806. match BRA_BRAWL inventory
  7807. match BRA_BRAWL you sling
  7808. match BRA_BRAWL you remove
  7809. put remove my %1
  7810. matchwait
  7811.  
  7812.  
  7813. BRAWL_EQUIP4:
  7814. echo
  7815. echo BRAWL_EQUIP4:
  7816. echo
  7817. match BRAWL_BALDRIC2 baldric
  7818. match BRA_BRAWL you get
  7819. match BEGIN_NOWEAP What were you
  7820. put get my %1
  7821. matchwait
  7822.  
  7823. BRAWL_BALDRIC2:
  7824. echo
  7825. echo BRAWL_BALDRIC2:
  7826. echo
  7827. setvariable zHget ON
  7828. setvariable zHgetA in my baldric
  7829. goto BRA_BRAWL
  7830.  
  7831. BRAWL_APPRAISE:
  7832. echo
  7833. echo BRAWL_APPRAISE:
  7834. echo
  7835. match BRA_BRAWL_PAUSE weapon.
  7836. match BRAWL_SWAP2 hinderance
  7837. match BRA_BRAWL_PAUSE Roundtime
  7838. put appraise my %1 quick
  7839. matchwait
  7840.  
  7841. BRAWL_APPRAISEL:
  7842. echo
  7843. echo BRAWL_APPRAISEL:
  7844. echo
  7845. setvariable zHbrawltype SHIELD
  7846. match BRAWL_SWAP1 weapon.
  7847. match BRA_BRAWL_PAUSE hinderance
  7848. match BRA_BRAWL_PAUSE Roundtime
  7849. put appraise my %1 quick
  7850. matchwait
  7851.  
  7852. BRAWL_SWAP1:
  7853. echo
  7854. echo BRAWL_SWAP1:
  7855. echo
  7856. setvariable zHbrawltype WEAPON
  7857. put swap
  7858. waitfor you
  7859. goto BRA_BRAWL
  7860.  
  7861. BRAWL_SWAP2:
  7862. echo
  7863. echo BRAWL_SWAP2:
  7864. echo
  7865. setvariable zHbrawltype SHIELD
  7866. put swap
  7867. waitfor you
  7868.  
  7869.  
  7870. BRA_BRAWL_PAUSE:
  7871. pause
  7872. BRA_BRAWL:
  7873. echo
  7874. echo BRA_BRAWL:
  7875. echo
  7876. goto %c
  7877.  
  7878. AMBUSH_HIDE_PAUSE:
  7879. pause
  7880. AMBUSH_HIDE:
  7881. goto AMBUSH_HIDE_%zHmulti
  7882. AMBUSH_HIDE_OFF:
  7883. echo
  7884. echo AMBUSH_HIDE_OFF:
  7885. echo
  7886. match AMBUSH_HIDE fail
  7887. matchre AMBUSH_RETREAT1_PAUSE /You are too close|notices|discovers/i
  7888. matchre AMBUSH_ADV /You melt|You blend|Eh\?/i
  7889. matchre AMBUSH_HIDE_PAUSE /\.\.\.wait|type ahead/i
  7890. match AMBUSH_HIDE_PAUSE type ahead
  7891. put hide
  7892. matchwait
  7893.  
  7894.  
  7895. AMBUSH_HIDE_ON:
  7896. echo
  7897. echo AMBUSH_HIDE_ON:
  7898. echo
  7899. #Welsh match AMBUSH_HIDE fail
  7900. #Welsh matchre AMBUSH_RETREAT1 /You are too close|notices|discovers/i
  7901. #Welsh matchre AMBUSH_ADV /You melt|You blend|Eh\?/i
  7902. #Welsh matchre AMBUSH_HIDE_PAUSE /\.\.\.wait|type ahead/i
  7903. #Welsh match AMBUSH_HIDE_PAUSE type ahead
  7904. #Welshput hide
  7905. #Welsh matchwait
  7906. match AMBUSH_HIDE fail
  7907. matchre AMBUSH_RETREAT1 /You are too close|notices|discovers/i
  7908. matchre AMBUSH_RETREAT /You melt|You blend|Eh\?/i
  7909. matchre AMBUSH_HIDE_PAUSE /\.\.\.wait|type ahead/i
  7910. match AMBUSH_HIDE_PAUSE type ahead
  7911. put hide
  7912. matchwait
  7913.  
  7914. AMBUSH_RETREAT_1:
  7915. counter subtract 10
  7916. goto AMBUSH_HIDE
  7917.  
  7918. AMBUSH_RETREAT_2:
  7919. counter add 20
  7920. goto AMBUSH_HIDE
  7921.  
  7922. AMBUSH_RETREAT_3:
  7923. counter add 30
  7924. goto AMBUSH_HIDE
  7925.  
  7926. AMBUSH_RETREAT_4:
  7927. counter add 40
  7928. goto AMBUSH_HIDE
  7929.  
  7930. AMBUSH_RETREAT_5:
  7931. counter add 50
  7932. goto AMBUSH_HIDE
  7933.  
  7934. AMBUSH_RETREAT_6:
  7935. counter add 60
  7936. goto AMBUSH_HIDE
  7937.  
  7938. AMBUSH_RETREAT_PAUSE:
  7939. pause
  7940. AMBUSH_RETREAT:
  7941. echo
  7942. echo AMBUSH_RETREAT:
  7943. echo
  7944. match AMBUSH_FAIL You cannot back away from a chance to continue your slaughter
  7945. matchre AMBUSH_ADV /You sneak|Roundtime|already/i
  7946. match AMBUSH_RETREAT2 You retreat
  7947. match AMBUSH_RETREAT stop advancing
  7948. match AMBUSH_RETREAT_PAUSE ...wait
  7949. match AMBUSH_RETREAT_PAUSE type ahead
  7950. match FATIGUE_STAND You must stand first.
  7951. put retreat
  7952. matchwait
  7953.  
  7954. AMBUSH_RETREAT1_PAUSE:
  7955. pause
  7956. AMBUSH_RETREAT1:
  7957. echo
  7958. echo AMBUSH_RETREAT1:
  7959. echo
  7960. match AMBUSH_FAIL You cannot back away from a chance to continue your slaughter
  7961. match AMBUSH_ADV You sneak
  7962. match AMBUSH_RETREAT11_PAUSE Roundtime
  7963. match AMBUSH_RETREAT2 already
  7964. match AMBUSH_RETREAT2 You retreat
  7965. match AMBUSH_RETREAT1 stop advancing
  7966. match AMBUSH_RETREAT1_PAUSE ...wait
  7967. match AMBUSH_RETREAT1_PAUSE type ahead
  7968. match FATIGUE_STAND You must stand first.
  7969. put retreat
  7970. matchwait
  7971.  
  7972. AMBUSH_RETREAT11_PAUSE:
  7973. pause
  7974. AMBUSH_RETREAT11:
  7975. echo
  7976. echo AMBUSH_RETREAT11:
  7977. echo
  7978. match AMBUSH_FAIL You cannot back away from a chance to continue your slaughter
  7979. match AMBUSH_FAIL Roundtime
  7980. match AMBUSH_RETREAT2 already
  7981. match AMBUSH_RETREAT2 You retreat
  7982. match AMBUSH_RETREAT2 You sneak back
  7983. match AMBUSH_RETREAT11_PAUSE ...wait
  7984. match AMBUSH_RETREAT11_PAUSE type ahead
  7985. match FATIGUE_STAND You must stand first.
  7986. put retreat
  7987. matchwait
  7988.  
  7989.  
  7990. AMBUSH_FACE1:
  7991. counter subtract 10
  7992. goto AMBUSH_FACE
  7993.  
  7994.  
  7995. AMBUSH_FACE2:
  7996. counter add 20
  7997. goto AMBUSH_FACE
  7998.  
  7999.  
  8000. AMBUSH_FACE3:
  8001. counter add 30
  8002. goto AMBUSH_FACE
  8003.  
  8004.  
  8005. AMBUSH_FACE4:
  8006. counter add 40
  8007. goto AMBUSH_FACE
  8008.  
  8009. AMBUSH_FACE5:
  8010. counter add 50
  8011. goto AMBUSH_FACE
  8012.  
  8013.  
  8014. AMBUSH_FACE6:
  8015. counter add 60
  8016. goto AMBUSH_FACE
  8017.  
  8018. AMBUSH_FACE_PAUSE:
  8019. pause
  8020. AMBUSH_FACE:
  8021. match AMBUSH_FACE_PAUSE type ahead
  8022. match AMBUSH_FACE_PAUSE ...wait
  8023. match AMBUSH_ASSESS_ADV nothing else to
  8024. match AMBUSH_ADV you turn
  8025. put face next
  8026. matchwait
  8027.  
  8028. AMBUSH_ASSESS_ADV:
  8029. match AMBUSH_FACE You stop advancing
  8030. match NOTHING advance towards?
  8031. match AMBUSH_ADV begin
  8032. match AMBUSH_FACE You have lost sight
  8033. match AMBUSH_FAIL to melee range
  8034. match AMBUSH_FAIL [You're
  8035. match AMBUSH_FAIL already at melee
  8036. put advance
  8037. matchwait
  8038.  
  8039. AMBUSH_NOTHING:
  8040. pause 3
  8041. wait
  8042. goto AMBUSH_FACE
  8043.  
  8044. AMBUSH_RETREAT2_PAUSE:
  8045. pause
  8046. AMBUSH_RETREAT2:
  8047. echo
  8048. echo AMBUSH_RETREAT2:
  8049. echo
  8050. matchre AMBUSH_FAIL /discovers|notices|fail|You are too close/i
  8051. matchre AMBUSH_ADV /You melt|You blend|Eh\?/i
  8052. matchre AMBUSH_RETREAT2_PAUSE /\.\.\.wait|type ahead/i
  8053. put hide
  8054. matchwait
  8055.  
  8056. AMBUSH_ADV1:
  8057. counter subtract 10
  8058. goto AMBUSH_ADV
  8059.  
  8060. AMBUSH_ADV2:
  8061. counter add 20
  8062. goto AMBUSH_ADV
  8063.  
  8064. AMBUSH_ADV3:
  8065. counter add 30
  8066. goto AMBUSH_ADV
  8067.  
  8068. AMBUSH_ADV4:
  8069. counter add 40
  8070. goto AMBUSH_ADV
  8071.  
  8072. AMBUSH_ADV5:
  8073. counter add 50
  8074. goto AMBUSH_ADV
  8075.  
  8076. AMBUSH_ADV6:
  8077. counter add 60
  8078. goto AMBUSH_ADV
  8079.  
  8080. AMBUSH_ADV7:
  8081. counter add 70
  8082. goto AMBUSH_ADV
  8083.  
  8084. AMBUSH_ADV_PAUSE:
  8085. pause
  8086. AMBUSH_ADV:
  8087. echo
  8088. echo AMBUSH_ADV:
  8089. echo
  8090. match AMBUSH_HIDE discovers
  8091. match AMBUSH_HIDE notices
  8092. match AMBUSH_HIDE fail
  8093. match AMBUSH_STALK melee
  8094. match AMBUSH_NOTHING What do you want to advance towards?
  8095. match AMBUSH_ADV_PAUSE you stop advancing
  8096. match AMBUSH_ADV_PAUSE ...wait
  8097. match AMBUSH_ADV_PAUSE type ahead
  8098. put advance
  8099. matchwait
  8100.  
  8101. AMBUSH_STALK_PAUSE:
  8102. pause
  8103. AMBUSH_STALK:
  8104. echo
  8105. echo AMBUSH_STALK:
  8106. echo
  8107. match AMBUSH_FAIL discovers
  8108. match AMBUSH_FAIL notices
  8109. match AMBUSH_ADV nothing else
  8110. match %c You move into position
  8111. match %c already stalking
  8112. match %c Don't be silly
  8113. match AMBUSH_HIDE trying to stalk
  8114. match AMBUSH_HIDE try being out of sight
  8115. match AMBUSH_STALK2 You fail
  8116. match AMBUSH_STALK_PAUSE ...wait
  8117. match AMBUSH_STALK_PAUSE type ahead
  8118. put stalk
  8119. matchwait
  8120.  
  8121. AMBUSH_STALK2_PAUSE:
  8122. pause
  8123. AMBUSH_STALK2:
  8124. echo
  8125. echo AMBUSH_STALK2:
  8126. echo
  8127. match AMBUSH_FAIL discovers
  8128. match AMBUSH_FAIL notices
  8129. match AMBUSH_ADV nothing else
  8130. match %c You move into position
  8131. match %c already stalking
  8132. match %c Don't be silly
  8133. match AMBUSH_HIDE trying to stalk
  8134. match AMBUSH_HIDE try being out of sight
  8135. match AMBUSH_STALK3 You fail
  8136. match AMBUSH_STALK2_PAUSE ...wait
  8137. match AMBUSH_STALK2_PAUSE type ahead
  8138. put stalk
  8139. matchwait
  8140.  
  8141. AMBUSH_STALK3_PAUSE:
  8142. pause
  8143. AMBUSH_STALK3:
  8144. echo
  8145. echo AMBUSH_STALK3:
  8146. echo
  8147. match AMBUSH_FAIL discovers
  8148. match AMBUSH_FAIL notices
  8149. match AMBUSH_ADV nothing else
  8150. match %c You move into position
  8151. match %c already stalking
  8152. match %c Don't be silly
  8153. match AMBUSH_HIDE trying to stalk
  8154. match AMBUSH_HIDE try being out of sight
  8155. match AMBUSH_STALK4 You fail
  8156. match AMBUSH_STALK3_PAUSE ...wait
  8157. match AMBUSH_STALK3_PAUSE type ahead
  8158. put stalk
  8159. matchwait
  8160.  
  8161. AMBUSH_STALK4_PAUSE:
  8162. pause
  8163. AMBUSH_STALK4:
  8164. echo
  8165. echo AMBUSH_STALK4:
  8166. echo
  8167. match AMBUSH_FAIL discovers
  8168. match AMBUSH_FAIL notices
  8169. match AMBUSH_ADV nothing else
  8170. match %c You move into position
  8171. match %c already stalking
  8172. match %c Don't be silly
  8173. match AMBUSH_HIDE trying to stalk
  8174. match AMBUSH_HIDE try being out of sight
  8175. match AMBUSH_STALK5 You fail
  8176. match AMBUSH_STALK4_PAUSE ...wait
  8177. match AMBUSH_STALK4_PAUSE type ahead
  8178. put stalk
  8179. matchwait
  8180.  
  8181. AMBUSH_STALK5:
  8182. pause
  8183. goto %c
  8184.  
  8185.  
  8186. AMBUSH_STAND_PAUSE:
  8187. pause
  8188. AMBUSH_STAND:
  8189. echo
  8190. echo AMBUSH_STAND:
  8191. echo
  8192. match AMBUSH_STAND_PAUSE Roundtime
  8193. match AMBUSH_HIDE You stand back up.
  8194. match AMBUSH_STAND_PAUSE ...wait
  8195. match AMBUSH_STAND_PAUSE type ahead
  8196. put stand
  8197. matchwait
  8198.  
  8199. AMBUSH_FAIL:
  8200. echo
  8201. echo AMBUSH_FAIL:
  8202. echo
  8203. counter subtract 1000
  8204. save %c
  8205. counter add 1000
  8206. goto %s
  8207.  
  8208. 1400:
  8209. counter add 10
  8210. 1410:
  8211. counter add 10
  8212. goto COMBO_EXP_%zHexpC
  8213.  
  8214. EXP_1421:
  8215. EXP_1420:
  8216. AMB_COMBO_4_1:
  8217. echo
  8218. echo AMB_COMBO_4_1: %zHcombo1
  8219. echo
  8220. #Patricia matchre KHRI /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8221. #Patricia matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8222. #Patricia match AMBUSH_ADV1 aren't close enough
  8223. #Patricia matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8224. #Patricia match AMBUSH_FACE1 nothing else
  8225. #Patricia matchre PAUSE1 /\.\.\.wait|type ahead/i
  8226. #Patricia match STUN1 You are still stunned.
  8227. #Patriciaput %zHcombo1
  8228. #Patricia matchwait
  8229. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8230. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8231. match AMBUSH_ADV1 aren't close enough
  8232. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8233. match AMBUSH_FACE1 nothing else
  8234. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8235. match STUN1 You are still stunned.
  8236. put %zHcombo1
  8237. matchwait
  8238.  
  8239. 1420:
  8240. counter add 10
  8241. AMB_COMBO_4_2:
  8242. echo
  8243. echo AMB_COMBO_4_2: %zHcombo2
  8244. echo
  8245. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8246. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8247. match AMBUSH_ADV1 aren't close enough
  8248. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8249. match AMBUSH_FACE1 nothing else
  8250. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8251. match STUN1 You are still stunned.
  8252. put %zHcombo2
  8253. matchwait
  8254.  
  8255. 1430:
  8256. counter add 10
  8257. AMB_COMBO_4_3:
  8258. echo
  8259. echo AMB_COMBO_4_3: %zHcombo3
  8260. echo
  8261. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8262. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8263. match AMBUSH_ADV1 aren't close enough
  8264. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8265. match AMBUSH_FACE1 nothing else
  8266. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8267. match STUN1 You are still stunned.
  8268. put %zHcombo3
  8269. matchwait
  8270.  
  8271. 1440:
  8272. counter subtract 30
  8273. AMB_COMBO_4_4:
  8274. echo
  8275. echo AMB_COMBO_4_4: %zHcombo4
  8276. echo
  8277. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8278. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8279. match AMBUSH_ADV1 aren't close enough
  8280. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8281. match AMBUSH_FACE1 nothing else
  8282. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8283. match STUN1 You are still stunned.
  8284. put %zHcombo4
  8285. matchwait
  8286.  
  8287. 1500:
  8288. counter add 10
  8289. 1510:
  8290. counter add 10
  8291. goto COMBO_EXP_%zHexpC
  8292.  
  8293. EXP_1521:
  8294. EXP_1520:
  8295. AMB_COMBO_5_1:
  8296. echo
  8297. echo AMB_COMBO_5_1: %zHcombo1
  8298. echo
  8299. #Patricia matchre KHRI /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8300. #Patricia matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8301. #Patricia match AMBUSH_ADV1 aren't close enough
  8302. #Patricia matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8303. #Patricia match AMBUSH_FACE1 nothing else
  8304. #Patricia matchre PAUSE1 /\.\.\.wait|type ahead/i
  8305. #Patricia match STUN1 You are still stunned.
  8306. #Patriciaput %zHcombo1
  8307. #Patricia matchwait
  8308. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8309. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8310. match AMBUSH_ADV1 aren't close enough
  8311. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8312. match AMBUSH_FACE1 nothing else
  8313. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8314. match STUN1 You are still stunned.
  8315. put %zHcombo1
  8316. matchwait
  8317.  
  8318. 1520:
  8319. counter add 10
  8320. AMB_COMBO_5_2:
  8321. echo
  8322. echo AMB_COMBO_5_2: %zHcombo2
  8323. echo
  8324. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8325. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8326. match AMBUSH_ADV1 aren't close enough
  8327. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8328. match AMBUSH_FACE1 nothing else
  8329. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8330. match STUN1 You are still stunned.
  8331. put %zHcombo2
  8332. matchwait
  8333.  
  8334. 1530:
  8335. counter add 10
  8336. AMB_COMBO_5_3:
  8337. echo
  8338. echo AMB_COMBO_5_3: %zHcombo3
  8339. echo
  8340. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8341. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8342. match AMBUSH_ADV1 aren't close enough
  8343. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8344. match AMBUSH_FACE1 nothing else
  8345. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8346. match STUN1 You are still stunned.
  8347. put %zHcombo3
  8348. matchwait
  8349.  
  8350. 1540:
  8351. counter add 10
  8352. AMB_COMBO_5_4:
  8353. echo
  8354. echo AMB_COMBO_5_4: %zHcombo4
  8355. echo
  8356. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8357. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8358. match AMBUSH_ADV1 aren't close enough
  8359. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8360. match AMBUSH_FACE1 nothing else
  8361. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8362. match STUN1 You are still stunned.
  8363. put %zHcombo4
  8364. matchwait
  8365.  
  8366. 1550:
  8367. counter subtract 40
  8368. AMB_COMBO_5_5:
  8369. echo
  8370. echo AMB_COMBO_5_5: %zHcombo5
  8371. echo
  8372. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8373. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8374. match AMBUSH_ADV4 aren't close enough
  8375. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8376. match AMBUSH_FACE4 nothing else
  8377. matchre PAUSE4 /\.\.\.wait|type ahead/i
  8378. match STUN4 You are still stunned.
  8379. put %zHcombo5
  8380. matchwait
  8381.  
  8382. 1600:
  8383. counter add 10
  8384. 1610:
  8385. counter add 10
  8386. goto COMBO_EXP_%zHexpC
  8387.  
  8388. EXP_1621:
  8389. EXP_1620:
  8390. AMB_COMBO_6_1:
  8391. echo
  8392. echo AMB_COMBO_6_1: %zHcombo1
  8393. echo
  8394. #Patricia matchre KHRI /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8395. #Patricia matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8396. #Patricia match AMBUSH_ADV1 aren't close enough
  8397. #Patricia matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8398. #Patricia match AMBUSH_FACE1 nothing else
  8399. #Patricia matchre PAUSE1 /\.\.\.wait|type ahead/i
  8400. #Patricia match STUN1 You are still stunned.
  8401. #Patriciaput %zHcombo1
  8402. #Patricia matchwait
  8403. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8404. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8405. match AMBUSH_ADV1 aren't close enough
  8406. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8407. match AMBUSH_FACE1 nothing else
  8408. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8409. match STUN1 You are still stunned.
  8410. put %zHcombo1
  8411. matchwait
  8412.  
  8413. 1620:
  8414. counter add 10
  8415. AMB_COMBO_6_2:
  8416. echo
  8417. echo AMB_COMBO_6_2: %zHcombo2
  8418. echo
  8419. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8420. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8421. match AMBUSH_ADV1 aren't close enough
  8422. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8423. match AMBUSH_FACE1 nothing else
  8424. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8425. match STUN1 You are still stunned.
  8426. put %zHcombo2
  8427. matchwait
  8428.  
  8429. 1630:
  8430. counter add 10
  8431. AMB_COMBO_6_3:
  8432. echo
  8433. echo AMB_COMBO_6_3: %zHcombo3
  8434. echo
  8435. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8436. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8437. match AMBUSH_ADV1 aren't close enough
  8438. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8439. match AMBUSH_FACE1 nothing else
  8440. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8441. match STUN1 You are still stunned.
  8442. put %zHcombo3
  8443. matchwait
  8444.  
  8445. 1640:
  8446. counter add 10
  8447. AMB_COMBO_6_4:
  8448. echo
  8449. echo AMB_COMBO_6_4: %zHcombo4
  8450. echo
  8451. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8452. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8453. match AMBUSH_ADV1 aren't close enough
  8454. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8455. match AMBUSH_FACE1 nothing else
  8456. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8457. match STUN1 You are still stunned.
  8458. put %zHcombo4
  8459. matchwait
  8460.  
  8461. 1650:
  8462. counter add 10
  8463. AMB_COMBO_6_5:
  8464. echo
  8465. echo AMB_COMBO_6_5: %zHcombo5
  8466. echo
  8467. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8468. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8469. match AMBUSH_ADV1 aren't close enough
  8470. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8471. match AMBUSH_FACE1 nothing else
  8472. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8473. match STUN1 You are still stunned.
  8474. put %zHcombo5
  8475. matchwait
  8476.  
  8477. 1660:
  8478. counter subtract 50
  8479. AMB_COMBO_6_6:
  8480. echo
  8481. echo AMB_COMBO_6_6: %zHcombo6
  8482. echo
  8483. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8484. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8485. match AMBUSH_ADV5 aren't close enough
  8486. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8487. match AMBUSH_FACE5 nothing else
  8488. matchre PAUSE5 /\.\.\.wait|type ahead/i
  8489. match STUN5 You are still stunned.
  8490. put %zHcombo6
  8491. matchwait
  8492.  
  8493. 1700:
  8494. counter add 10
  8495. 1710:
  8496. counter add 10
  8497. goto COMBO_EXP_%zHexpC
  8498.  
  8499. EXP_1721:
  8500. EXP_1720:
  8501. AMB_COMBO_7_1:
  8502. echo
  8503. echo AMB_COMBO_7_1: %zHcombo1
  8504. echo
  8505. #Patricia matchre KHRI /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8506. #Patricia matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8507. #Patricia match AMBUSH_ADV1 aren't close enough
  8508. #Patricia matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8509. #Patricia match AMBUSH_FACE1 nothing else
  8510. #Patricia matchre PAUSE1 /\.\.\.wait|type ahead/i
  8511. #Patricia match STUN1 You are still stunned.
  8512. #Patriciaput %zHcombo1
  8513. #Patricia matchwait
  8514. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8515. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8516. match AMBUSH_ADV1 aren't close enough
  8517. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8518. match AMBUSH_FACE1 nothing else
  8519. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8520. match STUN1 You are still stunned.
  8521. put %zHcombo1
  8522. matchwait
  8523.  
  8524. 1720:
  8525. counter add 10
  8526. AMB_COMBO_7_2:
  8527. echo
  8528. echo AMB_COMBO_7_2: %zHcombo2
  8529. echo
  8530. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8531. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8532. match AMBUSH_ADV1 aren't close enough
  8533. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8534. match AMBUSH_FACE1 nothing else
  8535. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8536. match STUN1 You are still stunned.
  8537. put %zHcombo2
  8538. matchwait
  8539.  
  8540. 1730:
  8541. counter add 10
  8542. AMB_COMBO_7_3:
  8543. echo
  8544. echo AMB_COMBO_7_3: %zHcombo3
  8545. echo
  8546. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8547. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8548. match AMBUSH_ADV1 aren't close enough
  8549. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8550. match AMBUSH_FACE1 nothing else
  8551. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8552. match STUN1 You are still stunned.
  8553. put %zHcombo3
  8554. matchwait
  8555.  
  8556. 1740:
  8557. counter add 10
  8558. AMB_COMBO_7_4:
  8559. echo
  8560. echo AMB_COMBO_7_4: %zHcombo4
  8561. echo
  8562. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8563. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8564. match AMBUSH_ADV1 aren't close enough
  8565. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8566. match AMBUSH_FACE1 nothing else
  8567. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8568. match STUN1 You are still stunned.
  8569. put %zHcombo4
  8570. matchwait
  8571.  
  8572. 1750:
  8573. counter add 10
  8574. AMB_COMBO_7_5:
  8575. echo
  8576. echo AMB_COMBO_7_5: %zHcombo5
  8577. echo
  8578. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8579. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8580. match AMBUSH_ADV1 aren't close enough
  8581. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8582. match AMBUSH_FACE1 nothing else
  8583. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8584. match STUN1 You are still stunned.
  8585. put %zHcombo5
  8586. matchwait
  8587.  
  8588. 1760:
  8589. counter add 10
  8590. AMB_COMBO_7_6:
  8591. echo
  8592. echo AMB_COMBO_7_6: %zHcombo6
  8593. echo
  8594. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8595. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8596. match AMBUSH_ADV1 aren't close enough
  8597. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8598. match AMBUSH_FACE1 nothing else
  8599. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8600. match STUN1 You are still stunned.
  8601. put %zHcombo6
  8602. matchwait
  8603.  
  8604. 1770:
  8605. counter subtract 60
  8606. AMB_COMBO_7_7:
  8607. echo
  8608. echo AMB_COMBO_7_7: %zHcombo7
  8609. echo
  8610. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8611. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8612. match AMBUSH_ADV6 aren't close enough
  8613. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8614. match AMBUSH_FACE6 nothing else
  8615. matchre PAUSE6 /\.\.\.wait|type ahead/i
  8616. match STUN6 You are still stunned.
  8617. put %zHcombo7
  8618. matchwait
  8619.  
  8620. 1800:
  8621. counter add 10
  8622. 1810:
  8623. counter add 10
  8624. goto COMBO_EXP_%zHexpC
  8625.  
  8626. EXP_1821:
  8627. EXP_1820:
  8628. AMB_COMBO_8_1:
  8629. echo
  8630. echo AMB_COMBO_8_1: %zHcombo1
  8631. echo
  8632. #Patricia matchre KHRI /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8633. #Patricia matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8634. #Patricia match AMBUSH_ADV1 aren't close enough
  8635. #Patricia matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8636. #Patricia match AMBUSH_FACE1 nothing else
  8637. #Patricia matchre PAUSE1 /\.\.\.wait|type ahead/i
  8638. #Patricia match STUN1 You are still stunned.
  8639. #Patriciaput %zHcombo1
  8640. #Patricia matchwait
  8641. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8642. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8643. match AMBUSH_ADV1 aren't close enough
  8644. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8645. match AMBUSH_FACE1 nothing else
  8646. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8647. match STUN1 You are still stunned.
  8648. put %zHcombo1
  8649. matchwait
  8650.  
  8651. 1820:
  8652. counter add 10
  8653. AMB_COMBO_8_2:
  8654. echo
  8655. echo AMB_COMBO_8_2: %zHcombo2
  8656. echo
  8657. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8658. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8659. match AMBUSH_ADV1 aren't close enough
  8660. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8661. match AMBUSH_FACE1 nothing else
  8662. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8663. match STUN1 You are still stunned.
  8664. put %zHcombo2
  8665. matchwait
  8666.  
  8667. 1830:
  8668. counter add 10
  8669. AMB_COMBO_8_3:
  8670. echo
  8671. echo AMB_COMBO_8_3: %zHcombo3
  8672. echo
  8673. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8674. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8675. match AMBUSH_ADV1 aren't close enough
  8676. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8677. match AMBUSH_FACE1 nothing else
  8678. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8679. match STUN1 You are still stunned.
  8680. put %zHcombo3
  8681. matchwait
  8682.  
  8683. 1840:
  8684. counter add 10
  8685. AMB_COMBO_8_4:
  8686. echo
  8687. echo AMB_COMBO_8_4: %zHcombo4
  8688. echo
  8689. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8690. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8691. match AMBUSH_ADV1 aren't close enough
  8692. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8693. match AMBUSH_FACE1 nothing else
  8694. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8695. match STUN1 You are still stunned.
  8696. put %zHcombo4
  8697. matchwait
  8698.  
  8699. 1850:
  8700. counter add 10
  8701. AMB_COMBO_8_5:
  8702. echo
  8703. echo AMB_COMBO_8_5: %zHcombo5
  8704. echo
  8705. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8706. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8707. match AMBUSH_ADV1 aren't close enough
  8708. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8709. match AMBUSH_FACE1 nothing else
  8710. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8711. match STUN1 You are still stunned.
  8712. put %zHcombo5
  8713. matchwait
  8714.  
  8715. 1860:
  8716. counter add 10
  8717. AMB_COMBO_8_6:
  8718. echo
  8719. echo AMB_COMBO_8_6: %zHcombo6
  8720. echo
  8721. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8722. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8723. match AMBUSH_ADV1 aren't close enough
  8724. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8725. match AMBUSH_FACE1 nothing else
  8726. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8727. match STUN1 You are still stunned.
  8728. put %zHcombo6
  8729. matchwait
  8730.  
  8731. 1870:
  8732. counter add 10
  8733. AMB_COMBO_8_7:
  8734. echo
  8735. echo AMB_COMBO_8_7: %zHcombo7
  8736. echo
  8737. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8738. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8739. match AMBUSH_ADV1 aren't close enough
  8740. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8741. match AMBUSH_FACE1 nothing else
  8742. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8743. match STUN1 You are still stunned.
  8744. put %zHcombo7
  8745. matchwait
  8746.  
  8747. 1880:
  8748. counter subtract 70
  8749. AMB_COMBO_8_8:
  8750. echo
  8751. echo AMB_COMBO_8_8: %zHcombo8
  8752. echo
  8753. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8754. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8755. match AMBUSH_ADV7 aren't close enough
  8756. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8757. match AMBUSH_FACE7 nothing else
  8758. matchre PAUSE7 /\.\.\.wait|type ahead/i
  8759. match STUN7 You are still stunned.
  8760. put %zHcombo8
  8761. matchwait
  8762.  
  8763. 1401:
  8764. counter add 10
  8765. 1411:
  8766. counter add 10
  8767. AMB_COMBO_4_1:
  8768. echo
  8769. echo AMB_COMBO_4_1: %zHcombo1
  8770. echo
  8771. #Patricia matchre KHRI /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8772. #Patricia matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8773. #Patricia match AMBUSH_ADV1 aren't close enough
  8774. #Patricia matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8775. #Patricia match AMBUSH_FACE1 nothing else
  8776. #Patricia matchre PAUSE1 /\.\.\.wait|type ahead/i
  8777. #Patricia match STUN1 You are still stunned.
  8778. #Patriciaput %zHcombo1
  8779. #Patricia matchwait
  8780. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8781. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8782. match AMBUSH_ADV1 aren't close enough
  8783. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8784. match AMBUSH_FACE1 nothing else
  8785. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8786. match STUN1 You are still stunned.
  8787. put %zHcombo1
  8788. matchwait
  8789.  
  8790. 1421:
  8791. counter add 10
  8792. AMB_COMBO_4_2:
  8793. echo
  8794. echo AMB_COMBO_4_2: %zHcombo2
  8795. echo
  8796. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8797. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8798. match AMBUSH_ADV1 aren't close enough
  8799. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8800. match AMBUSH_FACE1 nothing else
  8801. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8802. match STUN1 You are still stunned.
  8803. put %zHcombo2 head
  8804. matchwait
  8805.  
  8806. 1431:
  8807. counter add 10
  8808. AMB_COMBO_4_3:
  8809. echo
  8810. echo AMB_COMBO_4_3: %zHcombo3
  8811. echo
  8812. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8813. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8814. match AMBUSH_ADV1 aren't close enough
  8815. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8816. match AMBUSH_FACE1 nothing else
  8817. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8818. match STUN1 You are still stunned.
  8819. put %zHcombo3 head
  8820. matchwait
  8821.  
  8822. 1441:
  8823. counter add 10
  8824. AMB_COMBO_4_4:
  8825. echo
  8826. echo AMB_COMBO_4_4: %zHcombo4
  8827. echo
  8828. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8829. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8830. match AMBUSH_ADV1 aren't close enough
  8831. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8832. match AMBUSH_FACE1 nothing else
  8833. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8834. match STUN1 You are still stunned.
  8835. put %zHcombo4 head
  8836. matchwait
  8837.  
  8838. 1501:
  8839. counter add 10
  8840. 1511:
  8841. counter add 10
  8842. AMB_COMBO_5_1:
  8843. echo
  8844. echo AMB_COMBO_5_1: %zHcombo1
  8845. echo
  8846. #Patricia matchre KHRI /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8847. #Patricia matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8848. #Patricia match AMBUSH_ADV1 aren't close enough
  8849. #Patricia matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8850. #Patricia match AMBUSH_FACE1 nothing else
  8851. #Patricia matchre PAUSE1 /\.\.\.wait|type ahead/i
  8852. #Patricia match STUN1 You are still stunned.
  8853. #Patriciaput %zHcombo1
  8854. #Patricia matchwait
  8855. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8856. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8857. match AMBUSH_ADV1 aren't close enough
  8858. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8859. match AMBUSH_FACE1 nothing else
  8860. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8861. match STUN1 You are still stunned.
  8862. put %zHcombo1
  8863. matchwait
  8864.  
  8865. 1521:
  8866. counter add 10
  8867. AMB_COMBO_5_2:
  8868. echo
  8869. echo AMB_COMBO_5_2: %zHcombo2
  8870. echo
  8871. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8872. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8873. match AMBUSH_ADV1 aren't close enough
  8874. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8875. match AMBUSH_FACE1 nothing else
  8876. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8877. match STUN1 You are still stunned.
  8878. put %zHcombo2 head
  8879. matchwait
  8880.  
  8881. 1531:
  8882. counter add 10
  8883. AMB_COMBO_5_3:
  8884. echo
  8885. echo AMB_COMBO_5_3: %zHcombo3
  8886. echo
  8887. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8888. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8889. match AMBUSH_ADV1 aren't close enough
  8890. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8891. match AMBUSH_FACE1 nothing else
  8892. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8893. match STUN1 You are still stunned.
  8894. put %zHcombo3 head
  8895. matchwait
  8896.  
  8897. 1541:
  8898. counter add 10
  8899. AMB_COMBO_5_4:
  8900. echo
  8901. echo AMB_COMBO_5_4: %zHcombo4
  8902. echo
  8903. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8904. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8905. match AMBUSH_ADV1 aren't close enough
  8906. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8907. match AMBUSH_FACE1 nothing else
  8908. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8909. match STUN1 You are still stunned.
  8910. put %zHcombo4 head
  8911. matchwait
  8912.  
  8913. 1551:
  8914. counter subtract 40
  8915. AMB_COMBO_5_5:
  8916. echo
  8917. echo AMB_COMBO_5_5: %zHcombo5
  8918. echo
  8919. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8920. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8921. match AMBUSH_ADV4 aren't close enough
  8922. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8923. match AMBUSH_FACE4 nothing else
  8924. matchre PAUSE4 /\.\.\.wait|type ahead/i
  8925. match STUN4 You are still stunned.
  8926. put %zHcombo5 head
  8927. matchwait
  8928.  
  8929. 1601:
  8930. counter add 10
  8931. 1611:
  8932. counter add 10
  8933. AMB_COMBO_6_1:
  8934. echo
  8935. echo AMB_COMBO_6_1: %zHcombo1
  8936. echo
  8937. #Patricia matchre KHRI /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8938. #Patricia matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8939. #Patricia match AMBUSH_ADV1 aren't close enough
  8940. #Patricia matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8941. #Patricia match AMBUSH_FACE1 nothing else
  8942. #Patricia matchre PAUSE1 /\.\.\.wait|type ahead/i
  8943. #Patricia match STUN1 You are still stunned.
  8944. #Patriciaput %zHcombo1
  8945. #Patricia matchwait
  8946. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8947. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8948. match AMBUSH_ADV1 aren't close enough
  8949. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8950. match AMBUSH_FACE1 nothing else
  8951. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8952. match STUN1 You are still stunned.
  8953. put %zHcombo1
  8954. matchwait
  8955.  
  8956. 1621:
  8957. counter add 10
  8958. AMB_COMBO_6_2:
  8959. echo
  8960. echo AMB_COMBO_6_2: %zHcombo2
  8961. echo
  8962. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8963. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8964. match AMBUSH_ADV1 aren't close enough
  8965. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8966. match AMBUSH_FACE1 nothing else
  8967. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8968. match STUN1 You are still stunned.
  8969. put %zHcombo2 head
  8970. matchwait
  8971.  
  8972. 1631:
  8973. counter add 10
  8974. AMB_COMBO_6_3:
  8975. echo
  8976. echo AMB_COMBO_6_3: %zHcombo3
  8977. echo
  8978. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8979. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8980. match AMBUSH_ADV1 aren't close enough
  8981. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8982. match AMBUSH_FACE1 nothing else
  8983. matchre PAUSE1 /\.\.\.wait|type ahead/i
  8984. match STUN1 You are still stunned.
  8985. put %zHcombo3 head
  8986. matchwait
  8987.  
  8988. 1641:
  8989. counter add 10
  8990. AMB_COMBO_6_4:
  8991. echo
  8992. echo AMB_COMBO_6_4: %zHcombo4
  8993. echo
  8994. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  8995. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  8996. match AMBUSH_ADV1 aren't close enough
  8997. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  8998. match AMBUSH_FACE1 nothing else
  8999. matchre PAUSE1 /\.\.\.wait|type ahead/i
  9000. match STUN1 You are still stunned.
  9001. put %zHcombo4 head
  9002. matchwait
  9003.  
  9004. 1651:
  9005. counter add 10
  9006. AMB_COMBO_6_5:
  9007. echo
  9008. echo AMB_COMBO_6_5: %zHcombo5
  9009. echo
  9010. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  9011. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  9012. match AMBUSH_ADV1 aren't close enough
  9013. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  9014. match AMBUSH_FACE1 nothing else
  9015. matchre PAUSE1 /\.\.\.wait|type ahead/i
  9016. match STUN1 You are still stunned.
  9017. put %zHcombo5 head
  9018. matchwait
  9019.  
  9020. 1661:
  9021. counter subtract 50
  9022. AMB_COMBO_6_6:
  9023. echo
  9024. echo AMB_COMBO_6_6: %zHcombo6
  9025. echo
  9026. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  9027. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  9028. match AMBUSH_ADV5 aren't close enough
  9029. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  9030. match AMBUSH_FACE5 nothing else
  9031. matchre PAUSE5 /\.\.\.wait|type ahead/i
  9032. match STUN5 You are still stunned.
  9033. put %zHcombo6 head
  9034. matchwait
  9035.  
  9036. 1701:
  9037. counter add 10
  9038. 1711:
  9039. counter add 10
  9040. AMB_COMBO_7_1:
  9041. echo
  9042. echo AMB_COMBO_7_1: %zHcombo1
  9043. echo
  9044. #Patricia matchre KHRI /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  9045. #Patricia matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  9046. #Patricia match AMBUSH_ADV1 aren't close enough
  9047. #Patricia matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  9048. #Patricia match AMBUSH_FACE1 nothing else
  9049. #Patricia matchre PAUSE1 /\.\.\.wait|type ahead/i
  9050. #Patricia match STUN1 You are still stunned.
  9051. #Patriciaput %zHcombo1
  9052. #Patricia matchwait
  9053. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  9054. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  9055. match AMBUSH_ADV1 aren't close enough
  9056. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  9057. match AMBUSH_FACE1 nothing else
  9058. matchre PAUSE1 /\.\.\.wait|type ahead/i
  9059. match STUN1 You are still stunned.
  9060. put %zHcombo1
  9061. matchwait
  9062.  
  9063. 1721:
  9064. counter add 10
  9065. AMB_COMBO_7_2:
  9066. echo
  9067. echo AMB_COMBO_7_2: %zHcombo2
  9068. echo
  9069. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  9070. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  9071. match AMBUSH_ADV1 aren't close enough
  9072. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  9073. match AMBUSH_FACE1 nothing else
  9074. matchre PAUSE1 /\.\.\.wait|type ahead/i
  9075. match STUN1 You are still stunned.
  9076. put %zHcombo2 head
  9077. matchwait
  9078.  
  9079. 1731:
  9080. counter add 10
  9081. AMB_COMBO_7_3:
  9082. echo
  9083. echo AMB_COMBO_7_3: %zHcombo3
  9084. echo
  9085. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  9086. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  9087. match AMBUSH_ADV1 aren't close enough
  9088. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  9089. match AMBUSH_FACE1 nothing else
  9090. matchre PAUSE1 /\.\.\.wait|type ahead/i
  9091. match STUN1 You are still stunned.
  9092. put %zHcombo3 head
  9093. matchwait
  9094.  
  9095. 1741:
  9096. counter add 10
  9097. AMB_COMBO_7_4:
  9098. echo
  9099. echo AMB_COMBO_7_4: %zHcombo4
  9100. echo
  9101. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  9102. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  9103. match AMBUSH_ADV1 aren't close enough
  9104. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  9105. match AMBUSH_FACE1 nothing else
  9106. matchre PAUSE1 /\.\.\.wait|type ahead/i
  9107. match STUN1 You are still stunned.
  9108. put %zHcombo4 head
  9109. matchwait
  9110.  
  9111. 1751:
  9112. counter add 10
  9113. AMB_COMBO_7_5:
  9114. echo
  9115. echo AMB_COMBO_7_5: %zHcombo5
  9116. echo
  9117. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  9118. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  9119. match AMBUSH_ADV1 aren't close enough
  9120. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  9121. match AMBUSH_FACE1 nothing else
  9122. matchre PAUSE1 /\.\.\.wait|type ahead/i
  9123. match STUN1 You are still stunned.
  9124. put %zHcombo5 head
  9125. matchwait
  9126.  
  9127. 1761:
  9128. counter add 10
  9129. AMB_COMBO_7_6:
  9130. echo
  9131. echo AMB_COMBO_7_6: %zHcombo6
  9132. echo
  9133. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  9134. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  9135. match AMBUSH_ADV1 aren't close enough
  9136. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  9137. match AMBUSH_FACE1 nothing else
  9138. matchre PAUSE1 /\.\.\.wait|type ahead/i
  9139. match STUN1 You are still stunned.
  9140. put %zHcombo6
  9141. matchwait
  9142.  
  9143. 1771:
  9144. counter subtract 60
  9145. AMB_COMBO_7_7:
  9146. echo
  9147. echo AMB_COMBO_7_7: %zHcombo7
  9148. echo
  9149. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  9150. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  9151. match AMBUSH_ADV6 aren't close enough
  9152. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  9153. match AMBUSH_FACE6 nothing else
  9154. matchre PAUSE6 /\.\.\.wait|type ahead/i
  9155. match STUN6 You are still stunned.
  9156. put %zHcombo7 head
  9157. matchwait
  9158.  
  9159. 1801:
  9160. counter add 10
  9161. 1811:
  9162. counter add 10
  9163. AMB_COMBO_8_1:
  9164. echo
  9165. echo AMB_COMBO_8_1: %zHcombo1
  9166. echo
  9167. #Patricia matchre KHRI /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  9168. #Patricia matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  9169. #Patricia match AMBUSH_ADV1 aren't close enough
  9170. #Patricia matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  9171. #Patricia match AMBUSH_FACE1 nothing else
  9172. #Patricia matchre PAUSE1 /\.\.\.wait|type ahead/i
  9173. #Patricia match STUN1 You are still stunned.
  9174. #Patriciaput %zHcombo1
  9175. #Patricia matchwait
  9176. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  9177. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  9178. match AMBUSH_ADV1 aren't close enough
  9179. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  9180. match AMBUSH_FACE1 nothing else
  9181. matchre PAUSE1 /\.\.\.wait|type ahead/i
  9182. match STUN1 You are still stunned.
  9183. put %zHcombo1
  9184. matchwait
  9185.  
  9186. 1821:
  9187. counter add 10
  9188. AMB_COMBO_8_2:
  9189. echo
  9190. echo AMB_COMBO_8_2: %zHcombo2
  9191. echo
  9192. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  9193. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  9194. match AMBUSH_ADV1 aren't close enough
  9195. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  9196. match AMBUSH_FACE1 nothing else
  9197. matchre PAUSE1 /\.\.\.wait|type ahead/i
  9198. match STUN1 You are still stunned.
  9199. put %zHcombo2 head
  9200. matchwait
  9201.  
  9202. 1831:
  9203. counter add 10
  9204. AMB_COMBO_8_3:
  9205. echo
  9206. echo AMB_COMBO_8_3: %zHcombo3
  9207. echo
  9208. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  9209. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  9210. match AMBUSH_ADV1 aren't close enough
  9211. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  9212. match AMBUSH_FACE1 nothing else
  9213. matchre PAUSE1 /\.\.\.wait|type ahead/i
  9214. match STUN1 You are still stunned.
  9215. put %zHcombo3 head
  9216. matchwait
  9217.  
  9218. 1841:
  9219. counter add 10
  9220. AMB_COMBO_8_4:
  9221. echo
  9222. echo AMB_COMBO_8_4: %zHcombo4
  9223. echo
  9224. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  9225. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  9226. match AMBUSH_ADV1 aren't close enough
  9227. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  9228. match AMBUSH_FACE1 nothing else
  9229. matchre PAUSE1 /\.\.\.wait|type ahead/i
  9230. match STUN1 You are still stunned.
  9231. put %zHcombo4 head
  9232. matchwait
  9233.  
  9234. 1851:
  9235. counter add 10
  9236. AMB_COMBO_8_5:
  9237. echo
  9238. echo AMB_COMBO_8_5: %zHcombo5
  9239. echo
  9240. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  9241. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  9242. match AMBUSH_ADV1 aren't close enough
  9243. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  9244. match AMBUSH_FACE1 nothing else
  9245. matchre PAUSE1 /\.\.\.wait|type ahead/i
  9246. match STUN1 You are still stunned.
  9247. put %zHcombo5 head
  9248. matchwait
  9249.  
  9250. 1861:
  9251. counter add 10
  9252. AMB_COMBO_8_6:
  9253. echo
  9254. echo AMB_COMBO_8_6: %zHcombo6
  9255. echo
  9256. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  9257. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  9258. match AMBUSH_ADV1 aren't close enough
  9259. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  9260. match AMBUSH_FACE1 nothing else
  9261. matchre PAUSE1 /\.\.\.wait|type ahead/i
  9262. match STUN1 You are still stunned.
  9263. put %zHcombo6 head
  9264. matchwait
  9265.  
  9266. 1871:
  9267. counter add 10
  9268. AMB_COMBO_8_7:
  9269. echo
  9270. echo AMB_COMBO_8_7: %zHcombo7
  9271. echo
  9272. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  9273. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  9274. match AMBUSH_ADV1 aren't close enough
  9275. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  9276. match AMBUSH_FACE1 nothing else
  9277. matchre PAUSE1 /\.\.\.wait|type ahead/i
  9278. match STUN1 You are still stunned.
  9279. put %zHcombo7 head
  9280. matchwait
  9281.  
  9282. 1881:
  9283. counter subtract 70
  9284. AMB_COMBO_8_8:
  9285. echo
  9286. echo AMB_COMBO_8_8: %zHcombo8
  9287. echo
  9288. matchre AMBUSH_HIDE /already in a position|But you are already dodging|You move into a position to|Roundtime|pointlessly hack/i
  9289. matchre FATIGUE /\[You're beat,|\[You're exhausted|\[You're bone-tired/i
  9290. match AMBUSH_ADV7 aren't close enough
  9291. matchre DEAD_MONSTER /balanced\]|balance\]|already dead|very dead/i
  9292. match AMBUSH_FACE7 nothing else
  9293. matchre PAUSE7 /\.\.\.wait|type ahead/i
  9294. match STUN7 You are still stunned.
  9295. put %zHcombo8 head
  9296. matchwait
  9297.  
  9298. 2380:
  9299. 2381:
  9300. 2382:
  9301. 2383:
  9302. counter subtract 10
  9303. 2370:
  9304. 2371:
  9305. 2372:
  9306. 2373:
  9307. counter subtract 10
  9308. 2360:
  9309. 2361:
  9310. 2362:
  9311. 2363:
  9312. counter subtract 10
  9313. 2350:
  9314. 2351:
  9315. 2352:
  9316. 2353:
  9317. counter subtract 10
  9318. 2340:
  9319. 2341:
  9320. 2342:
  9321. 2343:
  9322. counter subtract 10
  9323. 2330:
  9324. 2331:
  9325. 2332:
  9326. 2333:
  9327. counter subtract 10
  9328. 2320:
  9329. 2321:
  9330. 2322:
  9331. 2323:
  9332. counter subtract 10
  9333. 2310:
  9334. 2311:
  9335. 2312:
  9336. 2313:
  9337. counter subtract 10
  9338. 2300:
  9339. 2301:
  9340. 2302:
  9341. 2303:
  9342. goto prep
  9343. 2290:
  9344. 2291:
  9345. 2292:
  9346. 2293:
  9347. counter add 10
  9348. goto prep
  9349.  
  9350. PREP_PAUSE:
  9351. pause
  9352. PREP:
  9353. goto MAGIC_EXP_%zHexpC
  9354.  
  9355. MAGIC_EXP_ON:
  9356. goto MAGIC_MULTI_%zHmulti
  9357.  
  9358. MAGIC_MULTI_ON:
  9359. setvariable zHexpC MAGIC_CHECK
  9360. goto Multi_%zHmulti
  9361.  
  9362. MAGIC_MULTI_OFF:
  9363. put skill
  9364. wait
  9365. MULTI_EXP_MAGIC_CHECK:
  9366. setvariable zHexpC ON
  9367.  
  9368. MAGIC_EXP_OFF:
  9369. echo
  9370. echo PREP:
  9371. echo
  9372. matchre TARGET /fully prepared|already preparing/i
  9373. match MAGIC_COMBAT have to strain
  9374. matchre PREP_PAUSE /\.\.\.wait|type ahead/i
  9375. match STUN stunned
  9376. put prep %zHspell %zHmana
  9377. matchwait
  9378.  
  9379. TARGET_PAUSE:
  9380. pause
  9381. TARGET:
  9382. echo
  9383. echo TARGET:
  9384. echo
  9385. match FACE_TM not engaged
  9386. matchre CAST_%zHm /The formation|Your target pattern|don't need to target/i
  9387. match PREP Your patterns dissipate
  9388. matchre TARGET_PAUSE /\.\.\.wait|type ahead/i
  9389. match STUN stunned
  9390. put target
  9391. matchwait
  9392.  
  9393. FACE_PAUSE:
  9394. pause
  9395. FACE_TM:
  9396. echo
  9397. echo FACE_TM:
  9398. echo
  9399. match TARGET you turn
  9400. match FACE_ADV There is nothing
  9401. match STUN stunned
  9402. put face next
  9403. matchwait
  9404.  
  9405. FACE_ADV:
  9406. match FACE_TM You stop advancing
  9407. match FACE_TM2 advance towards?
  9408. match FACE_TM You have lost sight
  9409. matchre TARGET /to melee range|\[You're|already at melee|begin/i
  9410. put ADV
  9411. matchwait
  9412.  
  9413. FACE_TM2:
  9414. put rel spell
  9415. goto NOTHING
  9416.  
  9417. CAST_PM:
  9418. echo
  9419. echo CAST_PM:
  9420. echo
  9421. matchre MAGIC_DEATH_%zHexpB /You gesture|You reach|Roundtime/i
  9422. match MAGIC_DEATH_REL because your target is dead
  9423. match STUN stunned
  9424. match FACE_TM on yourself!
  9425. match PREP You don't
  9426. put cast
  9427. matchwait
  9428.  
  9429.  
  9430. CAST_TM:
  9431. echo
  9432. echo CAST_TM:
  9433. echo
  9434. matchre MAGIC_RETREAT /You gesture|You reach|Roundtime/i
  9435. match MAGIC_DEATH_REL because your target is dead
  9436. match TARGET Your secondary spell pattern dissipates
  9437. match FACE_TM on yourself!
  9438. match STUN stunned
  9439. match PREP You don't
  9440. put cast
  9441. matchwait
  9442.  
  9443. MAGIC_RETREAT_PAUSE:
  9444. pause
  9445. MAGIC_RETREAT:
  9446. echo
  9447. echo MAGIC_RETREAT:
  9448. echo
  9449. matchre MAGIC_DEATH_ON /You cannot back away from a chance to continue your slaughter|You retreat |re already|Roundtime|You sneak back/i
  9450. matchre MAGIC_RETREAT_PAUSE /stop advancing|\.\.\.wait|type ahead/i
  9451. match STUN stunned
  9452. match FATIGUE_STAND You must stand first.
  9453. put retreat
  9454. put retreat
  9455. matchwait
  9456.  
  9457. MAGIC_DEATH_REL:
  9458. put rel spell
  9459. wait
  9460. goto DEAD_MONSTER
  9461.  
  9462. MAGIC_DEATH_OFF_PAUSE:
  9463. pause
  9464. MAGIC_DEATH_OFF:
  9465. matchre DEAD_MONSTER /which appears dead|\(dead\)/i
  9466. matchre MAGIC_COMBAT2 /paths:|exits:|and you can't see a thing|Your world is a crimson haze/i
  9467. match MAGIC_DEATH_OFF_PAUSE ...wait
  9468. match MAGIC_DEATH_OFF_PAUSE type ahead
  9469. match STUN stunned
  9470. put look
  9471. matchwait
  9472.  
  9473. MAGIC_DEATH_ON_PAUSE:
  9474. pause
  9475. MAGIC_DEATH_ON:
  9476. matchre DEAD_MONSTER /which appears dead|\(dead\)/i
  9477. matchre PREP /paths:|exits:|and you can't see a thing|Your world is a crimson haze/i
  9478. match MAGIC_DEATH_ON_PAUSE ...wait
  9479. match MAGIC_DEATH_ON_PAUSE type ahead
  9480. match STUN stunned
  9481. put look
  9482. matchwait
  9483.  
  9484. MAGIC_COMBAT:
  9485. put rel spell
  9486. wait
  9487. MAGIC_COMBAT2:
  9488. matchre %zHmc /melee|pole|\[You're|on you/i
  9489. match FACE to advance towards
  9490. put adv
  9491. matchwait
  9492.  
  9493. 2480:
  9494. 2481:
  9495. 2482:
  9496. 2483:
  9497. counter subtract 10
  9498. 2470:
  9499. 2471:
  9500. 2472:
  9501. 2473:
  9502. counter subtract 10
  9503. 2460:
  9504. 2461:
  9505. 2462:
  9506. 2463:
  9507. counter subtract 10
  9508. 2450:
  9509. 2451:
  9510. 2452:
  9511. 2453:
  9512. counter subtract 10
  9513. 2440:
  9514. 2441:
  9515. 2442:
  9516. 2443:
  9517. counter subtract 10
  9518. 2430:
  9519. 2431:
  9520. 2432:
  9521. 2433:
  9522. counter subtract 10
  9523. 2420:
  9524. 2421:
  9525. 2422:
  9526. 2423:
  9527. counter subtract 10
  9528. 2410:
  9529. 2411:
  9530. 2412:
  9531. 2413:
  9532. counter subtract 10
  9533. 2400:
  9534. 2401:
  9535. 2402:
  9536. 2403:
  9537. goto SN_PREP
  9538. 2390:
  9539. 2391:
  9540. 2392:
  9541. 2393:
  9542.  
  9543. counter add 10
  9544. goto SN_PREP
  9545.  
  9546. SN_PREP_PAUSE:
  9547. pause
  9548. SN_PREP:
  9549. goto SN_MAGIC_EXP_%zHexpC
  9550.  
  9551. SN_MAGIC_EXP_ON:
  9552. goto SN_MAGIC_MULTI_%zHmulti
  9553.  
  9554. SN_MAGIC_MULTI_ON:
  9555. setvariable zHexpC MAGIC_CHECK
  9556. goto SN_SN_Multi_%zHmulti
  9557.  
  9558. SN_MAGIC_MULTI_OFF:
  9559. put skill
  9560. wait
  9561. SN_MULTI_EXP_MAGIC_CHECK:
  9562. setvariable zHexpC ON
  9563.  
  9564. SN_MAGIC_EXP_OFF:
  9565. echo
  9566. echo SN_PREP:
  9567. echo
  9568. matchre SN_TARGET /fully prepared|already preparing/i
  9569. match SN_MAGIC_COMBAT have to strain
  9570. matchre SN_PREP_PAUSE /\.\.\.wait|type ahead/i
  9571. match STUN stunned
  9572. put prep %zHspell %zHmana
  9573. matchwait
  9574.  
  9575. SN_TARGET_PAUSE:
  9576. pause
  9577. SN_TARGET:
  9578. echo
  9579. echo SN_TARGET:
  9580. echo
  9581. match SN_FACE_TM not engaged
  9582. matchre SN_MAGIC_RETREAT /You gesture|You reach|Roundtime/i
  9583. match SN_MAGIC_DEATH_REL because your target is dead
  9584. match SN_FACE_TM on yourself!
  9585. match STUN stunned
  9586. match SN_PREP You don't
  9587. put target
  9588. put cast
  9589. matchwait
  9590.  
  9591. SN_FACE_PAUSE:
  9592. pause
  9593. SN_FACE_TM:
  9594. echo
  9595. echo SN_FACE_TM:
  9596. echo
  9597. match SN_TARGET you turn
  9598. match FACE_ADV There is nothing
  9599. match STUN stunned
  9600. put face next
  9601. matchwait
  9602.  
  9603. SN_FACE_ADV:
  9604. match SN_FACE_TM You stop advancing
  9605. match SN_FACE_TM2 advance towards?
  9606. match SN_FACE_TM You have lost sight
  9607. matchre SN_TARGET /to melee range|\[You're|already at melee|begin/i
  9608. put ADV
  9609. matchwait
  9610.  
  9611. SN_FACE_TM2:
  9612. put rel spell
  9613. goto NOTHING
  9614.  
  9615. SN_CAST_PM:
  9616. echo
  9617. echo SN_CAST_PM:
  9618. echo
  9619. matchre SN_MAGIC_COMBAT2 /You gesture|You reach|Roundtime/i
  9620. match STUN stunned
  9621. match SN_FACE_TM on yourself!
  9622. match SN_PREP You don't
  9623. put cast
  9624. matchwait
  9625.  
  9626.  
  9627. SN_CAST_TM:
  9628. echo
  9629. echo SN_CAST_TM:
  9630. echo
  9631. matchre SN_MAGIC_RETREAT /You gesture|You reach|Roundtime/i
  9632. match SN_MAGIC_DEATH_REL because your target is dead
  9633. match SN_FACE_TM on yourself!
  9634. match STUN stunned
  9635. match SN_PREP You don't
  9636. put cast
  9637. matchwait
  9638.  
  9639. SN_MAGIC_RETREAT_PAUSE:
  9640. pause
  9641. SN_MAGIC_RETREAT:
  9642. echo
  9643. echo SN_MAGIC_RETREAT:
  9644. echo
  9645. matchre SN_MAGIC_DEATH /You cannot back away from a chance to continue your slaughter|You retreat from combat|re already|You sneak back/i
  9646. match SN_MAGIC_DEATH_PAUSE Roundtime
  9647. matchre SN_MAGIC_RETREAT_PAUSE /stop advancing|\.\.\.wait|type ahead/i
  9648. match STUN stunned
  9649. match FATIGUE_STAND You must stand first.
  9650. put retreat
  9651. put retreat
  9652. matchwait
  9653.  
  9654. SN_MAGIC_DEATH_REL:
  9655. put rel spell
  9656. wait
  9657. goto DEAD_MONSTER
  9658.  
  9659. SN_MAGIC_DEATH_PAUSE:
  9660. pause
  9661. SN_MAGIC_DEATH:
  9662. matchre DEAD_MONSTER /which appears dead|\(dead\)/i
  9663. matchre SN_PREP /paths:|exits:|and you can't see a thing|Your world is a crimson haze/i
  9664. match SN_MAGIC_DEATH_PAUSE ...wait
  9665. match SN_MAGIC_DEATH_PAUSE type ahead
  9666. match STUN stunned
  9667. put look
  9668. matchwait
  9669.  
  9670. SN_MAGIC_COMBAT:
  9671. put rel spell
  9672. wait
  9673. SN_MAGIC_COMBAT2:
  9674. matchre %zHmc /melee|pole|\[You're|on you/i
  9675. match FACE to advance towards
  9676. put adv
  9677. matchwait
  9678.  
  9679. DEAD_MONSTER:
  9680. echo
  9681. echo DEAD_MONSTER:
  9682. echo
  9683. echo
  9684. goto EXPC_%zHexpC
  9685.  
  9686. EXPC_ON:
  9687. put skill
  9688. wait
  9689. EXPC_OFF:
  9690. setvariable zHcounter %c
  9691. counter set 0
  9692. counter set %zHkills
  9693. counter add 1
  9694. setvariable zHkills %c
  9695. counter set 0
  9696. counter set %zHkillsS
  9697. counter add 1
  9698. setvariable zHkillsS %c
  9699. counter set %zHcounter
  9700.  
  9701. goto %zHmonster
  9702.  
  9703. Monster_list:
  9704. Monsterlist:
  9705. %EZmonster:
  9706. %zHmonster:
  9707. #33/32
  9708. MONSTER1:
  9709. MONSTER_GROUP_1:
  9710. echo
  9711. echo MONSTER1:
  9712. echo
  9713. setvariable zHmonster MONSTER1B
  9714. matchre TROLL_2 /wood troll (which appears dead|\(dead\))/i
  9715. matchre GOBLIN /goblin (which appears dead|\(dead\))/i
  9716. matchre HOG /hog (which appears dead|\(dead\))/i
  9717. matchre MADMAN /crazed madman (which appears dead|\(dead\))/i
  9718. matchre GRENDEL /grendel (which appears dead|\(dead\))/i
  9719. matchre COUGAR /cougar (which appears dead|\(dead\))/i
  9720. matchre RAM /ram (which appears dead|\(dead\))/i
  9721. matchre DRYAD / dryad (which appears dead|\(dead\))/i
  9722. matchre NYAD / nyad (which appears dead|\(dead\))/i
  9723. matchre BOGGLE /boggle (which appears dead|\(dead\))/i
  9724. matchre KOBOLD /kobold (which appears dead|\(dead\))/i
  9725. matchre JACKAL /jackal (which appears dead|\(dead\))/i
  9726. matchre TROLL /troll (which appears dead|\(dead\))/i
  9727. matchre EEL /grass eel (which appears dead|\(dead\))/i
  9728. matchre SHAMAN /goblin shaman (which appears dead|\(dead\))/i
  9729. matchre BOAR /boar (which appears dead|\(dead\))/i
  9730. matchre KELPIE /kelpie (which appears dead|\(dead\))/i
  9731. matchre CREEPER /creeper (which appears dead|\(dead\))/i
  9732. matchre VINES /morah vine (which appears dead|\(dead\))/i
  9733. matchre MARAUDER /gypsy marauder (which appears dead|\(dead\))/i
  9734. matchre DUSK_OGRE /dusk ogre (which appears dead|\(dead\))/i
  9735. matchre BEAR /black bear (which appears dead|\(dead\))/i
  9736. matchre WOLF /blood wolf (which appears dead|\(dead\))/i
  9737. matchre BOBCAT /bobcat (which appears dead|\(dead\))/i
  9738. matchre ARBELOG /arbelog (which appears dead|\(dead\))/i
  9739. matchre RAT /rat (which appears dead|\(dead\))/i
  9740. matchre SPIDER /spider (which appears dead|\(dead\))/i
  9741. matchre BOOBRIE /boobrie (which appears dead|\(dead\))/i
  9742. matchre MOTH /moth (which appears dead|\(dead\))/i
  9743. matchre LARVA /larva (which appears dead|\(dead\))/i
  9744. matchre WASP /wasp (which appears dead|\(dead\))/i
  9745. matchre GRAVEROBBER /graverobber (which appears dead|\(dead\))/i
  9746. matchre MONSTER2 /paths:|exits:/i
  9747. matchre SKIN_VARI_CHECK /and you can't see a thing|Your world is a crimson haze/i
  9748. put look
  9749. matchwait
  9750.  
  9751. # 32/32
  9752. MONSTER2:
  9753. MONSTER_GROUP_2:
  9754. echo
  9755. echo MONSTER2:
  9756. echo
  9757. setvariable zHmonster MONSTER2B
  9758. matchre MAULER /warklin mauler (which appears dead|\(dead\))/i
  9759. matchre SILVERFISH /silverfish (which appears dead|\(dead\))/i
  9760. matchre WARKLIN /armored warklin (which appears dead|\(dead\))/i
  9761. matchre BEISWURM /beisswurm (which appears dead|\(dead\))/i
  9762. matchre BEAR /cave bear (which appears dead|\(dead\))/i
  9763. matchre PARD /golden pard (which appears dead|\(dead\))/i
  9764. matchre BISON /bison (which appears dead|\(dead\))/i
  9765. matchre ANTELOPE /antelope (which appears dead|\(dead\))/i
  9766. matchre ARZUMOS /clouded arzumos (which appears dead|\(dead\))/i
  9767. matchre PRIESTESS /dragon priestess (which appears dead|\(dead\))/i
  9768. matchre PECCARY /small peccary (which appears dead|\(dead\))/i
  9769. matchre SERPENT /serpent (which appears dead|\(dead\))/i
  9770. matchre FIRECAT /firecat (which appears dead|\(dead\))/i
  9771. matchre MAIDEN /maiden (which appears dead|\(dead\))/i
  9772. matchre WESTANURYN /mottled westanuryn (which appears dead|\(dead\))/i
  9773. matchre ATI'ETS /sealed ati'ets (which appears dead|\(dead\))/i
  9774. matchre MIHMANAN /olensari mihmanan (which appears dead|\(dead\))/i
  9775. matchre STALKER /faenrae stalker (which appears dead|\(dead\))/i
  9776. matchre CUTTHROAT /cutthroat (which appears dead|\(dead\))/i
  9777. matchre FOOTPAD /footpad (which appears dead|\(dead\))/i
  9778. matchre RUFFIAN /ruffian (which appears dead|\(dead\))/i
  9779. matchre THUG /thug (which appears dead|\(dead\))/i
  9780. matchre VIPER /viper (which appears dead|\(dead\))/i
  9781. matchre LEUCRO /leucro (which appears dead|\(dead\))/i
  9782. matchre REAVER /faenrae reaver (which appears dead|\(dead\))/i
  9783. matchre HOUND_2 /wind hound (which appears dead|\(dead\))/i
  9784. matchre BADGER /badger (which appears dead|\(dead\))/i
  9785. matchre TROLLKIN /trollkin (which appears dead|\(dead\))/i
  9786. matchre POTHANIT /croff pothanit (which appears dead|\(dead\))/i
  9787. matchre GHOUL /ghoul (which appears dead|\(dead\))/i
  9788. matchre INKHORNE /inkhorne (which appears dead|\(dead\))/i
  9789. matchre MONSTER3 /paths:|exits:/i
  9790. matchre SKIN_VARI_CHECK /and you can't see a thing|Your world is a crimson haze/i
  9791. put look
  9792. matchwait
  9793.  
  9794. # 32/32
  9795. MONSTER3:
  9796. MONSTER_GROUP_3:
  9797. echo
  9798. echo MONSTER3:
  9799. echo
  9800. setvariable zHmonster MONSTER3B
  9801. matchre GARGOYLE /gargoyle (which appears dead|\(dead\))/i
  9802. matchre SNOWBEAST /snowbeast (which appears dead|\(dead\))/i
  9803. matchre SPIRIT /death spirit (which appears dead|\(dead\))/i
  9804. matchre SKUNK /skunk (which appears dead|\(dead\))/i
  9805. matchre SHADOWEAVER /shadoweaver (which appears dead|\(dead\))/i
  9806. matchre FROSTWEAVER /frostweaver (which appears dead|\(dead\))/i
  9807. matchre FIEND /dark fiend (which appears dead|\(dead\))/i
  9808. matchre SPIRIT /dark spirit (which appears dead|\(dead\))/i
  9809. matchre PIRATE /pirate (which appears dead|\(dead\))/i
  9810. matchre GOBLIN /snow goblin (which appears dead|\(dead\))/i
  9811. matchre GRUB /corpse grub (which appears dead|\(dead\))/i
  9812. matchre BURROWER /burrower (which appears dead|\(dead\))/i
  9813. matchre SPRITE /sprite (which appears dead|\(dead\))/i
  9814. matchre LIPOPOD /glutinous lipopod (which appears dead|\(dead\))/i
  9815. matchre SKELETON /skeleton (which appears dead|\(dead\))/i
  9816. matchre PSUEDOPOD /slimy psuedopod (which appears dead|\(dead\))/i
  9817. matchre ZOMBIE /zombie (which appears dead|\(dead\))/i
  9818. matchre WOLF /bone wolf (which appears dead|\(dead\))/i
  9819. matchre WORM /grave worm (which appears dead|\(dead\))/i
  9820. matchre VULTURE /sun vulture (which appears dead|\(dead\))/i
  9821. matchre KRA'HEI /kra'hei (which appears dead|\(dead\))/i
  9822. matchre PECCARY /peccary (which appears dead|\(dead\))/i
  9823. matchre TROLL_2 /swamp troll (which appears dead|\(dead\))/i
  9824. matchre FENDRYAD /fendryad (which appears dead|\(dead\))/i
  9825. matchre ELSRAEL /sinuous elsrael (which appears dead|\(dead\))/i
  9826. matchre SLUAGH /lesser sluagh (which appears dead|\(dead\))/i
  9827. matchre DYRACHIS /spiny dyrachis (which appears dead|\(dead\))/i
  9828. matchre CROCODILE /crocodile (which appears dead|\(dead\))/i
  9829. matchre SQUIRREL /squirrel (which appears dead|\(dead\))/i
  9830. matchre ATIKET /atik'et (which appears dead|\(dead\))/i
  9831. matchre MONSTER4 /paths:|exits:/i
  9832. matchre SKIN_VARI_CHECK /and you can't see a thing|Your world is a crimson haze/i
  9833. put look
  9834. matchwait
  9835. #33/32
  9836. MONSTER4:
  9837. MONSTER_GROUP_4:
  9838. echo
  9839. echo MONSTER4:
  9840. echo
  9841. setvariable zHmonster MONSTER4B
  9842. matchre FROG /frog (which appears dead|\(dead\))/i
  9843. matchre MODA /moda (which appears dead|\(dead\))/i
  9844. matchre HATCHLING /hatchling (which appears dead|\(dead\))/i
  9845. matchre ANGISWAERD /marbled angiswaerd (which appears dead|\(dead\))/i
  9846. matchre SPIDER /spider (which appears dead|\(dead\))/i
  9847. matchre NOMAD /zombie nomad (which appears dead|\(dead\))/i
  9848. matchre CRAB /salt crab (which appears dead|\(dead\))/i
  9849. matchre SHARK /shark (which appears dead|\(dead\))/i
  9850. matchre LA'HEKE /ochre la'heke (which appears dead|\(dead\))/i
  9851. matchre MORURYN /dobek moruryn (which appears dead|\(dead\))/i
  9852. matchre UNYN /unyn (which appears dead|\(dead\))/i
  9853. matchre OSHU /oshu (which appears dead|\(dead\))/i
  9854. matchre HHRKI'IZH /ur hhrki'izh (which appears dead|\(dead\))/i
  9855. matchre DOLOMAR /retan dolomar (which appears dead|\(dead\))/i
  9856. matchre POLOH'IZH /grey poloh'izh (which appears dead|\(dead\))/i
  9857. matchre BOA /river boa (which appears dead|\(dead\))/i
  9858. matchre HELE'LAS /sleek hele'las (which appears dead|\(dead\))/i
  9859. matchre CELPEZE /asaren celpeze (which appears dead|\(dead\))/i
  9860. matchre CARACAL /caracal (which appears dead|\(dead\))/i
  9861. matchre LUN'SHELE /lun'shele (which appears dead|\(dead\))/i
  9862. matchre RAIDER /raider (which appears dead|\(dead\))/i
  9863. matchre CLANCHIEF /raider (which appears dead|\(dead\))/i
  9864. matchre REIVER /reiver (which appears dead|\(dead\))/i
  9865. matchre WARCAT /warcat (which appears dead|\(dead\))/i
  9866. matchre CAIMAN /caiman (which appears dead|\(dead\))/i
  9867. matchre SCOUT /scout (which appears dead|\(dead\))/i
  9868. matchre BANDIT /bandit (which appears dead|\(dead\))/i
  9869. matchre BARGHEST /barghest (which appears dead|\(dead\))/i
  9870. matchre HEADHUNTER /headhunter (which appears dead|\(dead\))/i
  9871. matchre SAVAGE /savage (which appears dead|\(dead\))/i
  9872. matchre LACH /lach (which appears dead|\(dead\))/i
  9873. matchre MONSTER5 /paths:|exits:/i
  9874. matchre SKIN_VARI_CHECK /and you can't see a thing|Your world is a crimson haze/i
  9875. put look
  9876. matchwait
  9877. # 32/32
  9878. MONSTER5:
  9879. MONSTER_GROUP_5:
  9880. echo
  9881. echo MONSTER5:
  9882. echo
  9883. setvariable zHmonster MONSTER5B
  9884. matchre APE /ape (which appears dead|\(dead\))/i
  9885. matchre CROW /crow (which appears dead|\(dead\))/i
  9886. matchre SCREAMER /s'lai screamer (which appears dead|\(dead\))/i
  9887. matchre DINEGO /wir dinego (which appears dead|\(dead\))/i
  9888. matchre GUARDIAN /a pile of rubble/i
  9889. matchre GENI /forest geni (which appears dead|\(dead\))/i
  9890. matchre SOUL /tortured soul (which appears dead|\(dead\))/i
  9891. matchre HAFWA /snaer hafwa (which appears dead|\(dead\))/i
  9892. matchre FIEND /crypt fiend (which appears dead|\(dead\))/i
  9893. matchre SPRITE /sprite (which appears dead|\(dead\))/i
  9894. matchre MEY /moss mey (which appears dead|\(dead\))/i
  9895. matchre GERMISH'DIN /germish'din (which appears dead|\(dead\))/i
  9896. matchre KARTAIS /kartais (which appears dead|\(dead\))/i
  9897. matchre LA'TAMI /yvhh la'tami (which appears dead|\(dead\))/i
  9898. matchre SPIDER /spider (which appears dead|\(dead\))/i
  9899. matchre MALCHATA /malchata (which appears dead|\(dead\))/i
  9900. matchre FANATIC /priest fanatic (which appears dead|\(dead\))/i
  9901. matchre MAGE /adan'f shadow mage (which appears dead|\(dead\))/i
  9902. matchre WARRIOR /adan'f blood warrior (which appears dead|\(dead\))/i
  9903. matchre DANCER /adan'f spirit dancer (which appears dead|\(dead\))/i
  9904. matchre CRAB /crab (which appears dead|\(dead\))/i
  9905. matchre HOUND /hound (which appears dead|\(dead\))/i
  9906. matchre SLUAGH /greater sluagh (which appears dead|\(dead\))/i
  9907. matchre SEORDMAER /scaly seordmaer (which appears dead|\(dead\))/i
  9908. matchre STEED /steed (which appears dead|\(dead\))/i
  9909. matchre SWAIN /swain (which appears dead|\(dead\))/i
  9910. matchre MORADU /moradu (which appears dead|\(dead\))/i
  9911. matchre GIDII /gidii (which appears dead|\(dead\))/i
  9912. matchre GREMLIN /gremlin (which appears dead|\(dead\))/i
  9913. matchre RAVEN /raven (which appears dead|\(dead\))/i
  9914. matchre MONSTER6 /paths:|exits:/i
  9915. matchre SKIN_VARI_CHECK /and you can't see a thing|Your world is a crimson haze/i
  9916. put look
  9917. matchwait
  9918.  
  9919. # 33/32
  9920. MONSTER6:
  9921. MONSTER_GROUP_6:
  9922. echo
  9923. echo MONSTER6:
  9924. echo
  9925. setvariable zHmonster MONSTER6B
  9926. matchre TROLL /cave troll (which appears dead|\(dead\))/i
  9927. matchre BULL /storm bull (which appears dead|\(dead\))/i
  9928. matchre NYAD /deadwood nyad (which appears dead|\(dead\))/i
  9929. matchre DRYAD /deadwood dryad (which appears dead|\(dead\))/i
  9930. matchre GARGOYLE /marble gargoyle (which appears dead|\(dead\))/i
  9931. matchre OGRE /ogre (which appears dead|\(dead\))/i
  9932. matchre BAT /blight bat (which appears dead|\(dead\))/i
  9933. matchre TOMMYKNOCKER /tommyknocker (which appears dead|\(dead\))/i
  9934. matchre SLIME /slime (which appears dead|\(dead\))/i
  9935. matchre GOBLIN /black goblin (which appears dead|\(dead\))/i
  9936. matchre GRYPHON /gryphon (which appears dead|\(dead\))/i
  9937. matchre FIEND /retch fiend (which appears dead|\(dead\))/i
  9938. matchre BOAR /boar (which appears dead|\(dead\))/i
  9939. matchre SHALSWAR /shalswar (which appears dead|\(dead\))/i
  9940. matchre ZEALOT /zealot (which appears dead|\(dead\))/i
  9941. matchre BLOODVINE /bloodvine (which appears dead|\(dead\))/i
  9942. matchre LOUT /lout (which appears dead|\(dead\))/i
  9943. matchre CONSCRIPT /conscript (which appears dead|\(dead\))/i
  9944. matchre TRESS /tress (which appears dead|\(dead\))/i
  9945. #LARVA also in 1, grouped with Crag + Tendril
  9946. matchre LARVA /larva (which appears dead|\(dead\))/i
  9947. matchre CRAG /crag (which appears dead|\(dead\))/i
  9948. matchre TENDRIL /tendril (which appears dead|\(dead\))/i
  9949. matchre BEAST /beast (which appears dead|\(dead\))/i
  9950. matchre BASILISK /basilisk (which appears dead|\(dead\))/i
  9951. matchre MERROW /merrow (which appears dead|\(dead\))/i
  9952. matchre IMP /imp (which appears dead|\(dead\))/i
  9953. matchre BUCCA /bucca (which appears dead|\(dead\))/i
  9954. #temporary
  9955. matchre OAF /oaf (which appears dead|\(dead\))/i
  9956. matchre PRYDAEN /prydaen (which appears dead|\(dead\))/i
  9957. matchre RAKASH /rakash (which appears dead|\(dead\))/i
  9958. matchre MUTT /mutt (which appears dead|\(dead\))/i
  9959. matchre PEON /peon (which appears dead|\(dead\))/i
  9960. #END Temp
  9961. matchre MONSTER_FAIL /paths:|exits:/i
  9962. matchre MONSTER_DEAD /(which appears dead|\(dead\))/i
  9963. matchre SKIN_VARI_CHECK /and you can't see a thing|Your world is a crimson haze/i
  9964. put look
  9965. matchwait
  9966.  
  9967. MONSTER1B:
  9968. echo
  9969. echo MONSTER1B:
  9970. echo
  9971. matchre TROLL_2 /wood troll (which appears dead|\(dead\))/i
  9972. matchre GOBLIN /goblin (which appears dead|\(dead\))/i
  9973. matchre HOG /hog (which appears dead|\(dead\))/i
  9974. matchre MADMAN /crazed madman (which appears dead|\(dead\))/i
  9975. matchre GRENDEL /grendel (which appears dead|\(dead\))/i
  9976. matchre COUGAR /cougar (which appears dead|\(dead\))/i
  9977. matchre RAM /ram (which appears dead|\(dead\))/i
  9978. matchre DRYAD / dryad (which appears dead|\(dead\))/i
  9979. matchre NYAD / nyad (which appears dead|\(dead\))/i
  9980. matchre BOGGLE /boggle (which appears dead|\(dead\))/i
  9981. matchre KOBOLD /kobold (which appears dead|\(dead\))/i
  9982. matchre JACKAL /jackal (which appears dead|\(dead\))/i
  9983. matchre TROLL /troll (which appears dead|\(dead\))/i
  9984. matchre EEL /grass eel (which appears dead|\(dead\))/i
  9985. matchre SHAMAN /goblin shaman (which appears dead|\(dead\))/i
  9986. matchre BOAR /boar (which appears dead|\(dead\))/i
  9987. matchre KELPIE /kelpie (which appears dead|\(dead\))/i
  9988. matchre CREEPER /creeper (which appears dead|\(dead\))/i
  9989. matchre VINES /morah vine (which appears dead|\(dead\))/i
  9990. matchre MARAUDER /gypsy marauder (which appears dead|\(dead\))/i
  9991. matchre DUSK_OGRE /dusk ogre (which appears dead|\(dead\))/i
  9992. matchre BEAR /black bear (which appears dead|\(dead\))/i
  9993. matchre WOLF /blood wolf (which appears dead|\(dead\))/i
  9994. matchre BOBCAT /bobcat (which appears dead|\(dead\))/i
  9995. matchre ARBELOG /arbelog (which appears dead|\(dead\))/i
  9996. matchre RAT /rat (which appears dead|\(dead\))/i
  9997. matchre SPIDER /spider (which appears dead|\(dead\))/i
  9998. matchre BOOBRIE /boobrie (which appears dead|\(dead\))/i
  9999. matchre MOTH /moth (which appears dead|\(dead\))/i
  10000. matchre LARVA /larva (which appears dead|\(dead\))/i
  10001. matchre WASP /wasp (which appears dead|\(dead\))/i
  10002. matchre GRAVEROBBER /graverobber (which appears dead|\(dead\))/i
  10003. matchre MONSTER2 /paths:|exits:/i
  10004. matchre SKIN_VARI_CHECK /and you can't see a thing|Your world is a crimson haze/i
  10005. put look
  10006. matchwait
  10007.  
  10008. # 32/32
  10009. MONSTER2B:
  10010. echo
  10011. echo MONSTER2B:
  10012. echo
  10013. matchre MAULER /warklin mauler (which appears dead|\(dead\))/i
  10014. matchre SILVERFISH /silverfish (which appears dead|\(dead\))/i
  10015. matchre WARKLIN /armored warklin (which appears dead|\(dead\))/i
  10016. matchre BEISWURM /beisswurm (which appears dead|\(dead\))/i
  10017. matchre BEAR /cave bear (which appears dead|\(dead\))/i
  10018. matchre PARD /golden pard (which appears dead|\(dead\))/i
  10019. matchre BISON /bison (which appears dead|\(dead\))/i
  10020. matchre ANTELOPE /antelope (which appears dead|\(dead\))/i
  10021. matchre ARZUMOS /clouded arzumos (which appears dead|\(dead\))/i
  10022. matchre PRIESTESS /dragon priestess (which appears dead|\(dead\))/i
  10023. matchre PECCARY /small peccary (which appears dead|\(dead\))/i
  10024. matchre SERPENT /serpent (which appears dead|\(dead\))/i
  10025. matchre FIRECAT /firecat (which appears dead|\(dead\))/i
  10026. matchre MAIDEN /maiden (which appears dead|\(dead\))/i
  10027. matchre WESTANURYN /mottled westanuryn (which appears dead|\(dead\))/i
  10028. matchre ATI'ETS /sealed ati'ets (which appears dead|\(dead\))/i
  10029. matchre MIHMANAN /olensari mihmanan (which appears dead|\(dead\))/i
  10030. matchre STALKER /faenrae stalker (which appears dead|\(dead\))/i
  10031. matchre CUTTHROAT /cutthroat (which appears dead|\(dead\))/i
  10032. matchre FOOTPAD /footpad (which appears dead|\(dead\))/i
  10033. matchre RUFFIAN /ruffian (which appears dead|\(dead\))/i
  10034. matchre THUG /thug (which appears dead|\(dead\))/i
  10035. matchre VIPER /viper (which appears dead|\(dead\))/i
  10036. matchre LEUCRO /leucro (which appears dead|\(dead\))/i
  10037. matchre REAVER /faenrae reaver (which appears dead|\(dead\))/i
  10038. matchre HOUND_2 /wind hound (which appears dead|\(dead\))/i
  10039. matchre BADGER /badger (which appears dead|\(dead\))/i
  10040. matchre TROLLKIN /trollkin (which appears dead|\(dead\))/i
  10041. matchre POTHANIT /croff pothanit (which appears dead|\(dead\))/i
  10042. matchre GHOUL /ghoul (which appears dead|\(dead\))/i
  10043. matchre INKHORNE /inkhorne (which appears dead|\(dead\))/i
  10044. matchre MONSTER1 /paths:|exits:/i
  10045. matchre SKIN_VARI_CHECK /and you can't see a thing|Your world is a crimson haze/i
  10046. put look
  10047. matchwait
  10048.  
  10049. MONSTER3B:
  10050. echo
  10051. echo MONSTER3B:
  10052. echo
  10053. matchre GARGOYLE /gargoyle (which appears dead|\(dead\))/i
  10054. matchre SNOWBEAST /snowbeast (which appears dead|\(dead\))/i
  10055. matchre SPIRIT /death spirit (which appears dead|\(dead\))/i
  10056. matchre SKUNK /skunk (which appears dead|\(dead\))/i
  10057. matchre SHADOWEAVER /shadoweaver (which appears dead|\(dead\))/i
  10058. matchre FROSTWEAVER /frostweaver (which appears dead|\(dead\))/i
  10059. matchre FIEND /dark fiend (which appears dead|\(dead\))/i
  10060. matchre SPIRIT /dark spirit (which appears dead|\(dead\))/i
  10061. matchre PIRATE /pirate (which appears dead|\(dead\))/i
  10062. matchre GOBLIN /snow goblin (which appears dead|\(dead\))/i
  10063. matchre GRUB /corpse grub (which appears dead|\(dead\))/i
  10064. matchre BURROWER /burrower (which appears dead|\(dead\))/i
  10065. matchre SPRITE /sprite (which appears dead|\(dead\))/i
  10066. matchre LIPOPOD /glutinous lipopod (which appears dead|\(dead\))/i
  10067. matchre SKELETON /skeleton (which appears dead|\(dead\))/i
  10068. matchre PSUEDOPOD /slimy psuedopod (which appears dead|\(dead\))/i
  10069. matchre ZOMBIE /zombie (which appears dead|\(dead\))/i
  10070. matchre WOLF /bone wolf (which appears dead|\(dead\))/i
  10071. matchre WORM /grave worm (which appears dead|\(dead\))/i
  10072. matchre VULTURE /sun vulture (which appears dead|\(dead\))/i
  10073. matchre KRA'HEI /kra'hei (which appears dead|\(dead\))/i
  10074. matchre PECCARY /peccary (which appears dead|\(dead\))/i
  10075. matchre TROLL_2 /swamp troll (which appears dead|\(dead\))/i
  10076. matchre FENDRYAD /fendryad (which appears dead|\(dead\))/i
  10077. matchre ELSRAEL /sinuous elsrael (which appears dead|\(dead\))/i
  10078. matchre SLUAGH /lesser sluagh (which appears dead|\(dead\))/i
  10079. matchre DYRACHIS /spiny dyrachis (which appears dead|\(dead\))/i
  10080. matchre CROCODILE /crocodile (which appears dead|\(dead\))/i
  10081. matchre SQUIRREL /squirrel (which appears dead|\(dead\))/i
  10082. matchre ATIKET /atik'et (which appears dead|\(dead\))/i
  10083. matchre MONSTER1 /paths:|exits:/i
  10084. matchre SKIN_VARI_CHECK /and you can't see a thing|Your world is a crimson haze/i
  10085. put look
  10086. matchwait
  10087.  
  10088. MONSTER4B:
  10089. echo
  10090. echo MONSTER4B:
  10091. echo
  10092. matchre FROG /frog (which appears dead|\(dead\))/i
  10093. matchre MODA /moda (which appears dead|\(dead\))/i
  10094. matchre HATCHLING /hatchling (which appears dead|\(dead\))/i
  10095. matchre ANGISWAERD /marbled angiswaerd (which appears dead|\(dead\))/i
  10096. matchre SPIDER /spider (which appears dead|\(dead\))/i
  10097. matchre NOMAD /zombie nomad (which appears dead|\(dead\))/i
  10098. matchre CRAB /salt crab (which appears dead|\(dead\))/i
  10099. matchre SHARK /shark (which appears dead|\(dead\))/i
  10100. matchre LA'HEKE /ochre la'heke (which appears dead|\(dead\))/i
  10101. matchre MORURYN /dobek moruryn (which appears dead|\(dead\))/i
  10102. matchre UNYN /unyn (which appears dead|\(dead\))/i
  10103. matchre OSHU /oshu (which appears dead|\(dead\))/i
  10104. matchre HHRKI'IZH /ur hhrki'izh (which appears dead|\(dead\))/i
  10105. matchre DOLOMAR /retan dolomar (which appears dead|\(dead\))/i
  10106. matchre POLOH'IZH /grey poloh'izh (which appears dead|\(dead\))/i
  10107. matchre BOA /river boa (which appears dead|\(dead\))/i
  10108. matchre HELE'LAS /sleek hele'las (which appears dead|\(dead\))/i
  10109. matchre CELPEZE /asaren celpeze (which appears dead|\(dead\))/i
  10110. matchre CARACAL /caracal (which appears dead|\(dead\))/i
  10111. matchre LUN'SHELE /lun'shele (which appears dead|\(dead\))/i
  10112. matchre RAIDER /raider (which appears dead|\(dead\))/i
  10113. matchre CLANCHIEF /raider (which appears dead|\(dead\))/i
  10114. matchre REIVER /reiver (which appears dead|\(dead\))/i
  10115. matchre WARCAT /warcat (which appears dead|\(dead\))/i
  10116. matchre CAIMAN /caiman (which appears dead|\(dead\))/i
  10117. matchre SCOUT /scout (which appears dead|\(dead\))/i
  10118. matchre BANDIT /bandit (which appears dead|\(dead\))/i
  10119. matchre BARGHEST /barghest (which appears dead|\(dead\))/i
  10120. matchre HEADHUNTER /headhunter (which appears dead|\(dead\))/i
  10121. matchre SAVAGE /savage (which appears dead|\(dead\))/i
  10122. matchre LACH /lach (which appears dead|\(dead\))/i
  10123. matchre MONSTER1 /paths:|exits:/i
  10124. matchre SKIN_VARI_CHECK /and you can't see a thing|Your world is a crimson haze/i
  10125. put look
  10126. matchwait
  10127.  
  10128. MONSTER5B:
  10129. echo
  10130. echo MONSTER5B:
  10131. echo
  10132. matchre APE /ape (which appears dead|\(dead\))/i
  10133. matchre CROW /crow (which appears dead|\(dead\))/i
  10134. matchre SCREAMER /s'lai screamer (which appears dead|\(dead\))/i
  10135. matchre DINEGO /wir dinego (which appears dead|\(dead\))/i
  10136. matchre GUARDIAN /a pile of rubble/i
  10137. matchre GENI /forest geni (which appears dead|\(dead\))/i
  10138. matchre SOUL /tortured soul (which appears dead|\(dead\))/i
  10139. matchre HAFWA /snaer hafwa (which appears dead|\(dead\))/i
  10140. matchre FIEND /crypt fiend (which appears dead|\(dead\))/i
  10141. matchre SPRITE /sprite (which appears dead|\(dead\))/i
  10142. matchre MEY /moss mey (which appears dead|\(dead\))/i
  10143. matchre GERMISH'DIN /germish'din (which appears dead|\(dead\))/i
  10144. matchre KARTAIS /kartais (which appears dead|\(dead\))/i
  10145. matchre LA'TAMI /yvhh la'tami (which appears dead|\(dead\))/i
  10146. matchre SPIDER /spider (which appears dead|\(dead\))/i
  10147. matchre MALCHATA /malchata (which appears dead|\(dead\))/i
  10148. matchre FANATIC /priest fanatic (which appears dead|\(dead\))/i
  10149. matchre MAGE /adan'f shadow mage (which appears dead|\(dead\))/i
  10150. matchre WARRIOR /adan'f blood warrior (which appears dead|\(dead\))/i
  10151. matchre DANCER /adan'f spirit dancer (which appears dead|\(dead\))/i
  10152. matchre CRAB /crab (which appears dead|\(dead\))/i
  10153. matchre HOUND /hound (which appears dead|\(dead\))/i
  10154. matchre SLUAGH /greater sluagh (which appears dead|\(dead\))/i
  10155. matchre SEORDMAER /scaly seordmaer (which appears dead|\(dead\))/i
  10156. matchre STEED /steed (which appears dead|\(dead\))/i
  10157. matchre SWAIN /swain (which appears dead|\(dead\))/i
  10158. matchre MORADU /moradu (which appears dead|\(dead\))/i
  10159. matchre GIDII /gidii (which appears dead|\(dead\))/i
  10160. matchre GREMLIN /gremlin (which appears dead|\(dead\))/i
  10161. matchre RAVEN /raven (which appears dead|\(dead\))/i
  10162. matchre MONSTER6B /paths:|exits:/i
  10163. matchre SKIN_VARI_CHECK /and you can't see a thing|Your world is a crimson haze/i
  10164. put look
  10165. matchwait
  10166.  
  10167. MONSTER6B:
  10168. echo
  10169. echo MONSTER6B:
  10170. echo
  10171. matchre TROLL /cave troll (which appears dead|\(dead\))/i
  10172. matchre BULL /storm bull (which appears dead|\(dead\))/i
  10173. matchre NYAD /deadwood nyad (which appears dead|\(dead\))/i
  10174. matchre DRYAD /deadwood dryad (which appears dead|\(dead\))/i
  10175. matchre GARGOYLE /marble gargoyle (which appears dead|\(dead\))/i
  10176. matchre OGRE /ogre (which appears dead|\(dead\))/i
  10177. matchre BAT /blight bat (which appears dead|\(dead\))/i
  10178. matchre TOMMYKNOCKER /tommyknocker (which appears dead|\(dead\))/i
  10179. matchre SLIME /slime (which appears dead|\(dead\))/i
  10180. matchre GOBLIN /black goblin (which appears dead|\(dead\))/i
  10181. matchre GRYPHON /gryphon (which appears dead|\(dead\))/i
  10182. matchre FIEND /retch fiend (which appears dead|\(dead\))/i
  10183. matchre BOAR /boar (which appears dead|\(dead\))/i
  10184. matchre SHALSWAR /shalswar (which appears dead|\(dead\))/i
  10185. matchre ZEALOT /zealot (which appears dead|\(dead\))/i
  10186. matchre BLOODVINE /bloodvine (which appears dead|\(dead\))/i
  10187. matchre LOUT /lout (which appears dead|\(dead\))/i
  10188. matchre CONSCRIPT /conscript (which appears dead|\(dead\))/i
  10189. matchre TRESS /tress (which appears dead|\(dead\))/i
  10190. #LARVA also in 1, grouped with Crag + Tendril
  10191. matchre LARVA /larva (which appears dead|\(dead\))/i
  10192. matchre CRAG /crag (which appears dead|\(dead\))/i
  10193. matchre TENDRIL /tendril (which appears dead|\(dead\))/i
  10194. matchre OAF /oaf (which appears dead|\(dead\))/i
  10195. matchre BEAST /beast (which appears dead|\(dead\))/i
  10196. matchre BASILISK /basilisk (which appears dead|\(dead\))/i
  10197. matchre MERROW /merrow (which appears dead|\(dead\))/i
  10198. matchre IMP /imp (which appears dead|\(dead\))/i
  10199. matchre BUCCA /bucca (which appears dead|\(dead\))/i
  10200. matchre MUTT /mutt (which appears dead|\(dead\))/i
  10201. matchre PEON /peon (which appears dead|\(dead\))/i
  10202. matchre MONSTER1 /paths:|exits:/i
  10203. matchre SKIN_VARI_CHECK /and you can't see a thing|Your world is a crimson haze/i
  10204. put look
  10205. matchwait
  10206.  
  10207. MONSTER_DEAD:
  10208. setvariable zHmonster MONSTER1
  10209. # echo
  10210. # echo MONSTER_DEAD:
  10211. # echo
  10212. # echo ************************************
  10213. # echo ** ATTENTION! ATTENTION! **
  10214. # echo ** Found a dead monster but could **
  10215. # echo ** NOT identify it. Please email **
  10216. # echo ** it to drockmali@hotmail.com **
  10217. # echo ** **
  10218. # echo ** Please include other monsters **
  10219. # echo ** in the area as well as if it **
  10220. # echo ** can be skinned or not. **
  10221. # echo ************************************
  10222. # echo
  10223. goto SKIN_VARI_CHECK
  10224.  
  10225. MONSTER_FAIL:
  10226. setvariable zHmonster MONSTER1
  10227. echo
  10228. echo MONSTER_FAIL:
  10229. echo
  10230. echo
  10231. echo ************************************
  10232. echo ** Could not find a dead monster. **
  10233. echo ************************************
  10234. echo
  10235. goto NO_LOOT
  10236.  
  10237. OAF:
  10238. echo
  10239. echo OAF:
  10240. echo
  10241. setvariable zHkill oaf
  10242. goto SEARCH
  10243.  
  10244. PRYDAEN:
  10245. echo
  10246. echo PRYDAEN:
  10247. echo
  10248. setvariable zHkill prydaen
  10249. goto SEARCH
  10250.  
  10251. RAKASH:
  10252. echo
  10253. echo RAKASH:
  10254. echo
  10255. setvariable zHkill rakash
  10256. goto SEARCH
  10257.  
  10258. PEON:
  10259. echo
  10260. echo PEON:
  10261. echo
  10262. setvariable zHkill peon
  10263. goto SEARCH
  10264.  
  10265. MUTT:
  10266. echo
  10267. echo MUTT:
  10268. echo
  10269. setvariable zHkill mutt
  10270. goto SEARCH
  10271.  
  10272. IMP:
  10273. echo
  10274. echo IMP:
  10275. echo
  10276. setvariable zHkill imp
  10277. goto SKIN_VARI_CHECK
  10278.  
  10279. BUCCA:
  10280. echo
  10281. echo BUCCA:
  10282. echo
  10283. setvariable zHkill bucca
  10284. goto SKIN_VARI_CHECK
  10285.  
  10286. RAVEN:
  10287. echo
  10288. echo RAVEN:
  10289. echo
  10290. setvariable zHkill raven
  10291. goto SKIN_VARI_CHECK
  10292.  
  10293. MERROW:
  10294. echo
  10295. echo MERROW:
  10296. echo
  10297. setvariable zHkill merrow
  10298. goto SKIN_VARI_CHECK
  10299.  
  10300. LACH:
  10301. echo
  10302. echo LACH:
  10303. echo
  10304. setvariable zHkill lach
  10305. goto SKIN_VARI_CHECK
  10306.  
  10307. SAVAGE:
  10308. echo
  10309. echo SAVAGE:
  10310. echo
  10311. setvariable zHkill savage
  10312. goto SKIN_VARI_CHECK
  10313.  
  10314. HEADHUNTER:
  10315. echo
  10316. echo HEADHUNTER:
  10317. echo
  10318. setvariable zHkill headhunter
  10319. goto SKIN_VARI_CHECK
  10320.  
  10321. ATIKET:
  10322. echo
  10323. echo ATIKET:
  10324. echo
  10325. setvariable zHkill atik'et
  10326. goto SKIN_VARI_CHECK
  10327.  
  10328. SQUIRREL:
  10329. echo
  10330. echo SQUIRREL:
  10331. echo
  10332. setvariable zHkill squirrel
  10333. goto SKIN_VARI_CHECK
  10334.  
  10335. TROLL_2:
  10336. echo
  10337. echo TROLL_2:
  10338. echo
  10339. setvariable zHkill troll
  10340. goto SEARCH
  10341.  
  10342. TROLL:
  10343. echo
  10344. echo TROLL:
  10345. echo
  10346. setvariable zHkill troll
  10347. goto SKIN_VARI_CHECK
  10348.  
  10349.  
  10350. RAT:
  10351. echo
  10352. echo RAT:
  10353. echo
  10354. setvariable zHkill rat
  10355. goto SKIN_VARI_CHECK
  10356.  
  10357. SILVERFISH:
  10358. echo
  10359. echo SILVERFISH:
  10360. echo
  10361. setvariable zHkill silverfish
  10362. goto SKIN_VARI_CHECK
  10363.  
  10364. GOBLIN:
  10365. echo
  10366. echo GOBLIN:
  10367. echo
  10368.  
  10369.  
  10370. setvariable zHkill goblin
  10371. goto SKIN_VARI_CHECK
  10372.  
  10373. HOG:
  10374. echo
  10375. echo HOG:
  10376. echo
  10377.  
  10378.  
  10379. setvariable zHkill hog
  10380. goto SKIN_VARI_CHECK
  10381.  
  10382. MADMAN:
  10383. echo
  10384. echo MADMAN:
  10385. echo
  10386.  
  10387.  
  10388. setvariable zHkill madman
  10389. goto SEARCH
  10390.  
  10391. GRENDEL:
  10392. echo
  10393. echo GRENDEL:
  10394. echo
  10395.  
  10396.  
  10397. setvariable zHkill grendel
  10398. goto SKIN_VARI_CHECK
  10399.  
  10400. COUGAR:
  10401. echo
  10402. echo COUGAR:
  10403. echo
  10404.  
  10405.  
  10406. setvariable zHkill cougar
  10407. goto SKIN_VARI_CHECK
  10408.  
  10409. RAM:
  10410. echo
  10411. echo RAM:
  10412. echo
  10413.  
  10414.  
  10415. setvariable zHkill ram
  10416. goto SKIN_VARI_CHECK
  10417.  
  10418. DRYAD:
  10419. echo
  10420. echo DRYAD:
  10421. echo
  10422.  
  10423.  
  10424. setvariable zHkill dryad
  10425. goto SEARCH
  10426.  
  10427. NYAD:
  10428. echo
  10429. echo NYAD:
  10430. echo
  10431.  
  10432.  
  10433. setvariable zHkill nyad
  10434. goto SEARCH
  10435.  
  10436. BOGGLE:
  10437. echo
  10438. echo BOGGLE:
  10439. echo
  10440.  
  10441.  
  10442. setvariable zHkill boggle
  10443. goto SKIN_VARI_CHECK
  10444.  
  10445. KOBOLD:
  10446. echo
  10447. echo KOBOLD:
  10448. echo
  10449.  
  10450.  
  10451. setvariable zHkill kobold
  10452. goto SKIN_VARI_CHECK
  10453.  
  10454.  
  10455. JACKAL:
  10456. echo
  10457. echo JACKAL:
  10458. echo
  10459.  
  10460.  
  10461. setvariable zHkill jackal
  10462. goto SKIN_VARI_CHECK
  10463.  
  10464. EEL:
  10465. echo
  10466. echo EEL:
  10467. echo
  10468.  
  10469.  
  10470. setvariable zHkill eel
  10471. goto SKIN_VARI_CHECK
  10472.  
  10473. SHAMAN:
  10474. echo
  10475. echo SHAMAN:
  10476. echo
  10477.  
  10478.  
  10479. setvariable zHkill shaman
  10480. goto SEARCH
  10481.  
  10482. BOAR:
  10483. echo
  10484. echo BOAR:
  10485. echo
  10486.  
  10487.  
  10488. setvariable zHkill boar
  10489. goto SKIN_VARI_CHECK
  10490.  
  10491. KELPIE:
  10492. echo
  10493. echo KELPIE:
  10494. echo
  10495.  
  10496.  
  10497. setvariable zHkill kelpie
  10498. goto SKIN_VARI_CHECK
  10499.  
  10500. CREEPER:
  10501. echo
  10502. echo CREEPER:
  10503. echo
  10504.  
  10505.  
  10506. setvariable zHkill creeper
  10507. goto SEARCH
  10508.  
  10509. VINES:
  10510. echo
  10511. echo VINES:
  10512. echo
  10513.  
  10514.  
  10515. setvariable zHkill vine
  10516. goto SEARCH
  10517.  
  10518. MARAUDER:
  10519. echo
  10520. echo MARAUDER:
  10521. echo
  10522.  
  10523.  
  10524. setvariable zHkill marauder
  10525. goto SKIN_VARI_CHECK
  10526.  
  10527. OGRE:
  10528. echo
  10529. echo OGRE:
  10530. echo
  10531.  
  10532.  
  10533. setvariable zHkill ogre
  10534. goto SKIN_VARI_CHECK
  10535.  
  10536. DUSK_OGRE:
  10537. echo
  10538. echo DUSK_OGRE:
  10539. echo
  10540.  
  10541.  
  10542. setvariable zHkill ogre
  10543. goto SEARCH
  10544.  
  10545.  
  10546. BEAR:
  10547. echo
  10548. echo BEAR:
  10549. echo
  10550.  
  10551.  
  10552. setvariable zHkill bear
  10553. goto SKIN_VARI_CHECK
  10554.  
  10555. BOBCAT:
  10556. echo
  10557. echo BOBCAT:
  10558. echo
  10559.  
  10560.  
  10561. setvariable zHkill bobcat
  10562. goto SKIN_VARI_CHECK
  10563.  
  10564. MAULER:
  10565. echo
  10566. echo MAULER:
  10567. echo
  10568. setvariable zHkill mauler
  10569.  
  10570. goto SKIN_VARI_CHECK
  10571.  
  10572. INKHORNE:
  10573. echo
  10574. echo INKHORNE:
  10575. echo
  10576. setvariable zHkill inkhorne
  10577.  
  10578. goto SKIN_VARI_CHECK
  10579.  
  10580. WARKLIN:
  10581. echo
  10582. echo WARKLIN:
  10583. echo
  10584. setvariable zHkill warklin
  10585.  
  10586. goto SKIN_VARI_CHECK
  10587.  
  10588. BEISWURM:
  10589. echo
  10590. echo BEISWURM:
  10591. echo
  10592. setvariable zHkill beisswurm
  10593.  
  10594. goto SKIN_VARI_CHECK
  10595.  
  10596.  
  10597. PARD:
  10598. echo
  10599. echo PARD:
  10600. echo
  10601. setvariable zHkill pard
  10602.  
  10603. goto SKIN_VARI_CHECK
  10604.  
  10605. BISON:
  10606. echo
  10607. echo BISON:
  10608. echo
  10609. setvariable zHkill bison
  10610.  
  10611. goto SKIN_VARI_CHECK
  10612.  
  10613. ANTELOPE:
  10614. echo
  10615. echo ANTELOPE:
  10616. echo
  10617. setvariable zHkill antelope
  10618.  
  10619. goto SKIN_VARI_CHECK
  10620.  
  10621. ARZUMOS:
  10622. echo
  10623. echo ARZUMOS:
  10624. echo
  10625. setvariable zHkill arzumos
  10626.  
  10627. goto SKIN_VARI_CHECK
  10628.  
  10629. PRIESTESS:
  10630. echo
  10631. echo PRIESTESS:
  10632. echo
  10633. setvariable zHkill priestess
  10634.  
  10635. goto SKIN_VARI_CHECK
  10636.  
  10637. PECCARY:
  10638. echo
  10639. echo PECCARY:
  10640. echo
  10641. setvariable zHkill peccary
  10642.  
  10643. goto SKIN_VARI_CHECK
  10644.  
  10645. serpent:
  10646. echo
  10647. echo SERPENT:
  10648. echo
  10649. setvariable zHkill serpent
  10650.  
  10651. goto SKIN_VARI_CHECK
  10652.  
  10653. VIPER:
  10654. echo
  10655. echo VIPER:
  10656. echo
  10657. setvariable zHkill viper
  10658.  
  10659. goto SKIN_VARI_CHECK
  10660.  
  10661. FIRECAT:
  10662. echo
  10663. echo FIRECAT:
  10664. echo
  10665. setvariable zHkill firecat
  10666.  
  10667. goto SKIN_VARI_CHECK
  10668.  
  10669. MAIDEN:
  10670. echo
  10671. echo MAIDEN:
  10672. echo
  10673. setvariable zHkill maiden
  10674.  
  10675. goto SEARCH
  10676.  
  10677. WESTANURYN:
  10678. echo
  10679. echo WESTANURYN:
  10680. echo
  10681. setvariable zHkill westanuryn
  10682.  
  10683. goto SKIN_VARI_CHECK
  10684.  
  10685. ATI'ETS:
  10686. echo
  10687. echo ATI'ETS:
  10688. echo
  10689. setvariable zHkill ati'ets
  10690.  
  10691. goto SKIN_VARI_CHECK
  10692.  
  10693. MIHMANAN:
  10694. echo
  10695. echo MIHMANAN:
  10696. echo
  10697. setvariable zHkill mihmanan
  10698.  
  10699. goto SKIN_VARI_CHECK
  10700.  
  10701. STALKER:
  10702. echo
  10703. echo STALKER:
  10704. echo
  10705. setvariable zHkill stalker
  10706.  
  10707. goto SKIN_VARI_CHECK
  10708.  
  10709. CUTTHROAT:
  10710. echo
  10711. echo CUTTHROAT:
  10712. echo
  10713. setvariable zHkill cutthroat
  10714.  
  10715. goto SKIN_VARI_CHECK
  10716.  
  10717. FOOTPAD:
  10718. echo
  10719. echo FOOTPAD:
  10720. echo
  10721. setvariable zHkill footpad
  10722.  
  10723. goto SKIN_VARI_CHECK
  10724.  
  10725. RUFFIAN:
  10726. echo
  10727. echo RUFFIAN:
  10728. echo
  10729. setvariable zHkill ruffian
  10730.  
  10731. goto SKIN_VARI_CHECK
  10732.  
  10733. THUG:
  10734. echo
  10735. echo THUG:
  10736. echo
  10737. setvariable zHkill thug
  10738.  
  10739. goto SKIN_VARI_CHECK
  10740.  
  10741. LEUCRO:
  10742. echo
  10743. echo LEUCRO:
  10744. echo
  10745. setvariable zHkill leucro
  10746.  
  10747. goto SKIN_VARI_CHECK
  10748.  
  10749. REAVER:
  10750. echo
  10751. echo REAVER:
  10752. echo
  10753. setvariable zHkill reaver
  10754.  
  10755. goto SKIN_VARI_CHECK
  10756.  
  10757. HOUND_2:
  10758. echo
  10759. echo HOUND_2:
  10760. echo
  10761. setvariable zHkill hound
  10762.  
  10763. goto SEARCH
  10764.  
  10765.  
  10766. HOUND:
  10767. echo
  10768. echo HOUND:
  10769. echo
  10770. setvariable zHkill hound
  10771.  
  10772. goto SKIN_VARI_CHECK
  10773.  
  10774. BADGER:
  10775. echo
  10776. echo BADGER:
  10777. echo
  10778. setvariable zHkill badger
  10779.  
  10780. goto SKIN_VARI_CHECK
  10781.  
  10782. TROLLKIN:
  10783. echo
  10784. echo TROLLKIN:
  10785. echo
  10786. setvariable zHkill trollkin
  10787.  
  10788. goto SKIN_VARI_CHECK
  10789.  
  10790. POTHANIT:
  10791. echo
  10792. echo POTHANIT:
  10793. echo
  10794. setvariable zHkill pothanit
  10795.  
  10796. goto SKIN_VARI_CHECK
  10797.  
  10798. GHOUL:
  10799. echo
  10800. echo GHOUL:
  10801. echo
  10802. setvariable zHkill ghoul
  10803.  
  10804. goto SKIN_VARI_CHECK
  10805.  
  10806. GARGOYLE:
  10807. echo
  10808. echo GARGOYLE:
  10809. echo
  10810. setvariable zHkill gargoyle
  10811.  
  10812. goto SKIN_VARI_CHECK
  10813.  
  10814. SNOWBEAST:
  10815. echo
  10816. echo SNOWBEAST:
  10817. echo
  10818. setvariable zHkill snowbeast
  10819.  
  10820. goto SKIN_VARI_CHECK
  10821.  
  10822. SPIRIT:
  10823. echo
  10824. echo SPIRIT:
  10825. echo
  10826. setvariable zHkill spirit
  10827.  
  10828. goto SKIN_VARI_CHECK
  10829.  
  10830. SKUNK:
  10831. echo
  10832. echo SKUNK:
  10833. echo
  10834. setvariable zHkill skunk
  10835.  
  10836. goto SKIN_VARI_CHECK
  10837.  
  10838. SHADOWEAVER:
  10839. echo
  10840. echo SHADOWEAVER:
  10841. echo
  10842. setvariable zHkill shadoweaver
  10843.  
  10844. goto SKIN_VARI_CHECK
  10845.  
  10846. FROSTWEAVER:
  10847. echo
  10848. echo FROSTWEAVER:
  10849. echo
  10850. setvariable zHkill frostweaver
  10851.  
  10852. goto SKIN_VARI_CHECK
  10853.  
  10854. PIRATE:
  10855. echo
  10856. echo PIRATE:
  10857. echo
  10858. setvariable zHkill pirate
  10859.  
  10860. goto SKIN_VARI_CHECK
  10861.  
  10862. GRUB:
  10863. echo
  10864. echo GRUB:
  10865. echo
  10866. setvariable zHkill grub
  10867.  
  10868. goto SKIN_VARI_CHECK
  10869.  
  10870. BURROWER:
  10871. echo
  10872. echo BURROWER:
  10873. echo
  10874. setvariable zHkill burrower
  10875.  
  10876. goto SKIN_VARI_CHECK
  10877.  
  10878. SPRITE:
  10879. echo
  10880. echo SPRITE:
  10881. echo
  10882. setvariable zHkill sprite
  10883.  
  10884. goto SEARCH
  10885.  
  10886. LIPOPOD:
  10887. echo
  10888. echo LIPOPOD:
  10889. echo
  10890. setvariable zHkill lipopod
  10891.  
  10892. goto SKIN_VARI_CHECK
  10893.  
  10894. SKELETON:
  10895. echo
  10896. echo SKELETON:
  10897. echo
  10898. setvariable zHkill skeleton
  10899.  
  10900. goto SKIN_VARI_CHECK
  10901.  
  10902. PSUEDOPOD:
  10903. echo
  10904. echo PSUEDOPOD:
  10905. echo
  10906. setvariable zHkill psuedopod
  10907.  
  10908. goto SKIN_VARI_CHECK
  10909.  
  10910. ZOMBIE:
  10911. echo
  10912. echo ZOMBIE:
  10913. echo
  10914. setvariable zHkill zombie
  10915.  
  10916. goto SKIN_VARI_CHECK
  10917.  
  10918. WOLF:
  10919. echo
  10920. echo WOLF:
  10921. echo
  10922. setvariable zHkill wolf
  10923.  
  10924. goto SKIN_VARI_CHECK
  10925.  
  10926. WORM:
  10927. echo
  10928. echo WORM:
  10929. echo
  10930. setvariable zHkill worm
  10931.  
  10932. goto SKIN_VARI_CHECK
  10933.  
  10934. VULTURE:
  10935. echo
  10936. echo VULTURE:
  10937. echo
  10938. setvariable zHkill vulture
  10939.  
  10940. goto SKIN_VARI_CHECK
  10941.  
  10942. KRA'HEI:
  10943. echo
  10944. echo KRA'HEI:
  10945. echo
  10946. setvariable zHkill kra'hei
  10947.  
  10948. goto SKIN_VARI_CHECK
  10949.  
  10950. FENDRYAD:
  10951. echo
  10952. echo FENDRYAD:
  10953. echo
  10954. setvariable zHkill fendryad
  10955.  
  10956. goto SKIN_VARI_CHECK
  10957.  
  10958. ELSRAEL:
  10959. echo
  10960. echo ELSRAEL:
  10961. echo
  10962. setvariable zHkill elsrael
  10963.  
  10964. goto SKIN_VARI_CHECK
  10965.  
  10966. DYRACHIS:
  10967. echo
  10968. echo DYRACHIS:
  10969. echo
  10970. setvariable zHkill dyrachis
  10971.  
  10972. goto SKIN_VARI_CHECK
  10973.  
  10974. BOOBRIE:
  10975. echo
  10976. echo BOORIE:
  10977. echo
  10978. setvariable zHkill boobrie
  10979.  
  10980. goto SKIN_VARI_CHECK
  10981.  
  10982. MOTH:
  10983. echo
  10984. echo MOTH:
  10985. echo
  10986. setvariable zHkill moth
  10987.  
  10988. goto SKIN_VARI_CHECK
  10989.  
  10990. WASP:
  10991. echo
  10992. echo WASP:
  10993. echo
  10994. setvariable zHkill wasp
  10995.  
  10996. goto SKIN_VARI_CHECK
  10997.  
  10998. LARVA:
  10999. echo
  11000. echo LARVA:
  11001. echo
  11002. setvariable zHkill larva
  11003.  
  11004. goto SKIN_VARI_CHECK
  11005.  
  11006. GRAVEROBBER:
  11007. echo
  11008. echo GRAVEROBBER:
  11009. echo
  11010. setvariable zHkill graverobber
  11011.  
  11012. goto SEARCH
  11013.  
  11014. CROCODILE:
  11015. echo
  11016. echo CROCODILE:
  11017. echo
  11018. setvariable zHkill crocodile
  11019.  
  11020. goto SKIN_VARI_CHECK
  11021.  
  11022. MODA:
  11023. echo
  11024. echo MODA:
  11025. echo
  11026. setvariable zHkill moda
  11027.  
  11028. goto SKIN_VARI_CHECK
  11029.  
  11030. HATCHLING:
  11031. echo
  11032. echo HATCHLING:
  11033. echo
  11034. setvariable zHkill hatchling
  11035.  
  11036. goto SKIN_VARI_CHECK
  11037.  
  11038. ANGISWAERD:
  11039. echo
  11040. echo ANGISWAERD:
  11041. echo
  11042. setvariable zHkill angiswaerd
  11043.  
  11044. goto SKIN_VARI_CHECK
  11045.  
  11046. SPIDER:
  11047. echo
  11048. echo SPIDER:
  11049. echo
  11050. setvariable zHkill spider
  11051.  
  11052. goto SKIN_VARI_CHECK
  11053.  
  11054. NOMAD:
  11055. echo
  11056. echo NOMAND:
  11057. echo
  11058. setvariable zHkill nomad
  11059.  
  11060. goto SKIN_VARI_CHECK
  11061.  
  11062. CRAB:
  11063. echo
  11064. echo CRAB:
  11065. echo
  11066. setvariable zHkill crab
  11067.  
  11068. goto SKIN_VARI_CHECK
  11069.  
  11070. SHARK:
  11071. echo
  11072. echo SHARK:
  11073. echo
  11074. setvariable zHkill shark
  11075.  
  11076. goto SKIN_VARI_CHECK
  11077.  
  11078. LA'HEKE:
  11079. echo
  11080. echo LA'HEKE:
  11081. echo
  11082. setvariable zHkill la'heke
  11083.  
  11084. goto SKIN_VARI_CHECK
  11085.  
  11086. MORURYN:
  11087. echo
  11088. echo MORURYN:
  11089. echo
  11090. setvariable zHkill moruryn
  11091.  
  11092. goto SKIN_VARI_CHECK
  11093.  
  11094. FROG:
  11095. echo
  11096. echo FROG:
  11097. echo
  11098. setvariable zHkill frog
  11099.  
  11100. goto SKIN_VARI_CHECK
  11101.  
  11102. UNYN:
  11103. echo
  11104. echo UNYN:
  11105. echo
  11106. setvariable zHkill unyn
  11107.  
  11108. goto SKIN_VARI_CHECK
  11109.  
  11110. OSHU:
  11111. echo
  11112. echo OSHU:
  11113. echo
  11114. setvariable zHkill oshu
  11115.  
  11116. goto SKIN_VARI_CHECK
  11117.  
  11118. HHRKI'IZH:
  11119. echo
  11120. echo HHRKI'IZH:
  11121. echo
  11122. setvariable zHkill hhrki'izh
  11123.  
  11124. goto SKIN_VARI_CHECK
  11125.  
  11126. DOLOMAR:
  11127. echo
  11128. echo DOLOMAR:
  11129. echo
  11130. setvariable zHkill dolomar
  11131.  
  11132. goto SKIN_VARI_CHECK
  11133.  
  11134. POLOH'IZH:
  11135. echo
  11136. echo POLOH'IZH:
  11137. echo
  11138. setvariable zHkill poloh'izh
  11139.  
  11140. goto SKIN_VARI_CHECK
  11141.  
  11142. BOA:
  11143. echo
  11144. echo BOA:
  11145. echo
  11146. setvariable zHkill boa
  11147.  
  11148. goto SKIN_VARI_CHECK
  11149.  
  11150. HELE'LAS:
  11151. echo
  11152. echo HELE'LAS:
  11153. echo
  11154. setvariable zHkill hele'las
  11155.  
  11156. goto SKIN_VARI_CHECK
  11157.  
  11158. CELPEZE:
  11159. echo
  11160. echo CELEPEZE:
  11161. echo
  11162. setvariable zHkill celpeze
  11163.  
  11164. goto SKIN_VARI_CHECK
  11165.  
  11166. CARACAL:
  11167. echo
  11168. echo CARACAL:
  11169. echo
  11170. setvariable zHkill caracal
  11171.  
  11172. goto SKIN_VARI_CHECK
  11173.  
  11174. LUN'SHELE:
  11175. echo
  11176. echo LUN'SHELE:
  11177. echo
  11178. setvariable zHkill lun'shele
  11179.  
  11180. goto SKIN_VARI_CHECK
  11181.  
  11182. RAIDER:
  11183. echo
  11184. echo RAIDER:
  11185. echo
  11186. setvariable zHkill raider
  11187.  
  11188. goto SEARCH
  11189.  
  11190. CLANCHIEF:
  11191. echo
  11192. echo CLANCHIEF:
  11193. echo
  11194. setvariable zHkill raider
  11195.  
  11196. goto SEARCH
  11197.  
  11198. REIVER:
  11199. echo
  11200. echo REIVER:
  11201. echo
  11202. setvariable zHkill reiver
  11203.  
  11204. goto SKIN_VARI_CHECK
  11205.  
  11206. WARCAT:
  11207. echo
  11208. echo WARCAT:
  11209. echo
  11210. setvariable zHkill warcat
  11211.  
  11212. goto SKIN_VARI_CHECK
  11213.  
  11214. CAIMAN:
  11215. echo
  11216. echo CAIMAN:
  11217. echo
  11218. setvariable zHkill caiman
  11219.  
  11220. goto SKIN_VARI_CHECK
  11221.  
  11222. SCOUT:
  11223. echo
  11224. echo SCOUT:
  11225. echo
  11226. setvariable zHkill scout
  11227.  
  11228. goto SKIN_VARI_CHECK
  11229.  
  11230. BANDIT:
  11231. echo
  11232. echo BANDIT:
  11233. echo
  11234. setvariable zHkill bandit
  11235.  
  11236. goto SEARCH
  11237.  
  11238. BARGHEST:
  11239. echo
  11240. echo BARGHEST:
  11241. echo
  11242. setvariable zHkill barghest
  11243.  
  11244. goto SKIN_VARI_CHECK
  11245.  
  11246. APE:
  11247. echo
  11248. echo APE:
  11249. echo
  11250. setvariable zHkill ape
  11251.  
  11252. goto SKIN_VARI_CHECK
  11253.  
  11254. CROW:
  11255. echo
  11256. echo CROW:
  11257. echo
  11258. setvariable zHkill crow
  11259.  
  11260. goto SKIN_VARI_CHECK
  11261.  
  11262. SCREAMER:
  11263. echo
  11264. echo SCREAMER:
  11265. echo
  11266. setvariable zHkill screamer
  11267.  
  11268. goto SKIN_VARI_CHECK
  11269.  
  11270. DINEGO:
  11271. echo
  11272. echo DINEG0:
  11273. echo
  11274. setvariable zHkill dinego
  11275.  
  11276. goto SKIN_VARI_CHECK
  11277.  
  11278. GUARDIAN_PAUSE:
  11279. pause
  11280. GUARDIAN:
  11281. echo
  11282. echo GUARDIAN:
  11283. echo
  11284. setvariable zHkill guardian
  11285.  
  11286. match NO_LOOT could not
  11287. match NO_LOOT What were you
  11288. match SEARCH_NEXT not dead
  11289. match SEARCH_NEXT It's still alive
  11290. match NO_LOOT picked clean
  11291. match NO_LOOT nothing of interest.
  11292. match LOOT_LOOK You search
  11293. match LOOT_LOOK Roundtime
  11294. match GUARDIAN_PAUSE ...wait
  11295. match GUARDIAN_PAUSE type ahead
  11296. match GUARDIAN_PAUSE Roundtime
  11297. put loot rubble %zHsearch
  11298. matchwait
  11299.  
  11300. GENI:
  11301. echo
  11302. echo GENI:
  11303. echo
  11304. setvariable zHkill geni
  11305.  
  11306. goto SKIN_VARI_CHECK
  11307.  
  11308. SOUL:
  11309. echo
  11310. echo SOUL:
  11311. echo
  11312. setvariable zHkill soul
  11313.  
  11314. goto SEARCH
  11315.  
  11316. HAFWA:
  11317. echo
  11318. echo HAFWA:
  11319. echo
  11320. setvariable zHkill hafwa
  11321.  
  11322. goto SKIN_VARI_CHECK
  11323.  
  11324. FIEND:
  11325. echo
  11326. echo FIEND:
  11327. echo
  11328. setvariable zHkill fiend
  11329.  
  11330. goto SKIN_VARI_CHECK
  11331.  
  11332. MEY:
  11333. echo
  11334. echo MEY:
  11335. echo
  11336. setvariable zHkill mey
  11337.  
  11338. goto SKIN_VARI_CHECK
  11339.  
  11340. GERMISH'DIN:
  11341. echo
  11342. echo GERMISH'DIN:
  11343. echo
  11344. setvariable zHkill germish'din
  11345.  
  11346. goto SKIN_VARI_CHECK
  11347.  
  11348. KARTAIS:
  11349. echo
  11350. echo KARTAIS:
  11351. echo
  11352. setvariable zHkill kartais
  11353.  
  11354. goto SKIN_VARI_CHECK
  11355.  
  11356. LA'TAMI:
  11357. echo
  11358. echo LA'TAMI:
  11359. echo
  11360. setvariable zHkill la'tami
  11361.  
  11362. goto SKIN_VARI_CHECK
  11363.  
  11364. MALCHATA:
  11365. echo
  11366. echo MALCHATA:
  11367. echo
  11368. setvariable zHkill malchata
  11369.  
  11370. goto SKIN_VARI_CHECK
  11371.  
  11372. FANATIC:
  11373. echo
  11374. echo FANATIC:
  11375. echo
  11376. setvariable zHkill fanatic
  11377.  
  11378. goto SKIN_VARI_CHECK
  11379.  
  11380. MAGE:
  11381. echo
  11382. echo MAGE:
  11383. echo
  11384. setvariable zHkill mage
  11385.  
  11386. goto SKIN_VARI_CHECK
  11387.  
  11388. WARRIOR:
  11389. echo
  11390. echo WARRIOR:
  11391. echo
  11392. setvariable zHkill warrior
  11393.  
  11394. goto SKIN_VARI_CHECK
  11395.  
  11396. DANCER:
  11397. echo
  11398. echo DANCER:
  11399. echo
  11400. setvariable zHkill dancer
  11401.  
  11402. goto SKIN_VARI_CHECK
  11403.  
  11404. ARBELOG:
  11405. echo
  11406. echo ARBELOG:
  11407. echo
  11408. setvariable zHkill arbelog
  11409.  
  11410. goto SKIN_VARI_CHECK
  11411.  
  11412. SLUAGH:
  11413. echo
  11414. echo SLUAGH:
  11415. echo
  11416. setvariable zHkill sluagh
  11417.  
  11418. goto SKIN_VARI_CHECK
  11419.  
  11420. STEED:
  11421. echo
  11422. echo STEED:
  11423. echo
  11424. setvariable zHkill steed
  11425.  
  11426. goto SKIN_VARI_CHECK
  11427.  
  11428. SWAIN:
  11429. echo
  11430. echo SWAIN:
  11431. echo
  11432. setvariable zHkill swain
  11433.  
  11434. goto SKIN_VARI_CHECK
  11435.  
  11436. MORADU:
  11437. echo
  11438. echo MORADU:
  11439. echo
  11440. setvariable zHkill moradu
  11441.  
  11442. goto SKIN_VARI_CHECK
  11443.  
  11444. GIDII:
  11445. echo
  11446. echo GIDII:
  11447. echo
  11448. setvariable zHkill gidii
  11449.  
  11450. goto SKIN_VARI_CHECK
  11451.  
  11452. GREMLIN:
  11453. echo
  11454. echo GREMLIN:
  11455. echo
  11456. setvariable zHkill gremlin
  11457.  
  11458. goto SKIN_VARI_CHECK
  11459.  
  11460. SEORDMAER:
  11461. echo
  11462. echo SEORDMAER:
  11463. echo
  11464. setvariable zHkill seordmaer
  11465.  
  11466. goto SKIN_VARI_CHECK
  11467.  
  11468. BULL:
  11469. echo
  11470. echo BULL:
  11471. echo
  11472. setvariable zHkill bull
  11473. goto SEARCH
  11474.  
  11475. TOMMYKNOCKER:
  11476. echo
  11477. echo TOMMYKNOCKER:
  11478. echo
  11479. setvariable zHkill tommyknocker
  11480. goto SKIN_VARI_CHECK
  11481.  
  11482. SLIME:
  11483. echo
  11484. echo SLIME:
  11485. echo
  11486. setvariable zHkill slime
  11487. goto SKIN_VARI_CHECK
  11488.  
  11489. BAT:
  11490. echo
  11491. echo BAT:
  11492. echo
  11493. setvariable zHkill bat
  11494. goto SKIN_VARI_CHECK
  11495.  
  11496. SHALSWAR:
  11497. echo
  11498. echo SHALSWAR:
  11499. echo
  11500. setvariable zHkill shalswar
  11501. goto SKIN_VARI_CHECK
  11502.  
  11503. ZEALOT:
  11504. echo
  11505. echo ZEALOT:
  11506. echo
  11507. setvariable zHkill zealot
  11508. goto SEARCH
  11509.  
  11510. GRYPHON:
  11511. echo
  11512. echo GRYPHON:
  11513. echo
  11514. setvariable zHkill gryphon
  11515. goto SKIN_VARI_CHECK
  11516.  
  11517. BLOODVINE:
  11518. echo
  11519. echo BLOODVINE:
  11520. echo
  11521. setvariable zHkill bloodvine
  11522. goto SEARCH
  11523.  
  11524. LOUT:
  11525. echo
  11526. echo LOUT:
  11527. echo
  11528. setvariable zHkill lout
  11529. goto SEARCH
  11530.  
  11531. CONSCRIPT:
  11532. echo
  11533. echo CONSCRIPT:
  11534. echo
  11535. setvariable zHkill conscript
  11536. goto SKIN_VARI_CHECK
  11537.  
  11538. TRESS:
  11539. echo
  11540. echo TRESS:
  11541. echo
  11542. setvariable zHkill tress
  11543. goto SKIN_VARI_CHECK
  11544.  
  11545. CRAG:
  11546. echo
  11547. echo CRAG:
  11548. echo
  11549. setvariable zHkill crag
  11550. goto SKIN_VARI_CHECK
  11551.  
  11552. TENDRIL:
  11553. echo
  11554. echo TENDRIL:
  11555. echo
  11556. setvariable zHkill tendril
  11557. goto SKIN_VARI_CHECK
  11558.  
  11559. BEAST:
  11560. echo
  11561. echo BEAST:
  11562. echo
  11563. setvariable zHkill beast
  11564. goto SKIN_VARI_CHECK
  11565.  
  11566. BASILISK:
  11567. echo
  11568. echo BASILISK:
  11569. echo
  11570. setvariable zHkill basilisk
  11571. goto SKIN_VARI_CHECK
  11572.  
  11573.  
  11574. SKIN_VARI_CHECK:
  11575. echo
  11576. echo SKIN_VARI_CHECK:
  11577. echo
  11578. goto %zHskin
  11579.  
  11580.  
  11581. SKIN1_PAUSE:
  11582. pause
  11583. SKIN1:
  11584. echo
  11585. echo SKIN1:
  11586. echo
  11587. goto %zHarrange
  11588.  
  11589. ARR_YES:
  11590. match %zHretreat you can't
  11591. match SEARCH cannot be skinned
  11592. match SKIN1B already been skinned
  11593. match SKIN1B You might want to kill it first
  11594. match SKIN1__PAUSE has already
  11595. match SKIN1__PAUSE Roundtime
  11596. match %zHretreat You don't have enough experience
  11597. match %zHretreat Ranger
  11598. match SKIN1_PAUSE ...wait
  11599. match SKIN1_PAUSE type ahead
  11600. put arrange all
  11601. matchwait
  11602.  
  11603. SKIN1B_PAUSE:
  11604. pause
  11605. SKIN1B:
  11606. echo
  11607. echo SKIN1B:
  11608. echo
  11609. match %zHretreat You might want to kill it first
  11610. match SEARCH cannot be skinned
  11611. match SKIN_FAIL already been skinned
  11612. match SKIN1__PAUSE has already
  11613. match SKIN1__PAUSE Roundtime
  11614. match %zHretreat You don't have enough experience
  11615. match %zHretreat Ranger
  11616. match SKIN1B_PAUSE ...wait
  11617. match SKIN1B_PAUSE type ahead
  11618. match SEARCH You can't do that.
  11619. put arrange other %zHkill all
  11620. matchwait
  11621.  
  11622.  
  11623. SKIN1__PAUSE:
  11624. pause
  11625. ARR_NO:
  11626. goto %zHretreat
  11627.  
  11628. SKIN_RETREAT:
  11629. put retreat
  11630. put retreat
  11631. SKIN1_:
  11632. pause
  11633. IF_2 goto SKIN_STOW2
  11634. IF_1 goto SKIN_STOW
  11635. goto SKIN_GO1
  11636.  
  11637.  
  11638. SKIN_STOW2_PAUSE:
  11639. pause
  11640. SKIN_STOW2:
  11641. echo
  11642. echo SKIN_STOW2:
  11643. echo
  11644. matchre SKIN_STOW /you (sling|attach)|re already|wear what|what were you/i
  11645. match SKIN_STOW2A can't wear
  11646. match SKIN_STOW2_PAUSE ...wait
  11647. match SKIN_STOW2_PAUSE type ahead
  11648. put wear %2
  11649. matchwait
  11650.  
  11651. SKIN_STOW2A:
  11652. echo
  11653. echo SKIN_STOW2A:
  11654. echo
  11655. match SKIN_STOW_DROP2 too
  11656. match SKIN_STOW you put
  11657. match SKIN_STOW you hang
  11658. match SKIN_STOW_DROP2 What were you
  11659. put stow %2
  11660. matchwait
  11661.  
  11662. SKIN_STOW_DROP2:
  11663. echo
  11664. echo SKIN_STOW_DROP2:
  11665. echo
  11666. put drop my %2
  11667.  
  11668. SKIN_STOW_PAUSE:
  11669. pause
  11670. SKIN_STOW:
  11671. echo
  11672. echo SKIN_STOW:
  11673. echo
  11674. goto SKINTYPE_%zHtype
  11675.  
  11676. SKINTYPE_GAUNT:
  11677. put drop my claw
  11678. goto SKIN_GO
  11679.  
  11680. SKINTYPE_BRAWL:
  11681. goto SKIN_BRAWLTYPE_%zHbrawltype
  11682.  
  11683. SKIN_BRAWLTYPE_SHIELD_PAUSE:
  11684. pause
  11685. SKIN_BRAWLTYPE_SHIELD:
  11686. match SKIN_STOWA you get
  11687. match SKIN_STOWA you draw
  11688. match SKIN_STOWA already holding
  11689. match SKIN_BRAWLTYPE_SHIELD_PAUSE ...wait
  11690. match SKIN_BRAWLTYPE_SHIELD_PAUSE type ahead
  11691. matchre NO_KNIFE /out of reach|remove|already w|What were you|can't seem|Wield what\?/i
  11692. put wield right my knife
  11693. matchwait
  11694.  
  11695. SKIN_TYPE_PAUSE:
  11696. pause
  11697. SKIN_BRAWLTYPE_WEAPON:
  11698. SKINTYPE_0:
  11699. match SKIN_SWAP1 you get
  11700. match SKIN_SWAP1 you draw
  11701. match SKIN_SWAP1 already holding
  11702. match SKIN_TYPE_PAUSE ...wait
  11703. match SKIN_TYPE_PAUSE type ahead
  11704. matchre NO_KNIFE /out of reach|remove|already w|What were you|can't seem|Wield what\?/i
  11705. put wield left my knife
  11706. matchwait
  11707.  
  11708. SKIN_OFF_PAUSE:
  11709. pause
  11710. SKINTYPE_OFFHAND:
  11711. match SKIN_STOWA you get
  11712. match SKIN_STOWA you draw
  11713. match SKIN_STOWA already holding
  11714. match SKIN_OFF_PAUSE ...wait
  11715. match SKIN_OFF_PAUSE type ahead
  11716. match SKINTYPE_0 You need to have your right hand free to draw your
  11717. matchre NO_KNIFE /out of reach|remove|already w|What were you|can't seem|Wield what\?/i
  11718. put wield right my knife
  11719. matchwait
  11720.  
  11721.  
  11722. SKIN_SWAP1_PAUSE:
  11723. pause
  11724. SKIN_SWAP1:
  11725. echo
  11726. echo SKIN_SWAP1:
  11727. echo
  11728. put swap
  11729. matchre SKIN_STOWA /appropriate sheath|where\?|isn't any more|you can only|too heavy/i
  11730. match SKIN_UNLOAD You should unload
  11731. matchre SKIN_GO /You Sheath|you slide|you place|you slip|sheathe what\?|you hang|you secure/i
  11732. matchre SKIN_SWAP1_PAUSE /\.\.\.wait|type ahead/i
  11733. put sheath left
  11734. matchwait
  11735.  
  11736. SKIN_UNLOAD_SWAP:
  11737. put swap
  11738. SKIN_UNLOAD_PAUSE:
  11739. pause
  11740. SKIN_UNLOAD:
  11741. put sheath
  11742. match SKIN_UNLOAD_SWAP You don't have a ranged weapon to unload
  11743. match SKIN_UNLOAD_STOW Roundtime
  11744. match SKIN_UNLOAD_PAUSE ...wait
  11745. match SKIN_UNLOAD_PAUSE type ahead
  11746. match SKINTYPE_0 isn't loaded
  11747. put unload
  11748. matchwait
  11749.  
  11750. SKIN_UNLOAD_STOW_PAUSE:
  11751. pause
  11752. SKIN_UNLOAD_STOW:
  11753. match SKIN_UNLOAD_STOW_PAUSE ...wait
  11754. match SKIN_UNLOAD_STOW_PAUSE type ahead
  11755. matchre SKINTYPE_0 /you put|stow what|you hang/i
  11756. put stow right
  11757. matchwait
  11758.  
  11759. SKIN_STOWA:
  11760. echo
  11761. echo SKIN_STOWA:
  11762. echo
  11763. match SKIN_STOW_DROP unload
  11764. match SKIN_STOWB can't wear
  11765. matchre SKIN_GO /you (sling|attach)|re already|wear what|what were you/i
  11766. put wear %1
  11767. matchwait
  11768.  
  11769. SKIN_STOWB:
  11770. echo
  11771. echo SKIN_STOWB:
  11772. echo
  11773. goto SKIN_STOWB_%zHget
  11774.  
  11775. SKIN_STOWB_ON:
  11776. match SKIN_UNLOAD You should unload
  11777. match SKIN_STOW_DROP too
  11778. match SKIN_GO you put
  11779. put put my %1 %zhGetA
  11780. matchwait
  11781.  
  11782. SKIN_STOWB_OFF:
  11783. match SKIN_UNLOAD You should unload
  11784. match SKIN_STOW_DROP too
  11785. match SKIN_GO you put
  11786. match SKIN_GO you hang
  11787. put stow %1
  11788. matchwait
  11789.  
  11790.  
  11791. SKIN_STOW_DROP:
  11792. echo
  11793. echo SKIN_STOW_DROP:
  11794. echo
  11795. put drop my %1
  11796. goto SKIN_GO
  11797.  
  11798.  
  11799. SKIN_GO1_PAUSE:
  11800. pause
  11801. SKIN_GO1:
  11802. match SKIN_GO2 you get
  11803. match SKIN_GO2 you draw
  11804. match SKIN_GO2 already holding
  11805. match SKIN_GO1_PAUSE ...wait
  11806. match SKIN_GO1_PAUSE type ahead
  11807. matchre NO_KNIFE /out of reach|remove|already w|What were you|can't seem|Wield what\?/i
  11808. put wield left my knife
  11809. matchwait
  11810.  
  11811. SKIN_GO2_PAUSE:
  11812. pause
  11813. SKIN_GO2:
  11814. match SKIN_GO you swap
  11815. match SKIN_GO you move
  11816. match SKIN_GO2_PAUSE type ahead
  11817. match SKIN_GO2_PAUSE ...wait
  11818. put swap
  11819. matchwait
  11820.  
  11821.  
  11822. SKIN_GO_PAUSE:
  11823. pause
  11824. SKIN_GO:
  11825. echo
  11826. echo SKIN_GO:
  11827. echo
  11828. match SKIN_FAIL can't be skinned
  11829. match SKIN_FAIL flay
  11830. match NO_SKIN skin what?
  11831. match SKIN_GO_PAUSE ...wait
  11832. match SKIN_GO_PAUSE type ahead
  11833. match SKINNED .
  11834. put skin
  11835. matchwait
  11836.  
  11837. NO_KNIFE_PAUSE:
  11838. pause
  11839. NO_KNIFE:
  11840. echo
  11841. echo NO_KNIFE:
  11842. echo
  11843. match SEARCH can't be skinned
  11844. match SEARCH flay
  11845. match SEARCH skin what?
  11846. match NO_KNIFE_PAUSE ...wait
  11847. match NO_KNIFE_PAUSE type ahead
  11848. match NO_KNIFE_SKINNED .
  11849. put skin
  11850. matchwait
  11851.  
  11852. NO_KNIFE_SKINNED:
  11853. pause
  11854. echo
  11855. echo NO_KNIFE_SKINNED:
  11856. echo
  11857. match SEARCH nothing in your left hand
  11858. match NO_KNIFE_SKINNED ...wait
  11859. match NO_KNIFE_SKINNED type ahead
  11860. match DROP_BUN2 a lumpy bundle in your left hand
  11861. match NO_KNIFE_%zHskinexp left hand
  11862. put glance
  11863. matchwait
  11864.  
  11865. DROP_BUN2:
  11866. put drop my bundle
  11867. wait
  11868. goto NO_KNIFE_SKIN
  11869.  
  11870. NO_KNIFE_SKIN_STOW_PAUSE:
  11871. pause
  11872. NO_KNIFE_BUN:
  11873. NO_KNIFE_SKIN_STOW:
  11874. echo
  11875. echo NO_KNIFE_SKIN_STOW:
  11876. echo
  11877. match NO_KNIFE_SKIN_STOWA appropriate sheath
  11878. match NO_KNIFE_SKIN_STOWA sheathe what?
  11879. match NO_KNIFE_SKIN_STOWA where?
  11880. match NO_KNIFE_SKIN_STOWA isn't any more
  11881. matchre BUN /You Sheath|you slide|you place|you slip|you hang|you secure/i
  11882. match NO_KNIFE_SKIN_STOWA you can only
  11883. match NO_KNIFE_SKIN_STOWA too heavy
  11884. match NO_KNIFE_SKIN_STOW_PAUSE ...wait
  11885. match NO_KNIFE_SKIN_STOW_PAUSE type ahead
  11886. put sheath
  11887. matchwait
  11888.  
  11889. NO_KNIFE_SKIN_STOWA:
  11890. echo
  11891. echo NO_KNIFE_SKIN_STOWA:
  11892. echo
  11893. match NO_KNIFE_SKIN_STOW_DROP unload
  11894. match NO_KNIFE_SKIN_STOWB can't wear
  11895. matchre BUN /you (sling|attach)|re already|wear what|what were you/i
  11896. put wear %1
  11897. matchwait
  11898.  
  11899. NO_KNIFE_SKIN_STOWB:
  11900. echo
  11901. echo NO_KNIFE_SKIN_STOWB:
  11902. echo
  11903. goto NO_KNIFE_SKIN_STOWB_%zhGET
  11904.  
  11905. NO_KNIFE_SKIN_STOWB_ON:
  11906. match NO_KNIFE_SKIN_STOW_DROP too
  11907. match BUN you put
  11908. put put my %1 %zhGetA
  11909. matchwait
  11910.  
  11911. NO_KNIFE_SKIN_STOWB_OFF:
  11912. match NO_KNIFE_SKIN_STOW_DROP too
  11913. match BUN you put
  11914. match BUN you hang
  11915. put stow %1
  11916. matchwait
  11917.  
  11918. NO_KNIFE_SKIN_STOW_DROP:
  11919. echo
  11920. echo NO_KNIFE_SKIN_STOW_DROP:
  11921. echo
  11922. put drop my %1
  11923.  
  11924. NO_SKIN:
  11925. SKIN_FAIL:
  11926. pause
  11927. echo
  11928. echo SKIN_FAIL:
  11929. echo
  11930. goto SKIN_RE_EQUIP_%zHskinexp
  11931.  
  11932. SKINNED:
  11933. pause
  11934. echo
  11935. echo SKINNED:
  11936. echo
  11937. match SKIN_FAIL nothing in your left hand
  11938. match SKINNED ...wait
  11939. match SKINNED type ahead
  11940. match DROP_BUN a lumpy bundle in your left hand
  11941. match %zHskinexp left hand
  11942. put glance
  11943. matchwait
  11944.  
  11945. DROP_BUN:
  11946. put drop my bundle
  11947. wait
  11948. goto SKIN2
  11949.  
  11950. NO_KNIFE_BUN_NO:
  11951. BUN_NO:
  11952. setvariable zHcounter %c
  11953. counter set 0
  11954. counter set %zHskins
  11955. counter add 1
  11956. setvariable zHskins %c
  11957. counter set 0
  11958. counter set %zHskinsS
  11959. counter add 1
  11960. setvariable zHskinsS %c
  11961. counter set %zHcounter
  11962. echo
  11963. echo BUN_NO:
  11964. echo
  11965. goto NOBUN2
  11966.  
  11967. BUN:
  11968. setvariable zHcounter %c
  11969. counter set 0
  11970. counter set %zHskins
  11971. counter add 1
  11972. setvariable zHskins %c
  11973. counter set 0
  11974. counter set %zHskinsS
  11975. counter add 1
  11976. setvariable zHskinsS %c
  11977. counter set %zHcounter
  11978. echo
  11979. echo BUN:
  11980. echo
  11981. put sheath
  11982. goto BUN2
  11983.  
  11984. BUN2_PAUSE:
  11985. pause
  11986. BUN2:
  11987. #Netzer echo
  11988. #Netzer echo BUN2:
  11989. #Netzer echo
  11990. #Netzer match %zHskindrop not yours
  11991. #Netzer match ROPE referring
  11992. #Netzer match BUN22 you tap
  11993. #Netzer match BUN2_PAUSE type ahead
  11994. #Netzer match BUN2_PAUSE ...wait
  11995. #Netzerput tap my bundle
  11996. #Netzer matchwait
  11997. echo
  11998. echo BUN2:
  11999. echo
  12000. match %zHskindrop not yours
  12001. match ROPE What were you
  12002. match BUN22 you get
  12003. match BUN22 you pick
  12004. match BUN22 already
  12005. match OTHER_BUN That can't be picked up.
  12006. match BUN2_PAUSE type ahead
  12007. match BUN2_PAUSE ...wait
  12008. put get bundle
  12009. matchwait
  12010.  
  12011. OTHER_BUN:
  12012. echo
  12013. echo OTHER_BUN:
  12014. echo
  12015. match %zHskindrop not yours
  12016. match ROPE What were you
  12017. match BUN22 you get
  12018. match BUN22 you pick
  12019. match NO_BUN That can't be picked up.
  12020. match BUN22 already
  12021. match BUN2_PAUSE type ahead
  12022. match BUN2_PAUSE ...wait
  12023. put get other bundle
  12024. matchwait
  12025.  
  12026. BUN22_PAUSE:
  12027. pause
  12028. BUN22:
  12029. echo
  12030. echo BUN22:
  12031. echo
  12032. match BUNDONE you bundle up
  12033. match BUNDONE you stuff
  12034. match ROPE BUNDLE HELP
  12035. match ROPEN try to stuff
  12036. match ROPEN new bundle
  12037. match BUN22_PAUSE type ahead
  12038. put bundle
  12039. matchwait
  12040.  
  12041. REMBUN2:
  12042. echo
  12043. echo REMBUN2:
  12044. echo
  12045. match ROPEN you sling
  12046. match ROPEN you remove
  12047. put remove bun
  12048. matchwait
  12049.  
  12050. ROPEN:
  12051. echo
  12052. echo ROPEN
  12053. echo
  12054. match REMBUN2 you aren't holding that
  12055. match ROPE you drop
  12056. put drop my bundle
  12057. matchwait
  12058.  
  12059. ROPE:
  12060. echo
  12061. echo ROPE:
  12062. echo
  12063. match %zHskindrop I could not
  12064. match GET_ROPE You tap
  12065. put tap bun rope
  12066. matchwait
  12067.  
  12068. GET_ROPE:
  12069. echo
  12070. echo GET_ROPE:
  12071. echo
  12072. match %zHskindrop What were you
  12073. match BUN22 you get
  12074. match BUN22 you pick
  12075. put get bun rope
  12076. matchwait
  12077.  
  12078.  
  12079. NOBUN:
  12080. echo
  12081. echo NOBUN:
  12082. echo
  12083. goto SKIN_%zHloot
  12084.  
  12085.  
  12086. SKIN_YES_LOOT:
  12087. NO_BUN:
  12088. echo
  12089. echo NO_BUN:
  12090. echo
  12091. match NOBUN2 no matter
  12092. match NOBUN2 any more room
  12093. match SKIN_RE_EQUIP You put
  12094. match SKIN_RE_EQUIP You hang
  12095. put stow left
  12096. matchwait
  12097.  
  12098. SKIN_NO_LOOT_PAUSE:
  12099. pause
  12100. NO_KNIFE_NOBUN2:
  12101. SKIN_NO_LOOT:
  12102. NOBUN2:
  12103. echo
  12104. echo NOBUN2:
  12105. echo
  12106. matchre SKIN_FAIL /nothing in your left hand|your empty hands./i
  12107. match DROP_MILK milk-tooth in your left hand
  12108. matchre DROP_WING /wing in your left hand|wings in your left hand/i
  12109. matchre DROP_FEATHER /feather in your left hand|feathers in your left hand/i
  12110. matchre DROP_SHELL /shell in your left hand|shells in your left hand/i
  12111. match DROP_PSEUDOPOD pseudopod in your left hand
  12112. match DROP_SHEEPSKIN sheepskin in your left hand
  12113. match DROP_TOENAIL toenail in your left hand
  12114. match DROP_HEART heart in your left hand
  12115. matchre DROP_FRAGMENT /fragment in your left hand|fragments in your left hand/i
  12116. matchre DROP_FORECLAW /foreclaw in your left hand|foreclaws in your left hand/i
  12117. match DROP_ANT antennae
  12118. matchre DROP_BARB /barb in your left hand|barbs in your left hand/i
  12119. matchre DROP_CLAW /claws in your left hand|claw in your left hand/i
  12120. matchre DROP_EAR /ear in your left hand|ears in your left hand/i
  12121. matchre DROP_EYE /eye in your left hand|eyes in your left hand/i
  12122. match DROP_HIDE hide in your left hand
  12123. match DROP_HOOF hoof in your left hand
  12124. matchre DROP_HORN /horn in your left hand|horns in your left hand/i
  12125. match DROP_PELT pelt in your left hand
  12126. match DROP_SAC sac in your left hand
  12127. matchre DROP_SCALE /scale in your left hand|scales in your left hand/i
  12128. match DROP_SCALP scalp in your left hand
  12129. match DROP_SKIN skin in your left hand
  12130. match DROP_TAIL tail in your left hand
  12131. matchre DROP_TUSK /tusk in your left hand|tusks in your left hand/i
  12132. match DROP_STRIPE stripe in your left hand
  12133. match DROP_SPINNER spinneret in your left hand
  12134. match DROP_TALON talon in your left hand
  12135. match DROP_CATGUT catgut in your left hand
  12136. match DROP_QUILL quill in your left hand
  12137. matchre DROP_FANG /fang in your left hand|fangs in your left hand/i
  12138. match DROP_BRISTLE bristle in your left hand
  12139. match DROP_MOSSHAIR mosshair in your left hand
  12140. match DROP_TOOTH tooth in your left hand
  12141. match DROP_STINGER stinger in your left hand
  12142. matchre DROP_BEAK /beak in your left hand|beaks in your left hand/i
  12143. match SKIN_NO_LOOT_PAUSE ...wait
  12144. match SKIN_NO_LOOT_PAUSE type ahead
  12145. put glance
  12146. matchwait
  12147.  
  12148. REMBUN:
  12149. echo
  12150. echo REMBUN:
  12151. echo
  12152. match BUNDONE you sling
  12153. match BUNDONE you remove
  12154. put remove bun
  12155. matchwait
  12156.  
  12157.  
  12158. BUNDONE:
  12159. #NetzerWEAR_BUN:
  12160. #Netzer echo
  12161. #Netzer echo WEAR_BUN:
  12162. #Netzer echo
  12163. #Netzerpause
  12164. #Netzerput wear my bun
  12165. #Netzergoto SKIN_RE_EQUIP
  12166. echo
  12167. echo BUNDONE:
  12168. echo
  12169. match REMBUN you aren't holding that
  12170. match SKIN_RE_EQUIP you drop
  12171. put drop my bun
  12172. matchwait
  12173.  
  12174. DROP_MILK:
  12175. echo
  12176. echo DROP_MILK:
  12177. echo
  12178. setvariable zHskin2 milk-tooth
  12179. goto DROP2
  12180.  
  12181. DROP_BEAK:
  12182. echo
  12183. echo DROP_BEAK:
  12184. echo
  12185. setvariable zHskin2 beak
  12186. goto DROP2
  12187.  
  12188. DROP_STINGER:
  12189. echo
  12190. echo DROP_STINGER:
  12191. echo
  12192. setvariable zHskin2 stinger
  12193. goto DROP2
  12194.  
  12195. DROP_TOOTH:
  12196. echo
  12197. echo DROP_TOOTH:
  12198. echo
  12199. setvariable zHskin2 tooth
  12200. goto DROP2
  12201.  
  12202. DROP_MOSSHAIR:
  12203. echo
  12204. echo DROP_MOSSHAIR:
  12205. echo
  12206. setvariable zHskin2 mosshair
  12207. goto DROP2
  12208.  
  12209. DROP_BRISTLE:
  12210. echo
  12211. echo DROP_BRISTLE:
  12212. echo
  12213. setvariable zHskin2 bristle
  12214. goto DROP2
  12215.  
  12216. DROP_FANG:
  12217. echo
  12218. echo DROP_FANG:
  12219. echo
  12220. setvariable zHskin2 fang
  12221. goto DROP2
  12222.  
  12223. DROP_QUILL:
  12224. echo
  12225. echo DROP_QUILL:
  12226. echo
  12227. setvariable zHskin2 quill
  12228. goto DROP2
  12229.  
  12230. DROP_CATGUT:
  12231. echo
  12232. echo DROP_CATGUT:
  12233. echo
  12234. setvariable zHskin2 catgut
  12235. goto DROP2
  12236.  
  12237. DROP_TALON:
  12238. echo
  12239. echo DROP_TALON:
  12240. echo
  12241. setvariable zHskin2 talon
  12242. goto DROP2
  12243.  
  12244. DROP_SPINNER:
  12245. echo
  12246. echo DROP_SPINNER:
  12247. echo
  12248. setvariable zHskin2 spinneret
  12249. goto DROP2
  12250.  
  12251. DROP_FEATHER:
  12252. echo
  12253. echo DROP_FEATHER:
  12254. echo
  12255. setvariable zHskin2 feather
  12256. goto DROP2
  12257.  
  12258. DROP_WING:
  12259. echo
  12260. echo DROP_WING:
  12261. echo
  12262. setvariable zHskin2 wing
  12263. goto DROP2
  12264.  
  12265. DROP_SHELL:
  12266. echo
  12267. echo DROP_SHELL:
  12268. echo
  12269. setvariable zHskin2 SHELL
  12270. goto DROP2
  12271.  
  12272. DROP_PSEUDOPOD:
  12273. echo
  12274. echo DROP_PSEUDOPOD:
  12275. echo
  12276. setvariable zHskin2 PSEUDOPOD
  12277. goto DROP2
  12278.  
  12279. DROP_SHEEPSKIN:
  12280. echo
  12281. echo DROP_SHEEPSKIN:
  12282. echo
  12283. setvariable zHskin2 SHEEPSKIN
  12284. goto DROP2
  12285.  
  12286. DROP_STRIPE:
  12287. echo
  12288. echo DROP_STRIPE:
  12289. echo
  12290. setvariable zHskin2 STRIPE
  12291. goto DROP2
  12292.  
  12293. DROP_TOENAIL:
  12294. echo
  12295. echo DROP_TOENAIL:
  12296. echo
  12297. setvariable zHskin2 TOENAIL
  12298. goto DROP2
  12299.  
  12300. DROP_HEART:
  12301. echo
  12302. echo DROP_HEART:
  12303. echo
  12304. setvariable zHskin2 HEART
  12305. goto DROP2
  12306.  
  12307. DROP_FRAGMENT:
  12308. echo
  12309. echo DROP_FRAGMENT:
  12310. echo
  12311. setvariable zHskin2 FRAGMENT
  12312. goto DROP2
  12313.  
  12314. DROP_FORECLAW:
  12315. echo
  12316. echo DROP_FORECLAW:
  12317. echo
  12318. setvariable zHskin2 FORECLAW
  12319. goto DROP2
  12320.  
  12321. DROP_ANT:
  12322. echo
  12323. echo DROP_ANT:
  12324. echo
  12325. setvariable zHskin2 antennae
  12326. goto DROP2
  12327.  
  12328. DROP_BARB:
  12329. echo
  12330. echo DROP_BARB:
  12331. echo
  12332. setvariable zHskin2 barb
  12333. goto DROP2
  12334.  
  12335. DROP_CLAW:
  12336. echo
  12337. echo DROP_CLAW:
  12338. echo
  12339. setvariable zHskin2 claw
  12340. goto DROP2
  12341.  
  12342. DROP_EAR:
  12343. echo
  12344. echo DROP_EAR:
  12345. echo
  12346. setvariable zHskin2 ear
  12347. goto DROP2
  12348.  
  12349. DROP_EYE:
  12350. echo
  12351. echo DROP_EYE:
  12352. echo
  12353. setvariable zHskin2 eye
  12354. goto DROP2
  12355.  
  12356. DROP_HIDE:
  12357. echo
  12358. echo DROP_HIDE:
  12359. echo
  12360. setvariable zHskin2 hide
  12361. goto DROP2
  12362.  
  12363. DROP_HOOF:
  12364. echo
  12365. echo DROP_HOOF:
  12366. echo
  12367. setvariable zHskin2 hoof
  12368. goto DROP2
  12369.  
  12370. DROP_HORN:
  12371. echo
  12372. echo DROP_HORN:
  12373. echo
  12374. setvariable zHskin2 horn
  12375. goto DROP2
  12376.  
  12377. DROP_PELT:
  12378. echo
  12379. echo DROP_PELT:
  12380. echo
  12381. setvariable zHskin2 pelt
  12382. goto DROP2
  12383.  
  12384. DROP_SAC:
  12385. echo
  12386. echo DROP_SAC:
  12387. echo
  12388. setvariable zHskin2 sac
  12389. goto DROP2
  12390.  
  12391. DROP_SCALE:
  12392. echo
  12393. echo DROP_SCALE:
  12394. echo
  12395. setvariable zHskin2 scale
  12396. goto DROP2
  12397.  
  12398. DROP_SCALP:
  12399. echo
  12400. echo DROP_SCALP:
  12401. echo
  12402. setvariable zHskin2 scalp
  12403. goto DROP2
  12404.  
  12405. DROP_SKIN:
  12406. echo
  12407. echo DROP_SKIN:
  12408. echo
  12409. setvariable zHskin2 skin
  12410. goto DROP2
  12411.  
  12412. DROP_TAIL:
  12413. echo
  12414. echo DROP_TAIL:
  12415. echo
  12416. setvariable zHskin2 tail
  12417. goto DROP2
  12418.  
  12419. DROP_TUSK:
  12420. echo
  12421. echo DROP_TUSK:
  12422. echo
  12423. setvariable zHskin2 tusk
  12424. goto DROP2
  12425.  
  12426. DROP2:
  12427. echo
  12428. echo DROP2:
  12429. echo
  12430. match SKIN_RE_EQUIP_%zHskinexp You drop
  12431. match SKIN_RE_EQUIP_%zHskinexp You relax
  12432. matchre NOBUN2 /could not|What were you|But you/i
  12433. put drop my %zHskin2
  12434. matchwait
  12435.  
  12436. SKIN_RE_EQUIP_BUN_NO:
  12437. echo
  12438. echo SKIN_RE_EQUIP_BUN_NO:
  12439. echo
  12440. IF_1 goto K_SKIN_RE_EQUIP2
  12441. goto K_SKIN_EQUIP_%zHtype
  12442.  
  12443. K_SKIN_EQUIP_GAUNT:
  12444. K_SKIN_RE_EQUIP_GAUNT:
  12445. put sheath
  12446. wait
  12447. put slap my gaunt
  12448. wait
  12449. goto SEARCH
  12450.  
  12451. K_SKIN_EQUIP_BRAWL:
  12452. K_SKIN_EQUIP_0:
  12453. goto KO_SEARCH
  12454.  
  12455. K_SKIN_RE_EQUIP2_PAUSE:
  12456. pause
  12457. K_SKIN_RE_EQUIP2:
  12458. goto K_SKIN_RE_EQUIP_%zHtype
  12459.  
  12460. K_SKIN_EQUIP_OFFHAND:
  12461. K_SKIN_RE_EQUIP_OFFHAND:
  12462. echo
  12463. echo K_SKIN_EQUIP_OFFHAND:
  12464. echo
  12465. match KO_SEARCH you draw
  12466. match KO_SEARCH free to
  12467. match KO_SEARCH re already h
  12468. match NO_SKIN free hand
  12469. matchre K_SKIN_EQUIP_OFFHAND2 /out of reach|remove|already w|What were you|can't seem|Wield what\?|You can only wield a weapon or a shield/i
  12470. put wield left my %1
  12471. matchwait
  12472.  
  12473. K_SKIN_EQUIP_OFFHAND2:
  12474. echo
  12475. echo K_SKIN_EQUIP_OFFHAND2:
  12476. echo
  12477. match KO_SEARCH you get
  12478. match KO_SEARCH shoulder.
  12479. match KO_SEARCH you remove
  12480. match KO_SEARCH already holding that.
  12481. match KO_SEARCH inventory
  12482. match K_SEARCH right hand
  12483. match KO_SEARCH What were you
  12484. match KO_SEARCH What are yo
  12485. match NO_SKIN hands are full
  12486. put remove my %1
  12487. put get my %1
  12488. matchwait
  12489.  
  12490. K_SKIN_RE_EQUIP_BRAWL:
  12491. goto K_SKIN_BRAWLTYPE_%zHbrawltype
  12492.  
  12493. K_SKIN_BRAWLTYPE_SHIELD_PAUSE:
  12494. pause
  12495. K_SKIN_BRAWLTYPE_SHIELD:
  12496. echo
  12497. echo K_SKIN_BRAWLTYPE_SHIELD:
  12498. echo
  12499. match KO_SEARCH you pick up
  12500. match KO_SEARCH you get
  12501. match KO_SEARCH you sling
  12502. match KO_SEARCH you remove
  12503. match KO_SEARCH already
  12504. match K_SKIN_BRAWLTYPE_SHIELD_PAUSE ...wait
  12505. match K_SKIN_BRAWLTYPE_SHIELD_PAUSE type ahead
  12506. put remove my %1
  12507. put get %1
  12508. matchwait
  12509.  
  12510. K_SKIN_BRAWLTYPE_WEAPON:
  12511. K_SKIN_RE_EQUIP_0:
  12512. echo
  12513. echo K_SKIN_RE_EQUIP_0:
  12514. echo
  12515. match K_SEARCH you draw
  12516. match K_SEARCH already h
  12517. match NO_SKIN free to
  12518. matchre K_SKIN_RE_EQUIP3 /out of reach|remove|already w|What were you|can't seem|Wield what\?/i
  12519. match K_SKIN_RE_EQUIP3 You can only wield a weapon or a shield!
  12520. match K_SKIN_RE_EQUIP2_PAUSE ...wait
  12521. match K_SKIN_RE_EQUIP2_PAUSE type ahead
  12522. put wield my %1
  12523. matchwait
  12524.  
  12525. K_SKIN_RE_EQUIP3_PAUSE:
  12526. pause
  12527. K_SKIN_RE_EQUIP3:
  12528. echo
  12529. echo K_SKIN_RE_EQUIP3:
  12530. echo
  12531. match K_THROW_CHECK what were you
  12532. match K_SEARCH you pick up
  12533. match K_SEARCH you get
  12534. match K_SEARCH you sling
  12535. match K_SEARCH you remove
  12536. match K_SEARCH you deftly remove
  12537. match K_SEARCH already
  12538. match K_SKIN_RE_EQUIP3_PAUSE ...wait
  12539. match K_SKIN_RE_EQUIP3_PAUSE type ahead
  12540. put remove my %1
  12541. put get %1
  12542. matchwait
  12543.  
  12544. K_THROW_CHECK:
  12545. put sheath my knife
  12546. goto THROW_CHECK
  12547.  
  12548. KO_SEARCH:
  12549. put sheath right
  12550. wait
  12551. goto SEARCH
  12552.  
  12553. K_SEARCH:
  12554. put swap
  12555. wait
  12556. put sheath left
  12557. wait
  12558. goto SEARCH
  12559.  
  12560. SKIN_RE_EQUIP:
  12561. SKIN_RE_EQUIP_BUN:
  12562. echo
  12563. echo SKIN_RE_EQUIP_BUN:
  12564. echo
  12565. IF_1 goto SKIN_RE_EQUIP2
  12566. goto SKIN_EQUIP_%zHtype
  12567.  
  12568. SKIN_EQUIP_GAUNT:
  12569. put slap my gaunt
  12570. wait
  12571. SKIN_EQUIP_BRAWL:
  12572. SKIN_EQUIP_0:
  12573. goto SEARCH
  12574.  
  12575. SKIN_RE_EQUIP2_PAUSE:
  12576. pause
  12577. SKIN_RE_EQUIP2:
  12578. goto SKIN_RE_EQUIP_%zHtype
  12579.  
  12580. SKIN_EQUIP_OFFHAND:
  12581. SKIN_RE_EQUIP_OFFHAND:
  12582. echo
  12583. echo SKIN_EQUIP_OFFHAND:
  12584. echo
  12585. match SEARCH you draw
  12586. match SEARCH free to
  12587. match SEARCH re already h
  12588. match NO_SKIN free hand
  12589. matchre SKIN_EQUIP_OFFHAND2 /out of reach|remove|already w|What were you|can't seem|Wield what\?|You can only wield a weapon or a shield/i
  12590. put wield left my %1
  12591. matchwait
  12592.  
  12593. SKIN_EQUIP_OFFHAND2:
  12594. echo
  12595. echo SKIN_EQUIP_OFFHAND2:
  12596. echo
  12597. match SEARCH you get
  12598. match SEARCH shoulder.
  12599. match SEARCH you remove
  12600. match SEARCH already holding that.
  12601. match SEARCH inventory
  12602. match SKIN_EQUIP_OFFHAND2_SWAP right hand
  12603. match SEARCH What were you
  12604. match SEARCH What are yo
  12605. match NO_SKIN hands are full
  12606. put remove my %1
  12607. put get my %1
  12608. matchwait
  12609.  
  12610. SKIN_EQUIP_OFFHAND2_SWAP_PAUSE:
  12611. pause
  12612. SKIN_EQUIP_OFFHAND2_SWAP:
  12613. match SEARCH left hand
  12614. match SKIN_EQUIP_OFFHAND2_SWAP_PAUSE right hand
  12615. put swap
  12616. matchwait
  12617.  
  12618. SKIN_RE_EQUIP_BRAWL:
  12619. goto SKIN_RE_BRAWLTYPE_%zHbrawltype
  12620.  
  12621. SKIN_RE_BRAWLTYPE_SHIELD_PAUSE:
  12622. pause
  12623. SKIN_RE_BRAWLTYPE_SHIELD:
  12624. echo
  12625. echo SKIN_RE_BRAWLTYPE_SHIELD:
  12626. echo
  12627. match KO_SEARCH you pick up
  12628. match KO_SEARCH you get
  12629. match KO_SEARCH you sling
  12630. match KO_SEARCH you remove
  12631. match SEARCH already
  12632. match SKIN_RE_BRAWLTYPE_SHIELD_PAUSE ...wait
  12633. match SKIN_RE_BRAWLTYPE_SHIELD_PAUSE type ahead
  12634. put remove my %1
  12635. put get %1
  12636. matchwait
  12637.  
  12638. SKIN_RE_BRAWLTYPE_WEAPON:
  12639. SKIN_RE_EQUIP_0:
  12640. echo
  12641. echo SKIN_RE_EQUIP_0:
  12642. echo
  12643. match K_SEARCH you draw
  12644. match K_SEARCH re already h
  12645. match NO_SKIN free to
  12646. matchre SKIN_RE_EQUIP3 /out of reach|remove|already w|What were you|can't seem|Wield what\?/i
  12647. match SKIN_RE_EQUIP3 You can only wield a weapon or a shield!
  12648. match SKIN_RE_EQUIP2_PAUSE ...wait
  12649. match SKIN_RE_EQUIP2_PAUSE type ahead
  12650. put wield left my %1
  12651. matchwait
  12652.  
  12653. SKIN_RE_EQUIP3_PAUSE:
  12654. pause
  12655. SKIN_RE_EQUIP3:
  12656. echo
  12657. echo SKIN_RE_EQUIP3:
  12658. echo
  12659. match THROW_CHECK what were you
  12660. match SKIN_RE_EQUIP3_KC_PAUSE you pick up
  12661. match SKIN_RE_EQUIP3_KC_PAUSE you get
  12662. match SKIN_RE_EQUIP3_KC_PAUSE you sling
  12663. match SKIN_RE_EQUIP3_KC_PAUSE you remove
  12664. match SKIN_RE_EQUIP3_KC_PAUSE you deftly remove
  12665. match SKIN_RE_EQUIP3_KC_PAUSE already
  12666. match SKIN_RE_EQUIP3_PAUSE ...wait
  12667. match SKIN_RE_EQUIP3_PAUSE type ahead
  12668. put remove my %1
  12669. put get %1
  12670. matchwait
  12671.  
  12672. SKIN_RE_EQUIP3_KC_PAUSE:
  12673. pause
  12674. SKIN_RE_EQUIP3_KC:
  12675. echo
  12676. echo SKIN_RE_EQUIP_KC:
  12677. echo
  12678. match SEARCH nothing in your left hand
  12679. match SEARCH empty hands
  12680. match K_SEARCH in your left hand
  12681. match SKIN_RE_EQUIP_KC_PAUSE ...wait
  12682. match SKIN_RE_EQUIP_KC_PAUSE type ahead
  12683. put glance
  12684. matchwait
  12685.  
  12686. THROW_CHECK:
  12687. echo
  12688. echo THROW_CHECK:
  12689. echo
  12690. Goto T_%c
  12691.  
  12692. T_2220:
  12693. T_2221:
  12694. T_2222:
  12695. T_2223:
  12696. T_1220:
  12697. T_1221:
  12698. T_1222:
  12699. T_1223:
  12700. Goto SEARCH
  12701.  
  12702.  
  12703. SEARCH_PAUSE:
  12704. pause
  12705. SEARCH:
  12706. echo
  12707. echo SEARCH:
  12708. echo
  12709. match NO_LOOT could not
  12710. match NO_LOOT What were you
  12711. match SEARCH_NEXT not dead
  12712. match SEARCH_NEXT It's still alive
  12713. match NO_LOOT picked clean
  12714. match NO_LOOT nothing of interest.
  12715. match LOOT_LOOK You search
  12716. match LOOT_LOOK Roundtime
  12717. match SEARCH_PAUSE ...wait
  12718. match SEARCH_PAUSE type ahead
  12719. match SEARCH_PAUSE Roundtime
  12720. put loot %zHsearch
  12721. matchwait
  12722. goto SEARCH_BOX_%zHlootbox
  12723.  
  12724. SEARCH_BOX_0:
  12725. matchre LOOT_BOXES / strongbox,| strongbox\.| strongbox and | coffer,| coffer\.| coffer and | chest,| chest\.| chest and | caddy,| caddy\.| caddy and | casket,| casket\.| casket and | trunk,| trunk\.| trunk and | skippet,| skippet\.| skippet and | crate,| crate\.| crate and | box,| box\.| box and /i
  12726. SEARCH_BOX_1:
  12727. goto SEARCH_GEM_%zHlootgem
  12728.  
  12729. SEARCH_GEM_0:
  12730. matchre LOOT_GEMS / carnelian,| carnelian\.| carnelian and | chrysoprase,| chrysoprase\.| chrysoprase and | amber,| amber\.| amber and | kunzite,| kunzite\.| kunzite and | iolite,| iolite\.| iolite and | coral,| coral\.| coral and | ivory,| ivory\.| ivory and | spinel,| spinel\.| spinel and | onyx,| onyx\.| onyx and | garnet,| garnet\.| garnet and | chalcedony,| chalcedony\.| chalcedony and | lazuli,| lazuli\.| lazuli and | star-stone,| star-stone\.| star-stone and | sunstone,| sunstone\.| sunstone and | moonstone,| moonstone\.| moonstone and | hematite,| hematite\.| hematite and | tanzanite,| tanzanite\.| tanzanite and | turquoise,| turquoise\.| turquoise and | peridot,| peridot\.| peridot and | beryl,| beryl\.| beryl and | andalusite,| andalusite\.| andalusite and | agate,| agate\.| agate and | jade,| jade\.| jade and | citrine,| citrine\.| citrine and | aquamarine,| aquamarine\.| aquamarine and /i
  12731. #added Above gems - TY Storrmm Wyndrydor
  12732. matchre LOOT_GEMS / pearl,| pearl\.| pearl and | sapphire,| sapphire\.| sapphire and | opal,| opal\.| opal and | bloodstone,| bloodstone\.| bloodstone and | nugget,| nugget\.| nugget and | zircon,| zircon\.| zircon and | amethyst,| amethyst\.| amethyst and | quartz,| quartz\.| quartz and | jasper,| jasper\.| jasper and | bloodgem,| bloodgem\.| bloodgem and | crystal,| crystal\.| crystal and | topaz,| topaz\.| topaz and | ruby,| ruby\.| ruby and | diopside,| diopside\.| diopside and | gem,| gem\.| gem and | emerald,| emerald\.| emerald and | diamond,| diamond\.| diamond and | stone,| stone\.| stone and | stones,| stones\.| stones and | dira,| dira\.| dira and |alexandrite,| alexandrite.| alexandrite and | tsavorite,| tsavorite.| tsavorite/i
  12733. SEARCH_GEM_1:
  12734. goto SEARCH_COIN_%zHlootcoin
  12735.  
  12736. SEARCH_COIN_0:
  12737. matchre LOOT_COIN / coin,| coins,| coin\.| coin and | coins\.| coins and /i
  12738.  
  12739. SEARCH_COIN_1:
  12740. match LOOT_LOOK was carrying
  12741.  
  12742. SEARCH_NEXT_PAUSE:
  12743. pause
  12744. SEARCH_NEXT:
  12745. echo
  12746. echo SEARCH_NEXT:
  12747. echo
  12748. match NO_LOOT could not
  12749. match NO_LOOT What were you
  12750. match SEARCH_NEXT2 not dead
  12751. match SEARCH_NEXT2 It's still alive
  12752. match NO_LOOT picked clean
  12753. match NO_LOOT nothing of interest.
  12754. match LOOT_LOOK You search
  12755. match LOOT_LOOK Roundtime
  12756. match SEARCH_NEXT_PAUSE ...wait
  12757. match SEARCH_NEXT_PAUSE type ahead
  12758. match SEARCH_NEXT_PAUSE Roundtime
  12759. put loot other %zHkill %zHsearch
  12760. matchwait
  12761.  
  12762. SEARCH_NEXT2_PAUSE:
  12763. pause
  12764. SEARCH_NEXT2:
  12765. echo
  12766. echo SEARCH_NEXT2:
  12767. echo
  12768. match NO_LOOT could not
  12769. match NO_LOOT What were you
  12770. match NO_LOOT not dead
  12771. match NO_LOOT It's still alive
  12772. match NO_LOOT picked clean
  12773. match NO_LOOT nothing of interest.
  12774. match LOOT_LOOK You search
  12775. match LOOT_LOOK Roundtime
  12776. match SEARCH_NEXT2_PAUSE ...wait
  12777. match SEARCH_NEXT2_PAUSE type ahead
  12778. match SEARCH_NEXT2_PAUSE Roundtime
  12779. put loot third %zHsearch
  12780. matchwait
  12781.  
  12782. SEARCH_NEXT_NOSKIN_PAUSE:
  12783. pause
  12784. SEARCH_NEXT_NOSKIN:
  12785. echo
  12786. echo SEARCH_NEXT_NOSKIN:
  12787. echo
  12788. match NO_LOOT could not
  12789. match NO_LOOT What were you
  12790. match SEARCH_NOSKIN_NEXT2 not dead
  12791. match SEARCH_NOSKIN_NEXT2 It's still alive
  12792. match NO_LOOT picked clean
  12793. match NO_LOOT nothing of interest.
  12794. match LOOT_LOOK You search
  12795. match LOOT_LOOK Roundtime
  12796. match SEARCH_NEXT_NOSKIN_PAUSE ...wait
  12797. match SEARCH_NEXT_NOSKIN_PAUSE type ahead
  12798. match SEARCH_NEXT_NOSKIN_PAUSE Roundtime
  12799. put loot other %zHkill %zHsearch
  12800. matchwait
  12801.  
  12802. SEARCH_NEXT2_NOSKIN_PAUSE:
  12803. pause
  12804. SEARCH_NEXT2_NOSKIN:
  12805. echo
  12806. echo SEARCH_NEXT2_NOSKIN:
  12807. echo
  12808. match NO_LOOT could not
  12809. match NO_LOOT What were you
  12810. match NO_LOOT not dead
  12811. match NO_LOOT It's still alive
  12812. match NO_LOOT picked clean
  12813. match NO_LOOT nothing of interest.
  12814. match LOOT_SEARCH You search
  12815. match LOOT_SEARCH Roundtime
  12816. match SEARCH_NEXT_PAUSE ...wait
  12817. match SEARCH_NEXT_PAUSE type ahead
  12818. match SEARCH_NEXT_PAUSE Roundtime
  12819. put loot third %zHkill %zHsearch
  12820. matchwait
  12821.  
  12822. LOOT_LOOK:
  12823. goto %zHloot
  12824.  
  12825. LOOT_SKIPPING:
  12826. Goto NO_LOOT
  12827.  
  12828. YES_LOOT:
  12829. goto LOOT_%zHskin
  12830.  
  12831. LOOT_SKIN1:
  12832. goto LOOT_%zHtype
  12833. goto BOX_%zHlootbox
  12834.  
  12835. LOOT_SEARCH:
  12836. IF_2 goto LOOT_REM
  12837. goto LOOT_%zHtype
  12838.  
  12839. LOOT_GAUNT:
  12840. put drop claw
  12841. LOOT_BRAWL:
  12842. IF_1 goto BOX_%zHlootbox
  12843. put wield my knife
  12844. wait
  12845.  
  12846. LOOT_OFFHAND:
  12847. LOOT_0:
  12848. goto BOX_%zHlootbox
  12849.  
  12850. LOOT_REM_PAUSE:
  12851. pause
  12852. LOOT_REM:
  12853. echo
  12854. echo LOOT_REM:
  12855. echo
  12856. matchre BOX_%zHlootbox /you (sling|attach)|re already|wear what|what were you/i
  12857. match LOOT_REMA can't wear
  12858. match LOOT_REM_PAUSE ...wait
  12859. match LOOT_REM_PAUSE type ahead
  12860. put wear %2
  12861. matchwait
  12862.  
  12863. LOOT_REMA:
  12864. echo
  12865. echo LOOT_REMA:
  12866. echo
  12867. match LOOT_REM_DROP too
  12868. match BOX_%zHlootbox You put
  12869. match BOX_%zHlootbox You hang
  12870. match LOOT_REM_DROP What were you
  12871. put stow %2
  12872. matchwait
  12873.  
  12874. LOOT_REM_DROP:
  12875. echo
  12876. echo LOOT_REM_DROP:
  12877. echo
  12878. put drop my %2
  12879.  
  12880. goto BOX_%zHlootbox
  12881.  
  12882. BOX_0:
  12883. echo
  12884. echo LOOT_BOXES:
  12885. echo
  12886. # matchre LOOT_STRONGBOX / strongbox,| strongbox\.| strongbox and /i
  12887. # matchre LOOT_COFFER / coffer,| coffer\.| coffer and /i
  12888. # matchre LOOT_CHEST / chest,| chest\.| chest and /i
  12889. # matchre LOOT_CADDY / caddy,| caddy\.| caddy and /i
  12890. # matchre LOOT_CASKET / casket,| casket\.| casket and /i
  12891. # matchre LOOT_TRUNK / trunk,| trunk\.| trunk and /i
  12892. # matchre LOOT_SKIPPET / skippet,| skippet\.| skippet and /i
  12893. # matchre LOOT_CRATE / crate,| crate\.| crate and /i
  12894. # matchre LOOT_BOX / box,| box\.| box and /i
  12895.  
  12896. goto LOOT_BOXES
  12897.  
  12898. LOOT_BOXES_COUNT:
  12899. setvariable zHcounter %c
  12900. counter set 0
  12901. counter set %zHloots
  12902. counter add 1
  12903. setvariable zHloots %c
  12904. counter set 0
  12905. counter set %zHlootsS
  12906. counter add 1
  12907. setvariable zHlootsS %c
  12908. counter set %zHcounter
  12909. goto LOOT_BOXES
  12910.  
  12911. LOOT_BOXES_PAUSE:
  12912. pause
  12913. LOOT_BOXES:
  12914. match LOOT_STRONGBOX strongbox
  12915. match LOOT_COFFER coffer
  12916. match LOOT_CHEST chest
  12917. match LOOT_CADDY caddy
  12918. match LOOT_CASKET casket
  12919. match LOOT_TRUNK trunk
  12920. match LOOT_SKIPPET skippet
  12921. match LOOT_CRATE crate
  12922. match LOOT_BOX box
  12923. match LOOT_BOXES_COUNT You put
  12924. match GEM_%zHlootgem Stow what?
  12925. match LOOT_BOXES_PAUSE ...wait
  12926. match LOOT_BOXES_PAUSE type ahead
  12927. put stow boxes
  12928. matchwait
  12929.  
  12930. BOX_1:
  12931. goto GEM_%zHlootgem
  12932.  
  12933. GEM_0:
  12934. echo
  12935. echo LOOT_GEMS:
  12936. echo
  12937. # matchre LOOT_KUNZITE / kunzite,| kunzite\.| kunzite and /i
  12938. # matchre LOOT_IOLITE / iolite,| iolite\.| iolite and /i
  12939. # matchre LOOT_CORAL / coral,| coral\.| coral and /i
  12940. # matchre LOOT_IVORY / ivory,| ivory\.| ivory and /i
  12941. # matchre LOOT_SPINEL / spinel,| spinel\.| spinel and /i
  12942. # matchre LOOT_ONYX / onyx,| onyx\.| onyx and /i
  12943. # matchre LOOT_GARNET / garnet,| garnet\.| garnet and /i
  12944. # matchre LOOT_CHALCEDONY / chalcedony,| chalcedony\.| chalcedony and /i
  12945. # matchre LOOT_LAZULI / lazuli,| lazuli\.| lazuli and /i
  12946. # matchre LOOT_STAR-STONE / star-stone,| star-stone\.| star-stone and /i
  12947. # matchre LOOT_SUNSTONE / sunstone,| sunstone\.| sunstone and /i
  12948. # matchre LOOT_MOONSTONE / moonstone,| moonstone\.| moonstone and /i
  12949. # matchre LOOT_HEMATITE / hematite,| hematite\.| hematite and /i
  12950. # matchre LOOT_TANZANITE / tanzanite,| tanzanite\.| tanzanite and /i
  12951. # matchre LOOT_TURQUOISE / turquoise,| turquoise\.| turquoise and /i
  12952. # matchre LOOT_PERIDOT / peridot,| peridot\.| peridot and /i
  12953. # matchre LOOT_BERYL / beryl,| beryl\.| beryl and /i
  12954. # matchre LOOT_ANDALUSITE / andalusite,| andalusite\.| andalusite and /i
  12955. # matchre LOOT_AGATE / agate,| agate\.| agate and /i
  12956. # matchre LOOT_JADE / jade,| jade\.| jade and /i
  12957. # matchre LOOT_CITRINE / citrine,| citrine\.| citrine and /i
  12958. # matchre LOOT_AQUAMARINE / aquamarine,| aquamarine\.| aquamarine and /i
  12959. ##added Above gems - TY Storrmm Wyndrydor
  12960. # matchre LOOT_PEARL / pearl,| pearl\.| pearl and /i
  12961. # matchre LOOT_SAPPHIRE / sapphire,| sapphire\.| sapphire and /i
  12962. # matchre LOOT_OPAL / opal,| opal\.| opal and /i
  12963. # matchre LOOT_BLOODSTONE / bloodstone,| bloodstone\.| bloodstone and /i
  12964. # matchre LOOT_NUGGET / nugget,| nugget\.| nugget and /i
  12965. # matchre LOOT_ZIRCON / zircon,| zircon\.| zircon and /i
  12966. # matchre LOOT_AMETHYST / amethyst,| amethyst\.| amethyst and /i
  12967. # matchre LOOT_QUARTZ / quartz,| quartz\.| quartz and /i
  12968. # matchre LOOT_JASPER / jasper,| jasper\.| jasper and /i
  12969. # matchre LOOT_BLOODGEM / bloodgem,| bloodgem\.| bloodgem and /i
  12970. # matchre LOOT_CRYSTAL / crystal,| crystal\.| crystal and /i
  12971. # matchre LOOT_TOPAZ / topaz,| topaz\.| topaz and /i
  12972. # matchre LOOT_RUBY / ruby,| ruby\.| ruby and /i
  12973. # matchre LOOT_DIOPSIDE / diopside,| diopside\.| diopside and /i
  12974. # matchre LOOT_GEM / gem,| gem\.| gem and /i
  12975. # matchre LOOT_RUNE / runestone,| runestone\.| runestone and /i
  12976. # matchre LOOT_SCROLL / scroll,| scroll\.| scroll and /i
  12977. # matchre LOOT_TABLET / tablet,| tablet\.| tablet and /i
  12978. # matchre LOOT_EMERALD / emerald,| emerald\.| emerald and /i
  12979. # matchre LOOT_DIAMOND / diamond,| diamond\.| diamond and /i
  12980. # matchre LOOT_STONE / stone,| stone\.| stone and | stones,| stones\.| stones and /i
  12981. # matchre LOOT_ALEXANDRITE / alexandrite,| alexandrite.| alexandrite and /i
  12982. # matchre LOOT_TSAVORITE / tsavorite,| tsavorite.| tsavorite and /i
  12983.  
  12984.  
  12985. goto LOOT_GEMS
  12986.  
  12987. LOOT_GEMS_COUNT:
  12988. setvariable zHcounter %c
  12989. counter set 0
  12990. counter set %zHloots
  12991. counter add 1
  12992. setvariable zHloots %c
  12993. counter set 0
  12994. counter set %zHlootsS
  12995. counter add 1
  12996. setvariable zHlootsS %c
  12997. counter set %zHcounter
  12998. goto LOOT_GEMS
  12999.  
  13000. LOOT_GEMS_PAUSE:
  13001. pause
  13002. LOOT_GEMS:
  13003. matchre LOOT_ALEXANDRITE / alexandrite(\.| inside)/i
  13004. matchre LOOT_TSAVORITE / tsavorite(\.| inside)/i
  13005. matchre LOOT_TOURMALINE / tourmaline(\.| inside)/i
  13006. matchre LOOT_EGG / egg(\.| inside)/i
  13007. matchre LOOT_BEAD / bead(\.| inside)/i
  13008. matchre LOOT_MALACHITE / malachite(\.| inside)/i
  13009. matchre LOOT_CARNELIAN / carnelian(\.| inside)/i
  13010. matchre LOOT_CHRYSOPRASE / chrysoprase(\.| inside)/i
  13011. matchre LOOT_AMBER / amber(\.| inside)/i
  13012. matchre LOOT_KUNZITE / kunzite(\.| inside)/i
  13013. matchre LOOT_IOLITE / iolite(\.| inside)/i
  13014. matchre LOOT_CORAL / coral(\.| inside)/i
  13015. matchre LOOT_IVORY / ivory(\.| inside)/i
  13016. matchre LOOT_SPINEL / spinel(\.| inside)/i
  13017. matchre LOOT_ONYX / onyx(\.| inside)/i
  13018. matchre LOOT_GARNET / garnet(\.| inside)/i
  13019. matchre LOOT_CHALCEDONY / chalcedony(\.| inside)/i
  13020. matchre LOOT_LAZULI / lazuli(\.| inside)/i
  13021. matchre LOOT_STAR-STONE / star-stone(\.| inside)/i
  13022. matchre LOOT_SUNSTONE / sunstone(\.| inside)/i
  13023. matchre LOOT_MOONSTONE / moonstone(\.| inside)/i
  13024. matchre LOOT_HEMATITE / hematite(\.| inside)/i
  13025. matchre LOOT_TANZANITE / tanzanite(\.| inside)/i
  13026. matchre LOOT_TURQUOISE / turquoise(\.| inside)/i
  13027. matchre LOOT_PERIDOT / peridot(\.| inside)/i
  13028. matchre LOOT_BERYL / beryl(\.| inside)/i
  13029. matchre LOOT_ANDALUSITE / andalusite(\.| inside)/i
  13030. matchre LOOT_AGATE / agate(\.| inside)/i
  13031. matchre LOOT_JADE / jade(\.| inside)/i
  13032. matchre LOOT_CITRINE / citrine(\.| inside)/i
  13033. matchre LOOT_AQUAMARINE / aquamarine(\.| inside)/i
  13034. matchre LOOT_DIRA / dira(\.| inside)/i
  13035. matchre LOOT_MORGANITE / morganite(\.| inside)/i
  13036. matchre LOOT_PEARL / pearl(\.| inside)/i
  13037. matchre LOOT_SAPPHIRE / sapphire(\.| inside)/i
  13038. matchre LOOT_OPAL / opal(\.| inside)/i
  13039. matchre LOOT_BLOODSTONE / bloodstone(\.| inside)/i
  13040. matchre LOOT_NUGGET / nugget(\.| inside)/i
  13041. matchre LOOT_ZIRCON / zircon(\.| inside)/i
  13042. matchre LOOT_AMETHYST / amethyst(\.| inside)/i
  13043. matchre LOOT_QUARTZ / quartz(\.| inside)/i
  13044. matchre LOOT_JASPER / jasper(\.| inside)/i
  13045. matchre LOOT_BLOODGEM / bloodgem(\.| inside)/i
  13046. matchre LOOT_CRYSTAL / crystal(\.| inside)/i
  13047. matchre LOOT_TOPAZ / topaz(\.| inside)/i
  13048. matchre LOOT_RUBY / ruby(\.| inside)/i
  13049. matchre LOOT_DIOPSIDE / diopside(\.| inside)/i
  13050. matchre LOOT_EMERALD / emerald(\.| inside)/i
  13051. matchre LOOT_DIAMOND / diamond(\.| inside)/i
  13052. matchre LOOT_STONE / (stone\.|stones\.)/i
  13053. matchre LOOT_GEM / (gem\.|gems\.)/i
  13054. matchre LOOT_BAR / bar(\.| inside)/i
  13055. match LOOTING Stow what?
  13056. matchre LOOT_GEMS_PAUSE /\.\.\.wait|type ahead/i
  13057. put stow gems
  13058. matchwait
  13059.  
  13060.  
  13061. LOOTING_PAUSE:
  13062. setvariable zHcounter %c
  13063. counter set 0
  13064. counter set %zHloots
  13065. counter add 1
  13066. setvariable zHloots %c
  13067. counter set 0
  13068. counter set %zHlootsS
  13069. counter add 1
  13070. setvariable zHlootsS %c
  13071. counter set %zHcounter
  13072. goto LOOTING
  13073. LOOTING_PAUSE1:
  13074. pause
  13075. GEM_1:
  13076. LOOTING:
  13077. echo
  13078. echo LOOTING:
  13079. echo
  13080. goto JUNK_%zHlootjunk
  13081.  
  13082. JUNK_0:
  13083. matchre LOOT_SHIELD / shield,| shield\.| shield and /i
  13084. matchre LOOT_SWORD / sword,| sword\.| sword and /i
  13085. matchre LOOT_CLOAK / cloak,| cloak\.| cloak and /i
  13086. match JUNK_1 Encumbrance :
  13087. matchre NO_LOOT_DARK /and you can't see a thing|Your world is a crimson haze/i
  13088. put look junk
  13089. put encumb
  13090. matchwait
  13091.  
  13092. LOOT_SHIELD:
  13093. echo
  13094. echo LOOT_SHIELD:
  13095. echo
  13096. save shield
  13097. goto LOOT_STOW
  13098.  
  13099. LOOT_SWORD:
  13100. echo
  13101. echo LOOT_SWORD:
  13102. echo
  13103. save sword
  13104. goto LOOT_STOW
  13105.  
  13106. LOOT_CLOAK:
  13107. echo
  13108. echo LOOT_CLOAK:
  13109. echo
  13110. save cloak
  13111. goto LOOT_STOW
  13112.  
  13113.  
  13114. JUNK_1:
  13115. goto COIN_%zHlootcoin
  13116.  
  13117. COIN_0:
  13118. matchre LOOT_COIN / coin,| coins,| coin\.| coin and | coins\.| coins and /i
  13119. COIN_1:
  13120. matchre LOOT_FRAG / iron fragment,| iron fragment.| iron fragment and /i
  13121. matchre LOOT_RUNE / runestone,| runestone and| runestone\./i
  13122. matchre LOOT_CARD / card,| card\.| card and /i
  13123. matchre LOOT_SCROLL / scroll,| scroll\.| scroll and /i
  13124. matchre LOOT_TABLET / tablet,| tablet\.| tablet and /i
  13125. matchre NO_LOOT /Encumbrance :|paths:|exits:/i
  13126. matchre NO_LOOT_DARK /and you can't see a thing|Your world is a crimson haze/i
  13127. put look
  13128. put encum
  13129. matchwait
  13130.  
  13131. LOOT_GEMS2:
  13132. match LOOT_DROP_GEM no matter
  13133. match LOOT_DROP_GEM any more room
  13134. match LOOT_DROP_GEM can't fit
  13135. match LOOT_GEMS_COUNT You put
  13136. match LOOT_GEMS_COUNT closing it once more.
  13137. put stow %s
  13138. match LOOTING Stow what?
  13139. matchwait
  13140.  
  13141. LOOT_ALEXANDRITE:
  13142. echo
  13143. echo LOOT_ALEXANDRITE:
  13144. echo
  13145. save alexandrite
  13146. match LOOT_DROP_GEM no matter
  13147. match LOOT_DROP_GEM any more room
  13148. match LOOT_DROP_GEM can't fit
  13149. match LOOT_GEMS_COUNT You put
  13150. match LOOT_GEMS_COUNT closing it once more.
  13151. matchwait
  13152. goto LOOT_STOW
  13153.  
  13154. LOOT_TSAVORITE:
  13155. echo
  13156. echo LOOT_TSAVORITE:
  13157. echo
  13158. save tsavorite
  13159. match LOOT_DROP_GEM no matter
  13160. match LOOT_DROP_GEM any more room
  13161. match LOOT_DROP_GEM can't fit
  13162. match LOOT_GEMS_COUNT You put
  13163. match LOOT_GEMS_COUNT closing it once more.
  13164. matchwait
  13165. goto LOOT_STOW
  13166.  
  13167. LOOT_TOURMALINE:
  13168. echo
  13169. echo LOOT_TOURMALINE:
  13170. echo
  13171. save tourmaline
  13172. match LOOT_DROP_GEM no matter
  13173. match LOOT_DROP_GEM any more room
  13174. match LOOT_DROP_GEM can't fit
  13175. match LOOT_GEMS_COUNT You put
  13176. match LOOT_GEMS_COUNT closing it once more.
  13177. match LOOT_GEMS2 [You're
  13178. match LOOTING Stow what?
  13179. matchwait
  13180. goto LOOT_STOW
  13181.  
  13182. LOOT_EGG:
  13183. echo
  13184. echo LOOT_EGG:
  13185. echo
  13186. save egg
  13187. match LOOT_DROP_GEM no matter
  13188. match LOOT_DROP_GEM any more room
  13189. match LOOT_DROP_GEM can't fit
  13190. match LOOT_GEMS_COUNT You put
  13191. match LOOT_GEMS_COUNT closing it once more.
  13192. match LOOT_GEMS2 [You're
  13193. match LOOTING Stow what?
  13194. matchwait
  13195. goto LOOT_STOW
  13196.  
  13197. LOOT_BEAD:
  13198. echo
  13199. echo LOOT_BEAD:
  13200. echo
  13201. save bead
  13202. match LOOT_DROP_GEM no matter
  13203. match LOOT_DROP_GEM any more room
  13204. match LOOT_DROP_GEM can't fit
  13205. match LOOT_GEMS_COUNT You put
  13206. match LOOT_GEMS_COUNT closing it once more.
  13207. match LOOT_GEMS2 [You're
  13208. match LOOTING Stow what?
  13209. matchwait
  13210. goto LOOT_STOW
  13211.  
  13212. LOOT_MALACHITE:
  13213. echo
  13214. echo LOOT_MALACHITE:
  13215. echo
  13216. save malachite
  13217. match LOOT_DROP_GEM no matter
  13218. match LOOT_DROP_GEM any more room
  13219. match LOOT_DROP_GEM can't fit
  13220. match LOOT_GEMS_COUNT You put
  13221. match LOOT_GEMS_COUNT closing it once more.
  13222. match LOOT_GEMS2 [You're
  13223. match LOOTING Stow what?
  13224. matchwait
  13225. goto LOOT_STOW
  13226.  
  13227. LOOT_DIRA:
  13228. echo
  13229. echo LOOT_DIRA:
  13230. echo
  13231. save dira
  13232. match LOOT_DROP_GEM no matter
  13233. match LOOT_DROP_GEM any more room
  13234. match LOOT_DROP_GEM can't fit
  13235. match LOOT_GEMS_COUNT You put
  13236. match LOOT_GEMS_COUNT closing it once more.
  13237. match LOOT_GEMS2 [You're
  13238. match LOOTING Stow what?
  13239. matchwait
  13240. goto LOOT_STOW
  13241.  
  13242. LOOT_CARNELIAN:
  13243. echo
  13244. echo LOOT_CARNELIAN:
  13245. echo
  13246. save carnelian
  13247. match LOOT_DROP_GEM no matter
  13248. match LOOT_DROP_GEM any more room
  13249. match LOOT_DROP_GEM can't fit
  13250. match LOOT_GEMS_COUNT You put
  13251. match LOOT_GEMS_COUNT closing it once more.
  13252. match LOOT_GEMS2 [You're
  13253. match LOOTING Stow what?
  13254. matchwait
  13255. goto LOOT_STOW
  13256.  
  13257. LOOT_MORGANITE:
  13258. echo
  13259. echo LOOT_MORGANITE:
  13260. echo
  13261. save morganite
  13262. match LOOT_DROP_GEM no matter
  13263. match LOOT_DROP_GEM any more room
  13264. match LOOT_DROP_GEM can't fit
  13265. match LOOT_GEMS_COUNT You put
  13266. match LOOT_GEMS_COUNT closing it once more.
  13267. match LOOT_GEMS2 [You're
  13268. match LOOTING Stow what?
  13269. matchwait
  13270. goto LOOT_STOW
  13271.  
  13272. LOOT_CHRYSOPRASE:
  13273. echo
  13274. echo LOOT_CHRYSOPRASE:
  13275. echo
  13276. save chrysoprase
  13277. match LOOT_DROP_GEM no matter
  13278. match LOOT_DROP_GEM any more room
  13279. match LOOT_DROP_GEM can't fit
  13280. match LOOT_GEMS_COUNT You put
  13281. match LOOT_GEMS_COUNT closing it once more.
  13282. match LOOT_GEMS2 [You're
  13283. match LOOTING Stow what?
  13284. matchwait
  13285. goto LOOT_STOW
  13286.  
  13287. LOOT_AMBER:
  13288. echo
  13289. echo LOOT_AMBER:
  13290. echo
  13291. save amber
  13292. match LOOT_DROP_GEM no matter
  13293. match LOOT_DROP_GEM any more room
  13294. match LOOT_DROP_GEM can't fit
  13295. match LOOT_GEMS_COUNT You put
  13296. match LOOT_GEMS_COUNT closing it once more.
  13297. match LOOT_GEMS2 [You're
  13298. match LOOTING Stow what?
  13299. matchwait
  13300. goto LOOT_STOW
  13301.  
  13302. LOOT_KUNZITE:
  13303. echo
  13304. echo LOOT_KUNZITE:
  13305. echo
  13306. save kunzite
  13307. match LOOT_DROP_GEM no matter
  13308. match LOOT_DROP_GEM any more room
  13309. match LOOT_DROP_GEM can't fit
  13310. match LOOT_GEMS_COUNT You put
  13311. match LOOT_GEMS_COUNT closing it once more.
  13312. match LOOT_GEMS2 [You're
  13313. match LOOTING Stow what?
  13314. matchwait
  13315. goto LOOT_STOW
  13316.  
  13317. LOOT_IOLITE:
  13318. echo
  13319. echo LOOT_IOLITE:
  13320. echo
  13321. save iolite
  13322. match LOOT_DROP_GEM no matter
  13323. match LOOT_DROP_GEM any more room
  13324. match LOOT_DROP_GEM can't fit
  13325. match LOOT_GEMS_COUNT You put
  13326. match LOOT_GEMS_COUNT closing it once more.
  13327. match LOOT_GEMS2 [You're
  13328. match LOOTING Stow what?
  13329. matchwait
  13330. goto LOOT_STOW
  13331.  
  13332. LOOT_CORAL:
  13333. echo
  13334. echo LOOT_CORAL:
  13335. echo
  13336. save coral
  13337. match LOOT_DROP_GEM no matter
  13338. match LOOT_DROP_GEM any more room
  13339. match LOOT_DROP_GEM can't fit
  13340. match LOOT_GEMS_COUNT You put
  13341. match LOOT_GEMS_COUNT closing it once more.
  13342. match LOOT_GEMS2 [You're
  13343. match LOOTING Stow what?
  13344. matchwait
  13345. goto LOOT_STOW
  13346.  
  13347. LOOT_IVORY:
  13348. echo
  13349. echo LOOT_IVORY:
  13350. echo
  13351. save ivory
  13352. match LOOT_DROP_GEM no matter
  13353. match LOOT_DROP_GEM any more room
  13354. match LOOT_DROP_GEM can't fit
  13355. match LOOT_GEMS_COUNT You put
  13356. match LOOT_GEMS_COUNT closing it once more.
  13357. match LOOT_GEMS2 [You're
  13358. match LOOTING Stow what?
  13359. matchwait
  13360. goto LOOT_STOW
  13361.  
  13362. LOOT_SPINEL:
  13363. echo
  13364. echo LOOT_SPINEL:
  13365. echo
  13366. save spinel
  13367. match LOOT_DROP_GEM no matter
  13368. match LOOT_DROP_GEM any more room
  13369. match LOOT_DROP_GEM can't fit
  13370. match LOOT_GEMS_COUNT You put
  13371. match LOOT_GEMS_COUNT closing it once more.
  13372. match LOOT_GEMS2 [You're
  13373. match LOOTING Stow what?
  13374. matchwait
  13375. goto LOOT_STOW
  13376.  
  13377. LOOT_ONYX:
  13378. echo
  13379. echo LOOT_ONYX:
  13380. echo
  13381. save onyx
  13382. match LOOT_DROP_GEM no matter
  13383. match LOOT_DROP_GEM any more room
  13384. match LOOT_DROP_GEM can't fit
  13385. match LOOT_GEMS_COUNT You put
  13386. match LOOT_GEMS_COUNT closing it once more.
  13387. match LOOT_GEMS2 [You're
  13388. match LOOTING Stow what?
  13389. matchwait
  13390. goto LOOT_STOW
  13391.  
  13392. LOOT_GARNET:
  13393. echo
  13394. echo LOOT_GARNET:
  13395. echo
  13396. save garnet
  13397. match LOOT_DROP_GEM no matter
  13398. match LOOT_DROP_GEM any more room
  13399. match LOOT_DROP_GEM can't fit
  13400. match LOOT_GEMS_COUNT You put
  13401. match LOOT_GEMS_COUNT closing it once more.
  13402. match LOOT_GEMS2 [You're
  13403. match LOOTING Stow what?
  13404. goto LOOT_STOW
  13405.  
  13406. LOOT_CHALCEDONY:
  13407. echo
  13408. echo LOOT_CHALCEDONY:
  13409. echo
  13410. save chalcedony
  13411. match LOOT_DROP_GEM no matter
  13412. match LOOT_DROP_GEM any more room
  13413. match LOOT_DROP_GEM can't fit
  13414. match LOOT_GEMS_COUNT You put
  13415. match LOOT_GEMS_COUNT closing it once more.
  13416. match LOOT_GEMS2 [You're
  13417. match LOOTING Stow what?
  13418. matchwait
  13419. goto LOOT_STOW
  13420.  
  13421. LOOT_LAZULI:
  13422. echo
  13423. echo LOOT_LAZULI:
  13424. echo
  13425. save lazuli
  13426. match LOOT_DROP_GEM no matter
  13427. match LOOT_DROP_GEM any more room
  13428. match LOOT_DROP_GEM can't fit
  13429. match LOOT_GEMS_COUNT You put
  13430. match LOOT_GEMS_COUNT closing it once more.
  13431. match LOOT_GEMS2 [You're
  13432. match LOOTING Stow what?
  13433. matchwait
  13434. goto LOOT_STOW
  13435.  
  13436. LOOT_STAR-STONE:
  13437. echo
  13438. echo LOOT_STAR_STONE:
  13439. echo
  13440. save star-stone
  13441. match LOOT_DROP_GEM no matter
  13442. match LOOT_DROP_GEM any more room
  13443. match LOOT_DROP_GEM can't fit
  13444. match LOOT_GEMS_COUNT You put
  13445. match LOOT_GEMS_COUNT closing it once more.
  13446. match LOOT_GEMS2 [You're
  13447. match LOOTING Stow what?
  13448. matchwait
  13449. goto LOOT_STOW
  13450.  
  13451. LOOT_SUNSTONE:
  13452. echo
  13453. echo LOOT_SUNSTONE:
  13454. echo
  13455. save sunstone
  13456. match LOOT_DROP_GEM no matter
  13457. match LOOT_DROP_GEM any more room
  13458. match LOOT_DROP_GEM can't fit
  13459. match LOOT_GEMS_COUNT You put
  13460. match LOOT_GEMS_COUNT closing it once more.
  13461. match LOOT_GEMS2 [You're
  13462. match LOOTING Stow what?
  13463. matchwait
  13464. goto LOOT_STOW
  13465.  
  13466. LOOT_MOONSTONE:
  13467. echo
  13468. echo LOOT_MOONSTONE:
  13469. echo
  13470. save moonstone
  13471. match LOOT_DROP_GEM no matter
  13472. match LOOT_DROP_GEM any more room
  13473. match LOOT_DROP_GEM can't fit
  13474. match LOOT_GEMS_COUNT You put
  13475. match LOOT_GEMS_COUNT closing it once more.
  13476. match LOOT_GEMS2 [You're
  13477. match LOOTING Stow what?
  13478. matchwait
  13479. goto LOOT_STOW
  13480.  
  13481. LOOT_HEMATITE:
  13482. echo
  13483. echo LOOT_HEMATITE:
  13484. echo
  13485. save hematite
  13486. match LOOT_DROP_GEM no matter
  13487. match LOOT_DROP_GEM any more room
  13488. match LOOT_DROP_GEM can't fit
  13489. match LOOT_GEMS_COUNT You put
  13490. match LOOT_GEMS_COUNT closing it once more.
  13491. match LOOT_GEMS2 [You're
  13492. match LOOTING Stow what?
  13493. matchwait
  13494. goto LOOT_STOW
  13495.  
  13496. LOOT_TANZANITE:
  13497. echo
  13498. echo LOOT_TANZANITE:
  13499. echo
  13500. save tanzanite
  13501. match LOOT_DROP_GEM no matter
  13502. match LOOT_DROP_GEM any more room
  13503. match LOOT_DROP_GEM can't fit
  13504. match LOOT_GEMS_COUNT You put
  13505. match LOOT_GEMS_COUNT closing it once more.
  13506. match LOOT_GEMS2 [You're
  13507. match LOOTING Stow what?
  13508. matchwait
  13509. goto LOOT_STOW
  13510.  
  13511. LOOT_TURQUOISE:
  13512. echo
  13513. echo LOOT_TURQUOISE:
  13514. echo
  13515. save turquoise
  13516. match LOOT_DROP_GEM no matter
  13517. match LOOT_DROP_GEM any more room
  13518. match LOOT_DROP_GEM can't fit
  13519. match LOOT_GEMS_COUNT You put
  13520. match LOOT_GEMS_COUNT closing it once more.
  13521. match LOOT_GEMS2 [You're
  13522. match LOOTING Stow what?
  13523. matchwait
  13524. goto LOOT_STOW
  13525.  
  13526. LOOT_PERIDOT:
  13527. echo
  13528. echo LOOT_PERIDOT:
  13529. echo
  13530. save peridot
  13531. match LOOT_DROP_GEM no matter
  13532. match LOOT_DROP_GEM any more room
  13533. match LOOT_DROP_GEM can't fit
  13534. match LOOT_GEMS_COUNT You put
  13535. match LOOT_GEMS_COUNT closing it once more.
  13536. match LOOT_GEMS2 [You're
  13537. match LOOTING Stow what?
  13538. matchwait
  13539. goto LOOT_STOW
  13540.  
  13541. LOOT_BERYL:
  13542. echo
  13543. echo LOOT_BERYL:
  13544. echo
  13545. save beryl
  13546. match LOOT_DROP_GEM no matter
  13547. match LOOT_DROP_GEM any more room
  13548. match LOOT_DROP_GEM can't fit
  13549. match LOOT_GEMS_COUNT You put
  13550. match LOOT_GEMS_COUNT closing it once more.
  13551. match LOOT_GEMS2 [You're
  13552. match LOOTING Stow what?
  13553. matchwait
  13554. goto LOOT_STOW
  13555.  
  13556. LOOT_ANDALUSITE:
  13557. echo
  13558. echo LOOT_ANDALUSITE:
  13559. echo
  13560. save andalusite
  13561. match LOOT_DROP_GEM no matter
  13562. match LOOT_DROP_GEM any more room
  13563. match LOOT_DROP_GEM can't fit
  13564. match LOOT_GEMS_COUNT You put
  13565. match LOOT_GEMS_COUNT closing it once more.
  13566. match LOOT_GEMS2 [You're
  13567. match LOOTING Stow what?
  13568. matchwait
  13569. goto LOOT_STOW
  13570.  
  13571. LOOT_AGATE:
  13572. echo
  13573. echo LOOT_AGATE:
  13574. echo
  13575. save agate
  13576. match LOOT_DROP_GEM no matter
  13577. match LOOT_DROP_GEM any more room
  13578. match LOOT_DROP_GEM can't fit
  13579. match LOOT_GEMS_COUNT You put
  13580. match LOOT_GEMS_COUNT closing it once more.
  13581. match LOOT_GEMS2 [You're
  13582. match LOOTING Stow what?
  13583. matchwait
  13584. goto LOOT_STOW
  13585.  
  13586. LOOT_JADE:
  13587. echo
  13588. echo LOOT_JADE:
  13589. echo
  13590. save jade
  13591. match LOOT_DROP_GEM no matter
  13592. match LOOT_DROP_GEM any more room
  13593. match LOOT_DROP_GEM can't fit
  13594. match LOOT_GEMS_COUNT You put
  13595. match LOOT_GEMS_COUNT closing it once more.
  13596. match LOOT_GEMS2 [You're
  13597. match LOOTING Stow what?
  13598. matchwait
  13599. goto LOOT_STOW
  13600.  
  13601. LOOT_CITRINE:
  13602. echo
  13603. echo LOOT_CITRINE:
  13604. echo
  13605. save citrine
  13606. match LOOT_DROP_GEM no matter
  13607. match LOOT_DROP_GEM any more room
  13608. match LOOT_DROP_GEM can't fit
  13609. match LOOT_GEMS_COUNT You put
  13610. match LOOT_GEMS_COUNT closing it once more.
  13611. match LOOT_GEMS2 [You're
  13612. match LOOTING Stow what?
  13613. matchwait
  13614. goto LOOT_STOW
  13615.  
  13616. LOOT_AQUAMARINE:
  13617. echo
  13618. echo LOOT_AQUAMARINE:
  13619. echo
  13620. save aquamarine
  13621. match LOOT_DROP_GEM no matter
  13622. match LOOT_DROP_GEM any more room
  13623. match LOOT_DROP_GEM can't fit
  13624. match LOOT_GEMS_COUNT You put
  13625. match LOOT_GEMS_COUNT closing it once more.
  13626. match LOOT_GEMS2 [You're
  13627. match LOOTING Stow what?
  13628. matchwait
  13629. goto LOOT_STOW
  13630.  
  13631. LOOT_EMERALD:
  13632. echo
  13633. echo LOOT_EMERALD:
  13634. echo
  13635. save emerald
  13636. match LOOT_DROP_GEM no matter
  13637. match LOOT_DROP_GEM any more room
  13638. match LOOT_DROP_GEM can't fit
  13639. match LOOT_GEMS_COUNT You put
  13640. match LOOT_GEMS_COUNT closing it once more.
  13641. match LOOT_GEMS2 [You're
  13642. match LOOTING Stow what?
  13643. matchwait
  13644. goto LOOT_STOW
  13645.  
  13646. LOOT_DIAMOND:
  13647. echo
  13648. echo LOOT_DIAMOND:
  13649. echo
  13650. save diamond
  13651. match LOOT_DROP_GEM no matter
  13652. match LOOT_DROP_GEM any more room
  13653. match LOOT_DROP_GEM can't fit
  13654. match LOOT_GEMS_COUNT You put
  13655. match LOOT_GEMS_COUNT closing it once more.
  13656. match LOOT_GEMS2 [You're
  13657. match LOOTING Stow what?
  13658. matchwait
  13659. goto LOOT_STOW
  13660.  
  13661. LOOT_BOXES2:
  13662. match LOOT_DROP_BOX no matter
  13663. match LOOT_DROP_BOX any more room
  13664. match LOOT_DROP_BOX can't fit
  13665. match LOOT_BOXES_COUNT You put
  13666. match LOOT_BOXES_COUNT You hang
  13667. match LOOT_BOXES2 [You're
  13668. match GEM_%zHlootgem Stow what?
  13669. put stow %2
  13670. matchwait
  13671.  
  13672. LOOT_STRONGBOX:
  13673. echo
  13674. echo LOOT_STRONGBOX:
  13675. echo
  13676. save strongbox
  13677. match LOOT_DROP_BOX no matter
  13678. match LOOT_DROP_BOX any more room
  13679. match LOOT_DROP_BOX can't fit
  13680. match LOOT_BOXES_COUNT You put
  13681. match LOOT_BOXES2 [You're
  13682. match GEM_%zHlootgem Stow what?
  13683. matchwait
  13684.  
  13685. LOOT_COFFER:
  13686. echo
  13687. echo LOOT_COFFER:
  13688. echo
  13689. save coffer
  13690. match LOOT_DROP_BOX no matter
  13691. match LOOT_DROP_BOX any more room
  13692. match LOOT_DROP_BOX can't fit
  13693. match LOOT_BOXES_COUNT You put
  13694. match LOOT_BOXES2 [You're
  13695. match GEM_%zHlootgem Stow what?
  13696. matchwait
  13697.  
  13698. LOOT_CHEST:
  13699. echo
  13700. echo LOOT_CHEST:
  13701. echo
  13702. save chest
  13703. match LOOT_DROP_BOX no matter
  13704. match LOOT_DROP_BOX any more room
  13705. match LOOT_DROP_BOX can't fit
  13706. match LOOT_BOXES_COUNT You put
  13707. match LOOT_BOXES2 [You're
  13708. match GEM_%zHlootgem Stow what?
  13709. matchwait
  13710.  
  13711. LOOT_BOX:
  13712. echo
  13713. echo LOOT_BOX:
  13714. echo
  13715. save box
  13716. match LOOT_DROP_BOX no matter
  13717. match LOOT_DROP_BOX any more room
  13718. match LOOT_DROP_BOX can't fit
  13719. match LOOT_BOXES_COUNT You put
  13720. match LOOT_BOXES2 [You're
  13721. match GEM_%zHlootgem Stow what?
  13722. matchwait
  13723.  
  13724. LOOT_CADDY:
  13725. echo
  13726. echo LOOT_CADDY:
  13727. echo
  13728. save caddy
  13729. match LOOT_DROP_BOX no matter
  13730. match LOOT_DROP_BOX any more room
  13731. match LOOT_DROP_BOX can't fit
  13732. match LOOT_BOXES_COUNT You put
  13733. match LOOT_BOXES2 [You're
  13734. match GEM_%zHlootgem Stow what?
  13735. matchwait
  13736.  
  13737. LOOT_CASKET:
  13738. echo
  13739. echo LOOT_CASKET:
  13740. echo
  13741. save casket
  13742. match LOOT_DROP_BOX no matter
  13743. match LOOT_DROP_BOX any more room
  13744. match LOOT_DROP_BOX can't fit
  13745. match LOOT_BOXES_COUNT You put
  13746. match LOOT_BOXES2 [You're
  13747. match GEM_%zHlootgem Stow what?
  13748. matchwait
  13749.  
  13750. LOOT_TRUNK:
  13751. echo
  13752. echo LOOT_TRUNK:
  13753. echo
  13754. save trunk
  13755. match LOOT_DROP_BOX no matter
  13756. match LOOT_DROP_BOX any more room
  13757. match LOOT_DROP_BOX can't fit
  13758. match LOOT_BOXES_COUNT You put
  13759. match LOOT_BOXES2 [You're
  13760. match GEM_%zHlootgem Stow what?
  13761. matchwait
  13762.  
  13763. LOOT_SKIPPET:
  13764. echo
  13765. echo LOOT_SKIPPET:
  13766. echo
  13767. save skippet
  13768. match LOOT_DROP_BOX no matter
  13769. match LOOT_DROP_BOX any more room
  13770. match LOOT_DROP_BOX can't fit
  13771. match LOOT_BOXES_COUNT You put
  13772. match LOOT_BOXES2 [You're
  13773. match GEM_%zHlootgem Stow what?
  13774. matchwait
  13775.  
  13776. LOOT_CRATE:
  13777. echo
  13778. echo LOOT_CRATE:
  13779. echo
  13780. save crate
  13781. match LOOT_DROP_BOX no matter
  13782. match LOOT_DROP_BOX any more room
  13783. match LOOT_DROP_BOX can't fit
  13784. match LOOT_BOXES_COUNT You put
  13785. match LOOT_BOXES2 [You're
  13786. match GEM_%zHlootgem Stow what?
  13787. matchwait
  13788.  
  13789. #LOOT_STRONGBOX:
  13790. # echo
  13791. # echo LOOT_STRONGBOX:
  13792. # echo
  13793. #save strongbox
  13794. #goto LOOT_STOW
  13795. #
  13796. #LOOT_COFFER:
  13797. # echo
  13798. # echo LOOT_COFFER:
  13799. # echo
  13800. #save coffer
  13801. #goto LOOT_STOW
  13802. #
  13803. #LOOT_CHEST:
  13804. # echo
  13805. # echo LOOT_CHEST:
  13806. # echo
  13807. #save chest
  13808. #goto LOOT_STOW
  13809. #
  13810. #LOOT_BOX:
  13811. # echo
  13812. # echo LOOT_BOX:
  13813. # echo
  13814. #save box
  13815. #goto LOOT_STOW
  13816. #
  13817. #LOOT_CADDY:
  13818. # echo
  13819. # echo LOOT_CADDY:
  13820. # echo
  13821. #save caddy
  13822. #goto LOOT_STOW
  13823. #
  13824. #LOOT_CASKET:
  13825. # echo
  13826. # echo LOOT_CASKET:
  13827. # echo
  13828. #save casket
  13829. #goto LOOT_STOW
  13830. #
  13831. #LOOT_TRUNK:
  13832. # echo
  13833. # echo LOOT_TRUNK:
  13834. # echo
  13835. #save trunk
  13836. #goto LOOT_STOW
  13837. #
  13838. #LOOT_SKIPPET:
  13839. # echo
  13840. # echo LOOT_SKIPPET:
  13841. # echo
  13842. #save skippet
  13843. #goto LOOT_STOW
  13844. #
  13845. #LOOT_CRATE:
  13846. # echo
  13847. # echo LOOT_CRATE:
  13848. # echo
  13849. #save crate
  13850. #goto LOOT_STOW
  13851.  
  13852. LOOT_PEARL:
  13853. echo
  13854. echo LOOT_PEARL:
  13855. echo
  13856. save pearl
  13857. match LOOT_DROP_GEM no matter
  13858. match LOOT_DROP_GEM any more room
  13859. match LOOT_DROP_GEM can't fit
  13860. match LOOT_GEMS_COUNT You put
  13861. match LOOT_GEMS_COUNT closing it once more.
  13862. match LOOT_GEMS2 [You're
  13863. matchwait
  13864. goto LOOT_STOW
  13865.  
  13866. LOOT_SAPPHIRE:
  13867. echo
  13868. echo LOOT_SAPPHIRE:
  13869. echo
  13870. save sapphire
  13871. match LOOT_DROP_GEM no matter
  13872. match LOOT_DROP_GEM any more room
  13873. match LOOT_DROP_GEM can't fit
  13874. match LOOT_GEMS_COUNT You put
  13875. match LOOT_GEMS_COUNT closing it once more.
  13876. match LOOT_GEMS2 [You're
  13877. matchwait
  13878. goto LOOT_STOW
  13879.  
  13880. LOOT_OPAL:
  13881. echo
  13882. echo LOOT_OPAL:
  13883. echo
  13884. save opal
  13885. match LOOT_DROP_GEM no matter
  13886. match LOOT_DROP_GEM any more room
  13887. match LOOT_DROP_GEM can't fit
  13888. match LOOT_GEMS_COUNT You put
  13889. match LOOT_GEMS_COUNT closing it once more.
  13890. match LOOT_GEMS2 [You're
  13891. matchwait
  13892. goto LOOT_STOW
  13893.  
  13894. LOOT_BLOODSTONE:
  13895. echo
  13896. echo LOOT_BLOODSTONE:
  13897. echo
  13898. save bloodstone
  13899. match LOOT_DROP_GEM no matter
  13900. match LOOT_DROP_GEM any more room
  13901. match LOOT_DROP_GEM can't fit
  13902. match LOOT_GEMS_COUNT You put
  13903. match LOOT_GEMS_COUNT closing it once more.
  13904. match LOOT_GEMS2 [You're
  13905. matchwait
  13906. goto LOOT_STOW
  13907.  
  13908. LOOT_NUGGET:
  13909. echo
  13910. echo LOOT_NUGGET:
  13911. echo
  13912. save nugget
  13913. match LOOT_DROP_GEM no matter
  13914. match LOOT_DROP_GEM any more room
  13915. match LOOT_DROP_GEM can't fit
  13916. match LOOT_GEMS_COUNT You put
  13917. match LOOT_GEMS_COUNT closing it once more.
  13918. match LOOT_GEMS2 [You're
  13919. matchwait
  13920. goto LOOT_STOW
  13921.  
  13922. LOOT_ZIRCON:
  13923. echo
  13924. echo LOOT_ZIRCON:
  13925. echo
  13926. save zircon
  13927. match LOOT_DROP_GEM no matter
  13928. match LOOT_DROP_GEM any more room
  13929. match LOOT_DROP_GEM can't fit
  13930. match LOOT_GEMS_COUNT You put
  13931. match LOOT_GEMS_COUNT closing it once more.
  13932. match LOOT_GEMS2 [You're
  13933. matchwait
  13934. goto LOOT_STOW
  13935.  
  13936. LOOT_AMETHYST:
  13937. echo
  13938. echo LOOT_AMETHYST:
  13939. echo
  13940. save amethyst
  13941. match LOOT_DROP_GEM no matter
  13942. match LOOT_DROP_GEM any more room
  13943. match LOOT_DROP_GEM can't fit
  13944. match LOOT_GEMS_COUNT You put
  13945. match LOOT_GEMS_COUNT closing it once more.
  13946. match LOOT_GEMS2 [You're
  13947. matchwait
  13948. goto LOOT_STOW
  13949.  
  13950. LOOT_QUARTZ:
  13951. echo
  13952. echo LOOT_QUARTZ:
  13953. echo
  13954. save quartz
  13955. match LOOT_DROP_GEM no matter
  13956. match LOOT_DROP_GEM any more room
  13957. match LOOT_DROP_GEM can't fit
  13958. match LOOT_GEMS_COUNT You put
  13959. match LOOT_GEMS_COUNT closing it once more.
  13960. match LOOT_GEMS2 [You're
  13961. matchwait
  13962. goto LOOT_STOW
  13963.  
  13964. LOOT_JASPER:
  13965. echo
  13966. echo LOOT_JASPER:
  13967. echo
  13968. save jasper
  13969. match LOOT_DROP_GEM no matter
  13970. match LOOT_DROP_GEM any more room
  13971. match LOOT_DROP_GEM can't fit
  13972. match LOOT_GEMS_COUNT You put
  13973. match LOOT_GEMS_COUNT closing it once more.
  13974. match LOOT_GEMS2 [You're
  13975. matchwait
  13976. goto LOOT_STOW
  13977.  
  13978. LOOT_STONE:
  13979. echo
  13980. echo LOOT_STONE:
  13981. echo
  13982. save stone
  13983. match LOOT_DROP_GEM no matter
  13984. match LOOT_DROP_GEM any more room
  13985. match LOOT_DROP_GEM can't fit
  13986. match LOOT_GEMS_COUNT You put
  13987. match LOOT_GEMS_COUNT closing it once more.
  13988. match LOOT_GEMS2 [You're
  13989. matchwait
  13990. goto LOOT_STOW
  13991.  
  13992. LOOT_BLOODGEM:
  13993. echo
  13994. echo LOOT_BLOODGEM:
  13995. echo
  13996. save bloodgem
  13997. match LOOT_DROP_GEM no matter
  13998. match LOOT_DROP_GEM any more room
  13999. match LOOT_DROP_GEM can't fit
  14000. match LOOT_GEMS_COUNT You put
  14001. match LOOT_GEMS_COUNT closing it once more.
  14002. match LOOT_GEMS2 [You're
  14003. matchwait
  14004. goto LOOT_STOW
  14005.  
  14006. LOOT_CRYSTAL:
  14007. echo
  14008. echo LOOT_CRYSTAL:
  14009. echo
  14010. save crystal
  14011. match LOOT_DROP_GEM no matter
  14012. match LOOT_DROP_GEM any more room
  14013. match LOOT_DROP_GEM can't fit
  14014. match LOOT_GEMS_COUNT You put
  14015. match LOOT_GEMS_COUNT closing it once more.
  14016. match LOOT_GEMS2 [You're
  14017. matchwait
  14018. goto LOOT_STOW
  14019.  
  14020. LOOT_TOPAZ:
  14021. echo
  14022. echo LOOT_TOPAZ:
  14023. echo
  14024. save topaz
  14025. match LOOT_DROP_GEM no matter
  14026. match LOOT_DROP_GEM any more room
  14027. match LOOT_DROP_GEM can't fit
  14028. match LOOT_GEMS_COUNT You put
  14029. match LOOT_GEMS_COUNT closing it once more.
  14030. match LOOT_GEMS2 [You're
  14031. matchwait
  14032. goto LOOT_STOW
  14033.  
  14034. LOOT_RUBY:
  14035. echo
  14036. echo LOOT_RUBY:
  14037. echo
  14038. save ruby
  14039. match LOOT_DROP_GEM no matter
  14040. match LOOT_DROP_GEM any more room
  14041. match LOOT_DROP_GEM can't fit
  14042. match LOOT_GEMS_COUNT You put
  14043. match LOOT_GEMS_COUNT closing it once more.
  14044. match LOOT_GEMS2 [You're
  14045. matchwait
  14046. goto LOOT_STOW
  14047.  
  14048. LOOT_DIOPSIDE:
  14049. echo
  14050. echo LOOT_DIOPSIDE:
  14051. echo
  14052. save diopside
  14053. match LOOT_DROP_GEM no matter
  14054. match LOOT_DROP_GEM any more room
  14055. match LOOT_DROP_GEM can't fit
  14056. match LOOT_GEMS_COUNT You put
  14057. match LOOT_GEMS_COUNT closing it once more.
  14058. match LOOT_GEMS2 [You're
  14059. matchwait
  14060. goto LOOT_STOW
  14061.  
  14062. LOOT_BAR:
  14063. echo
  14064. echo LOOT_BAR:
  14065. echo
  14066. save bar
  14067. match LOOT_DROP_GEM no matter
  14068. match LOOT_DROP_GEM any more room
  14069. match LOOT_DROP_GEM can't fit
  14070. match LOOT_GEMS_COUNT You put
  14071. match LOOT_GEMS_COUNT closing it once more.
  14072. match LOOT_GEMS2 [You're
  14073. matchwait
  14074. goto LOOT_STOW
  14075.  
  14076. LOOT_GEM:
  14077. echo
  14078. echo LOOT_GEM:
  14079. echo
  14080. save gem
  14081. match LOOT_DROP_GEM no matter
  14082. match LOOT_DROP_GEM any more room
  14083. match LOOT_DROP_GEM can't fit
  14084. match LOOT_GEMS_COUNT You put
  14085. match LOOT_GEMS_COUNT closing it once more.
  14086. match LOOT_GEMS2 [You're
  14087. matchwait
  14088. goto LOOT_STOW
  14089.  
  14090. LOOT_RUNE:
  14091. echo
  14092. echo LOOT_RUNE:
  14093. echo
  14094. save rune
  14095. goto LOOT_STOW
  14096.  
  14097. LOOT_SCROLL:
  14098. echo
  14099. echo LOOT_SCROLL:
  14100. echo
  14101. save scroll
  14102. goto LOOT_STOW
  14103.  
  14104. LOOT_TABLET:
  14105. echo
  14106. echo LOOT_TABLET:
  14107. echo
  14108. save tablet
  14109. goto LOOT_STOW
  14110.  
  14111. LOOT_CARD:
  14112. echo
  14113. echo LOOT_CARD:
  14114. echo
  14115. save card
  14116. goto LOOT_STOW
  14117.  
  14118. LOOT_FRAG:
  14119. echo
  14120. echo LOOT_FRAG:
  14121. echo
  14122. save fragment
  14123. goto LOOT_STOW
  14124.  
  14125. LOOT_STOW:
  14126. match LOOT_DROP no matter
  14127. match LOOT_DROP any more room
  14128. match LOOTING_PAUSE You put
  14129. match LOOT_LOOK_NO stow what
  14130. put stow %s
  14131. matchwait
  14132.  
  14133. LOOT_COIN_PAUSE:
  14134. pause
  14135. LOOT_COIN:
  14136. match LOOT_COIN_PAUSE ...wait
  14137. match LOOT_COIN_PAUSE type ahead
  14138. match LOOT_COIN You pick up
  14139. match LOOT_COIN You search
  14140. match LOOTING_PAUSE I could not find
  14141. put loot coin
  14142. matchwait
  14143.  
  14144. LOOT_LOOK_NO:
  14145. echo
  14146. echo LOOT_LOOK_NO:
  14147. echo
  14148. echo **************************************************************************************
  14149. echo ** Couldn't find %s%. Looting skipped. (check room description)
  14150. echo ** Type 'set !desc' to turn off room Descriptions for better looting.
  14151. echo ** Type 'set desc' to turn them back on.
  14152. echo **************************************************************************************
  14153. echo
  14154. IF_2 goto LOOT_EQUIP
  14155. goto CHOKE_%zHtype
  14156.  
  14157.  
  14158.  
  14159. LOOT_DROP_BOX:
  14160. put drop my %s
  14161. echo
  14162. echo ********************************
  14163. echo ** Out of room to store BOXES!
  14164. echo ********************************
  14165. echo
  14166. goto GEM_%zHlootgem
  14167.  
  14168. LOOT_DROP_GEM:
  14169. put drop my %s
  14170. echo
  14171. echo ********************************
  14172. echo ** Out of room to store GEMS!
  14173. echo ********************************
  14174. echo
  14175. goto LOOTING
  14176.  
  14177. LOOT_DROP:
  14178. echo
  14179. echo LOOT_DROP:
  14180. echo
  14181. put drop my %s
  14182. echo
  14183. echo ********************************
  14184. echo ** Out of room to store Loot!
  14185. echo ********************************
  14186. echo
  14187. IF_2 goto LOOT_EQUIP
  14188. goto CHOKE_%zHtype
  14189.  
  14190. NO_LOOT_DARK:
  14191. echo
  14192. echo ********************************
  14193. echo ** The room is too dark to loot!
  14194. echo ********************************
  14195. echo
  14196. IF_2 goto LOOT_EQUIP
  14197. goto CHOKE_%zHtype
  14198.  
  14199. NO_LOOT:
  14200. echo
  14201. echo NO_LOOT:
  14202. echo
  14203. IF_2 goto LOOT_EQUIP
  14204. goto CHOKE_%zHtype
  14205.  
  14206. LOOT_EQUIP_PAUSE:
  14207. pause
  14208. LOOT_EQUIP:
  14209. echo
  14210. echo LOOT_EQUIP:
  14211. echo
  14212. match Loot_equip_pause ...wait
  14213. match loot_equip_pause type ahead
  14214. match CHOKE_POINT What were you
  14215. match CHOKE_POINT You aren't
  14216. match CHOKE_POINT you pick up
  14217. match CHOKE_POINT you get
  14218. match CHOKE_POINT you sling
  14219. match CHOKE_POINT already
  14220. match CHOKE_POINT you remove
  14221. put remove my %2
  14222. put get my %2
  14223. matchwait
  14224.  
  14225. CHOKE_GAUNT:
  14226. put sheath my knife
  14227. put slap my gaunt
  14228. wait
  14229. goto CHOKE_POINT
  14230.  
  14231. CHOKE_BRAWL:
  14232. put sheath my knife
  14233. wait
  14234. goto CHOKE_POINT
  14235.  
  14236. CHOKE_OFFHAND:
  14237. CHOKE_0:
  14238. CHOKE_POINT:
  14239. echo
  14240. echo CHOKE_POINT:
  14241. echo
  14242. goto KILL_COUNT
  14243.  
  14244.  
  14245. KILL_COUNT:
  14246. echo
  14247. echo ******************************************
  14248. echo ** Random Stats with SFhunter:
  14249. echo ** This Session / Overall
  14250. echo ** # of Kills Made:: %zHkillsS / %zHkills
  14251. echo ** Successful Skins: %zHskinsS / %zHskins
  14252. echo ** Loot Grabbed::::: %zHlootsS / %zHloots
  14253. echo ******************************************
  14254. echo
  14255.  
  14256. ## XP Mind State by Chris Evans
  14257. #XP_CHECK1:
  14258. # matchre XPSLEEP /(: Thick|: Very Thick|: Dense|: Very Dense|: Stagnant|: Very Stagnant|: Frozen|: Very Frozen)/i
  14259. # matchre XP%zHxpsleep /(: Murky|: Very Murky)/i
  14260. # matchre XPAWAKE /(: clear|: fluid)/i
  14261. put skill
  14262. # matchwait
  14263.  
  14264. XP_CHECK2:
  14265. pause 1
  14266. goto Multi_%zHmulti
  14267.  
  14268.  
  14269. XPSLEEP:
  14270. setvariable zHxpsleep SLEEP
  14271. put sleep
  14272. goto XP_CHECK2
  14273.  
  14274.  
  14275. XP%zHxpsleep:
  14276. XPAWAKE:
  14277. setvariable zHxpsleep AWAKE
  14278. put awaken
  14279. goto XP_CHECK2
  14280. ## XP Mindstate by Chris Evans
  14281.  
  14282. goto Multi_%zHmulti
  14283.  
  14284. MULTI_ON:
  14285. echo
  14286. echo MULTI_ON:
  14287. echo
  14288. Goto MULTIB_%zHexpB
  14289.  
  14290. MULTIB_OFF:
  14291. echo
  14292. echo MULTIB_OFF:
  14293. echo
  14294. matchre MULTI_SWITCH /(30|31|32|33|34)\/34/i
  14295. match MULTI_EXP_%zHexpC EXP HELP
  14296. put skill %zHexp
  14297. matchwait
  14298.  
  14299.  
  14300. MULTIB_ON:
  14301. echo
  14302. echo MULTIB_ON:
  14303. echo
  14304. matchre MULTI_SWITCH /(30|31|32|33|34)\/34/i
  14305. match MULTI_EXP_%zHexpC EXP HELP
  14306. put skill %zHexpA
  14307. matchwait
  14308.  
  14309. MULTIB_THROW:
  14310. echo
  14311. echo MULTIB_THROW:
  14312. echo
  14313. matchre MULTI_SWITCH /(30|31|32|33|34)\/34/i
  14314. match MULTIB_THROW2 EXP HELP
  14315. put skill Light Thrown
  14316. matchwait
  14317.  
  14318. MULTIB_THROW2:
  14319. echo
  14320. echo MULTIB_THROW2:
  14321. echo
  14322. matchre MULTI_SWITCH /(30|31|32|33|34)\/34/i
  14323. match MULTI_EXP_%zHexpC EXP HELP
  14324. put skill Heavy Thrown
  14325. matchwait
  14326.  
  14327. MULTIB_OFFHAND:
  14328. echo
  14329. echo MULTIB_OFFHAND:
  14330. echo
  14331. matchre MULTI_SWITCH /(30|31|32|33|34)\/34/i
  14332. match MULTI_EXP_%zHexpC EXP HELP
  14333. put skill %zHexpB
  14334. matchwait
  14335.  
  14336. MULTI_SWITCH:
  14337. echo
  14338. echo MULTI_SWITCH:
  14339. echo
  14340. put retreat
  14341. put retreat
  14342. waitfor you
  14343. pause
  14344. Goto MULTI_SWITCH_%zHexpB
  14345.  
  14346. MULTI_SWITCH_OFF:
  14347. goto MULTI_SWITCH_%zHexp
  14348.  
  14349. MULTI_SWITCH_UNL:
  14350. put unload my %1
  14351. goto MULTI_SWITCH_%zHexp
  14352.  
  14353. MULTI_SWITCH_TARGET:
  14354. MULTI_SWITCH_PRIMARY:
  14355. goto MULTI_SWITCH_%zHexpM
  14356.  
  14357. MULTI_SWITCH_BOW_PAUSE:
  14358. pause
  14359. MULTI_SWITCH_BOW:
  14360. MULTI_SWITCH_Short.Bow:
  14361. MULTI_SWITCH_Long.Bow:
  14362. MULTI_SWITCH_Composite.Bow:
  14363. IF_2 goto MULTI_AMMO_UNEQUIP
  14364. MULTI_SWITCH_AMMO_BOW:
  14365. MULTI_SWITCH_AMMO_Short.Bow:
  14366. MULTI_SWITCH_AMMO_Long.Bow:
  14367. MULTI_SWITCH_AMMO_Composite.Bow:
  14368. echo
  14369. echo MULTI_SWITCH_BOW:
  14370. echo
  14371. match MULTI_SWITCH_ON what are you
  14372. match MULTI_SWITCH_BOW you pull
  14373. match MULTI_SWITCH_BOW you pick up
  14374. match MULTI_SWITCH_BOW you put
  14375. match MULTI_SWITCH_ON stow what
  14376. match MULTI_SWITCH_UNL You must unload
  14377. match MULTI_SWITCH_BOW_PAUSE ...wait
  14378. match MULTI_SWITCH_BOW_PAUSE type ahead
  14379. put stow %zHammo
  14380. put stow %zHammo
  14381. matchwait
  14382.  
  14383.  
  14384. MULTI_SWITCH_XBOW_PAUSE:
  14385. pause
  14386. MULTI_SWITCH_XBOW:
  14387. MULTI_SWITCH_Heavy.Crossbow:
  14388. MULTI_SWITCH_Light.Crossbow:
  14389. IF_2 goto MULTI_AMMO_UNEQUIP
  14390. MULTI_SWITCH_AMMO_XBOW:
  14391. MULTI_SWITCH_AMMO_Heavy.Crossbow:
  14392. MULTI_SWITCH_AMMO_Light.Crossbow:
  14393. echo
  14394. echo MULTI_SWITCH_XBOW:
  14395. echo
  14396. match MULTI_SWITCH_ON what are you
  14397. match MULTI_SWITCH_XBOW you pull
  14398. match MULTI_SWITCH_XBOW you pick up
  14399. match MULTI_SWITCH_XBOW you put
  14400. match MULTI_SWITCH_ON stow what
  14401. match MULTI_SWITCH_UNL You must unload
  14402. match MULTI_SWITCH_XBOW_PAUSE ...wait
  14403. match MULTI_SWITCH_XBOW_PAUSE type ahead
  14404. put stow %zHammo
  14405. put stow %zHammo
  14406. matchwait
  14407.  
  14408. MULTI_SWITCH_SLING_PAUSE:
  14409. pause
  14410. MULTI_SWITCH_SLING:
  14411. MULTI_SWITCH_Staff.Sling:
  14412. IF_2 goto MULTI_AMMO_UNEQUIP
  14413. MULTI_SWITCH_AMMO_SLING:
  14414. MULTI_SWITCH_AMMO_Staff.Sling:
  14415. echo
  14416. echo MULTI_SWITCH_SLING:
  14417. echo
  14418. match MULTI_SWITCH_ON what are you
  14419. match MULTI_SWITCH_SLING you pull
  14420. match MULTI_SWITCH_SLING you pick up
  14421. match MULTI_SWITCH_SLING you put
  14422. match MULTI_SWITCH_ON stow what
  14423. match MULTI_SWITCH_UNL You must unload
  14424. match MULTI_SWITCH_SLING_PAUSE ...wait
  14425. match MULTI_SWITCH_SLING_PAUSE type ahead
  14426. put stow %zHammo
  14427. put stow %zHammo
  14428. matchwait
  14429.  
  14430. MULTI_AMMO_UNEQUIP_PAUSE:
  14431. pause
  14432. MULTI_AMMO_UNEQUIP:
  14433. echo
  14434. echo MULTI_AMMO_UNEQUIP:
  14435. echo
  14436. matchre MULTI_SWITCH_AMMO_%zHexp /you (sling|attach)|re already|wear what|what were you/i
  14437. match MULTI_AMMO_UNEQUIPA can't wear
  14438. match MULTI_AMMO_UNEQUIP_PAUSE ...wait
  14439. match MULTI_AMMO_UNEQUIP_PAUSE type ahead
  14440. put wear %2
  14441. matchwait
  14442.  
  14443. MULTI_AMMO_UNEQUIPA:
  14444. echo
  14445. echo MULTI_AMMO_UNEQUIPA:
  14446. echo
  14447. put stow %2
  14448. wait
  14449. goto MULTI_SWITCH_AMMO_%zHexp
  14450.  
  14451. MULTI_SWITCH_Light.Edged:
  14452. MULTI_SWITCH_Medium.Edged:
  14453. MULTI_SWITCH_Heavy.Edged:
  14454. MULTI_SWITCH_Twohanded.Edged:
  14455. MULTI_SWITCH_Light.Blunt:
  14456. MULTI_SWITCH_Medium.Blunt:
  14457. MULTI_SWITCH_Twohanded.Blunt:
  14458. MULTI_SWITCH_Heavy.Blunt:
  14459. MULTI_SWITCH_Short.Staff:
  14460. MULTI_SWITCH_Quarter.Staff:
  14461. MULTI_SWITCH_Pike:
  14462. MULTI_SWITCH_Halberd:
  14463. MULTI_SWITCH_ON:
  14464. counter set %zHmultiZ
  14465. counter add 1
  14466. setvariable zHmultiZ %c
  14467. put retreat
  14468. put retreat
  14469. waitfor you
  14470. pause
  14471. IF_2 goto UNEQUIP_STOW2
  14472. IF_1 goto UNEQUIP_STOW
  14473. goto MULTI_GO
  14474.  
  14475.  
  14476. UNEQUIP_STOW2_PAUSE:
  14477. pause
  14478. UNEQUIP_STOW2:
  14479. echo
  14480. echo UNEQUIP_STOW2:
  14481. echo
  14482. matchre UNEQUIP_STOW /you (sling|attach)|re already|wear what|what were you/i
  14483. match UNEQUIP_STOW2A can't wear
  14484. match UNEQUIP_STOW2_PAUSE ...wait
  14485. match UNEQUIP_STOW2_PAUSE type ahead
  14486. put wear %2
  14487. matchwait
  14488.  
  14489. UNEQUIP_STOW2A:
  14490. echo
  14491. echo UNEQUIP_STOW2A:
  14492. echo
  14493. put stow %2
  14494. wait
  14495.  
  14496. UNEQUIP_STOW_PAUSE:
  14497. pause
  14498. UNEQUIP_STOW:
  14499. echo
  14500. echo UNEQUIP_STOW:
  14501. echo
  14502. match UNEQUIP_STOWA appropriate sheath
  14503. match UNEQUIP_STOWA sheathe what?
  14504. match UNEQUIP_STOWA where?
  14505. match UNEQUIP_STOWA isn't any more
  14506. matchre MULTI_GO /You Sheath|you slide|you place|you slip|you hang|you secure/i
  14507. match UNEQUIP_STOWA you can only
  14508. match UNEQUIP_STOWA too heavy
  14509. match UNEQUIP_STOW_PAUSE ...wait
  14510. match UNEQUIP_STOW_PAUSE type ahead
  14511. put sheath
  14512. matchwait
  14513.  
  14514. UNEQUIP_STOWA:
  14515. echo
  14516. echo UNEQUIP_STOWA:
  14517. echo
  14518. match UNEQUIP_STOW_DROP unload
  14519. match UNEQUIP_STOWB can't wear
  14520. matchre MULTI_GO /you (sling|attach)|re already|wear what|what were you/i
  14521. put wear %1
  14522. matchwait
  14523.  
  14524. UNEQUIP_STOW_DROP:
  14525. echo
  14526. echo UNEQUIP_STOW_DROP:
  14527. echo
  14528. put drop my %1
  14529. put drop my claw
  14530. wait
  14531. goto MULTI_GO
  14532.  
  14533. UNEQUIP_STOWB:
  14534. echo
  14535. echo UNEQUIP_STOWB:
  14536. echo
  14537. goto UNEQUIP_STOWB_%zHget
  14538.  
  14539.  
  14540. UNEQUIP_STOWB_ON:
  14541. put put my %1 %zhGetA
  14542. wait
  14543. goto MULTI_GO
  14544.  
  14545. UNEQUIP_STOWB_OFF:
  14546. put stow %1
  14547. put drop my claw
  14548. wait
  14549. goto MULTI_GO
  14550.  
  14551. MULTI_SWITCH_OFFHAND:
  14552. MULTI_SWITCH_THROW:
  14553. counter set %zHmultiZ
  14554. counter add 1
  14555. setvariable zHmultiZ %c
  14556. IF_2 goto OFF_UNEQUIP_STOW2
  14557. IF_1 goto OFF_UNEQUIP_STOW
  14558. goto MULTI_GO
  14559.  
  14560.  
  14561. OFF_UNEQUIP_STOW2_PAUSE:
  14562. pause
  14563. OFF_UNEQUIP_STOW2:
  14564. echo
  14565. echo OFF_UNEQUIP_STOW2:
  14566. echo
  14567. matchre OFF_UNEQUIP_STOW /you (sling|attach)|re already|wear what|what were you/i
  14568. match OFF_UNEQUIP_STOW2A can't wear
  14569. match OFF_UNEQUIP_STOW2_PAUSE ...wait
  14570. match OFF_UNEQUIP_STOW2_PAUSE type ahead
  14571. put wear %2
  14572. matchwait
  14573.  
  14574. OFF_UNEQUIP_STOW2A:
  14575. echo
  14576. echo OFF_UNEQUIP_STOW2A:
  14577. echo
  14578. put stow %2
  14579. wait
  14580. OFF_UNEQUIP_STOW_PAUSE:
  14581. pause
  14582. OFF_UNEQUIP_STOW:
  14583. echo
  14584. echo OFF_UNEQUIP_STOW:
  14585. echo
  14586. match OFF_UNEQUIP_STOWA appropriate sheath
  14587. match OFF_UNEQUIP_STOWA sheathe what?
  14588. match OFF_UNEQUIP_STOWA where?
  14589. match OFF_UNEQUIP_STOWA isn't any more
  14590. matchre OFF_UNEQUIP_STOWB /You Sheath|you slide|you place|you slip|you hang|you secure/i
  14591. match OFF_UNEQUIP_STOWA you can only
  14592. match OFF_UNEQUIP_STOWA too heavy
  14593. match OFF_UNEQUIP_STOW_PAUSE ...wait
  14594. match OFF_UNEQUIP_STOW_PAUSE type ahead
  14595. put sheath
  14596. matchwait
  14597.  
  14598. OFF_UNEQUIP_STOWA:
  14599. echo
  14600. echo OFF_UNEQUIP_STOWA:
  14601. echo
  14602. match OFF_UNEQUIP_STOW_DROP unload
  14603. match OFF_UNEQUIP_STOWB can't wear
  14604. matchre OFF_UNEQUIP_STOWB /you (sling|attach)|re already|wear what|what were you/i
  14605. put wear %1
  14606. matchwait
  14607.  
  14608. OFF_UNEQUIP_STOW_DROP:
  14609. echo
  14610. echo OFF_UNEQUIP_STOW_DROP:
  14611. echo
  14612. put drop my %1
  14613. got MULTI_GO
  14614.  
  14615. OFF_UNEQUIP_STOWB_PAUSE:
  14616. pause
  14617. OFF_UNEQUIP_STOWB:
  14618. echo
  14619. echo OFF_UNEQUIP_STOWB:
  14620. echo
  14621. matchre OFF_UNEQUIP_STOWB /you put|you pull|you pick up|you hang/i
  14622. matchre MULTI_GO /already|what were you|what are you|stow what/i
  14623. matchre OFF_UNEQUIP_STOWB_PAUSE /\.\.\.wait|type ahead/i
  14624. put stow %1
  14625. put stow %1
  14626. matchwait
  14627.  
  14628. MULTI_GO:
  14629. #goto MULTI_BRA_%zHexpA
  14630.  
  14631. #MULTI_BRA_BRAWLING:
  14632. #MULTI_BRA_OFF:
  14633. #MULTI_BRA_BACKSTAB:
  14634. #MULTI_BRA_STALKING:
  14635. echo
  14636. echo MULTI_GO:
  14637. echo
  14638. put retreat
  14639. put retreat
  14640. waitfor you
  14641. pause
  14642. pause
  14643. put .SFhunter Multi %zHmultiZ
  14644.  
  14645. MULTI_OFF:
  14646. echo
  14647. echo MULTI_OFF:
  14648. echo
  14649. MULTI_EXP_OFF:
  14650. MULTI_EXP_ON:
  14651. goto %zHmonsterapp
  14652.  
  14653.  
  14654. YES_APP:
  14655. match NO_APP Roundtime
  14656. match NO_APP appraise
  14657. match NO_APP You can't determine
  14658. match NO_APP You cannot appraise
  14659. match NO_APP You ponder that
  14660. put app %zHkill quick
  14661. matchwait
  14662.  
  14663. NO_APP:
  14664. goto COM1_%zHCOM1
  14665.  
  14666. COM1_PAUSE:
  14667. pause
  14668. COM1_ON:
  14669. matchre COM1_PAUSE /\.\.\.wait|type ahead/i
  14670. match COM1_OFF Roundtime
  14671. match COM1_OFF Encumbrance :
  14672. put %zHcom1
  14673. put encum
  14674. matchwait
  14675. COM1_OFF:
  14676. goto COM2_%zHCOM2
  14677.  
  14678. COM2_PAUSE:
  14679. pause
  14680. COM2_ON:
  14681. matchre COM2_PAUSE /\.\.\.wait|type ahead/i
  14682. match COM2_OFF Roundtime
  14683. match COM2_OFF Encumbrance :
  14684. put %zHcom2
  14685. put encum
  14686. matchwait
  14687. COM2_OFF:
  14688. goto COM3_%zHCOM3
  14689.  
  14690. COM3_PAUSE:
  14691. pause
  14692. COM3_ON:
  14693. matchre COM3_PAUSE /\.\.\.wait|type ahead/i
  14694. match COM3_OFF Roundtime
  14695. match COM3_OFF Encumbrance :
  14696. put %zHcom3
  14697. put encum
  14698. matchwait
  14699. COM3_OFF:
  14700. goto COM4_%zHCOM4
  14701.  
  14702. COM4_PAUSE:
  14703. pause
  14704. COM4_ON:
  14705. matchre COM4_PAUSE /\.\.\.wait|type ahead/i
  14706. match COM4_OFF Roundtime
  14707. match COM4_OFF Encumbrance :
  14708. put %zHcom4
  14709. put encum
  14710. matchwait
  14711. COM4_OFF:
  14712. goto COM5_%zHCOM5
  14713.  
  14714. COM5_PAUSE:
  14715. pause
  14716. COM5_ON:
  14717. matchre COM5_PAUSE /\.\.\.wait|type ahead/i
  14718. match COM5_OFF Roundtime
  14719. match COM5_OFF Encumbrance :
  14720. put %zHcom5
  14721. put encum
  14722. matchwait
  14723. COM5_OFF:
  14724. goto COUNT_%zHcount
  14725.  
  14726. COUNT_ON_PAUSE:
  14727. pause
  14728. EXP_COUNT_ON:
  14729. COUNT_ON:
  14730. match COUNT_ON_PAUSE ...wait
  14731. goto %zHCOUNT
  14732.  
  14733. COUNT_ONE:
  14734. match CLEAR_CRITTERS you notice only one
  14735. COUNT_TWO:
  14736. match CLEAR_CRITTERS you notice two
  14737. COUNT_THREE:
  14738. match CLEAR_CRITTERS you notice three
  14739. COUNT_FOUR:
  14740. match CLEAR_CRITTERS you notice four
  14741. COUNT_FIVE:
  14742. match CLEAR_CRITTERS you notice five
  14743. COUNT_SIX:
  14744. match CLEAR_CRITTERS you notice six
  14745. COUNT_SEVEN:
  14746. match CLEAR_CRITTERS you notice seven
  14747. COUNT_EIGHT:
  14748. match CLEAR_CRITTERS you notice eight
  14749. COUNT_NINE:
  14750. match CLEAR_CRITTERS you notice nine
  14751. COUNT_TEN:
  14752. match CLEAR_CRITTERS you notice ten
  14753. COUNT_ELEVEN:
  14754. match CLEAR_CRITTERS you notice eleven
  14755. COUNT_TWELVE:
  14756. match CLEAR_CRITTERS you notice twelve
  14757. COUNT_THIRTEEN:
  14758. match CLEAR_CRITTERS you notice thirteen
  14759. COUNT_FOURTEEN:
  14760. match CLEAR_CRITTERS you notice fourteen
  14761. COUNT_FIFTEEN:
  14762. match CLEAR_CRITTERS you notice fifteen
  14763. COUNT_SIXTEEN:
  14764. match CLEAR_CRITTERS you notice sixteen
  14765. COUNT_SEVENTEEN:
  14766. match CLEAR_CRITTERS you notice seventeen
  14767. COUNT_EIGHTEEN:
  14768. match CLEAR_CRITTERS you notice eighteen
  14769. COUNT_NINETEEN:
  14770. match CLEAR_CRITTERS you notice nineteen
  14771. COUNT_PLUS:
  14772. echo
  14773. echo COUNT_PLUS:
  14774. echo
  14775. match CLEAR_CRITTERS you notice twenty
  14776. match CLEAR_CRITTERS you notice thirty
  14777. match CLEAR_CRITTERS you notice forty
  14778. match CLEAR_CRITTERS you notice fifty
  14779. match CLEAR_CRITTERS you notice sixty
  14780. match CLEAR_CRITTERS you notice seventy
  14781. match CLEAR_CRITTERS you notice eighty
  14782. match CLEAR_CRITTERS you notice ninety
  14783. match CLEAR_CRITTERS hundred
  14784. match CLEAR_CRITTERS thousand
  14785. match COUNT_5_1 You notice no
  14786. # match CRITTER_COUNTS Roundtime
  14787. match COUNT_5_1 Roundtime
  14788. put count critter
  14789. matchwait
  14790.  
  14791. CRITTER_COUNTS:
  14792. setvariable zHcounter %c
  14793. counter set 0
  14794. counter set %zHcritters
  14795. counter add 1
  14796. setvariable zHcritters %c
  14797. counter set %zHcounter
  14798. echo
  14799. echo ********************
  14800. echo ** Dance number %zHcritters
  14801. echo ********************
  14802. echo
  14803. goto COUNT_5_1
  14804.  
  14805. CLEAR_CRITTERS:
  14806. setvariable zHcritters 0
  14807. echo
  14808. echo ***************************
  14809. echo ** The Dance is now over **
  14810. echo ***************************
  14811. echo
  14812.  
  14813. COUNT_OFF:
  14814. goto %c
  14815.  
  14816.  
  14817. HELP:
  14818. echo
  14819. echo **************************************************************************************
  14820. echo **
  14821. echo ** Weapons
  14822. echo ** Shields
  14823. echo ** Ambushing
  14824. echo ** Appraisal
  14825. echo ** Backstabbing
  14826. echo ** Brawling
  14827. echo ** COMs
  14828. echo ** Count Critters
  14829. echo ** Choke
  14830. echo ** Default Setting
  14831. echo ** Dancing
  14832. echo ** Empathic Brawling
  14833. echo ** Experience Checks
  14834. echo ** Looting Options
  14835. echo ** Magic
  14836. echo ** Multi Skill Training
  14837. echo ** Poaching
  14838. echo ** Repeating Crossbows
  14839. echo ** Searching Options
  14840. echo ** Skinning Options
  14841. echo ** Slower Fighting
  14842. echo ** Sniping
  14843. echo ** Snapfiring
  14844. echo ** Stances
  14845. echo ** Swappable Weapons (Bastard swords etc.)
  14846. echo ** Syntax Full
  14847. echo ** Thrown / Offhand Thrown / Throwing Vines|Logs
  14848. echo ** Wearing Equipment
  14849. echo ** Personalizations
  14850. echo **
  14851. echo ** Please type one of the above options for details.
  14852. echo **
  14853. echo **************************************************************************************
  14854. echo
  14855. match HELP_COUNT count
  14856. match HELP_COMMAND coms
  14857. match HELP_WEAR wear
  14858. match HELP_SWAP swap
  14859. match HELP_MULTI multi
  14860. match HELP_SHIELD shield
  14861. match HELP_LOOT loot
  14862. match HELP_SKIN skin
  14863. match HELP_APP appr
  14864. match HELP_STANCE stance
  14865. matchre HELP_DEF /defa|sett/i
  14866. matchre HELP_BRAWL /brawl|chok/i
  14867. matchre HELP_EMPATH /danc|empath/i
  14868. match HELP_AMBUSH ambush
  14869. match HELP_BACK back
  14870. matchre HELP_POACH /poach|snip/i
  14871. match HELP_REPEAT repeat
  14872. match HELP_SNAP snap
  14873. match HELP_SLOW slow
  14874. matchre HELP_THROWN /off|vine|throw|log/i
  14875. match HELP_SYNTAX synt
  14876. match HELP_PERS person
  14877. match HELP_MAGIC magic
  14878. match HELP_EXP exp
  14879. match HELP_WEAPON weap
  14880. match HELP_SEARCH sear
  14881. matchwait
  14882.  
  14883. HELP_
  14884. echo
  14885. echo **************************************************************************************
  14886. echo **
  14887. echo **
  14888. echo **
  14889. echo **
  14890. echo **
  14891. echo **************************************************************************************
  14892. echo
  14893. pause 5
  14894. goto HELP
  14895. pause 10
  14896. goto HELP_FRONT
  14897.  
  14898. HELP_SEARCH:
  14899. echo
  14900. echo **************************************************************************************
  14901. echo ** The script can be instructed to search dead critters for specific types of loot
  14902. echo ** per the in game LOOT verb. The Commands are:
  14903. echo **
  14904. echo ** SEARCHTREASURE, SEARCHBOXES, SEARCHEQUIPMENT, SEARCHGOODS, SEARCHALL
  14905. echo ** Or you can use ST, SB, SE, SG, SA
  14906. echo **
  14907. echo ** Example:
  14908. echo ** .SFhunter SB <weapon>
  14909. echo ** This will make the script "loot <critter> boxes" when searching kills.
  14910. echo **************************************************************************************
  14911. echo
  14912. pause 10
  14913. goto HELP_FRONT
  14914. HELP_COUNT:
  14915. echo
  14916. echo **************************************************************************************
  14917. echo ** It is possible to have the script Dance with a certain number of critters without
  14918. echo ** killing them. The Script will do 'Emapthic Brawling' until MORE THAN the number
  14919. echo ** of critters you designate is in the room. (NOT at melee. NOT on you. IN THE ROOM.)
  14920. echo **
  14921. echo ** In line with Simu's new 'inactivity' system dancing will make one kill before
  14922. echo ** five minute 'timer' that will trigger critters to leave the room.
  14923. echo **
  14924. echo ** .SFhunter Count #
  14925. echo **
  14926. echo ** Example:
  14927. echo ** .SFhunter Count 3 Scimitar
  14928. echo ** You will Dance until there are 4 critters, then attack until there are only
  14929. echo ** 3 again.
  14930. echo **************************************************************************************
  14931. echo
  14932. pause 10
  14933. goto HELP_FRONT
  14934. HELP_COMMAND:
  14935. echo
  14936. echo **************************************************************************************
  14937. echo ** The script now enables you to input your own personal commands. This commands
  14938. echo ** occur after each kill, or before engaging the first monster to enter an empty
  14939. echo ** room. You can enter up to 5 commands to be done one after the other.
  14940. echo **
  14941. echo ** NOTE: Appraisal is done at the same time as commands, keep Roundtimes in mind.
  14942. echo **
  14943. echo ** .SFhunter Com1 comm.and ... Com5 comm.and (use the periods for multiple words)
  14944. echo **
  14945. echo ** NOTE: When combined with Default or Multi-Weapon set-ups you will need to manually
  14946. echo ** re-add the periods via SF's Variable window. Variable Names: zHmulti1-20
  14947. echo **
  14948. echo ** Examples:
  14949. echo ** .SFhunter Com1 sing.dmrs Com2 concentrate
  14950. echo ** .SFhunter Com1 roar.trothfang Com2 assess
  14951. echo ** .SFhunter Com1 point.%zHkill Com2 say.Next!
  14952. echo ** NOTE: %zHkill is the name of the critter you last killed. There will need to be a
  14953. echo ** second one for it to work %100. (Appraisal uses %zHkill)
  14954. echo **************************************************************************************
  14955. echo
  14956. pause 10
  14957. goto HELP_FRONT
  14958. HELP_WEAR:
  14959. echo
  14960. echo **************************************************************************************
  14961. echo ** The script is able to equip items for you.
  14962. echo ** You can do this for multiple pieces of equipment.
  14963. echo **
  14964. echo ** Remove:
  14965. echo ** The script will REMOVE then STOW the item.
  14966. echo **
  14967. echo ** Wear:
  14968. echo ** The script will GET then WEAR the item.
  14969. echo **
  14970. echo ** .SFhunter remove <item> wear <item> (rest of fighting set-up)
  14971. echo **************************************************************************************
  14972. echo
  14973. pause 10
  14974. goto HELP_FRONT
  14975. HELP_EXP:
  14976. echo
  14977. echo **************************************************************************************
  14978. echo ** The script has two methods of Checking Experience.
  14979. echo ** The Main method is using the 'Mutli' command, where the script will check Exp
  14980. echo ** and switch weapons to your next set-up when needed. (See the Multi-weapon section)
  14981. echo **
  14982. echo ** The second Method is using the 'EXP' variable. This causes the script to input
  14983. echo ** 'exp' everytime a weapon cycles or a kill is made. There is no actual skill check
  14984. echo ** via the script with this option, it simply displays you current field exp.
  14985. echo **
  14986. echo ** However, if you use the EXP variable inside a Multi-Weapon Setup it will check
  14987. echo ** your weapon EXP every cycle and switch to your next setup as needed. This is great
  14988. echo ** for backtraining weapons when you can't kill the critter with your current skill.
  14989. echo **
  14990. echo ** Syntax: .SFhunter EXP <weapon> (shield)
  14991. echo **************************************************************************************
  14992. echo
  14993. pause 5
  14994. goto HELP_FRONT
  14995. HELP_MAGIC:
  14996. echo
  14997. echo **************************************************************************************
  14998. echo ** At long Last, the script can use magic. Both Targeted and none Targeted Magic, be
  14999. echo ** they attack spells or buff spells. (LB or SOP)
  15000. echo ** It is however limited to one spell, and the standard prep/target/cast routine.
  15001. echo ** And The script CANNOT use weapons while a spell is being preped/targeted.
  15002. echo **
  15003. echo ** Commands: TM/PM = You will use mainly magic to hunt.
  15004. echo ** MAGIC = You will use mainly weapons to hunt.
  15005. echo ** When combined with Multi, TM checks Targeted Magic, PM/MAGIC Primary.
  15006. echo **
  15007. echo ** Syntax: .SFhunter TM/PM/MAGIC <spell> <mana> {weapon} (shield)
  15008. echo **
  15009. echo ** Examples: .SFhunter TM FB 15 scimitar
  15010. echo ** .SFhunter MAGIC SOP 20 swap 1 b.sword targe
  15011. echo **
  15012. echo ** Notes: TM/PM will hunt using magic, your weapon is a back-up and is only used when
  15013. echo ** low on mana.
  15014. echo ** MAGIC is a single spell cast as the weapon combo repeats.
  15015. echo ** SNAP can be used for snap casting.
  15016. echo **************************************************************************************
  15017. echo
  15018. pause 10
  15019. goto HELP
  15020. HELP_STANCE:
  15021. echo
  15022. echo **************************************************************************************
  15023. echo ** The script is able to alter your stance.
  15024. echo ** Attack - Evasion - Block - Parry - Custom
  15025. echo ** These commands will make the script switch to the preset Stance you enter.
  15026. echo **
  15027. echo ** .SFhunter att/eva/blo/par/cus {weapon} (shield)
  15028. echo **************************************************************************************
  15029. echo
  15030. pause 10
  15031. goto HELP_FRONT
  15032. HELP_REPEAT:
  15033. echo
  15034. echo **************************************************************************************
  15035. echo ** The script is able to use repeating crossbows to the utmost of their abilities.
  15036. echo **
  15037. echo ** .SFhunter repeat {crossbow}
  15038. echo **************************************************************************************
  15039. echo
  15040. pause 3
  15041. goto HELP
  15042. HELP_SLOW:
  15043. echo
  15044. echo **************************************************************************************
  15045. echo ** For those of us that get tired out when using Weapons at full
  15046. echo ** speed, the script can be set-up to use them a little more slowly.
  15047. echo ** You can use Slow or Young to turn this on.
  15048. echo **
  15049. echo ** NOTE: Does not work with: Backstab, Ambush, Ranged, or Thrown combat styles.
  15050. echo **
  15051. echo ** .SFhunter slow {weapon} (sheild) or .SFhunter young {weapon} (shield)
  15052. echo **************************************************************************************
  15053. echo
  15054. pause 3
  15055. goto HELP_FRONT
  15056. HELP_MULTI:
  15057. SETUP:
  15058. echo
  15059. echo **************************************************************************************
  15060. echo ** To set up multi weapon simply put in SET as the first variable followed by the
  15061. echo ** SFhunter set-ups you want to cycle through, each set-up must be inside a set of
  15062. echo ** quotes ("). Multi-weapon will change set-ups when you reach 30/34 in the
  15063. echo ** current weapon.
  15064. echo ** Syntax: .SFhunter SET "Set-up1" "Set-up2" Set-up3" ... "Set-up20"
  15065. echo ** NOTE: You don't have to use all 20 available set-up spots.
  15066. echo ** Example: .SFhunter SET "skin loot scimitar shield" "loot app brawl"
  15067. echo **
  15068. echo ** USE:
  15069. echo ** Once set-up, to use the script for multi-weapon simply use the "multi" command.
  15070. echo ** If you want to start on a set-up that isn't your first one entered simply type in
  15071. echo ** the number of the set-up you want to start with.
  15072. echo **
  15073. echo ** .SFhunter MULTI (#)
  15074. echo ** I know its a bit complex. AIM: Malific Drockmur EMAIL: drockmali@hotmail.com
  15075. echo **
  15076. echo ** A note on multi word items:
  15077. echo ** If a set-up contains a multi word weapon or command like bastard.sword or
  15078. echo ** COM1 dance.bear there is an added step to get this to work properly.
  15079. echo ** Once you create your set-up, since it is inside quotes the . is removed making
  15080. echo ** these one word weapons two words, and thus two variables. To fix this do the
  15081. echo ** following.
  15082. echo ** Go into your scripts window and click the "Variables" button. Find the variable
  15083. echo ** with your multi word item and re-enter the period. This will make it function
  15084. echo ** properly when "multi" is used.
  15085. echo **
  15086. echo **************************************************************************************
  15087. echo
  15088. pause 7
  15089. goto HELP
  15090. HELP_SWAP:
  15091. echo
  15092. echo **************************************************************************************
  15093. echo ** The script can be set-up to use swappable weapons.
  15094. echo ** "Swap X" must be followed by the weapon.
  15095. echo **
  15096. echo ** Syntax: .SFhunter swap {1/2/E/B/PI/HA/SS/QS} {weapon} (shield)
  15097. echo **
  15098. echo ** 1 = 1 handed for weapons that swap between 1 and 2 hands.
  15099. echo ** 2 = 2 handed for weapons that swap between 1 and 2 hands.
  15100. echo ** E = Edged for weapons that swap between edged and blunt.
  15101. echo ** B = Blunt for weapons that swap between edged and blunt.
  15102. echo ** PI = Use this weapon as a Pike.
  15103. echo ** HA = Use this weapon as a Halberd.
  15104. echo ** SS = Use this weapon as a Short Staff.
  15105. echo ** QS = Use this weapon as a Quarter Staff.
  15106. echo **
  15107. echo ** EXAMPLES: .SFhunter swap 1 sword shield
  15108. echo ** .SFhunter swap PI spear
  15109. echo **************************************************************************************
  15110. echo
  15111. pause 3
  15112. goto HELP
  15113. HELP_WEAPON:
  15114. HELP_SHIELD:
  15115. echo
  15116. echo **************************************************************************************
  15117. echo ** It works any type of weapon in the game. Anytime you can use a shield, the script
  15118. echo ** supports it.
  15119. echo ** WARNING: If you are using an arm worn shield DO NOT enter a shield name.
  15120. echo ** .SFhunter {weapon} (shield)
  15121. echo **************************************************************************************
  15122. echo
  15123. pause 3
  15124. goto HELP
  15125. HELP_LOOT:
  15126. echo
  15127. echo **************************************************************************************
  15128. echo ** The Script can be set-up to loot Kills. (It always searches.)
  15129. echo **
  15130. echo ** Due to match limitations it only looks for the most common types of items to loot,
  15131. echo ** So keep your eyes open for the extremely rare stuff.
  15132. echo **
  15133. echo ** .SFhunter loot {weapon} (shield) <--- Loots everything except junk
  15134. echo **
  15135. echo ** You can also set-up the script to loot specific item types, rather than everything.
  15136. echo ** The variables for these are:
  15137. echo **
  15138. echo ** lootgem
  15139. echo ** lootcoin
  15140. echo ** lootbox
  15141. echo ** lootjunk <--- junk referes to SOME common drops: sword, cloak, shield, etc.
  15142. echo **
  15143. echo ** .SFhunter lootbox {weapon} {shield} <--- Loot boxes but not gems or coins.
  15144. echo ** .SFhunter lootgem lootcoin {weapon} {shield} <--- Loot coins and gems but not boxes.
  15145. echo **************************************************************************************
  15146. echo
  15147. pause 3
  15148. goto HELP_FRONT
  15149. HELP_APP:
  15150. echo
  15151. echo **************************************************************************************
  15152. echo ** The Script can be set-up to appraise the monsters you are fighting.
  15153. echo **
  15154. echo ** The script will 'appraise quick' for a 3 second RT.
  15155. echo ** It attempts to app after a kill, and will app when a monster enters an empty room.
  15156. echo ** Do to the limitations of the script it can ONLY app the same type of monster as the
  15157. echo ** last monster you killed.
  15158. echo ** This creates a sort of "hit or miss" system, but it does work most of the time.
  15159. echo **
  15160. echo ** .SFhunter app {weapon} (shield)
  15161. echo **************************************************************************************
  15162. echo
  15163. pause 3
  15164. goto HELP_FRONT
  15165. HELP_SKIN:
  15166. echo
  15167. echo **************************************************************************************
  15168. echo ** Everyone has there own method of how they skin. This script therefore has several
  15169. echo ** options on how skinning works.
  15170. echo ** Here are the commands for skinning, and what they do:
  15171. echo **
  15172. echo ** Skin or : Skins, bundles, leaves bundles on ground. If it can't bundle, it stows
  15173. echo ** Skinning the skin if you are looting, drops the skin if you aren't.
  15174. echo ** Skindrop : Same as 'skin' but drops the skin if it can't bundle.
  15175. echo ** Skinexp : Skins the kill, then drops the skin, makes no attempt to stow or bundle.
  15176. echo ** Arrange : Same as 'skin' but it will 'arrange all' first. - Arr
  15177. echo ** Retreat : Will make the script retreat before skinning. - Ret
  15178. echo **
  15179. echo ** There is no need to use 'skin' if you are using one of the other options, it knows
  15180. echo ** you're skinning.
  15181. echo **
  15182. echo ** Options can be combined for full effect.
  15183. echo ** Example: .Sfhunter Arrange Skinexp Retreat - this would make the script retreat,
  15184. echo ** arrange the kill, skin it, and drop the skin.
  15185. echo **
  15186. echo **************************************************************************************
  15187. echo
  15188. pause 10
  15189. goto HELP_FRONT
  15190. HELP_FRONT:
  15191. echo
  15192. echo **************************************************************************************
  15193. echo **
  15194. echo ** The Option you chose was a "Front Command"
  15195. echo ** Front commands must come before any other scripting commands,
  15196. echo ** but can be mixed in any order with other Front Commands.
  15197. echo **
  15198. echo ** LIST of FRONT commands: Appraise, Arrange, Exp, Loot, Retreat, Skin, Skindrop,
  15199. echo ** Skinexp, Slower, Attack, Evasion, Block, Parry, Custom,
  15200. echo ** Lootbox, Lootcoin, Lootgem, Wear <item>, Com1-Com5,
  15201. echo ** Count, SearchTreasure(ST), SearchBoxes(SB), SearchAll(SA),
  15202. echo ** SearchGoods(SG), SearchEquipment(SE)
  15203. echo **
  15204. echo **************************************************************************************
  15205. echo
  15206. pause 5
  15207. goto HELP
  15208. HELP_BRAWL:
  15209. echo
  15210. echo **************************************************************************************
  15211. echo ** The script Brawls, both with and without weapons/shields. You can also brawl with
  15212. echo ** just a shield.
  15213. echo **
  15214. echo ** For Barbarians you can also go on a choking spree! Keep in mind though you can't
  15215. echo ** Choke with a weapon or shield in hand.
  15216. echo **
  15217. echo ** .SFhunter brawl {weapon} (shield)
  15218. echo ** .SFhunter choke
  15219. echo **************************************************************************************
  15220. echo
  15221. pause 3
  15222. goto HELP
  15223. HELP_EMPATH:
  15224. echo
  15225. echo **************************************************************************************
  15226. echo ** If you're an Empath, or just want to dance with a critter. There is brawling that
  15227. echo ** doesn't hurt the critter. you can do it with or without weapons/shields and can
  15228. echo ** also do it with just a shield.
  15229. echo ** .SFhunter empath (weapon) (shield)
  15230. echo **************************************************************************************
  15231. echo
  15232. pause 3
  15233. goto HELP
  15234. HELP_AMBUSH:
  15235. echo
  15236. echo **************************************************************************************
  15237. echo ** For non thieves looking to get the drop on someone there's always ambushing.
  15238. echo ** Ambushing automatically aims for the head (Thief only) so thieves can get
  15239. echo ** backstab exp from this script. Support is in there for ambushing with ANY melee
  15240. echo ** weapon in the game, as well as ambushing while brawling.
  15241. echo ** .SFhunter ambush {weapon} (shield)
  15242. echo ** .SFhunter ambush brawl {weapon} (shield)
  15243. echo **************************************************************************************
  15244. echo
  15245. pause 3
  15246. goto HELP
  15247. HELP_BACK:
  15248. echo
  15249. echo **************************************************************************************
  15250. echo ** For all you Th... err Bakers. Backstabbing is supported.
  15251. echo ** .SFhunter backstab {weapon} (shield)
  15252. echo **************************************************************************************
  15253. echo
  15254. pause 3
  15255. goto HELP
  15256. HELP_POACH:
  15257. echo
  15258. echo **************************************************************************************
  15259. echo ** For those of you who like your stealth kills at range, Poaching and Sniping is
  15260. echo ** fully operational.
  15261. echo ** .SFhunter poach {weapon} (shield(slings and LX only!)
  15262. echo ** .SFhunter snipe {weapon} (shield(LX only!)
  15263. echo **************************************************************************************
  15264. echo
  15265. pause 3
  15266. goto HELP
  15267. HELP_SNAP:
  15268. echo
  15269. echo **************************************************************************************
  15270. echo ** For those of us who are impatient, ALL Ranged systems can be snapfired.
  15271. echo ** Snapfiring will cause the script to aim fully one time, then aim and fire instanly
  15272. echo ** after you load until your target is dead.
  15273. echo **
  15274. echo ** SNAP also works with Magic systems. It will fully prepare the spell then Target and
  15275. echo ** Cast at the same time.
  15276. echo **
  15277. echo ** .SFhunter snap {weapon} (shield(slings and LX only!)
  15278. echo ** .SFhunter snap poach {weapon} (shield(slings and LX only!)
  15279. echo ** .SFhunter snap TM FB 15 scimitar
  15280. echo **************************************************************************************
  15281. echo
  15282. pause 3
  15283. goto HELP
  15284. HELP_SYNTAX:
  15285. echo
  15286. echo **************************************************************************************
  15287. echo ** This is a brief (for me anyway) description of how the script works
  15288. echo ** and What order commands come in, as well as a list of all the commands
  15289. echo ** the script has.
  15290. echo **
  15291. echo ** There are many options settings and methods of using the script,
  15292. echo ** all of which have been programed in and can be called forth using the
  15293. echo ** correct comamnds. Knowing those commands and how to use them is what
  15294. echo ** this section is for.
  15295. echo **
  15296. echo ** 'Command' refers to anything that follows .SFhunter when starting the script.
  15297. echo ** There are several types of commands:
  15298. echo **
  15299. echo ** 'Front Commands' have to come before anything else, but can
  15300. echo ** be placed in any order amongst themselves. These are basic systems
  15301. echo ** that toggle on or off specific non-combat features.
  15302. echo **
  15303. echo ** 'Combat Methods' come after 'Front Commands' but before
  15304. echo ** 'Combat Systems'. Methods alter a System in very specifc but minor
  15305. echo ** ways, and can usually only be used with a specific System.
  15306. echo **
  15307. echo ** 'Combat Systems' come After Methods, and Immediately before your
  15308. echo ** Equipment. Systems decide how the script is going to fight. This is usually
  15309. echo ** defined by your Equipment, but occasionlly a System is used that redefines
  15310. echo ** how combat is undergone with Certain Equipment.
  15311. echo **
  15312. echo ** 'Equipment' is always the last command. When the script finds your
  15313. echo ** Equipment (usually a weapon) it begins combat after equiping you.
  15314. echo ** Equipment is defined as the in game items you will be using to hunt with.
  15315. echo **
  15316. echo ** 'Special' commands are.. special. They are usually systems that have
  15317. echo ** nothing to do with combat itself, but were placed into the script as extras
  15318. echo ** They are also the commands used to set-up some of the more complex features
  15319. echo ** of the script.
  15320. echo **
  15321. echo ** Command List:
  15322. echo ** Front Commands: Appraise, Arrange, Exp, Loot, Retreat, Skin, Skindrop, Skinexp,
  15323. echo ** Slower, Attack, Evasion, Shield, Parry, Custom, Lootbox, Lootcoin,
  15324. echo ** Lootgem, Wear <item>, Com1-Com5, Count
  15325. echo ** Combat Methods: Ambush, Slow, Snapfire
  15326. echo ** Combat Systems: Backstab, Brawl, Choke, Empath, Magic, Offhand, PM, Repeat, Snipe,
  15327. echo ** Swap, Throw, TM
  15328. echo ** Spc. Equipment: Gauntlet
  15329. echo ** Spcl. Commands: SET and MULTI (multi weapons), DSET (Default Setting), LIST, DEBUG,
  15330. echo ** HELP
  15331. echo **
  15332. echo ** SYNTAX ORDER: [] = Special Commands () = Front Commands || = Combat Methods
  15333. echo ** /\ = Combat Systems {} = Equipment
  15334. echo **
  15335. echo ** Basic: .SFhunter {weapon} {shield}
  15336. echo ** Advan: .SFhunter () || /\ {}
  15337. echo ** Spcl.: .SFhunter []
  15338. echo **
  15339. echo ** For more specifc information please refer to the individual HELP sections.
  15340. echo **
  15341. echo **************************************************************************************
  15342. echo
  15343. pause 20
  15344. goto HELP
  15345. HELP_THROWN:
  15346. echo
  15347. echo **************************************************************************************
  15348. echo ** Like to throw things? SFhunter can satisfy your needs!
  15349. echo ** It's also enabled to throw vines and logs while brawling,
  15350. echo ** as well as doing Offhand thrown.
  15351. echo **
  15352. echo ** .SFhunter throw {weapon} (shield)
  15353. echo ** .SFhunter off {weapon} (shield)
  15354. echo ** .SFhunter vine (shield)
  15355. echo ** .SFhunter log (shield)
  15356. echo **************************************************************************************
  15357. echo
  15358. pause 3
  15359. goto HELP
  15360. HELP_PERS:
  15361. echo
  15362. echo **************************************************************************************
  15363. echo ** Personalizations are custom edits of SFhunter done by Malific.
  15364. echo **
  15365. echo ** Personalizations are included with the general release so the
  15366. echo ** the script doesn't have to be re-edited for every bug fix/change.
  15367. echo ** They are Commented (#) out of the actual script.
  15368. echo **
  15369. echo ** If you have a personalization and need to know how to use it, simply
  15370. echo ** open the script in a text editor and replace "#Character name" with
  15371. echo ** a blank or space.
  15372. echo **
  15373. echo ** If you have questions or requests refer to:
  15374. echo ** AIM: Malific Drockmur EMAIL: drockmali@hotmail.com
  15375. echo **************************************************************************************
  15376. echo
  15377. pause 5
  15378. goto HELP
  15379. HELP_DEF:
  15380. echo
  15381. echo **************************************************************************************
  15382. echo ** The script can be configured to create 1 default combat setting.
  15383. echo ** This setting will be used when the script is started with no variables.
  15384. echo ** It will skip all variable checks and go immediately into combat using
  15385. echo ** the pre-configured weapon set-up created with this command.
  15386. echo **
  15387. echo ** Basically think of this as your "Oh crap! I need to be fighting NOW" set-up.
  15388. echo **
  15389. echo ** SYNTAX: .SFhunter DSET {weapon set-up}
  15390. echo ** EXAMPLE: .SFhunter DSET loot skin scimtar shield
  15391. echo ** USAGE: .SFhunter
  15392. echo **
  15393. echo ** A note on multi word weapons:
  15394. echo ** If your set-up contains a multi word weapon like short.bow or bastard.sword
  15395. echo ** there is an added step to get this to work properly. Once you create your set-up,
  15396. echo ** since it is inside quotes the . is removed making these one word weapons two words,
  15397. echo ** and thus two variables. To fix this do the following.
  15398. echo ** GO into your scripts window and click the "Variables" button. Find the variable
  15399. echo ** with your multi word weapon and re-enter the period. This will make it function
  15400. echo ** properly when default mode is used.
  15401. echo **
  15402. echo **************************************************************************************
  15403. echo
  15404. pause 10
  15405. goto HELP_DM
  15406. HELP_DM:
  15407. echo
  15408. echo **************************************************************************************
  15409. echo ** To tie Default setting into a Multi-Weapon Setup use the command DMULTI
  15410. echo ** This will make the script use your default setting as the first chain in a
  15411. echo ** Multi-weapon set-up. You must have previously set-up Multi-Weapon to use this.
  15412. echo **
  15413. echo ** SYNTAX: .SFhunter DSET DMULTI {weapon set-up}
  15414. echo ** EXAMPLE: .SFhunter DSET DMULTI loot skin scimitar shield
  15415. echo **
  15416. echo **************************************************************************************
  15417. echo
  15418. goto HELP
  15419.  
  15420. #PatriciaKHRI_PAUSE:
  15421. #Patriciapause
  15422. #PatriciaKHRI:
  15423. #Patricia match KHRI2_PAUSE You close your eyes
  15424. #Patricia match KHRI2_PAUSE Roundtime
  15425. #Patricia match KHRI2 already
  15426. #Patricia match KHRI_PAUSE You are still stunned.
  15427. #Patricia match KHRI_PAUSE ...wait
  15428. #Patricia match KHRI_PAUSE type ahead
  15429. #Patriciaput khri support
  15430. #Patricia matchwait
  15431. #Patricia
  15432. #PatriciaKHRI2_PAUSE:
  15433. #Patriciapause
  15434. #PatriciaKHRI2:
  15435. #Patricia match %c Taking slow deep breaths
  15436. #Patricia match %c Roundtime
  15437. #Patricia match %c already
  15438. #Patricia match %c yourself too drained
  15439. #Patricia match KHRI2_PAUSE You are still stunned.
  15440. #Patricia match KHRI2_PAUSE ...wait
  15441. #Patricia match KHRI2_PAUSE type ahead
  15442. #Patriciaput khri spar
  15443. #Patricia matchwait
  15444. #PatriciaCOUNT_KHRI_PAUSE:
  15445. #Patriciapause
  15446. #PatriciaCOUNT_KHRI:
  15447. #Patricia match COUNT_KHRI2_PAUSE You close your eyes
  15448. #Patricia match COUNT_KHRI2_PAUSE Roundtime
  15449. #Patricia match COUNT_KHRI2 already
  15450. #Patricia match COUNT_KHRI_PAUSE You are still stunned.
  15451. #Patricia match COUNT_KHRI_PAUSE ...wait
  15452. #Patricia match COUNT_KHRI_PAUSE type ahead
  15453. #Patriciaput khri support
  15454. #Patricia matchwait
  15455. #Patricia
  15456. #PatriciaCOUNT_KHRI2_PAUSE:
  15457. #Patriciapause
  15458. #PatriciaCOUNT_KHRI2:
  15459. #Patricia match %s Taking slow deep breaths
  15460. #Patricia match %s Roundtime
  15461. #Patricia match %s already
  15462. #Patricia match %s yourself too drained
  15463. #Patricia match COUNT_KHRI2_PAUSE You are still stunned.
  15464. #Patricia match COUNT_KHRI2_PAUSE ...wait
  15465. #Patricia match COUNT_KHRI2_PAUSE type ahead
  15466. #Patriciaput khri spar
  15467. #Patricia matchwait
  15468.  
  15469.  
  15470. LABELERROR:
  15471. echo *****************
  15472. echo ** LABELERROR: **
  15473. echo *****************
  15474. BEGIN_NOWEAP:
  15475. echo
  15476. echo ********************************
  15477. echo ** Can't find your equipment.
  15478. echo ** Ending Script.
  15479. echo ********************************
  15480. echo
  15481. goto DEBUG_MODE
  15482. UN_ID:
  15483. echo
  15484. echo UN_ID:
  15485. echo
  15486. echo *************************************
  15487. echo ** Unable to Identify your weapon.
  15488. echo ** Ending Script.
  15489. echo *************************************
  15490. echo
  15491. DEBUG:
  15492. DEBUG_MODE:
  15493. echo
  15494. echo DEBUG_MODE:
  15495. echo
  15496. echo **************************************************************************************
  15497. echo **
  15498. echo ** Copy/Paste DEBUG_MODE and LAST 3 commands worth of game text
  15499. echo ** to DrockMali@hotmail.com for troubleshooting.
  15500. echo **
  15501. echo ** SITE: <http://www.malific.com/> or <http://www.geocities.com/malificdr/>
  15502. echo ** AIM: Malific Drockmur
  15503. echo **
  15504. echo ** SFhunter Version 2: Last tweak 3/17/2010 11:27PM
  15505. echo **
  15506. echo **************************************************************************************
  15507. echo
  15508. pause 5
  15509. put echo /on
  15510. waitfor echo
  15511. echo
  15512. echo **************************************************************************************
  15513. echo **
  15514. echo ** Variables:
  15515. echo ** 1 = %1
  15516. IF_2 echo ** 2 = %2
  15517. IF_3 echo ** 3 = %3
  15518. IF_4 echo ** 4 = %4
  15519. IF_5 echo ** 5 = %5
  15520. IF_6 echo ** 6 = %6
  15521. IF_7 echo ** 7 = %7
  15522. IF_8 echo ** 8 = %8
  15523. IF_9 echo ** 9 = %9
  15524. echo ** 0 = %0
  15525. echo ** Save = %s
  15526. echo ** Counter = %c
  15527. echo **
  15528. echo ** General Variables:
  15529. echo ** zHkill = %zHkill
  15530. echo ** zHapp = %zHmonsterapp
  15531. echo ** zHmonster = %zHmonster
  15532. echo ** zHloot = %zHloot
  15533. echo ** zHlootbox = %zHlootbox
  15534. echo ** zHlootcoin = %zHlootcoin
  15535. echo ** zHlootgem = %zHlootgem
  15536. echo ** zHskin = %zHskin
  15537. echo ** zHskinexp = %zHskinexp
  15538. echo ** zHskindrop = %zHskindrop
  15539. echo ** zHarrange = %zHarrange
  15540. echo ** zHmulti = %zHmulti
  15541. echo ** zHmultiZ = %zHmultiZ
  15542. echo ** zHexp = %zHexp
  15543. echo ** zHexpA = %zHexpA
  15544. echo ** zHexpB = %zHexpB
  15545. echo ** zHexpC = %zHexpC
  15546. echo ** zHexpM = %zHexpM
  15547. echo ** zHtype = %zHtype
  15548. echo ** zHcounter = %zHcounter
  15549. echo ** zHrange = %zHrange
  15550. echo ** zHrange1 = %zHrange1
  15551. echo ** zHsnap = %zHsnap
  15552. echo ** zHarm = %zHarm
  15553. echo ** zHamb = %zHamb
  15554. echo ** zHget = %zHget
  15555. echo ** zHgetA = %zHgetA
  15556. echo ** zHcount = %zHcount
  15557. echo ** zHCOUNT = %zHCOUNT
  15558. echo ** zHcBrawl = %zHcBrawl
  15559. echo ** zHbrawltype = %zHbrawltype
  15560. echo ** zHcritters = %zHcritters
  15561. echo ** zHxpsleep = %zHxpsleep
  15562. echo ** zHsearch = %zHsearch
  15563. echo **
  15564. echo ** Weapon Combos:
  15565. echo ** zHcombo1 = %zHcombo1
  15566. echo ** zHcombo2 = %zHcombo2
  15567. echo ** zHcombo3 = %zHcombo3
  15568. echo ** zHcombo4 = %zHcombo4
  15569. echo ** zHcombo5 = %zHcombo5
  15570. echo ** zHcombo6 = %zHcombo6
  15571. echo ** zHcombo7 = %zHcombo7
  15572. echo ** zHcombo8 = %zHcombo8
  15573. echo **
  15574. echo ** Magic Settings:
  15575. echo ** zHspell = %zHspell
  15576. echo ** zHmana = %zHmana
  15577. echo ** zHm = %zHm
  15578. echo ** zHmc = %zHmc
  15579. echo **
  15580. echo ** Multi Set-ups:
  15581. echo ** zHmulti1 = %zHmulti1
  15582. echo ** zHmulti2 = %zHmulti2
  15583. echo ** zHmulti3 = %zHmulti3
  15584. echo ** zHmulti4 = %zHmulti4
  15585. echo ** zHmulti5 = %zHmulti5
  15586. echo ** zHmulti6 = %zHmulti6
  15587. echo ** zHmulti7 = %zHmulti7
  15588. echo ** zHmulti8 = %zHmulti8
  15589. echo ** zHmulti9 = %zHmulti9
  15590. echo ** zHmulti10 = %zHmulti10
  15591. echo ** zHmulti11 = %zHmulti11
  15592. echo ** zHmulti12 = %zHmulti12
  15593. echo ** zHmulti13 = %zHmulti13
  15594. echo ** zHmulti14 = %zHmulti14
  15595. echo ** zHmulti15 = %zHmulti15
  15596. echo ** zHmulti16 = %zHmulti16
  15597. echo ** zHmulti17 = %zHmulti17
  15598. echo ** zHmulti18 = %zHmulti18
  15599. echo ** zHmulti19 = %zHmulti19
  15600. echo ** zHmulti20 = %zHmulti20
  15601. echo **
  15602. echo ** Command Settings:
  15603. echo ** zHCOM1 = %zHCOM1
  15604. echo ** zHcom1 = %zHcom1
  15605. echo ** zHCOM2 = %zHCOM2
  15606. echo ** zHcom2 = %zHcom2
  15607. echo ** zHCOM3 = %zHCOM3
  15608. echo ** zHcom3 = %zHcom3
  15609. echo ** zHCOM4 = %zHCOM4
  15610. echo ** zHcom4 = %zHcom4
  15611. echo ** zHCOM5 = %zHCOM5
  15612. echo ** zHcom5 = %zHcom5
  15613. echo **
  15614. echo ** zHDset = %zHDset
  15615. echo **
  15616. echo **************************************************************************************
  15617. put echo /off
  15618. waitfor echo
  15619. echo
  15620. echo ********************************
  15621. echo ** Ending Script.
  15622. echo ********************************
  15623. echo
  15624. exit
  15625.  
  15626. LIST:
  15627. echo
  15628. echo *******************************************
  15629. echo **
  15630. echo ** Listing ALL Variables and their values.
  15631. echo **
  15632. echo *******************************************
  15633. echo
  15634. pause 3
  15635. put echo /on
  15636. waitfor echo
  15637. echo
  15638. echo *******************************************
  15639. echo **
  15640. echo ** zHkill = %zHkill
  15641. echo ** zHkills = %zHkills
  15642. echo ** zHmonsterapp = %zHmonsterapp
  15643. echo ** zHmonster = %zHmonster
  15644. echo ** zHloot = %zHloot
  15645. echo ** zHlootbox = %zHlootbox
  15646. echo ** zHlootcoin = %zHlootcoin
  15647. echo ** zHlootgem = %zHlootgem
  15648. echo ** zHloots = %zHloots
  15649. echo ** zHretreat = %zHretreat
  15650. echo ** zHskin = %zHskin
  15651. echo ** zHskin2 = %zHskin2
  15652. echo ** zHskins = %zHskins
  15653. echo ** zHskinexp = %zHskinexp
  15654. echo ** zHskindrop = %zHskindrop
  15655. echo ** zHarrange = %zHarrange
  15656. echo ** zHmulti = %zHmulti
  15657. echo ** zHmultiZ = %zHmultiZ
  15658. echo ** zHexp = %zHexp
  15659. echo ** zHexpA = %zHexpA
  15660. echo ** zHexpB = %zHexpB
  15661. echo ** zHtype = %zHtype
  15662. echo ** zHcounter = %zHcounter
  15663. echo ** zHrange = %zHrange
  15664. echo ** zHrange1 = %zHrange1
  15665. echo ** zHrepeat = %zHrepeat
  15666. echo ** zHammo = %zHammo
  15667. echo ** zHsnap = %zHsnap
  15668. echo ** zHarm = %zHarm
  15669. echo ** zHamb = %zHamb
  15670. echo ** zHspell = %zHspell
  15671. echo ** zHmana = %zHmana
  15672. echo ** zHm = %zHm
  15673. echo ** zHmc = %zHmc
  15674. echo ** zHexpC = %zHexpC
  15675. echo ** zHexpM = %zHexpM
  15676. echo ** zHget = %zHget
  15677. echo ** zHgetA = %zHgetA
  15678. echo ** zHcount = %zHcount
  15679. echo ** zHCOUNT = %zHCOUNT
  15680. echo ** zHcBrawl = %zHcBrawl
  15681. echo ** zHbrawltype = %zHbrawltype
  15682. echo ** zHkillsS = %zHkillsS
  15683. echo ** zHskinsS = %zHskinsS
  15684. echo ** zHlootsS = %zHlootsS
  15685. echo ** zHcritters = %zHcritters
  15686. echo ** zHxpsleep = %zHxpsleep
  15687. echo ** zHsearch = %zHsearch
  15688. echo **
  15689. echo ** zHcombo1 = %zHcombo1
  15690. echo ** zHcombo2 = %zHcombo2
  15691. echo ** zHcombo3 = %zHcombo3
  15692. echo ** zHcombo4 = %zHcombo4
  15693. echo ** zHcombo5 = %zHcombo5
  15694. echo ** zHcombo6 = %zHcombo6
  15695. echo ** zHcombo7 = %zHcombo7
  15696. echo ** zHcombo8 = %zHcombo8
  15697. echo **
  15698. echo ** zHmulti1 = %zHmulti1
  15699. echo ** zHmulti2 = %zHmulti2
  15700. echo ** zHmulti3 = %zHmulti3
  15701. echo ** zHmulti4 = %zHmulti4
  15702. echo ** zHmulti5 = %zHmulti5
  15703. echo ** zHmulti6 = %zHmulti6
  15704. echo ** zHmulti7 = %zHmulti7
  15705. echo ** zHmulti8 = %zHmulti8
  15706. echo ** zHmulti9 = %zHmulti9
  15707. echo ** zHmulti10 = %zHmulti10
  15708. echo ** zHmulti11 = %zHmulti11
  15709. echo ** zHmulti12 = %zHmulti12
  15710. echo ** zHmulti13 = %zHmulti13
  15711. echo ** zHmulti14 = %zHmulti14
  15712. echo ** zHmulti15 = %zHmulti15
  15713. echo ** zHmulti16 = %zHmulti16
  15714. echo ** zHmulti17 = %zHmulti17
  15715. echo ** zHmulti18 = %zHmulti18
  15716. echo ** zHmulti19 = %zHmulti19
  15717. echo ** zHmulti20 = %zHmulti20
  15718. echo **
  15719. echo ** zHCOM1 = %zHCOM1
  15720. echo ** zHcom1 = %zHcom1
  15721. echo ** zHCOM2 = %zHCOM2
  15722. echo ** zHcom2 = %zHcom2
  15723. echo ** zHCOM3 = %zHCOM3
  15724. echo ** zHcom3 = %zHcom3
  15725. echo ** zHCOM4 = %zHCOM4
  15726. echo ** zHcom4 = %zHcom4
  15727. echo ** zHCOM5 = %zHCOM5
  15728. echo ** zHcom5 = %zHcom5
  15729. echo **
  15730. echo ** zHweapon = %zHweapon
  15731. echo ** zHshield = %zHshield
  15732. echo ** zHbrawlT = %zHbrawlT
  15733. echo **
  15734. echo ** zHD = %zHD
  15735. echo ** zHDloot = %zHDloot
  15736. echo ** zHDlootbox = %zHDlootbox
  15737. echo ** zHDlootcoin = %zHDlootcoin
  15738. echo ** zHDlootgem = %zHDlootgem
  15739. echo ** zHDretreat = %zHDretreat
  15740. echo ** zHDskin = %zHDskin
  15741. echo ** zHDskinexp = %zHDskinexp
  15742. echo ** zHDskindrop = %zHDskindrop
  15743. echo ** zHDarrange = %zHDarrange
  15744. echo ** zHDmonsterapp = %zHDmonsterapp
  15745. echo ** zHDmulti = %zHDmulti
  15746. echo ** zHDexp = %zHDexp
  15747. echo ** zHDexpA = %zHDexpA
  15748. echo ** zHDexpB = %zHDexpB
  15749. echo ** zHDtype = %zHDtype
  15750. echo ** zHDrange = %zHDrange
  15751. echo ** zHDrange1 = %zHDrange1
  15752. echo ** zHDrepeat = %zHDrepeat
  15753. echo ** zHDammo = %zHDammo
  15754. echo ** zHDcombo1 = %zHDcombo1
  15755. echo ** zHDcombo2 = %zHDcombo2
  15756. echo ** zHDcombo3 = %zHDcombo3
  15757. echo ** zHDcombo4 = %zHDcombo4
  15758. echo ** zHDcombo5 = %zHDcombo5
  15759. echo ** zHDcombo6 = %zHDcombo6
  15760. echo ** zHDcombo7 = %zHDcombo7
  15761. echo ** zHDcombo8 = %zHDcombo8
  15762. echo ** zHDcounter = %zHDcounter
  15763. echo ** zHDweapon = %zHDweapon
  15764. echo ** zHDshield = %zHDshield
  15765. echo ** zHDspell = %zHDspell
  15766. echo ** zHDmana = %zHDmana
  15767. echo ** zHDmc = %zHDmc
  15768. echo ** zHDexpC = %zHDexpC
  15769. echo ** zHDexpM = %zHDexpM
  15770. echo ** zHDget = %zHDget
  15771. echo ** zHDgetA = %zHDgetA
  15772. echo ** zHDset = %zHDset
  15773. echo ** zHDcount = %zHDcount
  15774. echo ** zHDCOUNT = %zHDCOUNT
  15775. echo ** zHDcBrawl = %zHDcBrawl
  15776. echo ** zHDcBrawlB = %zHDcBrawlB
  15777. echo ** zHDbrawltype = %zHDbrawltype
  15778. echo **
  15779. echo ** zHDCOM1 = %zHDCOM1
  15780. echo ** zHDcom1 = %zHDcom1
  15781. echo ** zHDCOM2 = %zHDCOM2
  15782. echo ** zHDcom2 = %zHDcom2
  15783. echo ** zHDCOM3 = %zHDCOM3
  15784. echo ** zHDcom3 = %zHDcom3
  15785. echo ** zHDCOM4 = %zHDCOM4
  15786. echo ** zHDcom4 = %zHDcom4
  15787. echo ** zHDCOM5 = %zHDCOM5
  15788. echo ** zHDcom5 = %zHDcom5
  15789. echo **
  15790. echo ** ALL variables have been Listed.
  15791. echo ** To delete ALL existing Variables
  15792. echo ** Restart the script as .SFhunter DELETE
  15793. echo **
  15794. echo *******************************************
  15795. echo
  15796. put echo /off
  15797. waitfor echo
  15798. exit
  15799.  
  15800. DELETE:
  15801. echo
  15802. echo ********************************************
  15803. echo **
  15804. echo ** WARNING! WARNING! WARNING! WARNGING!
  15805. echo **
  15806. echo ** This command will erase ALL Variables
  15807. echo ** SFhunter has saved into Stormfront.
  15808. echo **
  15809. echo ** # of Kills, skins, loots, and
  15810. echo ** your Multi-Weapon Set-ups
  15811. echo **
  15812. echo ** WILL BE LOST!!
  15813. echo **
  15814. echo ** To continue type GO otherwise hit ESC
  15815. echo ** to exit the script.
  15816. echo **
  15817. echo ********************************************
  15818. waitfor Go what?
  15819. deletevariable zHkill
  15820. deletevariable zHkills
  15821. deletevariable zHmonsterapp
  15822. deletevariable zHmonster
  15823. deletevariable zHloot
  15824. deletevariable zHlootbox
  15825. deletevariable zHlootcoin
  15826. deletevariable zHlootgem
  15827. deletevariable zHretreat
  15828. deletevariable zHloots
  15829. deletevariable zHskin
  15830. deletevariable zHskin2
  15831. deletevariable zHskins
  15832. deletevariable zHskinexp
  15833. deletevariable zHskindrop
  15834. deletevariable zHarrange
  15835. deletevariable zHmulti
  15836. deletevariable zHmultiZ
  15837. deletevariable zHexp
  15838. deletevariable zHexpA
  15839. deletevariable zHexpB
  15840. deletevariable zHtype
  15841. deletevariable zHcounter
  15842. deletevariable zHrange
  15843. deletevariable zHrange1
  15844. deletevariable zHrepeat
  15845. deletevariable zHammo
  15846. deletevariable zHsnap
  15847. deletevariable zHarm
  15848. deletevariable zHamb
  15849. deletevariable zHspell
  15850. deletevariable zHmana
  15851. deletevariable zHm
  15852. deletevariable zHmc
  15853. deletevariable zHexpC
  15854. deletevariable zHexpM
  15855. deletevariable zHget
  15856. deletevariable zHgetA
  15857. deletevariable zHcount
  15858. deletevariable zHCOUNT
  15859. deletevariable zHcBrawl
  15860. deletevariable zHcBrawlB
  15861. deletevariable zHbrawltype
  15862. deletevariable zHkillsS
  15863. deletevariable zHskinsS
  15864. deletevariable zHlootsS
  15865. deletevariable zHcritters
  15866. deletevariable zHxpsleep
  15867.  
  15868. deletevariable zHcombo1
  15869. deletevariable zHcombo2
  15870. deletevariable zHcombo3
  15871. deletevariable zHcombo4
  15872. deletevariable zHcombo5
  15873. deletevariable zHcombo6
  15874. deletevariable zHcombo7
  15875. deletevariable zHcombo8
  15876.  
  15877. deletevariable zHmulti1
  15878. deletevariable zHmulti2
  15879. deletevariable zHmulti3
  15880. deletevariable zHmulti4
  15881. deletevariable zHmulti5
  15882. deletevariable zHmulti6
  15883. deletevariable zHmulti7
  15884. deletevariable zHmulti8
  15885. deletevariable zHmulti9
  15886. deletevariable zHmulti10
  15887. deletevariable zHmulti11
  15888. deletevariable zHmulti12
  15889. deletevariable zHmulti13
  15890. deletevariable zHmulti14
  15891. deletevariable zHmulti15
  15892. deletevariable zHmulti16
  15893. deletevariable zHmulti17
  15894. deletevariable zHmulti18
  15895. deletevariable zHmulti19
  15896. deletevariable zHmulti20
  15897.  
  15898. deletevariable zHweapon
  15899. deletevariable zHshield
  15900. deletevariable zHbrawlT
  15901.  
  15902. deletevariable zHCOM1
  15903. deletevariable zHcom1
  15904. deletevariable zHCOM2
  15905. deletevariable zHcom2
  15906. deletevariable zHCOM3
  15907. deletevariable zHcom3
  15908. deletevariable zHCOM4
  15909. deletevariable zHcom4
  15910. deletevariable zHCOM5
  15911. deletevariable zHcom5
  15912.  
  15913. deletevariable zHD
  15914. deletevariable zHDloot
  15915. deletevariable zHDlootbox
  15916. deletevariable zHDlootcoin
  15917. deletevariable zHDlootgem
  15918. deletevariable zHDretreat
  15919. deletevariable zHDskin
  15920. deletevariable zHDskinexp
  15921. deletevariable zHDskindrop
  15922. deletevariable zHDarrange
  15923. deletevariable zHDmonsterapp
  15924. deletevariable zHDmulti
  15925. deletevariable zHDexp
  15926. deletevariable zHDexpA
  15927. deletevariable zHDexpB
  15928. deletevariable zHDtype
  15929. deletevariable zHDrange
  15930. deletevariable zHDrange1
  15931. deletevariable zHDrepeat
  15932. deletevariable zHDammo
  15933. deletevariable zHDcombo1
  15934. deletevariable zHDcombo2
  15935. deletevariable zHDcombo3
  15936. deletevariable zHDcombo4
  15937. deletevariable zHDcombo5
  15938. deletevariable zHDcombo6
  15939. deletevariable zHDcombo7
  15940. deletevariable zHDcombo8
  15941. deletevariable zHDcounter
  15942. deletevariable zHDweapon
  15943. deletevariable zHDshield
  15944. deletevariable zHDspell
  15945. deletevariable zHDmana
  15946. deletevariable zHDmc
  15947. deletevariable zHDexpC
  15948. deletevariable zHDexpM
  15949. deletevariable zHDget
  15950. deletevariable zHDgetA
  15951. deletevariable zHDset
  15952. deletevariable zHDcount
  15953. deletevariable zHDCOUNT
  15954. deletevariable zHDcBrawl
  15955. deletevariable zHDcBrawlB
  15956. deletevariable zHDbrawltype
  15957.  
  15958. deletevariable zHDCOM1
  15959. deletevariable zHDcom1
  15960. deletevariable zHDCOM2
  15961. deletevariable zHDcom2
  15962. deletevariable zHDCOM3
  15963. deletevariable zHDcom3
  15964. deletevariable zHDCOM4
  15965. deletevariable zHDcom4
  15966. deletevariable zHDCOM5
  15967. deletevariable zHDcom5
  15968.  
  15969. echo
  15970. echo **************************************************************************************
  15971. echo ** All SFhunter Variables have been removed.
  15972. echo **************************************************************************************
  15973. echo
  15974. exit
  15975.  
  15976. %zHFromEZ:
  15977. goto EZCheck_%EZrange
  15978.  
  15979. EZCheck_1:
  15980. EZCheck_2:
  15981. echo
  15982. echo ******************************************************
  15983. echo ** READ IMPORTANT!!
  15984. echo ** Do to certain Circumstances I have altered the
  15985. echo ** names of the Variables for SFhunter.
  15986. echo **
  15987. echo ** The script has detected that you are using the
  15988. echo ** older variables, or this is the first time you
  15989. echo ** have run the script for this character.
  15990. echo **
  15991. echo ** The script will now set-up your Varaibles to
  15992. echo ** use the correct names... Do not be alarmed.
  15993. echo **
  15994. echo ** PLEASE NOTE: Default setup WILL need to be re-set.
  15995. echo **
  15996. echo *******************************************************
  15997. echo
  15998. pause 3
  15999.  
  16000. ZHSWAP:
  16001. setvariable zHkill %EZkill
  16002. setvariable zHkills %EZkills
  16003. setvariable zHmonsterapp %EZmonsterapp
  16004. setvariable zHmonster %EZmonster
  16005. setvariable zHloot %EZloot
  16006. setvariable zHloots %EZloots
  16007. setvariable zHskin %EZskin
  16008. setvariable zHskin2 %EZskin2
  16009. setvariable zHskins %EZskins
  16010. setvariable zHskinexp %EZskinexp
  16011. setvariable zHskindrop %EZskindrop
  16012. setvariable zHarrange %EZarrange
  16013. setvariable zHmulti %EZmulti
  16014. setvariable zHmultiZ %EZmultiZ
  16015. setvariable zHexp %EZexp
  16016. setvariable zHexpA %EZexpA
  16017. setvariable zHexpB %EZexpB
  16018. setvariable zHtype %EZtype
  16019. setvariable zHcounter %EZcounter
  16020. setvariable zHrange %EZrange
  16021. setvariable zHrange1 %EZrange1
  16022. setvariable zHrepeat %EZrepeat
  16023. setvariable zHammo %EZammo
  16024. setvariable zHsnap %EZsnap
  16025. setvariable zHarm %EZarm
  16026. setvariable zHamb %EZamb
  16027. setvariable zHspell %EZspell
  16028. setvariable zHmana %EZmana
  16029. setvariable zHm %EZm
  16030. setvariable zHmc %EZmc
  16031. setvariable zHexpC %EZexpC
  16032. setvariable zHexpM %EZexpM
  16033.  
  16034. setvariable zHcombo1 %EZcombo1
  16035. setvariable zHcombo2 %EZcombo2
  16036. setvariable zHcombo3 %EZcombo3
  16037. setvariable zHcombo4 %EZcombo4
  16038. setvariable zHcombo5 %EZcombo5
  16039. setvariable zHcombo6 %EZcombo6
  16040. setvariable zHcombo7 %EZcombo7
  16041. setvariable zHcombo8 %EZcombo8
  16042.  
  16043. setvariable zHmulti1 %EZmulti1
  16044. setvariable zHmulti2 %EZmulti2
  16045. setvariable zHmulti3 %EZmulti3
  16046. setvariable zHmulti4 %EZmulti4
  16047. setvariable zHmulti5 %EZmulti5
  16048. setvariable zHmulti6 %EZmulti6
  16049. setvariable zHmulti7 %EZmulti7
  16050. setvariable zHmulti8 %EZmulti8
  16051. setvariable zHmulti9 %EZmulti9
  16052. setvariable zHmulti10 %EZmulti10
  16053. setvariable zHmulti11 %EZmulti11
  16054. setvariable zHmulti12 %EZmulti12
  16055. setvariable zHmulti13 %EZmulti13
  16056. setvariable zHmulti14 %EZmulti14
  16057. setvariable zHmulti15 %EZmulti15
  16058. setvariable zHmulti16 %EZmulti16
  16059. setvariable zHmulti17 %EZmulti17
  16060. setvariable zHmulti18 %EZmulti18
  16061. setvariable zHmulti19 %EZmulti19
  16062. setvariable zHmulti20 %EZmulti20
  16063.  
  16064. setvariable zHweapon %EZweapon
  16065. setvariable zHshield %EZshield
  16066. setvariable zHbrawlT %EZbrawlT
  16067.  
  16068. setvariable zHD %EZD
  16069. setvariable zHDloot %EZDloot
  16070. setvariable zHDskin %EZDskin
  16071. setvariable zHDskinexp %EZDskinexp
  16072. setvariable zHDskindrop %EZDskindrop
  16073. setvariable zHDarrange %EZDarrange
  16074. setvariable zHDmonsterapp %EZDmonsterapp
  16075. setvariable zHDmulti %EZDmulti
  16076. setvariable zHDexp %EZDexp
  16077. setvariable zHDexpA %EZDexpA
  16078. setvariable zHDexpB %EZDexpB
  16079. setvariable zHDtype %EZDtype
  16080. setvariable zHDrange %EZDrange
  16081. setvariable zHDrange1 %EZDrange1
  16082. setvariable zHDrepeat %EZDrepeat
  16083. setvariable zHDammo %EZDammo
  16084. setvariable zHDcombo1 %EZDcombo1
  16085. setvariable zHDcombo2 %EZDcombo2
  16086. setvariable zHDcombo3 %EZDcombo3
  16087. setvariable zHDcombo4 %EZDcombo4
  16088. setvariable zHDcombo5 %EZDcombo5
  16089. setvariable zHDcombo6 %EZDcombo6
  16090. setvariable zHDcombo7 %EZDcombo7
  16091. setvariable zHDcombo8 %EZDcombo8
  16092. setvariable zHDcounter %EZDcounter
  16093. setvariable zHDweapon %EZDweapon
  16094. setvariable zHDshield %EZDshield
  16095. setvariable zHDspell %EZDspell
  16096. setvariable zHDmana %EZDmana
  16097. setvariable zHDmc %EZDmc
  16098. setvariable zHDexpC %EZDexpC
  16099. setvariable zHDexpM %EZDexpM
  16100.  
  16101. deletevariable EZkill
  16102. deletevariable EZkills
  16103. deletevariable EZmonsterapp
  16104. deletevariable EZmonster
  16105. deletevariable EZloot
  16106. deletevariable EZretreat
  16107. deletevariable EZloots
  16108. deletevariable EZskin
  16109. deletevariable EZskin2
  16110. deletevariable EZskins
  16111. deletevariable EZskinexp
  16112. deletevariable EZskindrop
  16113. deletevariable EZarrange
  16114. deletevariable EZmulti
  16115. deletevariable EZmultiZ
  16116. deletevariable EZexp
  16117. deletevariable EZexpA
  16118. deletevariable EZexpB
  16119. deletevariable EZtype
  16120. deletevariable EZcounter
  16121. deletevariable EZrange
  16122. deletevariable EZrange1
  16123. deletevariable EZrepeat
  16124. deletevariable EZammo
  16125. deletevariable EZsnap
  16126. deletevariable EZarm
  16127. deletevariable EZamb
  16128. deletevariable EZspell
  16129. deletevariable EZmana
  16130. deletevariable EZm
  16131. deletevariable EZmc
  16132. deletevariable EZexpC
  16133. deletevariable EZexpM
  16134.  
  16135. deletevariable EZcombo1
  16136. deletevariable EZcombo2
  16137. deletevariable EZcombo3
  16138. deletevariable EZcombo4
  16139. deletevariable EZcombo5
  16140. deletevariable EZcombo6
  16141. deletevariable EZcombo7
  16142. deletevariable EZcombo8
  16143.  
  16144. deletevariable EZmulti1
  16145. deletevariable EZmulti2
  16146. deletevariable EZmulti3
  16147. deletevariable EZmulti4
  16148. deletevariable EZmulti5
  16149. deletevariable EZmulti6
  16150. deletevariable EZmulti7
  16151. deletevariable EZmulti8
  16152. deletevariable EZmulti9
  16153. deletevariable EZmulti10
  16154. deletevariable EZmulti11
  16155. deletevariable EZmulti12
  16156. deletevariable EZmulti13
  16157. deletevariable EZmulti14
  16158. deletevariable EZmulti15
  16159. deletevariable EZmulti16
  16160. deletevariable EZmulti17
  16161. deletevariable EZmulti18
  16162. deletevariable EZmulti19
  16163. deletevariable EZmulti20
  16164.  
  16165. deletevariable EZweapon
  16166. deletevariable EZshield
  16167. deletevariable EZbrawlT
  16168.  
  16169. deletevariable EZD
  16170. deletevariable EZDloot
  16171. deletevariable EZDretreat
  16172. deletevariable EZDskin
  16173. deletevariable EZDskinexp
  16174. deletevariable EZDskindrop
  16175. deletevariable EZDarrange
  16176. deletevariable EZDmonsterapp
  16177. deletevariable EZDmulti
  16178. deletevariable EZDexp
  16179. deletevariable EZDexpA
  16180. deletevariable EZDexpB
  16181. deletevariable EZDtype
  16182. deletevariable EZDrange
  16183. deletevariable EZDrange1
  16184. deletevariable EZDrepeat
  16185. deletevariable EZDammo
  16186. deletevariable EZDcombo1
  16187. deletevariable EZDcombo2
  16188. deletevariable EZDcombo3
  16189. deletevariable EZDcombo4
  16190. deletevariable EZDcombo5
  16191. deletevariable EZDcombo6
  16192. deletevariable EZDcombo7
  16193. deletevariable EZDcombo8
  16194. deletevariable EZDcounter
  16195. deletevariable EZDweapon
  16196. deletevariable EZDshield
  16197. deletevariable EZDspell
  16198. deletevariable EZDmana
  16199. deletevariable EZDmc
  16200. deletevariable EZDexpC
  16201. deletevariable EZDexpM
  16202. echo
  16203. echo ******************************************************
  16204. echo ** READ IMPORTANT!!
  16205. echo ** Do to certain Circumstances I have altered the
  16206. echo ** names of the Variables for SFhunter.
  16207. echo **
  16208. echo ** The script has detected that you are using the
  16209. echo ** older variables, or this is the first time you
  16210. echo ** have run the script for this character.
  16211. echo **
  16212. echo ** The script has now set-up your Varaibles to
  16213. echo ** use the correct names... Do not be alarmed.
  16214. echo **
  16215. echo ** PLEASE NOTE: You WILL need to re-enter your
  16216. echo ** Default set-up.
  16217. echo **
  16218. echo *******************************************************
  16219. echo
  16220. pause 3
  16221. goto INTRO_NEW
  16222.  
  16223. 0 = default
  16224. 1 = Thief Ambushing +
  16225. 2 = Slower Comboes +
  16226. 3 = xtra
  16227.  
  16228. 10 = 1st
  16229. 20 = 2nd
  16230. 30 = 3rd
  16231. 40 = 4th
  16232. 50 = 5th
  16233. 60 = 6th
  16234.  
  16235.  
  16236. 100 = Range, Poach, Snipe +
  16237. 200 = Snapfiring +
  16238. 300 = Choke +
  16239. 400 = 4 combo +
  16240. 500 = 5 combo +
  16241. 600 = 6 combo +
  16242. 700 = 7 combo +
  16243. 800 = 8 combo +
  16244. 900 = xtra
  16245. 1000 = Ambushing +
  16246. 1100 = Backstabbing +
  16247. 1200 = Thrown +
  16248. 1300 = xtra
  16249. 1400 = Amb 4 combo +
  16250. 1500 = Amb 5 combo +
  16251. 1600 = Amb 6 combo +
  16252. 1700 = Amb 7 combo +
  16253. 1800 = Amb 8 combo +
  16254. 1900 = xtra
  16255. 2000 = xtra
  16256. 2100 = xtra
  16257. 2200 = Off Hand Thrown +
  16258. 2300 = Magic +
  16259.  
  16260.  
  16261.  
  16262. 10000 = Default Setup
  16263. 20000 = xtra
  16264. 30000 = xtra
  16265. 40000 = xtra
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement