Poisoning problem

Ask for help

Moderators: Murderator+, Murderator

Post Reply
Vampy
Posts: 5
Joined: 2004-04-27 04:02:59
Location: OR
Contact:

Poisoning problem

Post by Vampy »

Hi, guys
i need some help...
i'm trying to make a macro for Poisoning but i don't know how to...

i should:
use the skill
click on the poison bottle
click on the weapon (this is the one that i don't know how to code)

sub poisoning()
var Poison='0x0f0a',Katana='0x0f51'
uo.useskill('Poisoning')
UO.WaitTargetType(Poison)
lalala missing code
end sub

i tried using findtype but it doesn't works

can u help me?
OR
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

uo.poisoning("katana")
Post Reply