forked from rpherbig/dr-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cleric-quests.lic
198 lines (169 loc) · 5.95 KB
/
cleric-quests.lic
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
=begin
Documentation: https://elanthipedia.play.net/Lich_script_repository#cleric-quests
=end
custom_require.call(%w[common common-money common-travel equipmanager])
class ClericQuests
def initialize
@settings = get_settings
unless DRStats.cleric?
echo '***MUST BE A CLERIC***'
exit
end
fput('info')
EquipmentManager.new.empty_hands
case DRStats.circle
when 2
tamsine
when 3
eluned
when 8
kertigen
when 12
hodierna
when 15
eluned2
when 20
meraud
when 35
glythtide
else
echo '***CANNOT DETERMINE WHICH QUEST TO DO***'
end
end
def meraud
DRCT.walk_to(1512)
move('go tower')
DRCT.walk_to(9377)
move('climb stair')
6.times { move('climb step') }
DRC.bput('scratch wolf', 'As you lean over to scratch the statue')
echo '***Be patient, this next part will take a while***'
waitfor('you realize you are flesh once more')
echo 'All done!'
end
def eluned2
DRCT.walk_to(724)
move('go catwalk')
DRC.bput('ask bartling about eluned', 'Bartling nods enthusiastically')
DRC.bput('ask bartling about sea', 'Bartling looks at you a moment and draws a breath to speak')
echo '***Be patient, this next part will take a while***'
waitfor('go forth less weary, Beloved of the Waters')
move('go catwalk')
DRCT.walk_to(721)
DRC.bput('dive cliff', 'Try again if you are determined')
DRC.bput('dive cliff', 'You hit the water with a tremendous force')
echo '***Be patient, this next part will take a while***'
waitfor('once again your will is your own')
DRC.fix_standing
DRC.bput('climb indentation', 'You begin climbing up the cliff indentations')
echo 'All done!'
end
def hodierna
DRCT.walk_to(1938)
DRC.bput('open book', 'You carefully open the book')
DRC.bput('read book', 'Roundtime')
echo '***Be patient, this next part will take a while***'
waitfor('Upon concluding your reading, you carefully close the fragile book')
waitrt?
DRCT.walk_to(1940)
DRC.bput('get flame', 'You hold in your hand the living light of Hodierna')
echo '***Be patient, this next part will take a while***'
waitfor('The silver unicorn shakes its mane and then turns and leaps down from the platform')
echo 'All done!'
end
def kertigen
DRCT.walk_to(1188)
DRC.bput('say grek', 'the sentinels stand fast aside as it slowly swings open')
move('go door')
DRCT.walk_to(7257)
move('go oeblichar')
pause 5
DRC.fix_standing
look_torch_and_move('n')
look_torch_and_move('northeast')
look_floor_and_move('w')
look_torch_and_move('northwest')
look_floor_and_move('northwest')
look_torch_and_move('e')
look_floor_and_move('southeast')
look_torch_and_move('e')
look_floor_and_move('e')
look_torch_and_move('n')
look_floor_and_move('northeast')
look_torch_and_move('northwest')
look_floor_and_move('w')
look_torch_and_move('northwest')
look_floor_and_move('w')
look_torch_and_move('southwest')
DRC.bput('pray', 'Your vision dissolves as your consciousness gives way')
echo '***Be patient, this next part will take a while***'
waitfor('It is the last sight you see as the world dissolves about you')
echo 'All done!'
end
def look_torch_and_move(direction)
DRC.bput("look #{direction} torch", 'is the brightest of all')
move(direction)
end
def look_floor_and_move(direction)
DRC.bput('look floor', 'pattern is carved into the floor')
move(direction)
end
def eluned
DRCT.walk_to(1192)
DRC.bput('meditate', 'You close your eyes and begin to meditate')
waitfor('once again changing and reforming into your')
while DRC.bput('dive deeper water', 'You take a deep breath', 'you find that you cannot move yourself to go in') == 'you find that you cannot move yourself to go in'
echo("Pausing until you can complete another ritual because you did tamsine's too recently. Retrying every minute until it succeeds")
pause 60
end
pause 1
DRC.bput('swim down', 'You swim further into the water')
echo '***Be patient, this next part will take a while***'
waitfor('There is a rush as sweet air fills your lungs')
DRC.bput('meditate', 'You meditate further')
waitfor('once again changing and reforming into your')
echo 'All done!'
end
def tamsine
temp_settings = @settings
temp_settings.hometown = 'Crossing'
DRCM.ensure_copper_on_hand(25, temp_settings)
DRCT.buy_item(19_073, 'flower')
DRCT.walk_to(11_691)
DRC.bput('put flower on flat rock', 'You reverently place')
DRC.bput('offer flower on flat rock', 'Suddenly, there is a blinding flash of light')
echo '***Be patient, this next part will take a while***'
waitfor('When it fades away, you find you are back where you started')
echo 'All done!'
end
def glythtide
DRCT.walk_to(1977)
DRC.bput('look bough', 'The bough sways')
move('go path')
DRCT.walk_to(12_131)
DRC.bput('drink wine', 'You slowly lift')
echo '***Be patient, this next part will take a while***'
waitfor('Your vision grows darker again')
DRCT.walk_to(12_133)
EquipmentManager.new.empty_hands
case DRC.bput('get petal', 'You gather', 'You decide to leave')
when 'You decide to leave'
echo('You have gotten petals too recently, retry the quest in 2 hours.')
exit
end
DRCT.walk_to(12_134)
case DRC.bput('get rue', 'You break off a sprig of rue', 'You decide to leave')
when 'You decide to leave'
echo('You have gotten rue too recently, retry the quest in 2 hours.')
exit
end
DRCT.walk_to(12_131)
while DRC.bput('search floor', 'You see the faint outline of a trapdoor', 'You find nothing of special interest about it') == 'You find nothing of special interest about it'
pause 1
end
move 'go trapdoor'
waitfor('He opens the trap door')
echo 'All done!'
end
end
ClericQuests.new