RefreshItem » 历史记录 » 版本 3
tejie, 2024-05-28 13:34
1 | 3 | tejie | h4. _*{color:green}refreshItem*_ |
---|---|---|---|
2 | 1 | yangdefeng | 单元组列表指定单元刷新 |
3 | 支持以下单元组列表 |
||
4 | [[dlg_itemList_|itemList]] |
||
5 | [[dlg_itemGrid_|itemGrid]] |
||
6 | [[dlg_iconGrid_|iconGrid]] |
||
7 | |||
8 | 标签:命令定义|dlg_refreshItem |
||
9 | |||
10 | *格式* |
||
11 | |_.命令名 |_.参数1 |_.参数2 |_.参数3 |_.参数4 | |
||
12 | |refreshItem |列表名称|刷新单元序号|刷新单元内容|刷新位置| |
||
13 | |||
14 | - |
||
15 | - |
||
16 | |||
17 | *说明* |
||
18 | * 参数1: 刷新列表名称 |
||
19 | |||
20 | * 参数2: 刷新单元序号 |
||
21 | |||
22 | * 参数3: 刷新单元内容 |
||
23 | |||
24 | * 参数4: 刷新位置 |
||
25 | ** 缺省 当前位置 |
||
26 | ** 0 当前位置 |
||
27 | ** 1 列表最前 |
||
28 | ** 2 列表最后 |
||
29 | |||
30 | - |
||
31 | - |
||
32 | |||
33 | 2 | tejie | h4. *%{color:deepskyblue}特戒引擎脚本示例:%* |
34 | 1 | yangdefeng | |
35 | *使用前提1* |
||
36 | 请开启配置开关\"isUseCustomOKPanel\" |
||
37 | |配置文件|...\Mir200\Tejieconfig\Tejieconfig.txt | |
||
38 | |配置节点|[tjconfig] | |
||
39 | |配置项 |isUseCustomOkPanel=1 | |
||
40 | |||
41 | |||
42 | *使用前提2* |
||
43 | 请配置补丁资源\"lc\",即找到以下配置项,加入 %{color:deeppink}lc% |
||
44 | |配置文件|...\Mir200\Tejieconfig\Tejieconfig.txt | |
||
45 | |配置节点|[tjconfig] | |
||
46 | |配置项 |patch=aa,bb,lc | |
||
47 | |||
48 | - |
||
49 | - |
||
50 | |||
51 | bq. [@item初始化] |
||
52 | #act |
||
53 | [[mov]] s$活动名称 特戒天魔降临 |
||
54 | mov s$item1 |
||
55 | [[inc]] s$item1 ( |
||
56 | inc s$item1 <[[dlg_itemIndex_|itemIndex]]:1> |
||
57 | inc s$item1 <[[dlg_img_|img]]:zd_7_5:0:0:1:2.5> |
||
58 | inc s$item1 <[[dlg_itemShow_|itemShow]]:4:0:350:80:1:0> |
||
59 | inc s$item1 <[[dlg_text_|text]]:<$str(s$活动名称)>{scolor=150}:30:40> |
||
60 | inc s$item1 <text:奖励预览:340:40> |
||
61 | inc s$item1 <text:开启时间:30:100> |
||
62 | inc s$item1 <text:~~~10:00-11:00~~~:160:100> |
||
63 | inc s$item1 <text:开启条件:30:160> |
||
64 | inc s$item1 <text:60级:160:160> |
||
65 | inc s$item1 <text:击杀天外魔君,想要奖励就来找我{scolor=248}:30:240> |
||
66 | inc s$item1 ) |
||
67 | |
||
68 | mov s$item2 |
||
69 | inc s$item2 ( |
||
70 | inc s$item2 <itemIndex:2> |
||
71 | inc s$item2 <img:zd_7_5:0:0:1:2.5> |
||
72 | inc s$item2 <itemShow:4:0:350:80:1:0> |
||
73 | inc s$item2 <text:<$str(s$活动名称)>{scolor=150}:30:40> |
||
74 | inc s$item2 <text:奖励预览:340:40> |
||
75 | inc s$item2 <text:开启时间:30:100> |
||
76 | inc s$item2 <text:~~~10:00-11:00~~~:160:100> |
||
77 | inc s$item2 <text:开启条件:30:160> |
||
78 | inc s$item2 <text:60级:160:160> |
||
79 | inc s$item2 <text:击杀天外魔君,想要奖励就来找我{scolor=248}:30:240> |
||
80 | inc s$item2 ) |
||
81 | |
||
82 | mov s$活动列表 |
||
83 | inc s$活动列表 s$item1 |
||
84 | inc s$活动列表 s$item2 |
||
85 | |
||
86 | [<notextile>@</notextile>main] |
||
87 | #act |
||
88 | goto <notextile>@</notextile>item初始化 |
||
89 | [[openMerchantBigDlg]] ok_di 0 0 0 1 0 0 |
||
90 | #say |
||
91 | 2 | tejie | <[[dlg_panelSize_|panelSize2]]:1000:700>\ |
92 | 1 | yangdefeng | <[[dlg_itemGrid_|itemGrid]]:<$str(s$活动列表)>:特戒日常,1,0,1:0:0:500,270:1,2,270,0:0>\ |
93 | <text:刷新:100:300/<notextile>@@</notextile>inputString1(请输入刷新的活动名称)>\ |
||
94 | <text:点击刷新按钮,可刷新活动1名称{scolor=254}:30:350>\ |
||
95 | |
||
96 | [<notextile>@</notextile>inputString1] |
||
97 | #act |
||
98 | [[ansiReplaceText]] s$item1 s$活动名称 s1 |
||
99 | mov s$活动名称 <$str(s1)> |
||
100 | *{color:green}refreshItem* 特戒日常 1 s$item1 0 |
||
101 | [[messageBox]] 活动1的名称刷新完毕 |