Created: 03/07/2023, 08:43:54 PM Updated: 03/10/2023, 09:46:10 PM View Change History
1
2
3
4
5
6
7
8
9
10
11
12
13
14while findtype "lute" backpack
15 menu 0 7
16 skill "Provocation"
17 waitfortarget
18 targetrelloc 0 1
19
20if findtype "dagger" true
21 say [sacredjourney
22 wait 500
23 waitforgump "any"
24 gumpresponse 2
25
26elseif findtype "scissors" true
27 say [sacredjourney
28 wait 500
29 waitforgump "any"
30 gumpresponse 1
31
32elseif hp <= 40
33 say [noblesacrifice
34 waitfortarget
35 target self
36
37endif
38
39 wait 11000
40 menu 0 7
41 skill "Peacemaking"
42 waitfortarget
43 targetrelloc 0 1
44
45
46if findtype "dagger" true
47 say [sacredjourney
48 wait 500
49 waitforgump "any"
50 gumpresponse 2
51
52elseif findtype "scissors" true
53 say [sacredjourney
54 wait 500
55 waitforgump "any"
56 gumpresponse 1
57
58elseif hp <= 40
59 say [noblesacrifice
60 waitfortarget
61 target self
62
63endif
64
65 wait 11000
66 menu 0 7
67 skill "Discordance"
68 waitfortarget
69 targetrelloc 0 1
70
71if findtype "dagger" true
72 say [sacredjourney
73 wait 500
74 waitforgump "any"
75 gumpresponse 2
76elseif findtype "scissors" true
77 say [sacredjourney
78 wait 500
79 waitforgump "any"
80 gumpresponse 1
81
82elseif hp <= 40
83 say [noblesacrifice
84 waitfortarget
85 target self
86
87endif
88
89 wait 11000
90endwhile