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

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

Author:  Knight1106 [ 2005-09-11 01:21:06 ]
Post subject:  Poisoning

What is wrong ? i'm wanting poison a weapone but this script doesn't funtions... Sometimes, when i put other commands, appears "Unknow Command ..... ". How do i get it funtion ?

Code:
sub poison()
     uo.waittargettype('0x1404') ; Weapon
     uo.useskill('Poisoning')
     uo.waittargettype('0x0f0a') ;Poison Bottles
end sub



How do I i do "AttackLast" Command in INjection ?

thanks for help...

Author:  PCGamer [ 2005-09-11 01:26:35 ]
Post subject: 

Try uo.poison('weapon') or bind a key with command "poison weapon_item" and be shure that "poison bottle then object" is not checked in main menu.

Author:  Knight1106 [ 2005-09-11 17:56:24 ]
Post subject: 

Code:
sub main()
     uo.poison('0x0f43') ;Weapon
endsub


I Did it, but appears "Can't see the target"...

what do I do now ?

Author:  Leo [ 2005-09-11 18:07:11 ]
Post subject: 

Code:
sub Poison()
   UO.FindType('0x0F0A','0x0998','backpack')
   If UO.FindCount() > 0 Then
      UO.WaitTargetType('0x1404', 'finditem' ) 
      UO.UseSkill( 'Poisoning' )
   Else
      UO.Print( 'Bottles not found!' )
   Endif
endsub

Author:  Knight1106 [ 2005-09-15 03:12:12 ]
Post subject: 

Leo wrote:
Code:
sub Poison()
   UO.FindType('0x0F0A','0x0998','backpack')
   If UO.FindCount() > 0 Then
      UO.WaitTargetType('0x1404', 'finditem' ) 
      UO.UseSkill( 'Poisoning' )
   Else
      UO.Print( 'Bottles not found!' )
   Endif
endsub


Hey Leo, I tried your script but it doesn't function so well. I Made this and it function:
Code:
sub Poison()
 uo.findtype('0x143e','backpack')
 uo.poison('finditem')
end sub


but is so boring to stay every time changing the Type of the weapon... Is there something that i could do to put the Type of the weapon that i seted in ",setarm 1" ???

plz someone help me !

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