rd3v
New Member
Posts: 1
|
Post by rd3v on Feb 27, 2021 12:49:40 GMT
Hello everyone!
I'm currently learning to make Eve Echoes mining bot and I'm halfway finished. I just need a help with this function if anyone could please enlighten me with this, it seems wrong.
function miningStatus()
--check if cargo is 100% then dock, else check below-- if cargo100:exist("cargo100.png",2,Region(912, 11, 260, 240)) then
dock()
--check if there is "No Ores Found" warning, then repeat miningSequence-- elseif checkNoOresFoundNotif:exist("checkNoOresFoundNotif.png",2,Region(217, -141, 840, 680)) then
miningSequence()
end
end Please help anyone.
|
|
|
Post by crossa on Feb 27, 2021 23:05:36 GMT
Actually, you should post this kind of question on Script Skills Board.
Describe what seems wrong and also explain the function "dock()" and "miningSequence()" are. So we can understand the script better.
|
|