杨啊啊啊 发表于 2024-3-24 12:03:52

自动需求,贪婪,放弃

--需求
if GroupLootFrame1IconFrame:IsVisible() then
    BeeRun("/click GroupLootFrame1RollButton\n/click StaticPopup1Button1")
end
if GroupLootFrame2IconFrame:IsVisible() then
    BeeRun("/click GroupLootFrame2RollButton\n/click StaticPopup1Button1")
end
if GroupLootFrame3IconFrame:IsVisible() then
    BeeRun("/click GroupLootFrame3RollButton\n/click StaticPopup1Button1")
end
if GroupLootFrame4IconFrame:IsVisible() then
    BeeRun("/click GroupLootFrame4RollButton\n/click StaticPopup1Button1")
end

找了好多大神发的 都是这么写的 为什么我自己用上就不执行呢 求大佬们帮忙解决下

懒动行不行 发表于 2024-3-24 18:49:59

https://www.luacn.net/thread-30307-1-1.html?_dsign=10327c3b
可以参考下

吼吼哈嘿 发表于 2024-3-24 19:56:31

放最上面{:5_243:}{:5_243:}{:5_243:}

qdlxtjp 发表于 2024-3-24 19:58:04

if GroupLootFrame1:IsVisible() then
    BeeRun("/click GroupLootFrame1RollButton\n/click StaticPopup1Button1")
end
或者
if GroupLootFrame1RollButton:IsVisible() then
    BeeRun("/click GroupLootFrame1RollButton\n/click StaticPopup1Button1")
end

杨啊啊啊 发表于 2024-3-24 20:01:32

不是 我把所有插件都禁用了就可以用了 应该是拾取装备的位置不对
页: [1]
查看完整版本: 自动需求,贪婪,放弃