项目

一般

简介

PgGetDBItemFieldValue » 历史记录 » 版本 1

machenhe, 2022-05-10 17:55

1 1 machenhe
_*%{color:green}pgGetDBItemFieldValue%*_
2
3
根据物品名称,获取物品表指定字段设定值
4
优先读取equipDiffJob.txt中配置的对应职业的装备属性值,没有对应配置再从stditems.csv中读取
5
6
标签:命令定义|pgGetDBItemFieldValue
7
8
*格式*
9
|命令名			|参数1		|参数2		|参数3		|
10
|pgGetDBItemFieldValue	|物品名称	|字段名		|变量		|
11
12
说明:
13
* 参数1
14
物品名称
15
16
* 参数2
17
需要获取的字段
18
19
* 参数3
20
变量,用于保存获取的字段值
21
22
*%{color:deepskyblue}脚本示例:%*
23
24
bq. [<notextile>@</notextile>pg获取字段]
25
#act
26
pgGetDBItemFieldValue 千叶·圣剑 weight N0
27
sendmsg 6 重量:<$str(N0)>