0veride

Untitled

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