Ho creato questa semplice macro di UosTeam per ovviare al problema della "Pei-Mei's katana" e del "martello della giostra della forza".
Avviandola la macro vi avvertirà (sarebbe meglio dire "vi spammerà" x°D) quando sono vicini a voi.
	Non scordatevi di attivare il "loop".
							
						
					Avviandola la macro vi avvertirà (sarebbe meglio dire "vi spammerà" x°D) quando sono vicini a voi.
codice:
	
	// Name: Katmer Finder
// Author: Gramoz
// Instructions: just active "loop" and play the macro, then walk around inside the city, when the katana/hammer is near you, it starts spam.
//
//
// KATANA
if @findtype 0x2856 0x4ec 'ground' 1 20
  for 3
    sysmsg 'KATANA FOUNDED!' 49
    pause 100
  endfor
endif
// HAMMER
if @findtype 0x1438 1260 'ground' 1 20
  for 3
    sysmsg 'MARTELLO FOUNDED!' 69
    pause 100
  endfor
endif








 
							
						

Commenta