Yoko

All sides of Injection
It is currently 2025-10-11 00:13:47

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
PostPosted: 2007-01-08 02:04:24 
Offline

Joined: 2007-01-07 07:11:47
Posts: 7
Требуется простой скрипт на беггинг, на форуме ничего подходящего не нашел...
Условия: ввести ид нескольких вендоров и что бы просто по очереди просил у них...


Top
   
 Post subject:
PostPosted: 2007-01-08 02:18:57 
Offline
Expert!
User avatar

Joined: 2005-09-14 15:31:58
Posts: 2152
Location: Latvia
Code:
sub Begging()
uo.exec('addobject TOT1')
while uo.targeting()
wait(100)
wend

uo.exec('addobject TOT2')
while uo.targeting()
wait(100)
wend

uo.exec('addobject TOT3')
while uo.targeting()
wait(100)
wend

repeat
uo.waittargetobject('TOT1')
UO.Useskill('Begging')
wait(4000)

uo.waittargetobject('TOT2')
UO.Useskill('Begging')
wait(4000)

uo.waittargetobject('TOT3')
UO.Useskill('Begging')
wait(4000)
until UO.Dead()
end sub

_________________
Уроки языка Injection
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net


Top
   
 Post subject:
PostPosted: 2007-01-08 02:25:13 
Offline

Joined: 2007-01-07 07:11:47
Posts: 7
NMY wrote:
Code:
sub Begging()
uo.exec('addobject TOT1')
while uo.targeting()
wait(100)
wend

uo.exec('addobject TOT2')
while uo.targeting()
wait(100)
wend

uo.exec('addobject TOT3')
while uo.targeting()
wait(100)
wend

repeat
uo.waittargetobject('TOT1')
UO.Useskill('Begging')
wait(4000)

uo.waittargetobject('TOT2')
UO.Useskill('Begging')
wait(4000)

uo.waittargetobject('TOT3')
UO.Useskill('Begging')
wait(4000)
until UO.Dead()
end sub


пасиб но я такой сам писал и он у меня переодически крошился...


Top
   
 Post subject:
PostPosted: 2007-01-08 17:22:41 
Offline
User avatar

Joined: 2006-12-04 00:23:37
Posts: 36
Code:
sub Begging() 
var count=0
uo.Print('Выберите обьект...')
uo.Exec('addobject Creature')
while uo.Targeting()
wait(100)
wend
uo.DeleteJournal()
repeat
uo.WaitTargetObject('Creature')
uo.Useskill('Begging')
wait(2700)
until uo.Dead()
end sub


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

All times are UTC+02:00


Who is online

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