项目

一般

简介

藏宝图 » 历史记录 » 版本 2

chenjun, 2022-06-06 11:37

1 1 chenjun
h4. %{color:green}藏宝图%
2
3 2 chenjun
标签:模块示例|藏宝图
4 1 chenjun
5 2 chenjun
*模块说明*
6 1 chenjun
7 2 chenjun
8
9 1 chenjun
-
10
-
11
12
h4. *%{color:deepskyblue}特戒引擎脚本示例:%*
13
14
-
15
-
16
17 2 chenjun
bq. %{color:lightGrey};..\Mir200\Envir\QuestDiary\藏宝图\藏宝图.txt%
18
[<notextile>@</notextile>数值定义]
19
#if
20
#act
21
*{color:green}[[movr]]* N$随机坐标 1 15
22
&nbsp;
23
#if
24
#act
25
%{color:lightGrey};从随机库中获取藏宝图埋藏位置%
26
*{color:green}[[pgReadConfigFileItem]]* ..\QuestDiary\配置文件\藏宝图.ini 藏宝图 N$随机坐标 <$STR(S$坐标配置)>
27
*{color:green}[[extractString]]* : <$STR(S$坐标配置)> N$X坐标 N$Y坐标
28
mov U$X坐标 <$STR(N$X坐标)>
29
mov U$Y坐标 <$STR(N$Y坐标)>
30
goto <notextile>@</notextile>判断地图
31
&nbsp;
32
&nbsp;
33
%{color:lightGrey};藏宝图埋藏点不在当前地图的,主界面显示传送按钮%
34
[<notextile>@</notextile>判断地图]
35
#if
36
not *{color:green}[[isOnMap]]* 神兵城
37
#act
38
*{color:green}[[addMainCenterBtn]]* 点击挖宝按钮 1 lc_dianjixunzhao 400,-100 点击寻找 151 24 400,-170 lc_ditu_mc_di 0,0,0,0 点击寻找
39
#elseact
40
goto <notextile>@</notextile>寻路中
41
&nbsp;
42
&nbsp;
43
%{color:lightGrey};点击传送按钮,传送藏宝图埋藏点所在地图并自动寻路至埋藏点%
44
[<notextile>@</notextile>点击寻找]
45
#if
46
#act
47
mapmove 神兵城 312 183
48
delaygoto 300 <notextile>@</notextile>自动寻路
49
*{color:green}[[delMainCenterBtn]]* 点击挖宝按钮
50
addMainCenterBtn 挖宝中按钮 3 lc_xunluzhizhen 400,-100 寻路中 250 32 400,-183 lc_ditu_mc_di <$STR(U$X坐标)>,<$STR(U$Y坐标)>,5,1 寻路中,到达终点
51
&nbsp;
52
&nbsp;
53
[<notextile>@</notextile>自动寻路]
54
#if
55
isOnMap 神兵城
56
#act
57
*{color:green}[[autogotoxy]]* 神兵城 <$STR(U$X坐标)> <$STR(U$Y坐标)>
58
#elseact
59
mapmove 神兵城 312 183
60
autogotoxy 神兵城 <$STR(U$X坐标)> <$STR(U$Y坐标)>
61
&nbsp;
62
&nbsp;
63
[<notextile>@</notextile>寻路中]
64
#if
65
isOnMap 神兵城
66
#act
67
delMainCenterBtn 点击挖宝按钮
68
addMainCenterBtn 挖宝中按钮 3 lc_xunluzhizhen 400,-100 寻路中 250 32 400,-183 lc_ditu_mc_di <$STR(U$X坐标)>,<$STR(U$Y坐标)>,5,1 寻路中,到达终点
69
autogotoxy 神兵城 <$STR(U$X坐标)> <$STR(U$Y坐标)>
70
#elseact
71
mapmove 神兵城 312 183
72
autogotoxy 神兵城 <$STR(U$X坐标)> <$STR(U$Y坐标)>
73
&nbsp;
74
&nbsp;
75
%{color:lightGrey};到达藏宝图埋藏点,主界面显示挖宝按钮,点击开始走进度条%
76
[<notextile>@</notextile>到达终点]
77
#if
78
#act
79
delMainCenterBtn 挖宝中按钮
80
addMainCenterBtn 挖宝按钮 2 lc_wajue,lc_caiji_jishi2,5000,挖掘中 400,-100 挖掘宝藏 250 32 400,-183 lc_wajue_di <$STR(U$X坐标)>,<$STR(U$Y坐标)>,5,0 到达终点,进度条走完,离开终点
81
&nbsp;
82
&nbsp;
83
%{color:lightGrey};挖宝进度条走完触发%
84
[<notextile>@</notextile>进度条走完]
85
#if
86
#act
87
sendmsg 6 挖宝成功
88
delMainCenterBtn 挖宝按钮
89
mov U$藏宝图标记 0
90
#call [基础功能\藏宝图\挖宝奖励.txt] <notextile>@</notextile>main
91
&nbsp;
92
&nbsp;
93
%{color:lightGrey};未挖宝离开挖宝区域,主界面挖宝按钮消失,显示寻路按钮%
94
[<notextile>@</notextile>离开终点]
95
#if
96
#act
97
delMainCenterBtn 挖宝按钮
98
addMainCenterBtn 挖宝中按钮 3 lc_xunluzhizhen 400,-100 寻路中 250 32 400,-183 lc_ditu_mc_di <$STR(U$X坐标)>,<$STR(U$Y坐标)>,5,1 寻路中,到达终点