0veride

Untitled

Dec 30th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.44 KB | None | 0 0
  1. pause 1
  2. send .afk
  3.  
  4.  
  5. START:
  6. gosub clear
  7. pause 0.5
  8. send stand
  9. pause 0.5
  10. send .go ranger
  11. pause 6
  12. send out
  13. pause
  14. send put my grass in bin
  15. pause 0.5
  16. send put my grass in bin
  17. pause 0.5
  18. send touch vess
  19. pause 0.5
  20. send .heal
  21. pause 2
  22. send stop teach
  23. pause 0.5
  24. send listen to ghim
  25. pause 0.5
  26. send hunt
  27. pause 3
  28. send app my stick
  29. pause 1
  30. send app my bund
  31. pause 1
  32. send app my gem po
  33. pause 1
  34. send pow
  35. pause 1
  36. goto empcheck
  37.  
  38. EMPCHECK:
  39.  
  40. pause
  41. if ("$guild" = "Empath") && ($Empathy.LearningRate < 15) then goto Empathy
  42.  
  43. pause
  44. if ("$guild" = "Moon Mage") && ($Astrology.LearningRate < 15) then goto ASTRO
  45.  
  46. pause
  47. if ("$guild" = "Warrior Mage") && ($Summoning.LearningRate < 20) then goto sum
  48.  
  49. pause
  50. goto start2
  51.  
  52. START2:
  53. pause
  54. if ($Athletics.LearningRate < 15) then {
  55. gosub Climb
  56. }
  57.  
  58. pause
  59. if ($Outdoorsmanship.LearningRate < 15) then {
  60. gosub collect
  61. }
  62.  
  63. pause
  64. if ($Performance.LearningRate < 15) then {
  65. gosub play
  66. }
  67.  
  68. pause
  69. if ($Mechanical_Lore.LearningRate < 15) then {
  70. gosub BBRAID
  71. }
  72.  
  73. pause
  74. if ($Utility.LearningRate < 10) then {
  75. gosub research_Utility
  76. }
  77.  
  78. pause
  79. if ($Primary_Magic.LearningRate < 10) then {
  80. gosub research_MAGIC
  81. }
  82.  
  83. pause
  84. if ($Augmentation.LearningRate < 10) then {
  85. gosub research_augmentation
  86. }
  87.  
  88. pause
  89. if ($Attunement.LearningRate < 10) then {
  90. gosub research_Attunement
  91. }
  92.  
  93. pause
  94. if ($Warding.LearningRate < 10) then {
  95. gosub research_warding
  96. }
  97.  
  98. pause
  99. goto lloop
  100.  
  101. lLOOP:
  102. pause
  103. send listen to Ghim
  104. pause
  105. send listen to Giz
  106. pause
  107. send listen to Sal
  108. pause
  109. send listen to Little
  110. pause
  111. send hunt
  112. pause 4
  113. send prep ease
  114. pause 20
  115. send cast
  116. pause
  117. send prep maf
  118. pause 20
  119. send cast
  120. pause
  121. send prep stw
  122. pause 20
  123. goto start
  124.  
  125. research_warding:
  126. pause
  127. put prep gauge flow 1
  128. waitfor fully prep
  129. send cast
  130. waitfor You gesture
  131. RESEARCHward:
  132. put research ward 60
  133. match researchward there is still more to learn
  134. match DONE Breakthrough!
  135. matchwait
  136.  
  137. research_Attunement:
  138. pause
  139. put prep gauge flow 1
  140. waitfor fully prep
  141. send cast
  142. waitfor You gesture
  143. RESEARCHATT:
  144. put research stream 60
  145. match researchATT there is still more to learn
  146. match DONE Breakthrough!
  147. matchwait
  148.  
  149. research_augmentation:
  150. pause
  151. put prep gauge flow 1
  152. waitfor fully prep
  153. send cast
  154. waitfor You gesture
  155. RESEARCHAug:
  156. put research aug 60
  157. match researchaug there is still more to learn
  158. match DONE Breakthrough!
  159. matchwait
  160.  
  161. research_MAGIC:
  162. pause
  163. put prep gauge flow 1
  164. waitfor fully prep
  165. send cast
  166. waitfor You gesture
  167. RESEARCHM:
  168. put research fund 60
  169. match researchM there is still more to learn
  170. match DONE Breakthrough!
  171. matchwait
  172.  
  173.  
  174. RESEARCH_UTILITY:
  175. pause
  176. put prep gauge flow 1
  177. waitfor fully prep
  178. send cast
  179. waitfor You gesture
  180. RESEARCHU:
  181. put research Utility 60
  182. match researchU there is still more to learn
  183. match DONE Breakthrough!
  184. matchwait
  185.  
  186. COLLECT:
  187. pause 0.1
  188. send stand
  189. pause 0.1
  190. send kick pile
  191. pause 0.1
  192. put collect rock
  193. pause 1
  194. goto CHECK_IF_DONE
  195.  
  196. CHECK_IF_DONE:
  197. put kick pile
  198. match COLLECT EXP HELP
  199. match DONE mind lock
  200. put exp outdoorsmanship
  201. matchwait
  202.  
  203. APP:
  204. pause
  205. send app my bun
  206. pause 4
  207. send app my gem po
  208. pause 4
  209. goto start
  210.  
  211. HUNT:
  212. pause
  213. send hunt
  214. pause
  215. goto start
  216.  
  217.  
  218. PLAY:
  219. var topics scales|arpeggios|ditty|folk|ballad|waltz|lullaby|march|jig|lament|wedding|hymn|rumba|polka|battle|reel|elegy|serenade|minuet|psalm|dirge|gavotte|tango|tarantella|bolero|nocturne|requiem|fantasia|rondo|aria|sonata|concerto
  220. eval TopicCount count("%topics","|")
  221. var track 0
  222.  
  223. PCHECK:
  224. eval NextTopic element("%topics", %track)
  225. goto play1
  226.  
  227. play1:
  228. eval NexttTopic element("%topics", %track)
  229.  
  230. put play %NextTopic
  231. match perfect with only the slightest hint of difficulty
  232. match toeasy your skill in your craft showcased
  233. match toeasy on your copper zills
  234. matchwait
  235.  
  236. TOEASY:
  237. pause 0.1
  238. send stop play
  239. pause
  240. if %track = %TopicCount then goto done
  241. eval NextTopic element("%topics", %track)
  242. math track add 1
  243. goto play1
  244.  
  245. PERFECT:
  246. pause
  247. send gaze my sano cry
  248. pause
  249. send hunt
  250. pause 15
  251. send app my gem pouch
  252. pause 15
  253. send app my bundle
  254. pause 15
  255. send app my stick
  256. pause 15
  257. send app my gem pouch
  258. pause 15
  259. send app my bundle
  260. pause 15
  261. send app my stick
  262. pause 15
  263. pause 30
  264. send rem my zill
  265. pause
  266. send shake my zill
  267. pause
  268. send get my cloth
  269. pause
  270. send clean my zil with my cloth
  271. pause
  272. send clean my zil with my cloth
  273. pause
  274. send stow cloth
  275. pause
  276. send wear my zill
  277. pause
  278. goto start
  279.  
  280. SUM:
  281. pause
  282. send break my stone scim
  283. pause
  284. match DONE 34/34
  285. match ADMIT EXP HELP
  286. send sk sum
  287. matchwait
  288.  
  289.  
  290. ADMIT:
  291. send SUMMON ADMITTANCE
  292. match SUM increasing your proximity
  293. match SUM you feel that you can still gather
  294. match DIS You so heavily embody the Elemental Plane
  295. match DIS Going any further
  296. matchwait
  297.  
  298. DIS:
  299. pause
  300. send summon weapon
  301. pause
  302. send break stone scim
  303. pause
  304. send summon weapon
  305. pause
  306. send break stone scim
  307. pause
  308. goto SUM
  309.  
  310. Empathy:
  311. pause
  312. send whisper ghimly DORFS
  313. match start2 Whisper what to who
  314. match empstart You whisper to Ghimly
  315. matchwait
  316.  
  317. empstart:
  318. pause 5
  319. send touch vess
  320. pause 5
  321. send touch vess
  322. pause 5
  323. send touch vess
  324. pause 5
  325. send touch vess
  326. pause 5
  327. send touch vess
  328. pause 5
  329. send touch Ghimly
  330. pause 0.5
  331. send take Ghimly vit
  332. pause 0.5
  333. send take Ghimly vit
  334. pause 0.5
  335. send take Ghimly vit
  336. pause 0.5
  337. send take Ghimly vit
  338. pause 0.5
  339. send touch vess
  340. pause 5
  341. send touch Ghimly
  342. pause 0.5
  343. send take Ghimly vit
  344. pause 0.5
  345. send take Ghimly vit
  346. pause 0.5
  347. send take Ghimly vit
  348. pause 0.5
  349. send take Ghimly vit
  350. pause 0.5
  351. send touch vess
  352. pause 5
  353. send touch Ghimly
  354. pause 0.5
  355. send take Ghimly vit
  356. pause 0.5
  357. send take Ghimly vit
  358. pause 0.5
  359. send take Ghimly vit
  360. pause 0.5
  361. send take Ghimly vit
  362. pause 0.5
  363. send touch vess
  364. pause 5
  365. send touch Ghimly
  366. pause 0.5
  367. send take Ghimly vit
  368. pause 0.5
  369. send take Ghimly vit
  370. pause 0.5
  371. send take Ghimly vit
  372. pause 0.5
  373. send take Ghimly vit
  374. pause 0.5
  375. send touch vess
  376. pause 5
  377. send touch Ghimly
  378. pause 0.5
  379. send take Ghimly vit
  380. pause 0.5
  381. send take Ghimly vit
  382. pause 0.5
  383. send take Ghimly vit
  384. pause 0.5
  385. send take Ghimly vit
  386. pause 0.5
  387. send touch vess
  388. pause 5
  389. send touch Ghimly
  390. pause 0.5
  391. send take Ghimly vit
  392. pause 0.5
  393. send take Ghimly vit
  394. pause 0.5
  395. send take Ghimly vit
  396. pause 0.5
  397. send take Ghimly vit
  398. pause 0.5
  399. send touch vess
  400. pause 5
  401. send touch Ghimly
  402. pause 0.5
  403. send take Ghimly vit
  404. pause 0.5
  405. send take Ghimly vit
  406. pause 0.5
  407. send take Ghimly vit
  408. pause 0.5
  409. send take Ghimly vit
  410. pause 0.5
  411. send touch vess
  412. pause 5
  413. goto empDONE
  414. #goto empCHECK11
  415.  
  416. empCHECK11:
  417. if ($Empathy.LearningRate < 33) then {
  418. gosub TAKE
  419. }
  420.  
  421. if ($Empathy.LearningRate > 33) then {
  422. gosub empDONE
  423. }
  424.  
  425. TAKE:
  426. pause 0.5
  427.  
  428. if ($health < 89) then {
  429. send touch Vess
  430. }
  431.  
  432. if ($health > 90) then {
  433. send take Ghimly vit
  434. }
  435.  
  436. goto empstart
  437.  
  438. empDONE:
  439. send touch vess
  440. pause
  441. send whisper Ghimly Locked
  442. pause 5
  443. send touch vess
  444. pause 5
  445. send touch vess
  446. pause 5
  447. send touch vess
  448. pause 5
  449. send touch vess
  450. pause 5
  451. send touch vess
  452. pause 5
  453. send touch vess
  454. pause 5
  455. goto start
  456.  
  457. ASTRO:
  458. pause
  459. gosub clear
  460. pause
  461. send prep cv 5
  462. pause 22
  463. send cast
  464. pause
  465. send prep pg 5
  466. pause 22
  467. send cast
  468. pause
  469. send hunt
  470. pause 2
  471. send perceive moons
  472. pause 2
  473. send predict weather
  474. pause 2
  475. send obs sky
  476. pause 2
  477. send obs sun in the sky
  478. pause 2
  479. send obs moon in the sky
  480. pause 2
  481. send OBSERVE Cobra
  482. pause 2
  483. send OBSERVE Raccoon
  484. pause 2
  485. send OBSERVE Ram
  486. pause 2
  487. send OBSERVE Heart
  488. pause 2
  489. send OBSERVE Raven
  490. pause 2
  491. send OBSERVE Wolf
  492. pause 2
  493. send OBSERVE Mongoose
  494. pause 2
  495. send OBSERVE Heron
  496. pause 2
  497. send OBSERVE Dove
  498. pause 2
  499. send OBSERVE Magpie
  500. pause 2
  501. send OBSERVE Toad
  502. pause 2
  503. send OBSERVE Albatross
  504. pause 2
  505. send OBSERVE Cat
  506. pause 2
  507. send OBSERVE Wolverine
  508. pause 2
  509. send OBSERVE Giant
  510. pause 2
  511. send OBSERVE Spider
  512. pause 2
  513. send predict anal
  514. pause 2
  515. send perceive mana
  516. pause 2
  517. send perc xibar
  518. pause 2
  519. send OBSERVE xibar
  520. pause 2
  521. send align lore app
  522. pause 2
  523. send predict future Gizban
  524. pause 2
  525. send predic ana
  526. pause 2
  527. send perc Katamba
  528. pause 2
  529. send OBSERVE katamba
  530. pause 2
  531. send align magic
  532. pause 2
  533. send predict future Gizban
  534. pause 2
  535. send predic ana
  536. pause 2
  537. send perc Yavash
  538. pause 2
  539. send OBSERVE yavash
  540. pause 2
  541. send align lore app
  542. pause 2
  543. send predict future Gizban
  544. pause 2
  545. send predic ana
  546. pause 2
  547. send perc
  548. pause 2
  549. send align Offense
  550. pause 2
  551. send predict future Gizban
  552. pause 2
  553. send predic ana
  554. pause 2
  555. send align Defense
  556. pause 2
  557. send predict future Gizban
  558. pause 2
  559. send predic ana
  560. pause 2
  561. send align Survival
  562. pause 2
  563. send predict future Gizban
  564. pause 2
  565. send predic ana
  566. pause 2
  567. send align magic astro
  568. pause 2
  569. send predict future Gizban
  570. pause 2
  571. send predic ana
  572. pause 2
  573. send pow
  574. pause 2
  575. goto start
  576.  
  577.  
  578. BBRAID:
  579. var forage grass
  580. var trash log
  581. var loop 0
  582.  
  583. action goto EXIT when ^You survey the area and realize that any foraging efforts would be futile\.
  584.  
  585. if ("$righthand" != "Empty") then send stow right
  586. if ("$lefthand" != "Empty") then send stow left
  587. pause 0.1
  588. pause 0.2
  589.  
  590. LOOP:
  591. math loop add 1
  592. if (%loop > 20) then goto DONE
  593. if ($Mechanical_Lore.LearningRate) > 31 then goto DONE
  594. if contains("$roomobjs","(pile of coins|pile of coin|pile of rocks|pile of grass)") then GOSUB KICK.PILE
  595. if contains("$roomobjs","(pile of coins|pile of coin|pile of rocks|pile of grass)") then GOSUB KICK.PILE
  596. pause 0.1
  597. if ("$righthandnoun" = "%forage") && ("$lefthandnoun" = "%forage") then goto BRAID
  598. if ("$righthand" != "Empty") then send empty right
  599. if ("$lefthand" != "Empty") then send empty left
  600. if ("$zoneid" = "150" && "$roomid" != "45") then gosub automove 45
  601. put forage %forage
  602. pause 2
  603. pause
  604.  
  605. FORAGE:
  606. if ("$lefthand" = "braided vines") then put swap
  607. if ("$lefthand" = "braided grass") then put swap
  608. pause 0.2
  609. if ("$charactername" = "Shroom") && ("$zoneid" = "150") then goto FEEDBAG
  610. pause 0.001
  611. if ("%forage" = "grass") then
  612. {
  613. if contains("$roomobjs","some grass") then
  614. {
  615. put get grass
  616. pause 0.5
  617. goto BRAID
  618. }
  619. }
  620. if ("%forage" = "vine") then
  621. {
  622. if contains("$roomobjs","a vine") then
  623. {
  624. put get vine
  625. pause 0.5
  626. goto BRAID
  627. }
  628. }
  629. put forage %forage
  630. pause 2
  631. pause
  632. if ("$righthand" != "Empty") && ("$lefthand" != "Empty") then goto BRAID
  633. goto FORAGE
  634.  
  635. FEEDBAG:
  636. pause 0.2
  637. if ("$righthand" != "Empty") && ("$lefthand" != "Empty") then goto BRAID
  638. matchre FEEDBAG ^You get
  639. matchre EMPTYBAG ^What were|^I could not
  640. put get grass from my feedb
  641. matchwait
  642. HUM:
  643. send stop hum
  644. pause 0.2
  645. BRAID:
  646. pause 0.1
  647. if ("$lefthand" = "braided vines") then put swap
  648. if ("$lefthand" = "braided grass") then put swap
  649. if ($Mechanical_Lore.LearningRate) > 31 then goto DONE
  650. pause 0.3
  651. if ("$lefthand" = "Empty") then goto FORAGE
  652. matchre HUM ^But that would give away your hiding
  653. matchre FORAGE ^You need to have more material
  654. matchre DUMP ^You need both hands to do that|nothing more than wasted effort
  655. matchre PULL ^You fumble around trying|^You are certain that you have made a|is already as long
  656. matchre BRAID Roundtime|^\.\.\.wait|^Sorry
  657. send braid my %forage
  658. matchwait
  659.  
  660. PULL:
  661. pause .5
  662. put pull my braided %forage
  663. pause
  664.  
  665. DUMP:
  666. pause 0.2
  667. pause 0.1
  668. if matchre("$roomobjs", "trash receptacle") then var trash receptacle
  669. if matchre("$roomobjs", "a bucket of viscous gloop|a waste bucket|a bucket") then var trash bucket
  670. if matchre("$roomobjs", "a large stone turtle") then var trash turtle
  671. if matchre("$roomobjs", "a tree hollow") then var trash hollow
  672. if matchre("$roomobjs", "an oak crate") then var trash crate
  673. if matchre("$roomobjs", "a driftwood log") then var trash log
  674. if matchre("$roomobjs", "a disposal bin|a waste bin|firewood bin") then var trash bin
  675. if matchre("$roomobjs", "ivory urn") then var trash urn
  676. if matchre("$roomobjs", "a bottomless pit") then var trash pit
  677. if matchre("$roomname", "^\[Garden Rooftop, Medical Pavilion\]") then var trash gutter
  678. pause 0.3
  679. if matchre("$righthand","(grass|vine|rope)") then put put my $1 in %trash
  680. if matchre("$lefthand","(grass|vine|rope)") then put put my $1 in %trash
  681. pause 0.5
  682. pause 0.2
  683. if contains("$righthand","(grass|vine|rope)") then put drop my $righthand
  684. if contains("$lefthand","(grass|vine|rope)") then put drop my $lefthand
  685. pause 0.4
  686. pause 0.5
  687. if ("$righthand" != "Empty") then put stow right
  688. if ("$lefthand" != "Empty") then put stow left
  689. pause 0.2
  690. send dump junk
  691. pause .1
  692. goto LOOP
  693.  
  694. EMPTYBAG:
  695. echo **** FEEDBAG IS EMPTY! ATTEMPTING TO REFILL!!
  696. put put grass in my feed
  697. pause 0.5
  698. if ("$zoneid" = "150") && ("$roomid" != "44") then gosub automove 44
  699. # if ("$zoneid" = "150") && ("$roomid" = "85") then put go portal
  700. # pause
  701. # pause 0.5
  702. # if ("$zoneid" = "66") then gosub automove campfire
  703. FEEDBAG.COLLECT:
  704. pause 0.5
  705. put collect grass
  706. pause 2
  707. pause
  708. if !contains("$roomobjs","pile of grass") then goto FEEDBAG.COLLECT
  709. put get grass
  710. pause 0.5
  711. put put grass in my feedbag
  712. pause 0.3
  713. put get grass
  714. pause 0.5
  715. put put grass in my feedbag
  716. pause 0.3
  717. put get grass
  718. pause 0.5
  719. put put grass in my feedbag
  720. pause 0.3
  721. if !contains("$roomobjs","pile of grass") then goto FEEDBAG.COLLECT
  722. put get grass
  723. pause 0.5
  724. put put grass in my feedbag
  725. pause 0.1
  726. put get grass
  727. pause 0.5
  728. put put grass in my feedbag
  729. pause 0.3
  730. put get grass
  731. pause 0.5
  732. put put grass in my feedbag
  733. pause 0.3
  734. if !contains("$roomobjs","pile of grass") then goto FEEDBAG.COLLECT
  735. put get grass
  736. pause 0.5
  737. put put grass in my feedbag
  738. pause 0.3
  739. pause 0.3
  740. put get grass
  741. pause 0.5
  742. put put grass in my feedbag
  743. pause 0.3
  744. pause 0.3
  745. put get grass
  746. pause 0.5
  747. put put grass in my feedbag
  748. pause 0.3
  749. pause 0.3
  750. if !contains("$roomobjs","pile of grass") then goto FEEDBAG.COLLECT
  751. put get grass
  752. pause 0.5
  753. put put grass in my feedbag
  754. pause 0.3
  755. if !contains("$roomobjs","pile of grass") then goto FEEDBAG.COLLECT
  756. put get grass
  757. pause 0.5
  758. put put grass in my feedbag
  759. pause 0.3
  760. pause 0.3
  761. if !contains("$roomobjs","pile of grass") then goto LOOP
  762. put get grass
  763. pause 0.5
  764. put put grass in my feedbag
  765. pause 0.3
  766. pause 0.3
  767. if !contains("$roomobjs","pile of grass") then goto LOOP
  768. put get grass
  769. pause 0.5
  770. put put grass in my feedbag
  771. pause 0.3
  772. pause 0.3
  773. if !contains("$roomobjs","pile of grass") then goto LOOP
  774. put get grass
  775. pause 0.5
  776. put put grass in my feedbag
  777. pause 0.3
  778. pause 0.3
  779. if !contains("$roomobjs","pile of grass") then goto LOOP
  780. put get grass
  781. pause 0.5
  782. put put grass in my feedbag
  783. pause 0.3
  784. pause 0.3
  785. if !contains("$roomobjs","pile of grass") then goto LOOP
  786. put get grass
  787. pause 0.5
  788. put put grass in my feedbag
  789. pause 0.3
  790. pause 0.3
  791. gosub automove 45
  792. goto LOOP
  793.  
  794. DONE:
  795. pause 0.5
  796. send put my grass in bin
  797. pause 0.5
  798. send put my grass in bin
  799. pause 0.5
  800. send pathway stop
  801. pause 0.5
  802. send stand
  803. pause 0.5
  804. send break stone scim
  805. pause 0.5
  806. goto start
  807. pause 0.1
  808. pause 0.1
  809. EXIT:
  810. if matchre("$roomobjs", "trash receptacle") then var trash receptacle
  811. if matchre("$roomobjs", "a bucket of viscous gloop|a waste bucket|a bucket") then var trash bucket
  812. if matchre("$roomobjs", "a large stone turtle") then var trash turtle
  813. if matchre("$roomobjs", "a tree hollow") then var trash hollow
  814. if matchre("$roomobjs", "an oak crate") then var trash crate
  815. if matchre("$roomobjs", "a driftwood log") then var trash log
  816. if matchre("$roomobjs", "a disposal bin|a waste bin|firewood bin") then var trash bin
  817. if matchre("$roomobjs", "ivory urn") then var trash urn
  818. if matchre("$roomobjs", "a bottomless pit") then var trash pit
  819. if matchre("$roomname", "^\[Garden Rooftop, Medical Pavilion\]") then var trash gutter
  820. pause 0.3
  821. if matchre("$righthand","(grass|vine|rope)") then put put my $1 in %trash
  822. if matchre("$lefthand","(grass|vine|rope)") then put put my $1 in %trash
  823. pause 0.5
  824. pause 0.2
  825. if contains("$righthand","(grass|vine|rope)") then put drop my $righthand
  826. if contains("$lefthand","(grass|vine|rope)") then put drop my $lefthand
  827. pause 0.4
  828. pause 0.5
  829. send put my grass in bin
  830. pause 0.5
  831. send put my grass in bin
  832. pause 0.5
  833. if "$righthand" != "Empty" then put empty right
  834. if "$lefthand" != "Empty" then put empty left
  835. pause 0.5
  836. put #parse DONE BRAIDING
  837. put #parse BRAIDING DONE
  838. goto start
  839.  
  840. KICK.PILE:
  841. pause 0.1
  842. if !matchre("$roomobjs","(pile of coins|pile of coin|pile of rocks|pile of grass)") then RETURN
  843. matchre RETURN ^I could not|^What were you
  844. matchre KICK.PILE foot smashing down
  845. matchre sSTAND ^You can't do that from your position
  846. match DELAY footing at the last moment
  847. put kick pile
  848. matchwait 20
  849. goto FORAGE.EXP
  850.  
  851. sSTAND:
  852. put stand
  853. goto KICK.PILE
  854.  
  855. DELAY:
  856. pause 11
  857. put stand
  858. goto KICK.PILE
  859.  
  860. ####################################################################################
  861. #AUTOMOVE:
  862. # delay 0.0001
  863. # var Destination $0
  864. # var automovefailCounter 0
  865. # if (!$standing) then gosub AUTOMOVE_STAND
  866. # if ("$roomid" = "%Destination") then return
  867. #AUTOMOVE_GO:
  868. # delay 0.0001
  869. # matchre AUTOMOVE_FAILED ^(?:AUTOMAPPER )?MOVE(?:MENT)? FAILED
  870. # matchre AUTOMOVE_RETURN ^YOU HAVE ARRIVED(?:\!)?
  871. # matchre AUTOMOVE_RETURN ^SHOP CLOSED(?:\!)?
  872. # matchre AUTOMOVE_FAIL_BAIL ^DESTINATION NOT FOUND
  873. # put #goto %Destination
  874. # matchwait
  875. #AUTOMOVE_STAND:
  876. # pause 0.1
  877. # matchre AUTOMOVE_STAND ^\.\.\.wait|^Sorry\,
  878. # matchre AUTOMOVE_STAND ^Roundtime\:?|^\[Roundtime\:?|^\(Roundtime\:?
  879. # matchre AUTOMOVE_STAND ^The weight of all your possessions prevents you from standing\.
  880. # matchre AUTOMOVE_STAND ^You are still stunned\.
  881. # matchre AUTOMOVE_RETURN ^You stand(?:\s*back)? up\.
  882. # matchre AUTOMOVE_RETURN ^You are already standing\.
  883. # send stand
  884. # matchwait
  885. #AUTOMOVE_FAILED:
  886. # evalmath automovefailCounter (automovefailCounter + 1)
  887. # if (%automovefailCounter > 5) then goto AUTOMOVE_FAIL_BAIL
  888. # send #mapper reset
  889. # pause 0.5
  890. # pause 0.1
  891. # goto AUTOMOVE_GO
  892. #AUTOMOVE_FAIL_BAIL:
  893. # put #echo
  894. # put #echo >$Log Crimson *** AUTOMOVE FAILED. ***
  895. # put #echo >$Log Destination: %Destination
  896. # put #echo Crimson *** AUTOMOVE FAILED. ***
  897. # put #echo Crimson Destination: %Destination
  898. # put #echo
  899. # goto start
  900. #AUTOMOVE_RETURN:
  901. # return
  902.  
  903. CLIMB:
  904. pause
  905. send .go bank
  906. pause 8
  907. send out
  908. pause
  909. move NoRTHWEST
  910. move NoRTH
  911. move NoRTH
  912. move NoRTH
  913. move NoRTH
  914. move NoRTH
  915. move NoRTH
  916. move EaST
  917. move EaST
  918. move NoRTH
  919. move EaST
  920. move EaST
  921. move NoRTH
  922. move NoRTH
  923. move EaST
  924. move gO stair
  925. move SoUTH
  926.  
  927. CLIMB-001:
  928. match PASS-001 [Outside East Wall, Footpath]
  929. match FAIL-001 You must be standing
  930. match FAIL-001 steepness is intimidating
  931. match FAIL-001 can't seem to find purchase
  932. match FAIL-001 find it hard going.
  933. match FAIL-001 your footing is questionable
  934. match FAIL-001 slip after a few feet
  935. match FAIL-001 A wave of dizziness hits you
  936. match FAIL-001 Struck by vertigo
  937. match CLIMB-001 ...wait
  938. put climb break
  939. matchwait
  940.  
  941. PASS-001:
  942. matcH pASS-001 ...wait
  943. MATCH PASS-001x [
  944. put NoRTH
  945. MATCHWAIT
  946.  
  947. PASS-001x:
  948. move gO gate
  949. move WeST
  950. move gO stair
  951. move SoUTH
  952. goto CLIMB-002
  953.  
  954. FAIL-001:
  955. pause
  956. goto CLIMB-002
  957.  
  958. CLIMB-002:
  959. match PASS-002 [Northeast Wilds, Outside Northeast Gate]
  960. match FAIL-002 You must be standing
  961. match FAIL-002 steepness is intimidating
  962. match FAIL-002 can't seem to find purchase
  963. match FAIL-002 find it hard going.
  964. match FAIL-002 your footing is questionable
  965. match FAIL-002 slip after a few feet
  966. match FAIL-002 A wave of dizziness hits you
  967. match FAIL-002 Struck by vertigo
  968. match CLIMB-002 ...wait
  969. put ClIMB embrasure
  970. matchwait
  971.  
  972. FAIL-002:
  973. pause
  974. matcH FAIL-002 ...wait
  975. MATCH FAIL-002x [
  976. put n
  977. MATCHWAIT
  978.  
  979. FAIL-002x:
  980. pause
  981. move go stair
  982. move e
  983. move go gate
  984.  
  985. PASS-002:
  986. matcH PAss-002 ...wait
  987. MATCH PASS-002x [
  988. put gO footpath
  989. MATCHWAIT
  990.  
  991. PASS-002x:
  992. goto CLIMB-01
  993.  
  994. CLIMB-01:
  995. SAVE FAIL-01
  996. match PASS-01 [Crossing, East Wall Battlements]
  997. match FAIL-01 You must be standing
  998. match FAIL-01 steepness is intimidating
  999. match FAIL-01 can't seem to find purchase
  1000. match FAIL-01 find it hard going.
  1001. match FAIL-01 your footing is questionable
  1002. match FALLEN slip after a few feet
  1003. match FAIL-01 A wave of dizziness hits you
  1004. match FAIL-01 Struck by vertigo
  1005. match CLIMB-01 ...wait
  1006. put ClIMB town wall
  1007. matchwait
  1008.  
  1009. PASS-01:
  1010. matcH PASS-01 ...wait
  1011. MATCH PASS-01x [
  1012. put n
  1013. MATCHWAIT
  1014.  
  1015. PASS-01x:
  1016. move gO stair
  1017. move e
  1018. move gO gate
  1019. move gO footpath
  1020. goto FAIL-01
  1021.  
  1022. FAIL-01:
  1023. pause
  1024. matcH FAIL-01 ...wait
  1025. MATCH FAIL-01x [
  1026. put s
  1027. MATCHWAIT
  1028.  
  1029. FAIL-01x:
  1030. pause
  1031. move down
  1032. move s
  1033. move s
  1034. move sw
  1035. goto CLIMB-02
  1036.  
  1037. CLIMB-02:
  1038. SAVE FAIL-02
  1039. match PASS-02 [Crossing, East Wall Battlements]
  1040. match FAIL-02 You must be standing
  1041. match FAIL-02 steepness is intimidating
  1042. match FAIL-02 can't seem to find purchase
  1043. match FAIL-02 find it hard going.
  1044. match FAIL-02 your footing is questionable
  1045. match FALLEN slip after a few feet
  1046. match FAIL-02 A wave of dizziness hits you
  1047. match FAIL-02 Struck by vertigo
  1048. match CLIMB-02 ...wait
  1049. put ClIMB town wall
  1050. matchwait
  1051.  
  1052. PASS-02:
  1053. matcH PASS-02 ...wait
  1054. MATCH PASS-02x [
  1055. put s
  1056. MATCHWAIT
  1057.  
  1058. PASS-02x:
  1059. move gO stair
  1060. move gO gate
  1061. move gO bush
  1062. move n
  1063. goto CLIMB-03
  1064.  
  1065. FAIL-02:
  1066. pause
  1067. matcH FAIL-02 ...wait
  1068. MATCH FAIL-02x [
  1069. put s
  1070. MATCHWAIT
  1071.  
  1072. FAIL-02x:
  1073. pause
  1074. goto CLIMB-03
  1075.  
  1076. CLIMB-03:
  1077. SAVE FAIL-03
  1078. match PASS-03 [Crossing, East Wall Battlements]
  1079. match FAIL-03 You must be standing
  1080. match FAIL-03 steepness is intimidating
  1081. match FAIL-03 can't seem to find purchase
  1082. match FAIL-03 find it hard going.
  1083. match FAIL-03 your footing is questionable
  1084. match FALLEN slip after a few feet
  1085. match FAIL-03 A wave of dizziness hits you
  1086. match FAIL-03 Struck by vertigo
  1087. match CLIMB-03 ...wait
  1088. put ClIMB town wall
  1089. matchwait
  1090.  
  1091. PASS-03:
  1092. matcH PASS-03 ...wait
  1093. MATCH PASS-03x [
  1094. put s
  1095. MATCHWAIT
  1096.  
  1097. PASS-03x:
  1098. move gO stair
  1099. move gO gate
  1100. goto CLIMB-04
  1101.  
  1102. FAIL-03:
  1103. pause
  1104. matcH FAIL-03 ...wait
  1105. MATCH FAIL-03x [
  1106. put s
  1107. MATCHWAIT
  1108.  
  1109. FAIL-03x:
  1110. goto CLIMB-04
  1111.  
  1112. CLIMB-04:
  1113. SAVE FAIL-04
  1114. match PASS-03 [Crossing, East Wall Battlements]
  1115. match PASS-04 [Crossing, East Gate Battlements]
  1116. match FAIL-04 You must be standing
  1117. match FAIL-04 steepness is intimidating
  1118. match FAIL-04 can't seem to find purchase
  1119. match FAIL-04 find it hard going.
  1120. match FAIL-04 your footing is questionable
  1121. match FALLEN slip after a few feet
  1122. match FAIL-04 A wave of dizziness hits you
  1123. match FAIL-04 Struck by vertigo
  1124. match RETREAT closes to pole weapon range on you
  1125. match CLIMB-04 ...wait
  1126. put ClIMB town wall
  1127. matchwait
  1128.  
  1129. PASS-04:
  1130. pause
  1131. goto CLIMB-05
  1132.  
  1133. RETREAT:
  1134. pause
  1135. match RETREAT ...wait
  1136. match RETREAT Roundtime
  1137. match RETREAT back to pole range.
  1138. match FAIL-04 retreat from combat.
  1139. match FAIL-04 You are already as far away as you can get!
  1140. put retreat
  1141. matchwait
  1142.  
  1143. FAIL-04:
  1144. pause
  1145. put s
  1146. waitforre /(You go|You can't go)/
  1147. matcH FAil-04 ...wait
  1148. MATCH FAIL-04x [
  1149. put gO gate
  1150. MATCHWAIT
  1151.  
  1152. FAIL-04x:
  1153. pause
  1154. move gO stair
  1155. goto CLIMB-05
  1156.  
  1157. CLIMB-05:
  1158. SAVE FAIL-05
  1159. match PASS-05 [Eastern Tier, Outside Gate]
  1160. match FAIL-05 You must be standing
  1161. match FAIL-05 steepness is intimidating
  1162. match FAIL-05 can't seem to find purchase
  1163. match FAIL-05 find it hard going.
  1164. match FAIL-05 your footing is questionable
  1165. match FALLEN slip after a few feet
  1166. match FAIL-05 A wave of dizziness hits you
  1167. match FAIL-05 Struck by vertigo
  1168. match CLIMB-05 ...wait
  1169. put ClIMB embrasure
  1170. matchwait
  1171.  
  1172. PASS-05:
  1173. matcH PAss-05 ...wait
  1174. MATCH PASS-05x [
  1175. put gO gate
  1176. MATCHWAIT
  1177.  
  1178. PASS-05x:
  1179. move gO stair
  1180. FAIL-05:
  1181. matcH FAIL-05 ...wait
  1182. MATCH FAIL-05x [
  1183. put n
  1184. MATCHWAIT
  1185.  
  1186. FAIL-05x:
  1187. pause
  1188. goto CLIMB-06
  1189.  
  1190. CLIMB-06:
  1191. SAVE FAIL-06
  1192. match PASS-06 [Outside East Wall, Footpath]
  1193. match FAIL-06 You must be standing
  1194. match FAIL-06 steepness is intimidating
  1195. match FAIL-06 can't seem to find purchase
  1196. match FAIL-06 find it hard going.
  1197. match FAIL-06 your footing is questionable
  1198. match FALLEN slip after a few feet
  1199. match FAIL-06 A wave of dizziness hits you
  1200. match FAIL-06 Struck by vertigo
  1201. match CLIMB-06 ...wait
  1202. put ClIMB break
  1203. matchwait
  1204.  
  1205. PASS-06:
  1206. matcH PASS-06 ...wait
  1207. MATCH PASS-06x [
  1208. put s
  1209. MATCHWAIT
  1210.  
  1211. PASS-06x:
  1212. move gO gate
  1213. move gO stair
  1214. move n
  1215. goto CLIMB-07
  1216.  
  1217. FAIL-06:
  1218. pause
  1219. pause
  1220. goto CLIMB-07
  1221.  
  1222. CLIMB-07:
  1223. SAVE FAIL-07
  1224. match PASS-07 [Outside East Wall, Footpath]
  1225. match FAIL-07 You must be standing
  1226. match FAIL-07 steepness is intimidating
  1227. match FAIL-07 can't seem to find purchase
  1228. match FAIL-07 find it hard going.
  1229. match FAIL-07 your footing is questionable
  1230. match FALLEN slip after a few feet
  1231. match FAIL-07 A wave of dizziness hits you
  1232. match FAIL-07 Struck by vertigo
  1233. match CLIMB-07 ...wait
  1234. put ClIMB embrasure
  1235. matchwait
  1236.  
  1237. PASS-07:
  1238. matcH PASS-07 ...wait
  1239. MATCH PASS-07x [
  1240. put s
  1241. MATCHWAIT
  1242.  
  1243. PASS-07x:
  1244. move s
  1245. move gO gate
  1246. goto TRAVEL-08
  1247.  
  1248. FAIL-07:
  1249. pause
  1250. matcH FAIL-07 ...wait
  1251. MATCH FAIL-07x [
  1252. put s
  1253. MATCHWAIT
  1254.  
  1255. FAIL-07x:
  1256. pause
  1257. move gO stair
  1258. goto TRAVEL-08
  1259.  
  1260. TRAVEL-08:
  1261. move w
  1262. move w
  1263. move w
  1264. move w
  1265. move nw
  1266. move n
  1267. move n
  1268. move n
  1269. move n
  1270. move n
  1271. move n
  1272. move w
  1273. move w
  1274. move w
  1275. move w
  1276. move gO bridge
  1277. move w
  1278. move w
  1279. move w
  1280. move w
  1281. move gO stair
  1282. move s
  1283.  
  1284. CLIMB-08:
  1285. SAVE FAIL-08
  1286. match PASS-08 [Mycthengelde, Flatlands]
  1287. match FAIL-08 You must be standing
  1288. match FAIL-08 steepness is intimidating
  1289. match FAIL-08 can't seem to find purchase
  1290. match FAIL-08 find it hard going.
  1291. match FAIL-08 your footing is questionable
  1292. match FALLEN slip after a few feet
  1293. match FAIL-08 A wave of dizziness hits you
  1294. match FAIL-08 Struck by vertigo
  1295. match CLIMB-08 ...wait
  1296. put ClIMB embrasure
  1297. matchwait
  1298.  
  1299. PASS-08:
  1300. pause
  1301. goto CLIMB-09
  1302.  
  1303. FAIL-08:
  1304. pause
  1305. matcH FAIL-08 ...wait
  1306. MATCH FAIL-08x [
  1307. put n
  1308. MATCHWAIT
  1309.  
  1310. FAIL-08x:
  1311. pause
  1312. move go stair
  1313. move go gate
  1314. move nw
  1315. goto CLIMB-09
  1316.  
  1317. CLIMB-09:
  1318. SAVE FAIL-09
  1319. match PASS-09 [Crossing, West Wall Battlements]
  1320. match FAIL-09 You must be standing
  1321. match FAIL-09 steepness is intimidating
  1322. match FAIL-09 can't seem to find purchase
  1323. match FAIL-09 find it hard going.
  1324. match FAIL-09 your footing is questionable
  1325. match FALLEN slip after a few feet
  1326. match FAIL-09 A wave of dizziness hits you
  1327. match FAIL-09 Struck by vertigo
  1328. match CLIMB-09 ...wait
  1329. put ClIMB town wall
  1330. matchwait
  1331.  
  1332. PASS-09:
  1333. matcH PASS-09 ...wait
  1334. MATCH PASS-09x [
  1335. put n
  1336. MATCHWAIT
  1337.  
  1338. PASS-09x:
  1339. goto CLIMB-10
  1340.  
  1341. FAIL-09:
  1342. pause
  1343. matcH fAIL-09 ...wait
  1344. MATCH FAIL-09x [
  1345. put se
  1346. MATCHWAIT
  1347.  
  1348. FAIL-09x:
  1349. pause
  1350. move gO gate
  1351. move gO stair
  1352. goto CLIMB-10
  1353.  
  1354. CLIMB-10:
  1355. SAVE FAIL-10
  1356. match PASS-10 [Mycthengelde, Flatlands]
  1357. match FAIL-10 You must be standing
  1358. match FAIL-10 steepness is intimidating
  1359. match FAIL-10 can't seem to find purchase
  1360. match FAIL-10 find it hard going.
  1361. match FAIL-10 your footing is questionable
  1362. match FALLEN slip after a few feet
  1363. match FAIL-10 A wave of dizziness hits you
  1364. match FAIL-10 Struck by vertigo
  1365. match CLIMB-10 ...wait
  1366. put ClIMB embrasure
  1367. matchwait
  1368.  
  1369. PASS-10:
  1370. matcH PAss-10 ...wait
  1371. MATCH PASS-10x [
  1372. put gO gate
  1373. MATCHWAIT
  1374.  
  1375. PASS-10x:
  1376. move gO stair
  1377.  
  1378. FAIL-10:
  1379. pause
  1380. matcH FAIL-10 ...wait
  1381. MATCH FAIL-10x [
  1382. put e
  1383. MATCHWAIT
  1384.  
  1385. FAIL-10x:
  1386. pause
  1387. goto CLIMB-11
  1388.  
  1389. CLIMB-11:
  1390. SAVE FAIL-11
  1391. match PASS-11 [Northwall Trail, Wooded Grove]
  1392. match FAIL-11 You must be standing
  1393. match FAIL-11 steepness is intimidating
  1394. match FAIL-11 can't seem to find purchase
  1395. match FAIL-11 find it hard going.
  1396. match FAIL-11 your footing is questionable
  1397. match FALLEN slip after a few feet
  1398. match FAIL-11 A wave of dizziness hits you
  1399. match FAIL-11 Struck by vertigo
  1400. match CLIMB-11 ...wait
  1401. put ClIMB break
  1402. matchwait
  1403.  
  1404. PASS-11:
  1405. matcH PASS-11 ...wait
  1406. MATCH PASS-11x [
  1407. put s
  1408. MATCHWAIT
  1409.  
  1410. PASS-11x:
  1411. move gO gate
  1412. move gO stair
  1413. move e
  1414. goto CLIMB-12
  1415.  
  1416. FAIL-11:
  1417. pause
  1418. goto CLIMB-12
  1419.  
  1420. CLIMB-12:
  1421. SAVE FAIL-12
  1422. match PASS-12 [Northwall Trail, Wooded Grove]
  1423. match FAIL-12 You must be standing
  1424. match FAIL-12 steepness is intimidating
  1425. match FAIL-12 can't seem to find purchase
  1426. match FAIL-12 find it hard going.
  1427. match FAIL-12 your footing is questionable
  1428. match FALLEN slip after a few feet
  1429. match FAIL-12 A wave of dizziness hits you
  1430. match FAIL-12 Struck by vertigo
  1431. match CLIMB-12 ...wait
  1432. put ClIMB embrasure
  1433. matchwait
  1434.  
  1435. PASS-12:
  1436. pause
  1437. goto CLIMB-13
  1438.  
  1439. FAIL-12:
  1440. pause
  1441. matcH FAIL-12 ...wait
  1442. MATCH FAIL-12x [
  1443. put w
  1444. MATCHWAIT
  1445.  
  1446. FAIL-12x:
  1447. pause
  1448. move gO stair
  1449. move gO gate
  1450. move gO trail
  1451. move ne
  1452. goto CLIMB-13
  1453.  
  1454. CLIMB-13:
  1455. SAVE FAIL-13
  1456. match PASS-13 [Crossing, North Wall Battlements]
  1457. match FAIL-13 You must be standing
  1458. match FAIL-13 steepness is intimidating
  1459. match FAIL-13 can't seem to find purchase
  1460. match FAIL-13 find it hard going.
  1461. match FAIL-13 your footing is questionable
  1462. match FALLEN slip after a few feet
  1463. match FAIL-13 A wave of dizziness hits you
  1464. match FAIL-13 Struck by vertigo
  1465. match CLIMB-13 ...wait
  1466. put ClIMB town wall
  1467. matchwait
  1468.  
  1469. PASS-13:
  1470. matcH PASS-13 ...wait
  1471. MATCH PASS-13x [
  1472. put w
  1473. MATCHWAIT
  1474.  
  1475. PASS-13x:
  1476. move gO stair
  1477. move gO gate
  1478. move gO trail
  1479. goto CLIMB-14
  1480.  
  1481. FAIL-13:
  1482. pause
  1483. matcH fAIL-13 ...wait
  1484. MATCH FAIL-13x [
  1485. put sw
  1486. MATCHWAIT
  1487.  
  1488. FAIL-13x:
  1489. pause
  1490. goto CLIMB-14
  1491.  
  1492. CLIMB-14:
  1493. SAVE FAIL-14
  1494. match PASS-14 [Crossing, North Wall Battlements]
  1495. match FAIL-14 You must be standing
  1496. match FAIL-14 steepness is intimidating
  1497. match FAIL-14 can't seem to find purchase
  1498. match FAIL-14 find it hard going.
  1499. match FAIL-14 your footing is questionable
  1500. match FALLEN slip after a few feet
  1501. match FAIL-14 A wave of dizziness hits you
  1502. match FAIL-14 Struck by vertigo
  1503. match CLIMB-14 ...wait
  1504. put ClIMB town wall
  1505. matchwait
  1506.  
  1507. PASS-14:
  1508. matcH PASS-14 ...wait
  1509. MATCH PASS-14x [
  1510. put w
  1511. MATCHWAIT
  1512.  
  1513. PASS-14x:
  1514. move gO stair
  1515. move gO gate
  1516. goto CLIMB-15
  1517.  
  1518. FAIL-14:
  1519. pause
  1520. matcH FAIL-14 ...wait
  1521. MATCH FAIL-14x [
  1522. put s
  1523. MATCHWAIT
  1524.  
  1525. FAIL-14x:
  1526. goto CLIMB-15
  1527.  
  1528. CLIMB-15:
  1529. SAVE FAIL-15
  1530. match PASS-15 [Crossing, West Gate Battlements]
  1531. match FAIL-15 You must be standing
  1532. match FAIL-15 steepness is intimidating
  1533. match FAIL-15 can't seem to find purchase
  1534. match FAIL-15 find it hard going.
  1535. match FAIL-15 your footing is questionable
  1536. match FALLEN slip after a few feet
  1537. match FAIL-15 A wave of dizziness hits you
  1538. match FAIL-15 Struck by vertigo
  1539. match CLIMB-15 ...wait
  1540. put ClIMB town wall
  1541. matchwait
  1542.  
  1543. PASS-15:
  1544. matcH PASS-15 ...wait
  1545. MATCH PASS-15x [
  1546. put gO stair
  1547. MATCHWAIT
  1548.  
  1549. PASS-15x:
  1550. goto TRAVEL-15
  1551.  
  1552. FAIL-15:
  1553. pause
  1554. matcH FAil-15 ...wait
  1555. MATCH FAIL-15x [
  1556. put gO gate
  1557. MATCHWAIT
  1558.  
  1559. FAIL-15x:
  1560. pause
  1561. goto TRAVEL-15
  1562.  
  1563. TRAVEL-15:
  1564. move e
  1565. move e
  1566. move e
  1567. move e
  1568. move e
  1569. move e
  1570. move e
  1571. move e
  1572. move e
  1573. move s
  1574. move s
  1575. move s
  1576. move s
  1577. move s
  1578. move s
  1579. move se
  1580. pause
  1581. match climb EXP HELP
  1582. match quit mind lock
  1583. match quit nearly locked
  1584. match quit enthralled
  1585. put sk ath
  1586. matchwait
  1587.  
  1588. ######################
  1589. FALLEN:
  1590. pause
  1591. match STOOD You stand
  1592. match STOOD You are already standing
  1593. match FALLEN cannot manage to stand.
  1594. match FALLEN The weight of all your possessions
  1595. match FALLEN ...wait
  1596. put StAND
  1597. matchwait
  1598.  
  1599. STOOD:
  1600. goto %s
  1601.  
  1602. QUIT:
  1603. put hide
  1604. goto start
Advertisement
Add Comment
Please, Sign In to add comment