无限用鼠标按刚才设置的宏图标,记得刚才的界面不要关闭。一直按到拿到宝箱为止。这时你会看到聊天频道出现振奋人心的话,好吧,就是这样!
你会发现自己很手残的完成了任务,并且完成了成就。
奖励:
宏如下:
/script hy1n = hy1n or false
if hy1n
then
hy1n=false;OutputMessage("MSG_SYS","连击【龙门助手】,加速,用力,不要停!OY,就是这样,好样的!\n")
else
hy1n=true;OutputMessage("MSG_SYS","连击【龙门助手】,加速,用力,不要停!OY,就是这样,好样的!\n")
end
/script
local player = GetClientPlayer()
local listBuff =
player.GetBuffList() or {}
mem = mem or {}
for _, v in pairs(listBuff) do
if v.dwID==5046 and (not mem["5046"] or
GetLogicFrameCount() - mem["5046"] >=16)
then
OnAddOnUseSkill(7819,1)
mem["5046"] = GetLogicFrameCount()
end
if v.dwID==5047 and (not mem["5047"] or GetLogicFrameCount() - mem["5047"]
>=16) then
OnAddOnUseSkill(7820,1)
mem["5047"] =
GetLogicFrameCount()
end
if v.dwID==5048 and (not mem["5048"] or GetLogicFrameCount() - mem["5048"]
>=16) then
OnAddOnUseSkill(7821,1)
mem["5048"] =
GetLogicFrameCount()
end
end