Yoko

All sides of Injection
It is currently 2025-10-18 17:22:53

All times are UTC+02:00




Post new topic  Reply to topic  [ 14 posts ] 
Author Message
 Post subject: тинкер
PostPosted: 2009-04-06 15:46:30 
Offline
User avatar

Joined: 2008-09-26 17:06:16
Posts: 117
Code:
   sub Tinkering(); ïðîêà÷êà Tinkering
 uo.automenu('Tinkering','Tools')
 uo.automenu('Tools','lockpick')
     Repeat #
    UO.usetype(0x1EBC)
    UO.DeleteJournal()
    while not UO.InJournal("You put the lockpicks") and not UO.InJournal("Tinkering failed") and not UO.InJournal("You can't make")
    Wait(100)
    CheckLag()
    wend
    Until UO.injournal("You can't make")
    UO.deletejournal()
endsub
праблема в том что скрипт как работает делаит lockpick но после некаторае время он ничего не делаит а скрипт работает помогите плиз в чём проблема


Top
   
 Post subject:
PostPosted: 2009-04-06 15:55:02 
Offline

Joined: 2008-02-08 18:38:55
Posts: 40
Code:
while not UO.InJournal("You put the lockpicks") and not UO.InJournal("Tinkering failed") and not UO.InJournal("You can't make") and k<=100
Wait(100)
k=k+1
CheckLag()
wend


попробуй


Top
   
 Post subject:
PostPosted: 2009-04-06 16:11:32 
Offline
User avatar

Joined: 2008-09-26 17:06:16
Posts: 117
Everix wrote:
Code:
while not UO.InJournal("You put the lockpicks") and not UO.InJournal("Tinkering failed") and not UO.InJournal("You can't make") and k<=100 
Wait(100)
k=k+1
CheckLag()
wend


попробуй
ошибка к<=100


Top
   
 Post subject:
PostPosted: 2009-04-06 16:13:24 
Offline

Joined: 2008-02-08 18:38:55
Posts: 40
k<100


Top
   
 Post subject:
PostPosted: 2009-04-06 16:16:22 
Offline
User avatar

Joined: 2008-09-26 17:06:16
Posts: 117
Everix wrote:
k<100
нет вот как
Code:
sub Tinkering(); ïðîêà÷êà Tinkering
var k
 uo.automenu('Tinkering','Tools')
 uo.automenu('Tools','lockpick')
     Repeat #
    UO.usetype(0x1EBC)
    UO.DeleteJournal()
    while not UO.InJournal("You put the lockpicks") and not UO.InJournal("Tinkering failed") and not UO.InJournal("You can't make") and k <=100
Wait(100)
k=k+1
CheckLag()
wend
    Until UO.injournal("You can't make")
    UO.deletejournal()
endsub
пока так тестим


Top
   
 Post subject:
PostPosted: 2009-04-06 16:39:23 
Offline
User avatar

Joined: 2008-09-26 17:06:16
Posts: 117
не хочет крэш клиента происходит


Top
   
 Post subject:
PostPosted: 2009-04-06 16:51:20 
Offline

Joined: 2008-02-08 18:38:55
Posts: 40
Code:
Sub Tinker()
var k,
while not uo.dead() and not uo.injournal("You can't make")
uo.deletejournal()
uo.waitmenu('Tinkerin','Tools','lockpick')
UO.usetype(0x1EBC)
checklag()
repeat
wait(100)
k=k+1
until UO.InJournal("You put the lockpicks") or UO.InJournal("Tinkering failed") or UO.InJournal("You can't make") or k>69
if uo.injournal("You can't make") then
return
end if
wait(100)
wend
end sub


Should work, but I didn't test. I were writing in reply window.


Top
   
 Post subject:
PostPosted: 2009-04-06 19:17:51 
Offline
User avatar

Joined: 2008-09-26 17:06:16
Posts: 117
Everix wrote:
Code:
Sub Tinker()
var k,
while not uo.dead() and not uo.injournal("You can't make")
uo.deletejournal()
uo.waitmenu('Tinkerin','Tools','lockpick')
UO.usetype(0x1EBC)
checklag()
repeat
wait(100)
k=k+1
until UO.InJournal("You put the lockpicks") or UO.InJournal("Tinkering failed") or UO.InJournal("You can't make") or k>69
if uo.injournal("You can't make") then
return
end if
wait(100)
wend
end sub


Should work, but I didn't test. I were writing in reply window.


line 182 Bad operation for this type of variable-K

(Это кусок скрипта). Эту ошибку выдаёт тут
Code:
k=k+1


Top
   
 Post subject:
PostPosted: 2009-04-06 19:39:49 
Offline

Joined: 2008-02-08 18:38:55
Posts: 40
There is no mistake!


Top
   
 Post subject:
PostPosted: 2009-04-06 20:18:43 
Offline
User avatar

Joined: 2008-09-26 17:06:16
Posts: 117
Everix wrote:
There is no mistake!
есть не зря же выдаёт лине на к=к+1


Top
   
 Post subject:
PostPosted: 2009-04-06 22:03:42 
Offline
Junior Expert
User avatar

Joined: 2004-06-24 22:08:56
Posts: 3220
var k = 0

_________________
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-04-06 22:32:03 
Offline
User avatar

Joined: 2008-09-26 17:06:16
Posts: 117
Destruction wrote:
var k = 0
да спасиба вам что помогли я уже зделал сечас тест проходит :D


Top
   
 Post subject:
PostPosted: 2009-04-07 15:30:20 
Offline
User avatar

Joined: 2008-09-26 17:06:16
Posts: 117
не хочет иногда делаит один lockpick и стоит пока не нажму 2 раза на тинкер толс потом он делаит до канца пока ирон не закончица а лутше напешите прастой скрипт на тинкер без всяких там дабора айрона и скидавания в сундук а проста есть аирон в бекпак и пускай зделаит пока не закончийа айрон после того как закончелся выхад :D


Top
   
 Post subject:
PostPosted: 2009-04-07 21:19:55 
Offline
User avatar

Joined: 2008-09-26 17:06:16
Posts: 117
vertijok wrote:
не хочет иногда делаит один lockpick и стоит пока не нажму 2 раза на тинкер толс потом он делаит до канца пока ирон не закончица а лутше напешите прастой скрипт на тинкер без всяких там дабора айрона и скидавания в сундук а проста есть аирон в бекпак и пускай зделаит пока не закончийа айрон после того как закончелся выхад :D
так никто и не поможет мне


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 14 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