Yoko

All sides of Injection
It is currently 2025-11-06 13:53:16

All times are UTC+02:00




Post new topic  Reply to topic  [ 6 posts ] 
Author Message
 Post subject: say Buy "vendor name"
PostPosted: 2009-12-14 23:41:35 
Offline

Joined: 2007-11-13 00:39:14
Posts: 125
Hello,
i have tryed to write script with add object and say buy targeted vendor name

maybe some one know how to do this
uo.addobject('vendor')
uo.say('Buy' + uo.getname('vendor'))
or something ?
thanks for help ;)


Top
   
 Post subject:
PostPosted: 2009-12-15 11:32:28 
Offline
Junior Expert
User avatar

Joined: 2004-06-24 22:08:56
Posts: 3220
Code:
uo.addobject("vendor")
while uo.targeting()
    wait( 100 )
wend
uo.msg( "buy " + uo.getName( "vendor" ) )

_________________
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Skype: d119060


Top
   
 Post subject:
PostPosted: 2009-12-18 23:22:53 
Offline

Joined: 2009-11-14 12:48:27
Posts: 25
что этот скрипт у меня то говорит buy vendorname то просто говорит buy
на DRW не получается помогите пожалуйста


Top
   
 Post subject:
PostPosted: 2009-12-19 12:47:18 
Offline

Joined: 2009-11-14 12:48:27
Posts: 25
походу лень всем подредоктировать( спс


Top
   
 Post subject:
PostPosted: 2009-12-19 13:46:55 
Offline
Junior Expert
User avatar

Joined: 2004-06-24 22:08:56
Posts: 3220
Напрямую зависит от галочки в UO - Show names of approaching players.

Косвенно зависит от галочки в Injection - Track World Items.

В конечном счете - можно написать так:
Code:
uo.addobject("vendor") 
while uo.targeting()
    wait( 100 )
wend
if uo.getName( "vendor" ) == "" then
    uo.click( "vendor" )
    checklag()
endif
uo.msg( "buy " + uo.getName( "vendor" ) )

_________________
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Skype: d119060


Top
   
 Post subject:
PostPosted: 2009-12-23 00:06:52 
Offline

Joined: 2009-11-14 12:48:27
Posts: 25
ок


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 3 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