рыбалка
11 лет
Trasher
Сообщений: 43
Рег. 7.10.2013
3 ноября 2013 12:57
Сообщение #1
ребят помогите кто может скриптом на рыбалку с берега плиз ???? P.S. зорание спс я думаю не только от меня
Старший Прапорщик (2103529)11 лет
Ranger
Сообщений: 26
Рег. 16.10.2013
3 ноября 2013 14:01
Сообщение #2
поищи на форуме есть скриптики вокруг себя! только следи за удочками а то переломает :)
http://www.bestuo.ru./index.php?do=forum&showtopic=6002&cstart=1 вот покопайся тут
11 лет
Trasher
Сообщений: 43
Рег. 7.10.2013
3 ноября 2013 15:37
Сообщение #3
нету там не хера
Старшина (1213389)15 лет
Ranger
Сообщений: 1029
Рег. 7.09.2009
3 ноября 2013 18:26
Сообщение #4
Ghost,
var MaxFailure=8
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 GetAllFish(iX,iY)
var counter=0
repeat
counter=counter+1
UO.DeleteJournal()
UO.WaitTargetTile(0,iX,iY,251)
UO.UseType('0x0DBF')
while not UO.InJournal('You pull out a') and not UO.InJournal('You fish a while, but fail to catch anything') and not UO.InJournal('There are no fish here.') and not UO.InJournal('Try fishing in water') and not UO.InJournal('Try fishing elsewhere') and not UO.InJournal('That is too far away') and not UO.InJournal('You cannot fish so close to yourself') and not uo.InJournal('*Your Fishing Pole destroyed!*')
wait(100)
wend
if UO.InJournal('You pull out a') then
counter=0
GetFish()
end if
until UO.Injournal('There are no fish here.') OR UO.InJournal('Try fishing elsewhere') OR UO.InJournal('That is too far away') OR UO.InJournal('You cannot fish so close to yourself') OR UO.InJournal('Try fishing in water') OR uo.InJournal('*Your Fishing Pole destroyed!*') OR counter>MaxFailure
end sub

Sub GetFish()
UO.set('finddistance',0)
UO.IgnoreReset()
UO.Ignore('self')
UO.FindType(-1,-1,'ground')
while UO.FindCount()>0
UO.WaitTargetObject('finditem')
UO.UseType('0x0F51')
UO.Ignore('finditem')
wait(500)
UO.FindType(-1,-1,'ground')
wend
UO.Ignorereset()
UO.Ignore('self')
UO.FindType(-1,-1,'ground')
while UO.FindCount()>0
UO.Grab(0,'finditem')
wait(100)
UO.FindType(-1,-1,'ground')
wend
UO.Ignorereset()
end sub
11 лет
Trasher
Сообщений: 43
Рег. 7.10.2013
3 ноября 2013 18:46
Сообщение #5
cgc
« · Таверна · »
Последние посетители (0):

 
Сейчас: 26 ноября 2024 16:44