You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this script that makes gathering those nodes that have the items always in a random slot easier..
It basically waits for the gathering window to pop up, down-arrows/numpad2s (cycling back to top after hitting bottom) until it is hovering over something that pops a tooltip, then clicks enter once and waits (for pandora to finish gathering the item).
After the long wait that gives the gathering enough time to gather, it just jumps back to the beginning waiting for the next time you're at a gathering node
Macro
while true do
if IsAddonReady("Gathering") then
yield('/send NUMPAD2 <wait.1>')
if IsAddonVisible("Tooltip") then
yield('/send NUMPAD0 <wait.1>')
yield('/wait 30')
end
end
end
Issue
Game crashing while running lua script in pcraft
Macro description
I have this script that makes gathering those nodes that have the items always in a random slot easier..
It basically waits for the gathering window to pop up,
down-arrow
s/numpad2
s (cycling back to top after hitting bottom) until it is hovering over something that pops a tooltip, then clicks enter once and waits (for pandora to finish gathering the item).After the long wait that gives the gathering enough time to gather, it just jumps back to the beginning waiting for the next time you're at a gathering node
Macro
Files
crash.log
dmp_file_analyze.txt
The text was updated successfully, but these errors were encountered: