If ... then
...
else
...
endif
И используй чеклаг. Избавит от крашей на сейвах.
Sub checklag()
uo.DeleteJournal()
repeat
uo.click('backpack')
wait(200)
until UO.InJournal("backpack|Backpack")
end sub ...
Search found 6 matches
- 2007-05-10 12:12:22
- Forum: Help
- Topic: Крешит клиент
- Replies: 12
- Views: 2163
- 2007-05-07 10:01:25
- Forum: Help
- Topic: Крешит клиент
- Replies: 12
- Views: 2163
- 2007-05-07 06:17:31
- Forum: Help
- Topic: Крешит клиент
- Replies: 12
- Views: 2163
Крешит клиент
Вот макрос:
sub pereplavka(item)
uo.DeleteJournal()
repeat
uo.waittargettype(item)
UO.LDblClick(442,282)
wait(1000)
if UO.InJournal("Targetting cancelled")<>true then
wait(1000)
endif
until UO.InJournal( ...
sub pereplavka(item)
uo.DeleteJournal()
repeat
uo.waittargettype(item)
UO.LDblClick(442,282)
wait(1000)
if UO.InJournal("Targetting cancelled")<>true then
wait(1000)
endif
until UO.InJournal( ...
- 2007-05-05 22:15:55
- Forum: Help
- Topic: Как заузать кнопку на гампе
- Replies: 4
- Views: 1484
- 2007-05-05 18:11:33
- Forum: Help
- Topic: Как заузать кнопку на гампе
- Replies: 4
- Views: 1484
Как заузать кнопку на гампе
Как заузать кнопку на гампе
,infogump выдае:
[code]
_____infogump_______
serial 0x00a5aea5
gumpid 0x00004d4e
X 0
Y 0
5705 packet size
29 reply packet size
Buttons: ________
page 0
1 [ 1025] image=0x0004 at 300:384
2 [ 1026] image=0x0004 at 70:384
3 [ 1027] image=0x00F1 at 410:380 ...
,infogump выдае:
[code]
_____infogump_______
serial 0x00a5aea5
gumpid 0x00004d4e
X 0
Y 0
5705 packet size
29 reply packet size
Buttons: ________
page 0
1 [ 1025] image=0x0004 at 300:384
2 [ 1026] image=0x0004 at 70:384
3 [ 1027] image=0x00F1 at 410:380 ...