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

BUY nearest NPC
http://forum.yoko.com.ua/viewtopic.php?f=20&t=14336
Page 1 of 1

Author:  Franpk [ 2009-01-28 04:37:24 ]
Post subject:  BUY nearest NPC

its only a script to buy window at nearest NPC, i feel u will like it =)

Code:
sub buy()
var namchar,self="0x0015A8A4",male="0x0190",female="0x0191"
uo.set ("finddistance", "1")
repeat
uo.ignore (self, ("on"))
uo.findtype (male,"-1","1")
if uo.findcount() > 0 then
uo.click ("finditem")
namchar = uo.getname ("finditem")
uo.sayu (namchar, "buy")
uo.ignorereset()
else
uo.findtype (female,"-1","1")
if uo.findcount() > 0 then
uo.click ("finditem")
namchar = uo.getname ("finditem")
uo.sayu (namchar, "buy")
uo.ignorereset()
else
uo.print ("No hay nadie cerca!")
uo.ignorereset()
endif
endif
end sub

Author:  Millerbeer [ 2009-01-28 06:53:44 ]
Post subject: 

http://yoko.netroof.net/help/help.php?l ... dictionary

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