Yoko

All sides of Injection
It is currently 2026-01-17 05:45:36

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
 Post subject: BUY nearest NPC
PostPosted: 2009-01-28 04:37:24 
Offline
User avatar

Joined: 2006-02-03 18:19:56
Posts: 9
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

_________________
Dragon World uo -- This Is SPARTA!!! --


Top
   
 Post subject:
PostPosted: 2009-01-28 06:53:44 
Offline
User avatar

Joined: 2008-09-12 05:07:34
Posts: 247
http://yoko.netroof.net/help/help.php?l ... dictionary


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 8 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:  
cron
Powered by phpBB® Forum Software © phpBB Limited