when a monster died the macro must do .sac (a commnad from the shard) on it. i think what its easy but i dont know how do it. plz help me:P
all must be auto

Moderators: Murderator+, Murderator
Code: Select all
UO.AustoSac()
Repeat
If UO.InJournal('Body of') Then
UO.WaitTargetObject( 'lastcorpse' )
UO.MSG( '.sac' )
UO.DeleteJournal()
Else
Wait(500)
EndIf
Until UO.Dead()
end sub