Yoko
http://forum.yoko.com.ua/

I need make a script anyone can help me?
http://forum.yoko.com.ua/viewtopic.php?f=20&t=2920
Page 1 of 1

Author:  ZeRoDiVi [ 2005-01-31 15:16:42 ]
Post subject:  I need make a script anyone can help me?

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 :)

Author:  Hexen [ 2005-07-13 09:04:48 ]
Post subject: 

yea im need it to can someone help plz

Author:  flake [ 2005-07-13 11:21:39 ]
Post subject: 

Here you go

Code:
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

Page 1 of 1 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/