I need make a script anyone can help me?

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
ZeRoDiVi
Posts: 1
Joined: 2004-07-13 00:40:01

I need make a script anyone can help me?

Post by ZeRoDiVi »

Hello i need make the following script:
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 :)
Hexen
Posts: 9
Joined: 2005-06-06 22:10:30

Post by Hexen »

yea im need it to can someone help plz
flake
Expert!
Posts: 746
Joined: 2004-08-11 23:56:17
Location: The Citadel
Contact:

Post by flake »

Here you go

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
Post Reply