-- 以下是女鬼剑转换券代码 将任意一级职业转换为女鬼剑(不用就删掉这一大段)!
---@param user CUser
item_handler[2021121901] = function(user, item_id)
local level = user:GetCharacLevel()
if level == 1 then
logger.info("will covert at swordman [useitem] acc: %d chr: %d", user:GetAccId(), user:GetCharacNo())
os.execute(string.format("sh /dp2/script/covert_at_swordman.sh %d", user:GetCharacNo()));
end
end
---@param user CUser
item_handler[2021121901] = function(user, item_id)
local level = user:GetCharacLevel()
if level == 1 then
logger.info("will covert at swordman [useitem] acc: %d chr: %d", user:GetAccId(), user:GetCharacNo())
os.execute(string.format("sh /dp2/script/covert_at_swordman.sh %d", user:GetCharacNo()));
end
end