行为
PgGetDBItemFieldValue » 历史记录 » 修订 1
修订 1/2
| 下一页 »
machenhe, 2022-05-10 17:55
pgGetDBItemFieldValue
根据物品名称,获取物品表指定字段设定值
优先读取equipDiffJob.txt中配置的对应职业的装备属性值,没有对应配置再从stditems.csv中读取
标签:命令定义|pgGetDBItemFieldValue
格式命令名 | 参数1 | 参数2 | 参数3 |
pgGetDBItemFieldValue | 物品名称 | 字段名 | 变量 |
- 参数1
物品名称
- 参数2
需要获取的字段
- 参数3
变量,用于保存获取的字段值
脚本示例:
[@pg获取字段]
#act
pgGetDBItemFieldValue 千叶·圣剑 weight N0
sendmsg 6 重量:<$str(N0)>