0veride

Untitled

Jan 28th, 2021
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.48 KB | None | 0 0
  1. #######################################################
  2. pause 0.5
  3. send #script abort all except research
  4. pause
  5. send #script abort all except research
  6. pause
  7. send .afk
  8. pause
  9. send .reset
  10. pause
  11. if ("$charactername" = "Hobb") then {
  12. send .teach
  13. pause 5
  14. }
  15.  
  16. #if ("$charactername" = "Kreus") then {
  17. # send .kreteach
  18. # pause 5
  19. #}
  20.  
  21. mystart:
  22. pause 0.5
  23.  
  24.  
  25. goto start
  26.  
  27. START:
  28. pause
  29. send stand
  30. pause 2
  31. send rel spell
  32. pause
  33. send research cancel
  34. pause
  35. send research cancel
  36. pause
  37. send research cancel
  38. pause
  39. send stop play
  40. pause
  41. send stop climb
  42. pause
  43. send stow
  44. pause 0.5
  45. send stow left
  46. pause 0.5
  47. gosub clear
  48. pause 1
  49. send get my almanac
  50. pause 2
  51. send study my almanac
  52. pause 2
  53. send stow my almanac
  54. pause 2
  55. send get my chart
  56. pause
  57. send study my chart
  58. pause
  59. send stow
  60. pause 0.5
  61. send hunt
  62. pause 6
  63. send pow
  64. pause 6
  65.  
  66. SKIN:
  67. if ($Skinning.LearningRate <= 10) then {
  68. gosub SKIN1
  69.  
  70. }
  71.  
  72.  
  73.  
  74. APP:
  75. pause
  76. send stow my croc
  77. pause
  78. if ($Appraisal.LearningRate <= 29) then {
  79. send app my stick
  80. pause 6
  81. send app my gem pouch
  82. pause 6
  83. send app my bund
  84. pause 6
  85.  
  86. }
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93. ########## GUILDS ###################################
  94.  
  95.  
  96.  
  97.  
  98. pause 0.25
  99.  
  100.  
  101. if ($Empathy.LearningRate <= 7) then {
  102. pause
  103. gosub VH
  104.  
  105. }
  106.  
  107.  
  108.  
  109. #if ("$charactername" = "Kreus") && ($Empathy.LearningRate <= 7) then {
  110. # pause
  111. # gosub VH
  112. #
  113. #}
  114.  
  115. pause 0.25
  116. if ("$guild" = "Moon Mage") && ($Astrology.LearningRate < 10) then {
  117. goto ASTRO
  118. }
  119.  
  120. pause 0.25
  121. if ("$guild" = "Cleric") && ($Theurgy.LearningRate < 2) then {
  122. send Pray Mera
  123. pause 4
  124. send rem pil bad
  125. pause
  126. send get my pil bad
  127. pause
  128. send pray my pil bad
  129. pause 14
  130. send wear my pil bad
  131. pause
  132. send get my silk parch
  133. pause
  134. send invo my silk parch
  135. pause 10
  136. send stow my parch
  137.  
  138. }
  139.  
  140. pause 0.25
  141. if ("$guild" = "Paladin") then {
  142. pause 2
  143. send rem my pil bad
  144. pause
  145. send get my pil bad
  146. pause
  147. send pray my pil bad
  148. pause 14
  149. send wear my pil bad
  150. pause
  151. }
  152.  
  153.  
  154. ########## TEXTBOOK ###################################
  155. TEXTBOOK1:
  156.  
  157. if ($First_Aid.LearningRate <= 2) then {
  158. goto textbook
  159.  
  160. }
  161.  
  162. SKIP:
  163. pause
  164. send stow my textbook
  165. pause
  166.  
  167. #######################################################
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174. if ($Performance.LearningRate <= 10) then {
  175. goto play
  176. }
  177.  
  178. pause
  179. send stow my rope
  180. pause 0.5
  181.  
  182. ############################ 5 ###########################
  183.  
  184. RESEARCH:
  185. pause
  186. if ($Utility.LearningRate <= 5) then {
  187. gosub research_Utility
  188. }
  189.  
  190. pause
  191. if ($Attunement.LearningRate <= 5) then {
  192. gosub research_Attunement
  193. }
  194.  
  195. pause
  196. if ($Primary_Magic.LearningRate <= 5) then {
  197. gosub research_MAGIC
  198. }
  199.  
  200. pause
  201. if ($Augmentation.LearningRate <= 5) then {
  202. gosub research_augmentation
  203. }
  204.  
  205. pause
  206. if ($Warding.LearningRate <= 5) then {
  207. gosub research_warding
  208. }
  209.  
  210. pause
  211. send hunt
  212. pause 5
  213.  
  214. if ("$guild" = "Warrior Mage") && ($Summoning.LearningRate <= 5) then {
  215. goto summ
  216. }
  217.  
  218.  
  219.  
  220. ##********************** 10 ***************************************
  221.  
  222. pause
  223. if ($Utility.LearningRate <= 10) then {
  224. gosub research_Utility
  225. }
  226.  
  227. pause
  228. if ($Attunement.LearningRate <= 10) then {
  229. gosub research_Attunement
  230. }
  231.  
  232. pause
  233. if ($Primary_Magic.LearningRate <= 10) then {
  234. gosub research_MAGIC
  235. }
  236.  
  237. pause
  238. if ($Augmentation.LearningRate <= 10) then {
  239. gosub research_augmentation
  240. }
  241.  
  242. pause
  243. if ($Warding.LearningRate <= 10) then {
  244. gosub research_warding
  245. }
  246.  
  247. ######################################### 15 ###############################################################
  248.  
  249.  
  250. pause
  251. if ($Utility.LearningRate <= 15) then {
  252. gosub research_Utility
  253. }
  254.  
  255. pause
  256. if ($Attunement.LearningRate <= 15) then {
  257. gosub research_Attunement
  258. }
  259.  
  260. pause
  261. if ($Primary_Magic.LearningRate <= 15) then {
  262. gosub research_MAGIC
  263. }
  264.  
  265. pause
  266. if ($Augmentation.LearningRate <= 15) then {
  267. gosub research_augmentation
  268. }
  269.  
  270. pause
  271. if ($Warding.LearningRate <= 15) then {
  272. gosub research_warding
  273. }
  274.  
  275.  
  276. ######################################### 20 ###############################################################
  277.  
  278.  
  279. pause
  280. if ($Utility.LearningRate <= 20) then {
  281. gosub research_Utility
  282. }
  283.  
  284. pause
  285. if ($Attunement.LearningRate <= 20) then {
  286. gosub research_Attunement
  287. }
  288.  
  289. pause
  290. if ($Primary_Magic.LearningRate <= 20) then {
  291. gosub research_MAGIC
  292. }
  293.  
  294. pause
  295. if ($Augmentation.LearningRate <= 20) then {
  296. gosub research_augmentation
  297. }
  298.  
  299. pause
  300. if ($Warding.LearningRate <= 20) then {
  301. gosub research_warding
  302. }
  303.  
  304.  
  305.  
  306.  
  307. pause
  308. goto mystart
  309.  
  310.  
  311. #######################################################
  312. ##
  313. ## PLAY ##
  314. #######################################################
  315.  
  316. PLAY:
  317. pause 0.25
  318. send rem my zill
  319. pause 0.25
  320. send shake my zill
  321. pause 0.25
  322. send get my cloth
  323. pause 0.25
  324. send clean my zil with my cloth
  325. pause
  326. send clean my zil with my cloth
  327. pause
  328. send stow cloth
  329. pause
  330. send wear my zill
  331. pause
  332. if ($Performance.Ranks < 30) then {
  333. goto playnub
  334. }
  335. pause 0.5
  336. echo checking ranks
  337. pause 0.5
  338.  
  339.  
  340. if ($Performance.Ranks >= 700) then {
  341. goto PLAYC
  342. }
  343. pause 0.5
  344.  
  345. if ($Performance.Ranks >= 101) then {
  346. goto PLAYB
  347. }
  348.  
  349. pause 0.5
  350. if ($Performance.Ranks < 100) then {
  351. goto PLAYA
  352. }
  353. pause 0.5
  354. send sk perf
  355. pause 0.5
  356. echo it messed up- again
  357.  
  358. playnub:
  359. pause 0.5
  360. pause 1
  361. echo playa
  362. var topics scales off|arpeggios|ditty|folk|ballad|waltz|lullaby|march|jig|lament|wedding|hymn|rumba|polka
  363. eval TopicCount count("%topics","|")
  364. var track 0
  365. eval NextTopic element("%topics", %track)
  366. goto play1
  367.  
  368.  
  369.  
  370. PLAYA:
  371. pause 1
  372. echo playa
  373. var topics scales|arpeggios|ditty|folk|ballad|waltz|lullaby|march|jig|lament|wedding|hymn|rumba|polka
  374. eval TopicCount count("%topics","|")
  375. var track 0
  376. eval NextTopic element("%topics", %track)
  377. goto play1
  378.  
  379. PLAYB:
  380. pause 1
  381. echo playb
  382. var topics lament|wedding|hymn|rumba|polka|battle|reel|elegy|serenade|minuet|psalm|dirge|gavotte|tango|tarantella|bolero|nocturne|requiem|fantasia|rondo|aria|sonata|concerto
  383. eval TopicCount count("%topics","|")
  384. var track 0
  385. eval NextTopic element("%topics", %track)
  386. goto play1
  387.  
  388. PLAYC:
  389. pause 1
  390. echo playC
  391. var topics nocturne master|requiem master|fantasia master|rondo master|aria master|sonata|concerto
  392. eval TopicCount count("%topics","|")
  393. var track 0
  394. eval NextTopic element("%topics", %track)
  395. goto play1
  396.  
  397.  
  398. play1:
  399. echo play1
  400. eval NexttTopic element("%topics", %track)
  401. match toeasy You continue playing on
  402. match toeasy your skill in your craft
  403. match toeasy your heart swelling in pride
  404. match perfect with only the slightest hint of difficulty
  405. send play %NextTopic on zill
  406. matchwait 8
  407.  
  408.  
  409. TOEASY:
  410. pause
  411. send stop play
  412. pause
  413. if %track = %TopicCount then goto done
  414. eval NextTopic element("%topics", %track)
  415. math track add 1
  416. goto play1
  417.  
  418. PERFECT:
  419. pause
  420. send play %NextTopic on zill
  421. pause
  422. send play scale off
  423. pause
  424. send get my climb rope
  425. pause
  426. send gaze my sano cry
  427. pause
  428. send climb my c rope
  429. pause
  430. send hunt
  431. pause 15
  432. send pow
  433. pause 110
  434. send app my pouch
  435. pause 5
  436. send app my bundle
  437. pause 5
  438. send app my stick
  439. pause 5
  440. send stand
  441. pause
  442. send play %NextTopic on zill
  443. pause 2
  444. send play scale off
  445. pause
  446. pause 8
  447. echo 2d play
  448. send gaze my sano cry
  449. pause
  450. send climb my c rope
  451. pause 110
  452. send app my pouch
  453. pause 5
  454. send app my bundle
  455. pause 5
  456. send app my stick
  457. pause 5
  458. send stand
  459. pause
  460. send stow my c rope
  461. pause
  462.  
  463. if ($Performance.LearningRate < 31) then {
  464. gosub perfect
  465. }
  466.  
  467.  
  468.  
  469. goto start
  470.  
  471. ###################################################################################
  472. ##################################TEXTBOOK:########################################
  473. ###################################################################################
  474. TEXTBOOK:
  475. pause 0.5
  476. match book1 You get
  477. match SKIP What were you referring to
  478. send get my textbook
  479. matchwait
  480.  
  481. BOOK1:
  482. pause 0.5
  483. send open my textbook
  484. pause 0.5
  485. send turn text to rat
  486. pause 0.5
  487. goto study
  488.  
  489. TURN:
  490. pause 0.5
  491. if ($First_Aid.LearningRate >= 34) then {
  492. goto skip
  493. }
  494.  
  495. if ($First_Aid.LearningRate <= 33) then {
  496. send turn my textbook
  497. }
  498.  
  499. goto study
  500.  
  501.  
  502. STUDY:
  503. if ($First_Aid.LearningRate >= 30) then {
  504. gosub skip
  505.  
  506. }
  507. match textbookDONE having a difficult time comprehending the advanced text
  508. match turn Why do you need to study this chart again
  509. match study Roundtime
  510. send study my textbook
  511. matchwait 12
  512. goto turn
  513.  
  514.  
  515. textbookDONE:
  516. pause 4
  517. send stow my textbook
  518. pause 4
  519. pause
  520. send DoNe
  521. pause
  522. goto skip
  523.  
  524. #######################################################
  525. #######################################################
  526. ##
  527. ## RESEARCH ##
  528. #######################################################
  529. research_warding:
  530. pause 2
  531. if ($Utility.Ranks >= 500) then {
  532. send prep gaf 50
  533. }
  534. pause
  535.  
  536. if ($Utility.Ranks >= 100) then {
  537. send prep gaf 20
  538. }
  539. pause
  540. if ($Utility.Ranks >= 100) then {
  541. send prep gaf 10
  542. }
  543. pause
  544. send prep gaf 1
  545. pause 25
  546. send cast
  547. pause 5
  548.  
  549. RESEARCHward:
  550. put research ward 60
  551. match researchward there is still more to learn
  552. match DONE Breakthrough!
  553. matchwait
  554.  
  555. research_Attunement:
  556. pause 2
  557.  
  558. if ($Utility.Ranks >= 500) then {
  559. send prep gaf 50
  560. }
  561. pause
  562.  
  563. if ($Utility.Ranks >= 100) then {
  564. send prep gaf 20
  565. }
  566. pause
  567. if ($Utility.Ranks >= 100) then {
  568. send prep gaf 10
  569. }
  570. pause
  571. send prep gaf 1
  572. pause 25
  573. send cast
  574. pause 5
  575.  
  576.  
  577. RESEARCHATT:
  578. put research stream 60
  579. match researchATT there is still more to learn
  580. match DONE Breakthrough!
  581. matchwait
  582.  
  583. research_augmentation:
  584. pause 2
  585.  
  586. if ($Utility.Ranks >= 500) then {
  587. send prep gaf 50
  588. }
  589. pause
  590.  
  591. if ($Utility.Ranks >= 100) then {
  592. send prep gaf 20
  593. }
  594. pause
  595. if ($Utility.Ranks >= 100) then {
  596. send prep gaf 10
  597. }
  598. pause
  599. send prep gaf 1
  600. pause 25
  601. send cast
  602. pause 5
  603.  
  604.  
  605. RESEARCHAug:
  606. put research aug 60
  607. match researchaug there is still more to learn
  608. match DONE Breakthrough!
  609. matchwait
  610.  
  611. research_MAGIC:
  612. pause 2
  613.  
  614. if ($Utility.Ranks >= 500) then {
  615. send prep gaf 50
  616. }
  617. pause
  618.  
  619. if ($Utility.Ranks >= 100) then {
  620. send prep gaf 20
  621. }
  622. pause
  623. if ($Utility.Ranks >= 100) then {
  624. send prep gaf 10
  625. }
  626. pause
  627. send prep gaf 1
  628. pause 25
  629. send cast
  630. pause 5
  631.  
  632.  
  633. RESEARCHM:
  634. put research fund 60
  635. match researchM there is still more to learn
  636. match DONE Breakthrough!
  637. matchwait
  638.  
  639.  
  640. RESEARCH_UTILITY:
  641. pause 2
  642.  
  643. if ($Utility.Ranks >= 500) then {
  644. send prep gaf 50
  645. }
  646. pause
  647.  
  648. if ($Utility.Ranks >= 100) then {
  649. send prep gaf 20
  650. }
  651. pause
  652. if ($Utility.Ranks >= 100) then {
  653. send prep gaf 10
  654. }
  655. pause
  656. send prep gaf 1
  657. pause 25
  658. send cast
  659. pause 5
  660.  
  661. RESEARCHU:
  662. put research Utility 60
  663. match researchU there is still more to learn
  664. match DONE Breakthrough!
  665. matchwait
  666.  
  667. SORC:
  668. pause 2
  669. if ($Sorcery.LearningRate <= 5) then {
  670. gosub research_SORC
  671. }
  672.  
  673. if ($Sorcery.LearningRate >= 6) then {
  674. gosub research
  675. }
  676.  
  677.  
  678.  
  679. research_SORC:
  680. pause 2
  681.  
  682. if ($Utility.Ranks >= 500) then {
  683. send prep gaf 50
  684. }
  685. pause
  686.  
  687. if ($Utility.Ranks >= 100) then {
  688. send prep gaf 20
  689. }
  690. pause
  691. if ($Utility.Ranks >= 100) then {
  692. send prep gaf 10
  693. }
  694. pause
  695. send prep gaf 1
  696. pause 25
  697. send cast
  698. pause 5
  699.  
  700.  
  701. RESEARCHSO:
  702. put research sorc 60
  703. match researchSO there is still more to learn
  704. match DONE Breakthrough!
  705. matchwait
  706.  
  707.  
  708.  
  709. #######################################################
  710.  
  711.  
  712. DONE:
  713. pause 2
  714. send pathway stop
  715. pause 2
  716. send stand
  717. pause 2
  718. goto start
  719.  
  720.  
  721.  
  722. ###################################################################################
  723. ################################## SUMMONING ####################################
  724. ###################################################################################
  725.  
  726.  
  727.  
  728. SUMM:
  729. pause 2
  730. if ($Summoning.LearningRate >= 10) then {
  731. goto done
  732. }
  733.  
  734.  
  735.  
  736. ADMIT:
  737. pause
  738. match summ increasing your proximity
  739. match summ you feel that you can still gather
  740. match DIS You so heavily embody the Elemental Plane
  741. match DIS Going any further
  742. send SUMMON ADMITTANCE
  743. matchwait 22
  744. goto summ
  745.  
  746. DIS:
  747. pause
  748. #match DIS You continue meditating
  749. #match SUMM Try though you might
  750. send SUMMON IMPEDANCE
  751. pause 14
  752. #matchwait 22
  753. goto summ
  754.  
  755. #######################################################
  756.  
  757.  
  758. #if ($Arcana.Ranks >= 260) then gosub sorc
  759.  
  760. pause 0.5
  761. #if ($Arcana.Ranks <= 259) then gosub research
  762.  
  763.  
  764.  
  765. ########################################### ASTRO #####################################################
  766. ASTRO:
  767. if ($Astrology.LearningRate <= 30) then {
  768. goto ASTRO1
  769. }
  770.  
  771. if ($Astrology.LearningRate >= 31) then {
  772. goto START
  773. }
  774.  
  775. ASTRO1:
  776. pause 0.5
  777. gosub clear
  778. pause 0.5
  779. send prep cv 1
  780. pause 10
  781. send cast
  782. pause
  783. send prep pg 1
  784. pause 10
  785. send cast
  786. pause
  787. send hunt
  788. pause 5
  789. send perceive moons
  790. pause 5
  791. send predict weather
  792. pause 5
  793. send obs sky
  794. pause 5
  795. send obs sun in the sky
  796. pause 5
  797. send obs moon in the sky
  798. pause 5
  799. send OBSERVE Cobra
  800. pause 2
  801. send OBSERVE Raccoon
  802. pause 2
  803. send OBSERVE Ram
  804. pause 2
  805. send OBSERVE Heart
  806. pause 2
  807. send OBSERVE Raven
  808. pause 2
  809. send OBSERVE Wolf
  810. pause 2
  811. send OBSERVE Mongoose
  812. pause 2
  813. send OBSERVE Heron
  814. pause 2
  815. send OBSERVE Dove
  816. pause 2
  817. send OBSERVE Magpie
  818. pause 2
  819. send OBSERVE Toad
  820. pause 2
  821. send OBSERVE Albatross
  822. pause 2
  823. send OBSERVE Cat
  824. pause 2
  825. send OBSERVE Wolverine
  826. pause 2
  827. send OBSERVE Giant
  828. pause 2
  829. send OBSERVE Spider
  830. pause 2
  831. send predict anal
  832. pause
  833. send perceive mana
  834. pause 2
  835. send perc xibar
  836. pause 2
  837. send OBSERVE xibar
  838. pause 2
  839. send align lore app
  840. pause 2
  841. send predict future Skamble
  842. pause 2
  843. send predic ana
  844. pause 2
  845. send perc Katamba
  846. pause 2
  847. send OBSERVE katamba
  848. pause 2
  849. send align magic
  850. pause 2
  851. send predict future Skamble
  852. pause 2
  853. send predic ana
  854. pause 2
  855. send perc Yavash
  856. pause 2
  857. send OBSERVE yavash
  858. pause 2
  859. send align lore app
  860. pause 2
  861. send predict future Skamble
  862. pause 2
  863. send predic ana
  864. pause 2
  865. send perc
  866. pause 2
  867. send align Offense
  868. pause 2
  869. send predict future Skamble
  870. pause 2
  871. send predic ana
  872. pause 2
  873. send align Defense
  874. pause 2
  875. send predict future Skamble
  876. pause 2
  877. send predic ana
  878. pause 2
  879. send align Survival
  880. pause 2
  881. send predict future Skamble
  882. pause 2
  883. send predic ana
  884. pause 2
  885. send align magic astro
  886. pause 2
  887. send predict future Skamble
  888. pause 2
  889. send predic ana
  890. pause 2
  891. send pow
  892. pause 2
  893. goto astro
  894.  
  895. VH:
  896. pause 0.5
  897. send stand
  898. pause
  899. match vhstart You whisper to
  900. match textbook1 Who are you
  901. send whis morma Start
  902. matchwait 6
  903. goto textbook
  904.  
  905.  
  906.  
  907. VHstart:
  908. pause
  909. goto vhcheck
  910.  
  911. vhCHECK:
  912. gosub clear
  913.  
  914. if ($Empathy.LearningRate <= 33) then {
  915. gosub TAKE
  916. }
  917.  
  918. if ($Empathy.LearningRate >= 34) then {
  919. gosub vhDONE
  920. }
  921.  
  922. pause 2
  923. goto vhcheck
  924.  
  925. TAKE:
  926. pause
  927. if ($health <= 80) then {
  928. send touch Vess
  929. }
  930.  
  931. if ($health >= 81) then {
  932. send touch morma
  933. pause
  934. send take Mormadon vit
  935. pause
  936. send take Mormadon vit
  937. pause
  938. }
  939.  
  940. goto vhstart
  941.  
  942. vhDONE:
  943. pause
  944. send touch vess
  945. pause 3
  946. send whisper Mormadon Locked
  947. pause
  948. send touch vess
  949. pause 5
  950. send touch vess
  951. pause 5
  952. send touch morma
  953. pause
  954. send touch vess
  955. pause 5
  956. send #script resume all
  957. pause 4
  958. goto start
  959.  
  960. SKIN1:
  961. pause
  962. match app What were you referring to
  963. match skin2 You get a small
  964. send get my croc
  965. matchwait 10
  966. goto app
  967.  
  968. SKIN2:
  969. pause
  970. match APP The leather looks frayed
  971. match SKINREPAIR Roundtime
  972. send skin my croc
  973. matchwait 10
  974. pause 5
  975. send stow my croc
  976. pause
  977. goto app
  978.  
  979. SKINREPAIR:
  980. pause
  981. send repair my croc
  982. pause
  983. goto skincheck
  984.  
  985.  
  986. SKINCHECK:
  987. if ($Skinning.LearningRate >= 21) then {
  988. pause
  989. send stow my croc
  990. pause
  991. gosub APP
  992.  
  993. }
  994. pause
  995. if ($Skinning.LearningRate <= 20) then {
  996. pause
  997. goto skin2
  998.  
  999. }
  1000.  
  1001. pause
  1002. goto start
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
Add Comment
Please, Sign In to add comment