Yoko

All sides of Injection
It is currently 2026-03-19 01:46:20

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
PostPosted: 2004-11-05 21:30:58 
Offline

Joined: 2004-04-23 19:58:03
Posts: 60
сделал массив (здесь кусочек привожу):
Code:
DIM koord[10]
koord[0]=394,199
koord[1]=371,228
koord[2]=347,251


однако при запсуке скрипта инжект "ругается", видимо ему не нравятся ",". Как решить это проблему?

P.S.: Почему возник этот вопрос? Потому что перестала работать связка:
Code:
UO.Waittargettile(0, str(mx), str(my), 0)  
UO.usetype('0x0E86')


Шард Нова - в Newbie шахте отлитчно так копалось, а теперь перестало, вынужден перейти на lclick'и.


Top
   
PostPosted: 2004-11-05 22:25:23 
Offline
Expert!
User avatar

Joined: 2004-04-04 21:40:09
Posts: 1007
Black Horse wrote:
однако при запсуке скрипта инжект "ругается", видимо ему не нравятся ",". Как решить это проблему?


Разбей на 2 массива. X и Y отдельно.


Top
   
PostPosted: 2004-11-06 14:47:41 
Offline
Expert!

Joined: 2004-04-03 17:36:29
Posts: 2544
Location: Saint-Petersburg
Вместо:
koord[0]=394,199
пиши
koord[0]="394 199"

вместо
UO.Waittargettile(0, str(mx), str(my), 0)
пиши
UO.Exec( "Waittargettile 0 " + koord[i] + " 0")


Top
   
PostPosted: 2004-11-06 15:44:02 
Offline

Joined: 2004-04-23 19:58:03
Posts: 60
Edred wrote:
Вместо:
koord[0]=394,199
пиши
koord[0]="394 199"

вместо
UO.Waittargettile(0, str(mx), str(my), 0)
пиши
UO.Exec( "Waittargettile 0 " + koord[i] + " 0")

о, спасибо большое!


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 4 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