|
马上注册,下载996引擎,与更多游戏开发者交流。
您需要 登录 才可以下载或查看,没有账号?注册
×
我想在杀怪打死的时候可以加个buff 不知道为什么不好用大神帮我看一下function killmon(player, mon) if MapID == "xz01" and getbaseinfo(mon,1,0) == "帮派boss3" then
release_print(888888888)
addbuff("player","50011",30)
addbuff("player","50012",30)
end
if MapID == "xz01" and getbaseinfo(mon,1,0) == "帮派boss" then
release_print(9999999999)
addbuff("player","50013",30)
addbuff("player","50014",30)
end
|
|