Ajuda no script pra Lumber

Share, help and discuss macroing.
Post Reply
Titanium
Novice
Novice
Posts: 11
Joined: 09 Apr 2019, 14:05

Não estou conseguindo pegar a mensagem do System: There's no wood left there

Code: Select all

if not dead
    clearsysmsg 
    if rhandempty
        dclicktype "hatchet" backpack
        wait 1000
    endif
    
    hotkey 'Use item in hand'
    waitfortarget 
    targetrelloc 0 -1
    wait 500
    
    if insysmessage "There's no wood left there"
        overhead "Move to next spot"
    else
        wait 5000
    endif
    
    loop
    
endif
Titanium
Novice
Novice
Posts: 11
Joined: 09 Apr 2019, 14:05

Identifique uma coisa que pode ser a resposta para o problema:

No Lumber a mensagem no Journal vem em cinza e diz:

System
lumber.png
lumber.png (11.13 KiB) Viewed 18867 times

No mining a mensagem no Journal vem em branco e diz:

You see:
mining.png
mining.png (7.48 KiB) Viewed 18867 times

Acredito que usando You see o Razor consiga pegar as mensagens:
Post Reply