13995491164
发表于 2019-03-03
123123132
千山风雪
发表于 2019-02-28
我来下载试一试
不提当年笨
发表于 2019-02-16
感谢分享
花佘
发表于 2019-02-13
1111
muxiaoying77
发表于 2019-02-09
甘苦与共与光棍节
封刀持枪
发表于 2019-02-03
111
轻声
发表于 2019-01-31
66666666666666666
eqw879
发表于 2019-01-31
1111
享受寂寞
发表于 2019-01-30
/script
bZiDongZa = bZiDongZa or false
bZiDongZa2 = bZiDongZa2 or false
if not bZiDongZa then
Output("自动砸开启")
bZiDongZa = true
else
Output("自动砸关闭")
bZiDongZa = false
end
if not bZiDongZa2 then
RegisterEvent("NPC_ENTER_SCENE", function()
if not bZiDongZa then return end
bZiDongZa2 = true
if GetNpc(arg0).szName == "年兽陶罐" and GetCharacterDistance(GetClientPlayer().dwID,arg0) / 64 <= 4 then
SetTarget(3,arg0)
OnUseItem(1,1)
end
frame_CloseMessageBox()
end)
end
RegisterEvent("RENDER_FRAME_UPDATE",function() if bZiDongZa then if GetLogicFrameCount() % 2 == 0 then frame_CloseMessageBox() end end end)
function frame_CloseMessageBox(szName)
local frame = Station.Lookup("Topmost/MB_PlayerMessageBoxCommon")
if frame then
local btn = frame:Lookup("Wnd_All/Btn_Option1")
if btn and btn:IsEnabled() then
btn.fnAction(1)
CloseMessageBox("PlayerMessageBoxCommon")
end
end
end
小果子
发表于 2019-01-28
111111111111111111111111111
页:
1
2
3
[4]
5
6
7
8
9
10
11
12
13