#鉴定物品,能保证鉴定成功
sub iditem()
#This is Zerg's itemIdscript v1.0
#Our Websit
http://www.wowbw.com
uo.exec("set injectecho 1")
Uo.exec("addobject iditem")
uo.deletejournal()
while not uo.injournal("iditem=")
wait(500)
wend
repeat
uo.exec("canceltarget")
UO.Exec("waittargetobject iditem")
UO.Exec("useskill 'Item Identification'")
wait(5000)
until uo.injournal("It appears to be") or uo.injournal("This is a normal item")
uo.deletejournal()
wait(1000)
end sub