[Lua] 纯文本查看 复制代码 if~BeeWeaponEnchantInfo(1)~<~600~and~not~BeeIsBattle()~then~J~local~useffs_lastuse~=~BeeGetVariable("useffs_lastuse")~J~local~random_delay~=~10~J~if~not~useffs_lastuse~or~GetTime()~-~useffs_lastuse~>~random_delay~then~J~if~GetItemCooldown(ffs_name)~==~0~then~J~if~BeeIsRun("/use~"~..~ffs_name)~then~J~BeeRun("/use~"~..~ffs_name)~J~BeeRun("/use~16")~J~StaticPopup1Button1:Click()~J~StaticPopup1Button1:Click()~J~StaticPopup1Button1:Click()~J~BeeSetVariable("useffs_lastuse",~GetTime())~J~return~true~J~end~J~end~J~end~Jend~ 这样?
|