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

Help ??
http://forum.yoko.com.ua/viewtopic.php?f=20&t=3959
Page 1 of 1

Author:  wallylobo [ 2005-05-09 15:44:41 ]
Post subject:  Help ??

HI , can you guys post some pvp scripts for injection like ress a friend , auto loot , heal and arm, drink mana....
and post some sites teaching how to make scripts in english plz

Author:  flake [ 2005-05-10 00:15:20 ]
Post subject: 

Ress Friend:

Code:
Sub Res_Partner()
     UO.SetArm('CWeapon')
        UO.waittargetobject('0x000000')  ; Insert your friend's ID in place of the zeros
        UO.Exec('usetype 0x0E21')
      wait (1000) 
     UO.Arm('CWeapon')
     wait(1000)
end sub


Heal&arm (Arm's the weapon, which was in your hands, when activating the macro)

Code:
Sub Bandag() 
   UO.SetArm('CWeapon')
UO.bandageself()
   wait(600)
   UO.Arm('CWeapon')
endsub


Drink mana:

Code:
Sub Drink_mana()
 UO.Finditem( '0x0F09' , '0x0480' , 'my')
 UO.UseObject( 'finditem' )
end sub

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