押镖脚本 » 历史记录 » 版本 15
chenjun, 2022-06-05 16:05
1 | 1 | chenjun | h4. _*%{color:green}押镖脚本%*_ |
---|---|---|---|
2 | |||
3 | |||
4 | 标签:脚本|押镖脚本 |
||
5 | |||
6 | 15 | chenjun | *玩法说明* |
7 | 人物接取镖车后,镖车会自动向终点前进,前进过程中人物自动跟随镖车。 |
||
8 | 人物可取消自动跟随镖车,人物距离镖车超过一定距离镖车会停止前进。 |
||
9 | 到达终点镖车自动消失,人物获得押镖奖励。 |
||
10 | |||
11 | 1 | chenjun | - |
12 | - |
||
13 | |||
14 | h4. *%{color:deepskyblue}特戒引擎脚本示例:%* |
||
15 | |||
16 | - |
||
17 | - |
||
18 | 7 | chenjun | |
19 | |||
20 | |||
21 | 13 | chenjun | bq. %{color:lightGrey};..\Mir200\Envir\QuestDiary\押镖\押镖.txt% |
22 | [<notextile>@</notextile>main] |
||
23 | 12 | chenjun | %{color:lightGrey};界面内容变量赋值% |
24 | 2 | chenjun | #if |
25 | large U98 0 |
||
26 | #act |
||
27 | mov N$押镖次数 3 |
||
28 | #elseact |
||
29 | mov N$押镖次数 2 |
||
30 | 3 | chenjun | |
31 | 2 | chenjun | #if |
32 | checka_gamegold > 9999 |
||
33 | #act |
||
34 | mov S$高元宝颜色 {scolor=250} |
||
35 | #elseact |
||
36 | mov S$高元宝颜色 {scolor=249} |
||
37 | 3 | chenjun | |
38 | 2 | chenjun | #if |
39 | checka_gamegold > 4999 |
||
40 | #act |
||
41 | mov S$低元宝颜色 {scolor=250} |
||
42 | #elseact |
||
43 | mov S$低元宝颜色 {scolor=249} |
||
44 | 3 | chenjun | |
45 | 2 | chenjun | #if |
46 | checkitem 山庄镖令 1 |
||
47 | #act |
||
48 | mov S$山庄镖令颜色 {scolor=250} |
||
49 | #elseact |
||
50 | mov S$山庄镖令颜色 {scolor=249} |
||
51 | 3 | chenjun | |
52 | 2 | chenjun | #if |
53 | isOnMap 神龙山庄 |
||
54 | #act |
||
55 | 10 | chenjun | mov S$接取低级镖车 <ImgButton:lc_anniuhui_4zi_da:495:815:接取低级镖车/<notextile>@</notextile>接取低级镖车> |
56 | 2 | chenjun | #elseact |
57 | 10 | chenjun | mov S$接取低级镖车 <ImgButton:lc_anniuhui_4zi_da:495:815:立即前往/<notextile>@</notextile>立即前往2> |
58 | 3 | chenjun | |
59 | 2 | chenjun | #if |
60 | isOnMap 神龙山庄 |
||
61 | #act |
||
62 | 10 | chenjun | mov S$接取高级镖车 <ImgButton:lc_anniuhui_4zi_da:1085:815:接取高级镖车/<notextile>@</notextile>接取高级镖车> |
63 | 2 | chenjun | #elseact |
64 | 10 | chenjun | mov S$接取高级镖车 <ImgButton:lc_anniuhui_4zi_da:1085:815:立即前往/<notextile>@</notextile>立即前往2> |
65 | 3 | chenjun | |
66 | 2 | chenjun | #if |
67 | #act |
||
68 | 12 | chenjun | %{color:lightGrey};生成接取镖车的界面% |
69 | 2 | chenjun | openMerchantBigDlg lc_chuangti 4 0 0 1 0 0 |
70 | #say |
||
71 | <panelsize:1440:900>\ |
||
72 | <btnList:<$str(S$btnList921)>:神龙列表:10:70:1,820:30:4>\ |
||
73 | <Img:lc_leiji_tu:272:90:1>\ |
||
74 | <Img:lc_quyufenge_01:255:95:1>\ |
||
75 | 3 | chenjun | |
76 | 2 | chenjun | <Img:lc_zhuansheng_tanchu:430:110:1>\ |
77 | <Img:lc_zhuansheng_tanchu:1000:110:1>\ |
||
78 | 3 | chenjun | |
79 | 2 | chenjun | <playmodelex:731:450:210:3:0.7>\ |
80 | <playmodelex:737:1020:210:3:0.7>\ |
||
81 | 3 | chenjun | |
82 | 2 | chenjun | <text:低级镖车{scolor=249}:540:130> \ |
83 | <text:高级镖车{scolor=249}:1110:130> \ |
||
84 | 3 | chenjun | |
85 | 2 | chenjun | <Img:lc_settings_zihuawen_zuo:360:600:1>\ |
86 | <Img:lc_settings_zihuawen_you:720:600:1>\ |
||
87 | 3 | chenjun | |
88 | 2 | chenjun | <Img:lc_settings_zihuawen_zuo:940:600:1>\ |
89 | <Img:lc_settings_zihuawen_you:1300:600:1>\ |
||
90 | 3 | chenjun | |
91 | 2 | chenjun | <text:11:00-12:00和21:00-22:00为双倍时间,期间内押镖可获得双倍奖励。{scolor=251}:400:540> \ |
92 | 3 | chenjun | |
93 | 2 | chenjun | <text:低级押镖奖励{scolor=251}:490:590:220:1:35> \ |
94 | <text:高级押镖奖励{scolor=251}:1070:590:220:1:35> \ |
||
95 | 3 | chenjun | |
96 | 2 | chenjun | <text:消耗::350:760> \ |
97 | <text:消耗::930:760> \ |
||
98 | <ItemShowEX:1533:0:500:745:0:0.6> \ |
||
99 | <text:5000<$str(s$低元宝颜色)>:560:760> \ |
||
100 | <text:1<$str(s$山庄镖令颜色)>:1100:760> \ |
||
101 | <ItemShowEX:548:0:1040:750:0:0.5> \ |
||
102 | <text:10000<$str(s$高元宝颜色)>:1250:760> \ |
||
103 | <ItemShowEX:1533:0:1190:745:0:0.6> \ |
||
104 | <ItemShow:1533:0:480:640:1> |
||
105 | <ItemShow:1539:0:600:640:1> |
||
106 | <ItemShow:1533:0:1070:640:1> |
||
107 | <ItemShow:1539:2:1190:640:1> |
||
108 | <text:10万{scolor=161}:515:700> \ |
||
109 | <text:20万{scolor=161}:1105:700> \ |
||
110 | 3 | chenjun | |
111 | 2 | chenjun | <text:今日押镖次数<$str(U3001)>/<$str(N$押镖次数)>{scolor=250}:770:820> \ |
112 | <text:今日劫镖次数<$str(U3002)>/4{scolor=250}:770:860> \ |
||
113 | <$str(S$接取低级镖车)><$str(S$接取高级镖车)> |
||
114 | 3 | chenjun | |
115 | 12 | chenjun | %{color:lightGrey};传送至押镖地图% |
116 | 9 | chenjun | [<notextile>@</notextile>立即前往2] |
117 | 2 | chenjun | #if |
118 | 4 | chenjun | checkLevelEX > 99 |
119 | 2 | chenjun | #act |
120 | openNpcShowex 神龙山庄 山庄镖头 -1 5 |
||
121 | 3 | chenjun | |
122 | 12 | chenjun | %{color:lightGrey};召唤镖车% |
123 | 9 | chenjun | [<notextile>@</notextile>接取低级镖车] |
124 | 2 | chenjun | #if |
125 | small U98 1 |
||
126 | large U3001 1 |
||
127 | #act |
||
128 | messageBox 今日已经运完2次镖了,请明日继续! |
||
129 | break |
||
130 | 3 | chenjun | |
131 | 2 | chenjun | #if |
132 | large U98 0 |
||
133 | large U3001 2 |
||
134 | #act |
||
135 | messageBox 今日已经运完3次镖了,请明日继续! |
||
136 | break |
||
137 | 3 | chenjun | |
138 | 2 | chenjun | #if |
139 | checka_gamegold < 5000 |
||
140 | #act |
||
141 | messageBox 元宝不足,无法押送镖车 |
||
142 | break |
||
143 | 3 | chenjun | |
144 | 10 | chenjun | #or |
145 | 2 | chenjun | equal <$HOUR> 11 |
146 | equal <$HOUR> 21 |
||
147 | #act |
||
148 | 10 | chenjun | goto <notextile>@</notextile>接低镖 |
149 | 2 | chenjun | #elseact |
150 | 10 | chenjun | messageBox 现在不是双倍奖励时间!是否继续押镖? <notextile>@</notextile>确定 <notextile>@</notextile>取消 |
151 | 3 | chenjun | |
152 | 9 | chenjun | [<notextile>@</notextile>确定] |
153 | 2 | chenjun | #if |
154 | #act |
||
155 | 10 | chenjun | goto <notextile>@</notextile>接低镖1 |
156 | 3 | chenjun | |
157 | 9 | chenjun | [<notextile>@</notextile>接低镖] |
158 | 2 | chenjun | #if |
159 | checka_gamegold < 5000 |
||
160 | #act |
||
161 | messageBox 元宝不足,无法押送镖车 |
||
162 | break |
||
163 | 1 | chenjun | |
164 | 7 | chenjun | #if |
165 | 12 | chenjun | %{color:lightGrey};检测当前有无镖车% |
166 | 2 | chenjun | *{color:green}not [[checkEscort]]* |
167 | #act |
||
168 | 1 | chenjun | a_gamegold 5000 |
169 | 12 | chenjun | %{color:lightGrey};开始押镖,镖车自动前进% |
170 | 14 | chenjun | *{color:green}[[autoEscort]]* 山庄普通镖车 1.5 5 1800 货运商人 5 提交低级镖车 315 91 1 GenBiao_lv GenBiao_hong 15 263,245,241,232,233,225,217,178 98,108,111,118,141,144,151,178 |
171 | 12 | chenjun | %{color:lightGrey};自动跟随镖车% |
172 | 10 | chenjun | *{color:green}[[fellowSlave]] 山庄普通镖车 3* |
173 | 2 | chenjun | mov U2011 200 |
174 | sendMsg 6 恭喜你接到了【山庄普通镖车】! |
||
175 | close |
||
176 | 10 | chenjun | goto <notextile>@</notextile>取消跟随 |
177 | goto <notextile>@</notextile>侧边栏 |
||
178 | 2 | chenjun | #elseact |
179 | sendmsg 6 接取失败,你已经有镖车了 |
||
180 | 3 | chenjun | |
181 | 9 | chenjun | [<notextile>@</notextile>接低镖1] |
182 | 2 | chenjun | #if |
183 | checka_gamegold < 5000 |
||
184 | #act |
||
185 | messageBox 元宝不足,无法押送镖车 |
||
186 | 3 | chenjun | break |
187 | 2 | chenjun | |
188 | 10 | chenjun | #if |
189 | 2 | chenjun | *{color:green}not [[checkEscort]]* |
190 | 1 | chenjun | #act |
191 | 2 | chenjun | a_gamegold 5000 |
192 | 14 | chenjun | *{color:green}[[autoEscort]]* 山庄普通镖车 1.5 5 1800 货运商人 5 提交低级镖车1 315 91 1 GenBiao_lv GenBiao_hong 15 263,245,241,232,233,225,217,178 98,108,111,118,141,144,151,178 |
193 | 10 | chenjun | *{color:green}[[fellowSlave]] 山庄普通镖车 3* |
194 | 2 | chenjun | mov U2011 200 |
195 | sendMsg 6 恭喜你接到了【山庄普通镖车】! |
||
196 | close |
||
197 | 10 | chenjun | goto <notextile>@</notextile>取消跟随 |
198 | goto <notextile>@</notextile>侧边栏 |
||
199 | 2 | chenjun | #elseact |
200 | sendmsg 6 接取失败,你已经有镖车了 |
||
201 | 3 | chenjun | |
202 | 9 | chenjun | [<notextile>@</notextile>接取高级镖车] |
203 | 2 | chenjun | #if |
204 | small U98 1 |
||
205 | large U3001 1 |
||
206 | #act |
||
207 | messageBox 今日已经运完2次镖了,请明日继续! |
||
208 | break |
||
209 | 3 | chenjun | |
210 | 2 | chenjun | #if |
211 | large U98 0 |
||
212 | large U3001 2 |
||
213 | #act |
||
214 | messageBox 今日已经运完3次镖了,请明日继续! |
||
215 | break |
||
216 | 3 | chenjun | |
217 | 2 | chenjun | #if |
218 | checka_gamegold < 10000 |
||
219 | #act |
||
220 | messageBox 元宝不足,无法押送高级镖车 |
||
221 | break |
||
222 | 3 | chenjun | |
223 | 2 | chenjun | #if |
224 | not checkitem 山庄镖令 1 |
||
225 | #act |
||
226 | messageBox 山庄镖令不足,无法押送高级镖车 |
||
227 | break |
||
228 | 3 | chenjun | |
229 | #or |
||
230 | 2 | chenjun | equal <$HOUR> 11 |
231 | equal <$HOUR> 21 |
||
232 | #act |
||
233 | 10 | chenjun | goto <notextile>@</notextile>接高镖 |
234 | 2 | chenjun | #elseact |
235 | 10 | chenjun | messageBox 现在不是双倍奖励时间!是否继续押镖? <notextile>@</notextile>是的 <notextile>@</notextile>取消 |
236 | 3 | chenjun | |
237 | 9 | chenjun | [<notextile>@</notextile>是的] |
238 | 2 | chenjun | #if |
239 | #act |
||
240 | 10 | chenjun | goto <notextile>@</notextile>接高镖1 |
241 | 3 | chenjun | |
242 | 9 | chenjun | [<notextile>@</notextile>接高镖] |
243 | 2 | chenjun | #if |
244 | not checkitem 山庄镖令 1 |
||
245 | #act |
||
246 | messageBox 山庄镖令不足,无法押送高级镖车 |
||
247 | break |
||
248 | 3 | chenjun | |
249 | 2 | chenjun | #if |
250 | checka_gamegold < 10000 |
||
251 | #act |
||
252 | messageBox 元宝不足,无法押送高级镖车 |
||
253 | 3 | chenjun | break |
254 | 2 | chenjun | |
255 | 10 | chenjun | #if |
256 | 2 | chenjun | *{color:green}not [[checkEscort]]* |
257 | 1 | chenjun | #act |
258 | 2 | chenjun | take 山庄镖令 1 |
259 | a_gamegold 10000 |
||
260 | 14 | chenjun | *{color:green}[[autoEscort]]* 山庄高级镖车 1 5 1800 货运商人 5 提交高级镖车 315 91 1 GenBiao_lv GenBiao_hong 15 263,245,241,232,233,225,217,178 98,108,111,118,141,144,151,178 |
261 | 10 | chenjun | *{color:green}not [[fellowSlave]] 山庄高级镖车 3* |
262 | 2 | chenjun | mov U2011 200 |
263 | sendMsg 6 恭喜你接到了【山庄高级镖车】! |
||
264 | close |
||
265 | 10 | chenjun | goto <notextile>@</notextile>取消跟随 |
266 | goto <notextile>@</notextile>侧边栏 |
||
267 | 2 | chenjun | #elseact |
268 | sendmsg 6 接取失败,你已经有镖车了 |
||
269 | 3 | chenjun | |
270 | 9 | chenjun | [<notextile>@</notextile>接高镖1] |
271 | 2 | chenjun | #if |
272 | not checkitem 山庄镖令 1 |
||
273 | #act |
||
274 | messageBox 山庄镖令不足,无法押送高级镖车 |
||
275 | break |
||
276 | 3 | chenjun | |
277 | 2 | chenjun | #if |
278 | checka_gamegold < 10000 |
||
279 | #act |
||
280 | messageBox 元宝不足,无法押送高级镖车 |
||
281 | 3 | chenjun | break |
282 | 2 | chenjun | |
283 | 10 | chenjun | #if |
284 | 1 | chenjun | *{color:green}not [[checkEscort]]* |
285 | #act |
||
286 | 2 | chenjun | take 山庄镖令 1 |
287 | a_gamegold 10000 |
||
288 | 14 | chenjun | *{color:green}[[autoEscort]]* 山庄高级镖车 1 5 1800 货运商人 5 提交高级镖车1 315 91 1 GenBiao_lv GenBiao_hong 15 263,245,241,232,233,225,217,178 98,108,111,118,141,144,151,178 |
289 | 10 | chenjun | *{color:green}not [[fellowSlave]] 山庄高级镖车 3* |
290 | 2 | chenjun | mov U2011 200 |
291 | sendMsg 6 恭喜你接到了【山庄高级镖车】! |
||
292 | close |
||
293 | 10 | chenjun | goto <notextile>@</notextile>取消跟随 |
294 | goto <notextile>@</notextile>侧边栏 |
||
295 | 2 | chenjun | #elseact |
296 | sendmsg 6 接取失败,你已经有镖车了 |
||
297 | 1 | chenjun | |
298 | 3 | chenjun | [<notextile>@</notextile>取消跟随] |
299 | 9 | chenjun | #if |
300 | 2 | chenjun | #act |
301 | 12 | chenjun | %{color:lightGrey};在屏幕上添加一个取消跟随的按钮,点击取消跟随镖车% |
302 | 2 | chenjun | addMainCenterBtn 取消跟随按钮 1 lc_quxiaogenbiao 0,-100 取消跟随 151 24 0,-170 lc_ditu_mc_di 0,0,0,0 进行取消 |
303 | 3 | chenjun | |
304 | 9 | chenjun | [<notextile>@</notextile>进行取消] |
305 | 2 | chenjun | #if |
306 | #act |
||
307 | 10 | chenjun | *{color:green}[[stopFellowSlave]]* |
308 | 2 | chenjun | delMainCenterBtn 取消跟随按钮 |
309 | 10 | chenjun | goto <notextile>@</notextile>恢复跟随 |
310 | 1 | chenjun | |
311 | 3 | chenjun | [<notextile>@</notextile>恢复跟随] |
312 | 9 | chenjun | #if |
313 | 2 | chenjun | #act |
314 | 12 | chenjun | %{color:lightGrey};在屏幕上添加一个恢复跟随的按钮,点击恢复跟随镖车% |
315 | 2 | chenjun | addMainCenterBtn 恢复跟随按钮 1 lc_huifugenbiao 0,-100 恢复跟随 151 24 0,-170 lc_ditu_mc_di 0,0,0,0 进行恢复 |
316 | 3 | chenjun | |
317 | 9 | chenjun | [<notextile>@</notextile>进行恢复] |
318 | 2 | chenjun | #if |
319 | #act |
||
320 | 10 | chenjun | *{color:green}[[fellowSlave]] 山庄普通镖车 3* |
321 | 2 | chenjun | *{color:green}[[fellowSlave]] 山庄高级镖车 3* |
322 | delMainCenterBtn 恢复跟随按钮 |
||
323 | goto <notextile>@</notextile>取消跟随 |
||
324 | 3 | chenjun | |
325 | 9 | chenjun | [<notextile>@</notextile>侧边栏] |
326 | 2 | chenjun | #if |
327 | large U98 0 |
||
328 | #act |
||
329 | mov N$押镖次数 3 |
||
330 | 1 | chenjun | #elseact |
331 | 2 | chenjun | mov N$押镖次数 2 |
332 | |
||
333 | 3 | chenjun | #if |
334 | 12 | chenjun | %{color:lightGrey};检测镖车是否在移动% |
335 | 10 | chenjun | *{color:green}[[checkbiao]]* |
336 | 2 | chenjun | #act |
337 | mov S$镖车状态 镖车状态:移动中... |
||
338 | mov S$状态颜色 {fcolor=250} |
||
339 | #elseact |
||
340 | mov S$镖车状态 镖车状态:暂停中... |
||
341 | mov S$状态颜色 {fcolor=249} |
||
342 | 3 | chenjun | |
343 | 2 | chenjun | #if |
344 | #act |
||
345 | div N$镖车血量 <$str(U2011)> 2 |
||
346 | 3 | chenjun | |
347 | 2 | chenjun | #if |
348 | #act |
||
349 | mov s$sideInfo1 |
||
350 | inc s$sideInfo1 <text:<$str(S$镖车状态)><$str(S$状态颜色)>:10:10> |
||
351 | inc s$sideInfo1 <text:镖车血量{fcolor=161}:10:50> |
||
352 | inc s$sideInfo1 <progressBar:10:90:<$str(N$镖车血量)>:lc_jindutiao_di:lc_jindutiao_cheng> |
||
353 | inc s$sideInfo1 <text:<$str(U2011)>/200{fcolor=161}:120:90> |
||
354 | inc s$sideInfo1 <ImgButton:lc_anniuhhong_2zi_xiao:10:140:放弃押镖/@放弃押镖> |
||
355 | inc s$sideInfo1 <ImgButton:lc_anniuhui_2zi_xiao:180:140:自动押镖/@自动押镖> |
||
356 | inc s$sideInfo1 <text:今日押镖次数<$str(U3001)>/<$str(N$押镖次数)>{scolor=250}:40:220> |
||
357 | inc s$sideInfo1 <text:今日劫镖次数<$str(U3002)>/4{scolor=250}:40:260> |
||
358 | 3 | chenjun | |
359 | 2 | chenjun | #if |
360 | #act |
||
361 | mov s$sideInfo2 |
||
362 | inc s$sideInfo2 <text:<$str(S$镖车状态)><$str(S$状态颜色)>:10:10> |
||
363 | inc s$sideInfo2 <text:镖车血量{fcolor=161}:10:50> |
||
364 | inc s$sideInfo2 <progressBar:10:90:<$str(N$镖车血量)>:lc_jiazaijindu_di:lc_jiazaijindu_jindu> |
||
365 | inc s$sideInfo2 <text:<$str(U2011)>/200{fcolor=161}:120:90> |
||
366 | inc s$sideInfo2 <ImgButton:lc_anniuhhong_2zi_xiao:10:140:放弃押镖/@放弃押镖> |
||
367 | inc s$sideInfo2 <ImgButton:lc_anniuhui_2zi_xiao:180:140:自动押镖/@自动押镖> |
||
368 | inc s$sideInfo2 <text:今日押镖次数<$str(U3001)>/<$str(N$押镖次数)>{scolor=250}:40:220> |
||
369 | inc s$sideInfo2 <text:今日劫镖次数<$str(U3002)>/4{scolor=250}:40:260> |
||
370 | 3 | chenjun | |
371 | 2 | chenjun | #if |
372 | #act |
||
373 | mov s$setPic1 main_task_richang_02,main_task_richang_01,zudui_02,zudui_01 |
||
374 | 3 | chenjun | |
375 | 2 | chenjun | #if |
376 | #act |
||
377 | ;手机端处理 |
||
378 | addDlg 1 dlg:<$str(s$sideInfo1)>dlg:<$str(s$tmp2)> 1 <$str(s$setPic1)> 0 |
||
379 | ;pc端处理 |
||
380 | addDlg 1 dlg:<$str(s$sideInfo2)>dlg:<$str(s$tmp2)> 2 <$str(s$setPic1)> 0 |
||
381 | 10 | chenjun | goto <notextile>@</notextile>循环 |
382 | 3 | chenjun | |
383 | |
||
384 | 9 | chenjun | [<notextile>@</notextile>循环] |
385 | 2 | chenjun | #if |
386 | 10 | chenjun | *{color:green}not [[checkEscort]]* |
387 | 2 | chenjun | #act |
388 | break |
||
389 | 3 | chenjun | |
390 | 2 | chenjun | #if |
391 | 10 | chenjun | *{color:green}[[checkbiao]]* |
392 | 2 | chenjun | #act |
393 | mov S$镖车状态 镖车状态:移动中... |
||
394 | mov S$状态颜色 {fcolor=250} |
||
395 | #elseact |
||
396 | mov S$镖车状态 镖车状态:暂停中... |
||
397 | mov S$状态颜色 {fcolor=249} |
||
398 | 3 | chenjun | |
399 | 2 | chenjun | #if |
400 | #act |
||
401 | div N$镖车血量 <$str(U2011)> 2 |
||
402 | 3 | chenjun | |
403 | 2 | chenjun | #if |
404 | #act |
||
405 | mov s$sideInfo1 |
||
406 | inc s$sideInfo1 <text:<$str(S$镖车状态)><$str(S$状态颜色)>:10:10> |
||
407 | inc s$sideInfo1 <text:镖车血量{fcolor=161}:10:50> |
||
408 | inc s$sideInfo1 <progressBar:10:90:<$str(N$镖车血量)>:lc_jindutiao_di:lc_jindutiao_cheng> |
||
409 | inc s$sideInfo1 <text:<$str(U2011)>/200{fcolor=161}:120:90> |
||
410 | 10 | chenjun | inc s$sideInfo1 <ImgButton:lc_anniuhhong_2zi_xiao:10:140:放弃押镖/<notextile>@</notextile>放弃押镖> |
411 | inc s$sideInfo1 <ImgButton:lc_anniuhui_2zi_xiao:180:140:自动押镖/<notextile>@</notextile>自动押镖> |
||
412 | 2 | chenjun | inc s$sideInfo1 <text:今日押镖次数<$str(U3001)>/<$str(N$押镖次数)>{scolor=250}:40:220> |
413 | inc s$sideInfo1 <text:今日劫镖次数<$str(U3002)>/4{scolor=250}:40:260> |
||
414 | 3 | chenjun | |
415 | 2 | chenjun | #if |
416 | #act |
||
417 | mov s$sideInfo2 |
||
418 | inc s$sideInfo2 <text:<$str(S$镖车状态)><$str(S$状态颜色)>:10:10> |
||
419 | inc s$sideInfo2 <text:镖车血量{fcolor=161}:10:50> |
||
420 | inc s$sideInfo2 <progressBar:10:90:<$str(N$镖车血量)>:lc_jiazaijindu_di:lc_jiazaijindu_jindu> |
||
421 | inc s$sideInfo2 <text:<$str(U2011)>/200{fcolor=161}:120:90> |
||
422 | 10 | chenjun | inc s$sideInfo2 <ImgButton:lc_anniuhhong_2zi_xiao:10:140:放弃押镖/<notextile>@</notextile>放弃押镖> |
423 | inc s$sideInfo2 <ImgButton:lc_anniuhui_2zi_xiao:180:140:自动押镖/<notextile>@</notextile>自动押镖> |
||
424 | 2 | chenjun | inc s$sideInfo2 <text:今日押镖次数<$str(U3001)>/<$str(N$押镖次数)>{scolor=250}:40:220> |
425 | inc s$sideInfo2 <text:今日劫镖次数<$str(U3002)>/4{scolor=250}:40:260> |
||
426 | 3 | chenjun | |
427 | 2 | chenjun | #if |
428 | #act |
||
429 | mov s$setPic1 main_task_richang_02,main_task_richang_01,zudui_02,zudui_01 |
||
430 | 3 | chenjun | |
431 | 2 | chenjun | #if |
432 | #act |
||
433 | ;手机端处理 |
||
434 | addDlg 1 dlg:<$str(s$sideInfo1)>dlg:<$str(s$tmp2)> 1 <$str(s$setPic1)> 1 |
||
435 | 1 | chenjun | ;pc端处理 |
436 | addDlg 1 dlg:<$str(s$sideInfo2)>dlg:<$str(s$tmp2)> 2 <$str(s$setPic1)> 1 |
||
437 | |
||
438 | #if |
||
439 | large U2011 0 |
||
440 | #act |
||
441 | delaygoto 1000 <notextile>@</notextile>循环 |
||
442 | |
||
443 | [<notextile>@</notextile>放弃押镖] |
||
444 | #act |
||
445 | messageBox 确定放弃押镖吗? <notextile>@</notextile>确定放弃 <notextile>@</notextile>取消 |
||
446 | |
||
447 | [<notextile>@</notextile>确定放弃] |
||
448 | #act |
||
449 | mov U2011 0 |
||
450 | killCallMob 山庄普通镖车 1 1 |
||
451 | killCallMob 山庄高级镖车 1 1 |
||
452 | delMainCenterBtn 取消跟随按钮 |
||
453 | delMainCenterBtn 恢复跟随按钮 |
||
454 | goto <notextile>@</notextile>退出1 |
||
455 | |
||
456 | [<notextile>@</notextile>自动押镖] |
||
457 | #if |
||
458 | #act |
||
459 | *{color:green}[[fellowSlave]] 山庄普通镖车 3* |
||
460 | *{color:green}[[fellowSlave]] 山庄高级镖车 3* |
||
461 | delMainCenterBtn 恢复跟随按钮 |
||
462 | delMainCenterBtn 取消跟随按钮 |
||
463 | goto <notextile>@</notextile>取消跟随 |
||
464 | goto <notextile>@</notextile>侧边栏 |
||
465 | |
||
466 | [<notextile>@</notextile>delDlg1] |
||
467 | #act |
||
468 | delDlg 1 |
||
469 | |
||
470 | [<notextile>@</notextile>活动] |
||
471 | #act |
||
472 | messageBox 活动 |
||
473 | |
||
474 | [<notextile>@</notextile>退出1] |
||
475 | #act |
||
476 | delDlg 1 |
||
477 | |
||
478 | [<notextile>@</notextile>删除按钮] |
||
479 | #act |
||
480 | delMainCenterBtn 恢复跟随按钮 |
||
481 | delMainCenterBtn 取消跟随按钮 |
||
482 | 13 | chenjun | delDlg 1 |
483 | |||
484 | - |
||
485 | - |
||
486 | |||
487 | bq. %{color:lightGrey};..\Mir200\Envir\Market_Def\QFunction-0.txt% |
||
488 | %{color:lightGrey};提交高级镖车时触发% |
||
489 | [<notextile>@</notextile>提交高级镖车] |
||
490 | #if |
||
491 | #act |
||
492 | mov U2011 0 |
||
493 | inc U3001 1 |
||
494 | give 天关灵符 4 |
||
495 | b_gamegold + 400000 |
||
496 | sendTipsMsg 恭喜您,护送高级镖车任务成功完成!/scolor=255 |
||
497 | killcallmob 山庄高级镖车 1 1 |
||
498 | delMainCenterBtn 取消跟随按钮 |
||
499 | delMainCenterBtn 恢复跟随按钮 |
||
500 | delDlg 1 |
||
501 | |
||
502 | %{color:lightGrey};提交高级镖车时触发% |
||
503 | [<notextile>@</notextile>提交高级镖车1] |
||
504 | #if |
||
505 | #act |
||
506 | mov U2011 0 |
||
507 | inc U3001 1 |
||
508 | give 天关灵符 2 |
||
509 | b_gamegold + 200000 |
||
510 | sendTipsMsg 恭喜您,护送高级镖车任务成功完成!/scolor=255 |
||
511 | KILLCALLMOB 山庄高级镖车 1 1 |
||
512 | delMainCenterBtn 取消跟随按钮 |
||
513 | delMainCenterBtn 恢复跟随按钮 |
||
514 | delDlg 1 |
||
515 | |
||
516 | %{color:lightGrey};提交低级镖车时触发% |
||
517 | [<notextile>@</notextile>提交低级镖车] |
||
518 | #if |
||
519 | #act |
||
520 | mov U2011 0 |
||
521 | inc U3001 1 |
||
522 | give 天关灵符 2 |
||
523 | B_GAMEGOLD + 200000 |
||
524 | sendTipsMsg 恭喜您,护送镖车任务成功完成!/scolor=255 |
||
525 | KILLCALLMOB 山庄普通镖车 1 1 |
||
526 | delMainCenterBtn 取消跟随按钮 |
||
527 | delMainCenterBtn 恢复跟随按钮 |
||
528 | delDlg 1 |
||
529 | |
||
530 | %{color:lightGrey};提交低级镖车时触发% |
||
531 | [<notextile>@</notextile>提交低级镖车1] |
||
532 | #if |
||
533 | #act |
||
534 | mov U2011 0 |
||
535 | inc U3001 1 |
||
536 | give 天关灵符 1 |
||
537 | b_gamegold + 100000 |
||
538 | sendTipsMsg 恭喜您,护送镖车任务成功完成!/scolor=255 |
||
539 | killcallmob 山庄普通镖车 1 1 |
||
540 | delMainCenterBtn 取消跟随按钮 |
||
541 | delMainCenterBtn 恢复跟随按钮 |
||
542 | 2 | chenjun | delDlg 1 |