var MaxFailure=2 # Через сколько подряд безрезультатных попыток переходить к другой клетке.
sub FishingAround()
var iX,iY
for var iStep=0 to 1000
for iX=-6 to 6
for iY=-6 to 6
GetAllFish(UO.GetX()+iX,UO.GetY()+iY)
next
next
next
end sub
Sub ...
Search found 16 matches
- 2009-03-24 20:54:40
- Forum: Help
- Topic: хелп со скриптом на фишинг
- Replies: 1
- Views: 1191
- 2009-02-22 13:35:15
- Forum: General
- Topic: Multi Client
- Replies: 11
- Views: 6060
Edikus wrote:смайлоков сарказма нету, а жаль, иначе в интернете уже не понимают смысл сказанного.
profile.php?mode=viewprofile&u=4400
красава 5+ ))))) киньте ссылку на мульти 6.0.7 плз
- 2009-02-21 12:04:33
- Forum: General
- Topic: Multi Client
- Replies: 11
- Views: 6060
- 2009-02-18 10:53:20
- Forum: General
- Topic: Multi Client
- Replies: 11
- Views: 6060
- 2008-12-14 15:50:51
- Forum: General
- Topic: Injection 2007
- Replies: 419
- Views: 196659
- 2008-12-14 15:40:56
- Forum: Shards talks
- Topic: Инжект на Restoration
- Replies: 9
- Views: 5251
- 2008-12-14 10:15:42
- Forum: General
- Topic: Injection 2007
- Replies: 419
- Views: 196659
- 2008-12-13 13:51:08
- Forum: General
- Topic: Injection 2007
- Replies: 419
- Views: 196659
- 2008-12-13 11:16:35
- Forum: General
- Topic: Injection 2007
- Replies: 419
- Views: 196659
- 2008-12-10 15:47:07
- Forum: General
- Topic: Injection 2007
- Replies: 419
- Views: 196659
- 2008-12-10 12:09:47
- Forum: General
- Topic: client 6.0.11 :)
- Replies: 15
- Views: 8169
- 2008-08-27 17:49:01
- Forum: Help
- Topic: Хелп с луталкой
- Replies: 0
- Views: 1041
Хелп с луталкой
uo.Set('finddistance','0')
uo.Ignore('self')
uo.FindType('-1','-1','ground')
while uo.FindCount() && uo.Weight <= 630
uo.findtype('-1','-1','ground')
uo.moveitem('finditem','all','Bag')
wait(400)
wend
типа луталка с земли всего что под ногами
как сделать игнол лист по тайпу чтобы ...
uo.Ignore('self')
uo.FindType('-1','-1','ground')
while uo.FindCount() && uo.Weight <= 630
uo.findtype('-1','-1','ground')
uo.moveitem('finditem','all','Bag')
wait(400)
wend
типа луталка с земли всего что под ногами
как сделать игнол лист по тайпу чтобы ...
- 2008-08-01 22:21:51
- Forum: Scripting Ore
- Topic: Role Play скрипты - обсуждение
- Replies: 13
- Views: 5598
- 2008-05-30 06:49:08
- Forum: Help
- Topic: Народ подскажите по скрипту
- Replies: 3
- Views: 1833
- 2008-05-29 15:36:50
- Forum: Help
- Topic: Народ подскажите по скрипту
- Replies: 3
- Views: 1833
- 2008-05-29 15:32:19
- Forum: Help
- Topic: Народ подскажите по скрипту
- Replies: 3
- Views: 1833
Народ подскажите по скрипту
sub RecallAtAttack()
var mX,mY
reccal:
uo.DeleteJournal()
if uo.Waiting() then
uo.CancelTarget()
end if
mX=uo.getx("self")
mY=uo.gety("self")
uo.DeleteJournal()
uo.waittargetobject('runeD')
uo.cast('Recall')
uo.Print('Атака! Реколимся!')
wait(4000)
if not uo.getx("self")<>mX and not ...
var mX,mY
reccal:
uo.DeleteJournal()
if uo.Waiting() then
uo.CancelTarget()
end if
mX=uo.getx("self")
mY=uo.gety("self")
uo.DeleteJournal()
uo.waittargetobject('runeD')
uo.cast('Recall')
uo.Print('Атака! Реколимся!')
wait(4000)
if not uo.getx("self")<>mX and not ...