0veride

Untitled

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