Advertisement
Dasffion

Untitled

Apr 8th, 2019
449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. commune.check:
  2. evalmath timeSinceLastCommune $gametime - $LastCommune
  3. evalmath timeSinceLastPray $gametime - $LastPray
  4. if %timeSinceLastPray > 900 then gosub pray
  5. if %timeSinceLastCommune < 1260 then return
  6. #if $Theurgy > 30 then return
  7. goto commune
  8.  
  9. Pray:
  10. put Pray Meraud
  11. pause 0.5
  12. pause 0.5
  13. put #var LastPray $gametime
  14. return
  15.  
  16. commune:
  17. pause 0.5
  18. match Eluned Meraud
  19. put commune sense
  20. matchwait 2
  21. goto Meraud
  22.  
  23. Eluned:
  24. pause 0.5
  25. gosub FORAGE dirt
  26. put commune eluned
  27. pause 0.5
  28. pause 0.5
  29. pause 0.5
  30. put #var LastCommune $gametime
  31. goto devotion
  32. match Meraud.Check Tamsine
  33. put commune sense
  34. matchwait 2
  35.  
  36.  
  37. Tamsine:
  38. pause 120
  39. put sprinkle $watercontainer on rishlu
  40. pause 0.5
  41. pause 0.5
  42. put commune
  43. pause 0.5
  44. pause 0.5
  45. put fill $watercontainer with water
  46. pause 0.5
  47. pause 0.5
  48. put #var LastCommune $gametime
  49. Meraud.Check:
  50. match Devotion Meraud
  51. put commune sense
  52. matchwait 2
  53.  
  54. Meraud:
  55. match meraud.cont You tap
  56. match Eluned I could not find
  57. put tap inc
  58. matchwait
  59.  
  60. meraud.cont:
  61. gosub GET $watercontainer from my back
  62. pause 0.5
  63. put sprinkle $watercontainer on $charactername
  64. pause 0.5
  65. GOSUB stow my $watercontainer
  66. pause 0.5
  67. gosub light
  68. put wave incense at rishlu
  69. pause 0.5
  70. put commune meraud
  71. pause 0.5
  72. pause 0.5
  73. pause 0.5
  74. put #var LastCommune $gametime
  75. if needwater = 1 then gosub getwater
  76. goto devotion
  77.  
  78. light:
  79. gosub get incense
  80. pause 0.5
  81. gosub put drop incense
  82. pause 0.5
  83. gosub get flint
  84. pause 0.5
  85. gosub get scimitar
  86. pause 0.5
  87. put light incense with flint
  88. pause 0.5
  89. pause 0.5
  90. gosub stow right
  91. gosub stow left
  92. pause 0.5
  93. gosub get incense
  94. pause 0.5
  95. return
  96.  
  97. mat:
  98. pause 0.5
  99. gosub get my mat
  100. pause 0.5
  101. put unroll my mat
  102. pause 0.5
  103. put kneel
  104. pause 0.5
  105. put wave incense
  106. pause 0.5
  107. put snuff incense
  108. pause 0.5
  109. put stow incense
  110. pause 0.5
  111. put kiss mat
  112. pause 0.5
  113. pause 0.5
  114. put stand
  115. pause 0.5
  116. return
  117.  
  118. prayclean:
  119. put pray truffenyi
  120. pause 0.5
  121. pause 0.5
  122. gosub get chalice
  123. pause 0.5
  124. put clean pin with holy water
  125. pause 0.5
  126. pause 0.5
  127. gosub stow chalice
  128. return
  129.  
  130. dance:
  131. put dance
  132. pause 0.5
  133. pause 0.5
  134. put dance
  135. pause 0.5
  136. pause 0.5
  137. match stand Maybe you should stand up
  138. match dance conclusion, but
  139. match return conclusion at last,
  140. match return conclusion flawlessly,
  141. put dance
  142. matchwait 11
  143. return
  144.  
  145. stand:
  146. put stand
  147. pause 0.5
  148. goto dance
  149.  
  150. get.mat:
  151. pause 0.5
  152. put roll mat
  153. pause 0.5
  154. put put my mat in my bag
  155.  
  156. recite:
  157. put recite Phelim, give me strength for my righteous vengeance.\; Chadatru, guide my sword to swing in justice.\; verild, give me the power to conquer my enemies.\; Truffenyi, let me not lose sight of compassion and mercy\; Else, I will become like those I despise.\; Urrem'tier, receive into your fetid grasp these wicked souls\; May the Tamsine's realms never know their evil ways again;
  158. pause 0.5
  159. return
  160.  
  161. badge:
  162. put rem pilgrim badge
  163. pause
  164. put pray pilgrim badge
  165. pause 0.5
  166. pause 0.5
  167. put wear my pilgrim badge
  168. pause 0.5
  169. gosub STOW right
  170. gosub STOW left
  171. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement