0veride

re

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