搜索
查看: 661|回复: 0

关于获取数据库属性问题

[复制链接]
发表于 2021-5-31 17:16:07 | 显示全部楼层 |阅读模式
BUG反馈
引擎版本号: 0219
登陆器版本号: 0219
BUG描述: getLooks 获取数据库中Looks


--脚本命令RunLuaScript调用LUA脚本
function RunLuaScript8(Actor, item)
local Actorname = Actor:getCharName()
local RaceId = Actor:getRace()--种族ID
local item = Actor:getUseItem(0)
if item then
local ItemName = item:getName()--物品名称
local ItemLooks = item:getLooks() --内观代码
local ItemMakeIndex = item:getMakeIndex()--制造ID
print("["..ItemName.."]内观ID:["..tostring(ItemLooks))

end
end
报错如下
2021-05-30 13:09:52 {0219} [string "D:\Mirserver360\Mir200\LuaScripts\System\BindEvent.lua"]:710: attempt to call a nil value (method 'getLooks')
stack traceback:
[string "D:\Mirserver360\Mir200\LuaScripts\System\BindEvent.lua"]:710: in function 'RunLuaScript8'
BUG重现方式: getLooks 获取数据库中Looks


--脚本命令RunLuaScript调用LUA脚本
function RunLuaScript8(Actor, item)
local Actorname = Actor:getCharName()
local RaceId = Actor:getRace()--种族ID
local item = Actor:getUseItem(0)
if item then
local ItemName = item:getName()--物品名称
local ItemLooks = item:getLooks() --内观代码
local ItemMakeIndex = item:getMakeIndex()--制造ID
print("["..ItemName.."]内观ID:["..tostring(ItemLooks))

end
end

2021-05-30 13:09:52 {0219} [string "D:\Mirserver360\Mir200\LuaScripts\System\BindEvent.lua"]:710: attempt to call a nil value (method 'getLooks')
stack traceback:
[string "D:\Mirserver360\Mir200\LuaScripts\System\BindEvent.lua"]:710: in function 'RunLuaScript8'
修复后应达到的效果: 发了几次贴了,请官方给个答复,能不能下版支持,如不能支持就不等了
希望能支持获取说明书给出的常量
物品数据库属性表
属性
getIndex 获取数据库中idx
getName 获取数据库中Name
getStdMode 获取数据库中StdMode
getShape 获取数据库中Shape
getWeight 获取数据库中Weight
getAniCount 获取数据库中AniCount
getSource 获取数据库中Source
getReserved 获取数据库中Reserved
getNeedIdentify 获取数据库中NeedIdentify
getLooks 获取数据库中Looks
getDuraMax 获取数据库中DuraMax
getReserved1 获取数据库中Reserved1
getAC1 获取数据库中AC1
getAC2 获取数据库中AC2
getMAC1 获取数据库中MAC1
getMAC2 获取数据库中MAC2
getDC1 获取数据库中DC1
getDC2 获取数据库中DC2
getMC1 获取数据库中MC1
getMC2 获取数据库中MC2
getSC1 获取数据库中SC1
getSC2 获取数据库中SC2
getTC 获取数据库中TC
getTC2 获取数据库中TC2
getNeed 获取数据库中Need
getNeedLevel 获取数据库中NeedLevel
getPrice 获取数据库中Price
getStock 获取数据库中Stock
getHP 获取数据库中HP
getMP 获取数据库中MP
getMX 获取数据库中MX
getAttach 获取数据库中Attach
getAttach1 获取数据库中Attach1
getHeart 获取数据库中Heart
getHeart2 获取数据库中Heart2
getJob 获取数据库中Job
getColor 获取数据库中Color
getNh 获取数据库中Nh
getMain 获取数据库中Main
联系QQ: 隐藏内容

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|HGEM2论坛

GMT+8, 2024-11-25 02:56 , Processed in 0.534023 second(s), 15 queries .

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表