DoRecycleItem » 历史记录 » 版本 9
yangdefeng, 2022-05-27 15:10
1 | 2 | yangdefeng | h4. _*%{color:green}doRecycleItem%*_ |
---|---|---|---|
2 | 1 | machenhe | |
3 | 回收自动回收窗口中选定的物品,按设定的回收价格执行回收操作。 |
||
4 | |||
5 | 增加了回收信息返回变量,用于回收时聊天框显示回收信息 |
||
6 | |||
7 | 5 | yangdefeng | 命令放置位置 |
8 | 6 | yangdefeng | |文件位置|...\Mir200\Envir\Market_Def\QFunction-0.txt| |
9 | 5 | yangdefeng | |触发器位置|[@pickupItemEx]| |
10 | |||
11 | 1 | machenhe | 标签:命令定义|doRecycleItem |
12 | |||
13 | *格式* |
||
14 | |命令名 | |
||
15 | |doRecycleItem | |
||
16 | |||
17 | 7 | yangdefeng | - |
18 | - |
||
19 | |||
20 | 2 | yangdefeng | h4. *%{color:deepskyblue}特戒引擎脚本示例:%* |
21 | 7 | yangdefeng | |
22 | *使用前提* |
||
23 | 配置回收项 |
||
24 | 配置工具 |
||
25 | tejiePlatform-->查看-->列表信息二-->回收列表 |
||
26 | |||
27 | 配置完生成以下文件 |
||
28 | ..\Mir200\Envir\recycleItem.txt |
||
29 | |||
30 | - |
||
31 | - |
||
32 | 1 | machenhe | |
33 | bq. [<notextile>@</notextile>呼出自动回收] |
||
34 | #act |
||
35 | 2 | yangdefeng | [[openRecycleItem]] |
36 | 1 | machenhe | |
37 | 8 | yangdefeng | bq. %{color:deepPink}..\Mir200\Envir\Market_Def\QFunction-0.txt以下触发器% |
38 | 9 | yangdefeng | %{color:darkOrange}[<notextile>@</notextile>pickupItemEx]% |
39 | 1 | machenhe | #act |
40 | 4 | yangdefeng | %{color:lightGrey};--回收并显示信息% |
41 | 1 | machenhe | *{color:green}doRecycleItem* 回收%s,获得%s |
42 | |||
43 | 8 | yangdefeng | bq. %{color:deepPink}..\Mir200\Envir\Market_Def\QFunction-0.txt以下触发器% |
44 | 9 | yangdefeng | %{color:darkOrange}[<notextile>@</notextile>pickupItemEx]% |
45 | 1 | machenhe | #act |
46 | 4 | yangdefeng | %{color:lightGrey};--回收不显示信息% |
47 | 3 | yangdefeng | *{color:green}doRecycleItem* |