i got many poison potion in my backpack. how to use poisoning skill for one poison potion then work on a weapon. and next time use poisoning skill for another poison potion then work on to that weapon.
could u write a script that can repeat this action. thx u!
YOKO HELP ME> I need this !!
Moderators: Murderator+, Murderator
Code: Select all
sub Poisoning()
VAR poisontime=5000
UO.Addobject('weapon')
While UO.Targeting()
Wait(100)
Wend
UO.Addtype('poisonpot')
While UO.Targeting()
Wait(100)
Wend
Poison:
UO.Findtype('poisonpot','-1','-1')
If UO.Findcount()>0
UO.Useskill('Poisoning')
Wait(1000)
UO.Target('weapon')
Wait(1000)
UO.Usetype('finditem')
Wait(poisontime)
goto Poison
Endif
endsub
That should do it. Wrote it up in a second. If your server takes longer or shorter change "poisontime" to whatever it matches. Remember, every 1000 is equal to 1 second. For example, 5000 is 5 seconds.
Enjoy

Last edited by Thdin on 2004-09-07 21:48:22, edited 1 time in total.
hm. it doesn;t work well./
but it donesn't choose poison potion and weapon automaticly after used poisioning skill. i have to select these two by MOUSE :*
what happend?
what happend?hmm time to sleep now . it's 4:00am , tomorrow have a test!!!!!!!!!!,i will come back to see this morning later on
. i love u 

