lxb1101 发表于 2022-11-5 04:53:52

诛仙宠物驯养LUA代码

宠物驯养LUA代码 不多说什么 高手自己修复下把 根据talisman_combine

---宠物驯养-------------------------------------------------------------------------------
function PetBedgeAdopt(pet_tid,pet,origin)
local DataIndex=ZLuaPetBedgeDataIndex()
local availablePets = ZLuaAvailablePets()
   pet:SetLevel(1)
    pet:UpdateData(DataIndex["identify"], 1)
    pet:SetCurHonorPoint(math.max(pet:QueryCurHonorPoint()/2,1))
    pet:SetMaxHonorPoint(math.max(pet:QueryMaxHonorPoint()/2,80))
    pet:SetCurHungerPoint(450)
    pet:SetMaxHungerPoint(500)
    ZLuaPetBedgeRollBack(pet_tid,pet)
    pet:UpdateData(DataIndex["feedaids"],0)
    ZLuaPetBedgeRebuild(pet_tid,pet,origin,_)
   return pet_tid;
end

az11109 发表于 2022-11-5 10:28:01

楼主加油,我们都看好你哦。

benzlxb 发表于 2022-11-5 21:38:38

太生气了,无法HOLD啦 >_<......

aqddwlzx 发表于 2022-11-9 05:23:16

真是难得给力的帖子啊。

egn 发表于 2022-11-9 05:43:28

淡定,淡定,淡定……

only75203 发表于 2022-11-11 17:45:18

楼主加油,我们都看好你哦。

13541998866 发表于 2022-11-11 22:48:56

无回帖,不论坛,这才是人道。

yjsai123 发表于 2022-11-13 10:31:24

真是被感动的痛哭流涕……

jy02504246 发表于 2022-11-14 06:22:54

楼主加油,我们都看好你哦。

kuni0327 发表于 2022-11-15 04:17:02

淡定,淡定,淡定……
页: [1] 2
查看完整版本: 诛仙宠物驯养LUA代码