Yoko

All sides of Injection
It is currently 2025-12-26 19:28:52

All times are UTC+02:00




Post new topic  Reply to topic  [ 5 posts ] 
Author Message
 Post subject: Poisoning
PostPosted: 2005-09-11 01:21:06 
Offline

Joined: 2005-09-08 18:38:12
Posts: 64
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...


Top
   
 Post subject:
PostPosted: 2005-09-11 01:26:35 
Offline

Joined: 2005-08-12 03:04:00
Posts: 125
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.

_________________
I NEED HELP at viewtopic.php?t=4903


Top
   
 Post subject:
PostPosted: 2005-09-11 17:56:24 
Offline

Joined: 2005-09-08 18:38:12
Posts: 64
Code:
sub main()
     uo.poison('0x0f43') ;Weapon
endsub


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

what do I do now ?


Top
   
 Post subject:
PostPosted: 2005-09-11 18:07:11 
Offline
Expert!
User avatar

Joined: 2005-01-15 19:15:05
Posts: 791
Location: Dragon World
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


Top
   
 Post subject:
PostPosted: 2005-09-15 03:12:12 
Offline

Joined: 2005-09-08 18:38:12
Posts: 64
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 !


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 5 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited