Stránka 1 z 1

Bowcrafting

Napsal: 20.03.2014 11:43:50
od Patas
Nemate nekdo script na trenink bowcraftu prosim? Diky

Re: Bowcrafting

Napsal: 20.03.2014 13:07:50
od Lucky

Kód: Vybrat vše

sub vyrobashaftu()
    While NOT UO.Dead() 
        UO.FindType("0x1BDD,0x0000","-1","ground")
        If UO.FindCount() < 1 Then
            goto end
        EndIf
        UO.MoveItem("finditem","1","backpack")
            wait(1000)
        UO.Exec("waitmenu 'What do you want to carve the wood''Shafts'")
        UO.UseType("0x0F51")
        UO.WaitTargetType("0x1BDD")
            wait(2500)
        UO.UseType("0x1BD6,0x0742")
            wait(1000)
    wend
end:
end sub
Tohle sem nasel u sebe, otestni si to.

Re: Bowcrafting

Napsal: 20.03.2014 13:55:29
od Patas
Jo to by slo, diky moc. Jen to musim pokazde oznacit ve vyrobnim menu vyrobu shaftu?

Re: Bowcrafting

Napsal: 20.03.2014 17:42:26
od Lucky
Nevim, jen sem to u sebe nasel.