Welcome, Guest
Username: Password: Remember me
Quesiti e chiarimenti su Ultima Online Italia Reborn
  • Page:
  • 1

TOPIC:

Mining e targettileoffset 0 0 0 26 Dec 2021 12:00 #1

  • Gino
  • Gino's Avatar Topic Author
  • Offline
  • Super VIP
  • Super VIP
  • Posts: 1068
  • Thank you received: 331
Perchè su classic questa stringa non funziona nello script di mining sotto il pg? Come devo modificare per minare sotto al pg?
Utilizzavo questa macro:

usetype 0x0E86 
waitfortarget 30000
targettileoffset 0 0 0

Non mi interessa avere macro articolate. Grazie

Please Log in to join the conversation.

Mining e targettileoffset 0 0 0 27 Dec 2021 13:12 #2

  • Gino
  • Gino's Avatar Topic Author
  • Offline
  • Super VIP
  • Super VIP
  • Posts: 1068
  • Thank you received: 331
Gentilmente qualche esperto in materia?

Please Log in to join the conversation.

Mining e targettileoffset 0 0 0 28 Dec 2021 10:26 #3

  • Vermilinguo
  • Vermilinguo's Avatar
  • Offline
  • Gold
  • Gold
  • Posts: 245
  • Karma: 3
  • Thank you received: 56
Ciao Victor, io uso ben due macro per minare: la prima fa 2 click su piccone del cercatore e attiva l'abilità del piccone(osserva rocce) e mette i miniboots( con questa macro cammino avendo già il mirino uscito e cerco i minerali che mi interessano e poi una volta trovato clicco il tile); la seconda è molto semplice, 2click su piccone normale,wait for target e Target last

Please Log in to join the conversation.

Mining e targettileoffset 0 0 0 28 Dec 2021 12:13 #4

  • Gino
  • Gino's Avatar Topic Author
  • Offline
  • Super VIP
  • Super VIP
  • Posts: 1068
  • Thank you received: 331
Grazie per la risposta.
Quindi confermi che il targettileoffset non funziona. Su assist non dava problemi.

Io non uso piccone del cercatore, mi interessa solo una macro che mina sotto di me. Così l'unica cosa che devo fare è spostare il pg.

Please Log in to join the conversation.

Mining e targettileoffset 0 0 0 28 Dec 2021 13:07 #5

  • Vermilinguo
  • Vermilinguo's Avatar
  • Offline
  • Gold
  • Gold
  • Posts: 245
  • Karma: 3
  • Thank you received: 56
Sinceramente non l'ho mai usato xD
The following user(s) said Thank You: Gino

Please Log in to join the conversation.

Mining e targettileoffset 0 0 0 06 Oct 2022 02:13 #6

  • r3v3
  • r3v3's Avatar
  • Offline
  • Newbie
  • Newbie
  • Posts: 2
  • Thank you received: 0
Ciao,
hai trovato una soluzione?

sono ore che cerco una macro per minare e non la trovo

Please Log in to join the conversation.

Mining e targettileoffset 0 0 0 17 Oct 2022 00:52 #7

  • chaskuoi
  • chaskuoi's Avatar
  • Away
  • UOIReborn STAFF
  • UOIReborn STAFF
  • Posts: 1793
  • Karma: 152
  • Thank you received: 637
il targettileoffset effettivamente ha un bug che ho sistemato, ma che devo ancora inoltrare (l'ho notato proprio dopo la tua segnalazione), come macro per Assist posso darti questa:

P.S.: OVVIAMENTE questa funzionerà dopo il prossimo aggiornamento al client. NON subito. (ed è modificabile a piacere)
//those are the directions available
if not listexists 'directions'
  createlist 'directions'
  pushlist 'directions' 'north'
  pushlist 'directions' 'northeast'
  pushlist 'directions' 'east'
  pushlist 'directions' 'southeast'
  pushlist 'directions' 'south'
  pushlist 'directions' 'southwest'
  pushlist 'directions' 'west'
  pushlist 'directions' 'northwest'
endif
//select the packhorse to place ores into
if not @findalias 'PackHorse'
  promptalias 'PackHorse'
endif
//select the pickaxe to use for mining
if not @findalias 'Piccone'
  promptalias 'Piccone'
endif
//if we are not dead we will do this
while not dead 
//get a number from 0 to 7 and save it in alias 'rnd'
random 8
//use the pickaxe and target on your exact location
useobject 'Piccone'
waitfortarget 2000
targettileoffset 0 0 0
//4 sec pause
pause 4000
if counttype 0x19b9 'any' 'backpack' > 0
  movetype 0x19b9 'backpack' 'PackHorse'
endif
//pause half of a second
pause 500
//RND is the result of random 8 as an alias, so we get a random direction and move toweard it
walk directions[rnd]
endwhile
sysmsg 'Sei morto!'
stop

Please Log in to join the conversation.

Last edit: by chaskuoi.
  • Page:
  • 1
Moderators: YgrituoiOwlUOIShadowUOI
Time to create page: 0.160 seconds