che ve devo dire provate lo script:
domani lo finisco , se volete provarlo , ma e' pieno di bug
se trovate ****** sostituitelo con pipo
Basta avere i dardi nel backpack e poi ti fa 2 domande la macro e parte se trova la banca portatile prova ad aprirla (non ce l'ho e ho fatto lo script un po a memoria) e cerca di trovare i dardi , vanno un po fixxate le pause , poi non so ci saranno tanti bug vedete se vi piace. domani se ho tempo la finisco. ciao
codice:
;variabili set %pipo 0 set %cestino 0 set %dardi LNK set %sacca ZJF set %talismani FWR_EWR_DWR_GWR set %banca OOD set %kit UFG ;set %valoreamuleto 0 ;--------------------------------------- ; inizio ;--------------------------------------- gosub trovali Ricomincia: gosub controlli wait 10 gosub trova_quest gosub targhetta_dardi wait 15 gosub spostaitem goto ricomincia halt ;---------------------------------------- ;iniziano le sub ;---------------------------------------- sub spostaitem FINDITEM %sacca set #ltargetid #findid set %saccadabuttare #FINDID wait 5 event macro 17 0 wait 15 finditem %talismani C_ , %saccadabuttare if #findkind <> -1 { event property #findid if Blacksmiting in #property || Tailoring in #property || Thinkering in #property || Inscription in #property || Carpentery in #property || Cooking in #property { if 12 in #property || 23 in #property || 24 in #property || 25 in #property || 26 in #property || 28 in #property || 29 in #property || 30 in #property { wait 15 exevent drag #FINDID 1 wait 10 exevent dropc #BACKPACKID wait 10 } } } wait 10 finditem %kit C_ , %saccadabuttare if #findkind <> -1 { wait 15 exevent drag #FINDID 1 wait 10 exevent dropc #BACKPACKID wait 10 } wait 10 exevent drag %saccadabuttare 1 wait 10 exevent dropc %cestino wait 20 return ;----------------------------------------- sub trovali display ok Targhetta il pipo. Set #targCurs 1 while #TARGCURS = 1 wait 5 set %pipo #LTARGETID display ok Targhetta un cestino(mettiti vicino al cestino). Set #targCurs 1 while #TARGCURS = 1 wait 5 set %cestino #LTARGETID return ;---------------------------------------------------- sub controlli finditem #backpackid event Property #findID if 122/125 in #property || 123/125 in #property || 124/125 in #property || 125/125 in #property || halt if #WEIGHT > 400 HALT ;return finditem %dardi c_ , #BACKPACKID if #FINDSTACK < 20 { ;QUI C'E' IL REFILL DA METTERE CON LA BANCA wait 5 finditem %banca C_ , #BACKPACKID if #findkind <> -1 { set %trovato #findid set #LTARGETID %trovato wait 5 event macro 17 0 wait 5 finditem %dardi C_ , %trovato if #findkind <> -1 { if #findstack < 100 { halt } wait 5 exevent drag #FINDID 100 wait 10 exevent dropc #BACKPACKID wait 10 } return } halt } return ;---------------------------------------------------- Sub trova_quest trovaq: set #LOBJECTID %pipo event macro 17 0 wait 10 contpos 0 0 wait 8 savepix 202 236 1 if #pixcol = 8710077 { click 130 400 return } ;call kalocr.txt getMLQInfo QuestOffer 0 0 ;if Darts in %1 ;{ ; click 130 400 ; return ;} wait 8 click 350 400 wait 8 click 350 400 goto trovaq return ;------------------------------------------------------------------------- sub targhetta_dardi wait 5 exevent popup #charid 6 wait 10 finditem %dardi c_ , #BACKPACKID set #ltargetid #findid set #ltargetkind 1 wait 10 event macro 22 0 wait 10 set #LOBJECTID %pipo event macro 17 0 wait 10 contpos 0 0 wait 10 click 130 400 wait 8 contpos 0 0 wait 10 click 130 400 return
se trovate ****** sostituitelo con pipo
Basta avere i dardi nel backpack e poi ti fa 2 domande la macro e parte se trova la banca portatile prova ad aprirla (non ce l'ho e ho fatto lo script un po a memoria) e cerca di trovare i dardi , vanno un po fixxate le pause , poi non so ci saranno tanti bug vedete se vi piace. domani se ho tempo la finisco. ciao
Commenta