It is currently 19 Apr 2024, 21:30

All times are UTC + 2 hours [ DST ]




Post new topic Reply to topic  [ 9 posts ] 
Author Message
 Post subject: фишинг
PostPosted: 30 Nov 2011, 10:28 
Offline
Игрок

Joined: 30 Aug 2009, 12:14
Posts: 172
никто не поделится простеньким фишингом?) тупо на прокачку фиша?)


Top
 Profile  
 
 Post subject: Re: фишинг
PostPosted: 30 Nov 2011, 10:38 
Offline
Ветеран
User avatar

Joined: 28 Oct 2010, 19:01
Posts: 875
Location: Грузия
а зачем тебе фишинг ? ))) пока нет смысла его качать

_________________
Aldis (Archer 12-lvl)
Nekrosha (Necromancer 12-lvl)
Cet (Knight 12-lvl)
OrderCraft (Crafter 12-lvl)


Top
 Profile  
 
 Post subject: Re: фишинг
PostPosted: 30 Nov 2011, 10:38 
Offline
Игрок

Joined: 30 Aug 2009, 12:14
Posts: 172
scarabrea wrote:
а зачем тебе фишинг ? ))) пока нет смысла его качать


ну я щас вкачаю )) а потом и смысл ведь появится)


Top
 Profile  
 
 Post subject: Re: фишинг
PostPosted: 30 Nov 2011, 19:42 
Offline
Ветеран
User avatar

Joined: 28 Oct 2010, 19:01
Posts: 875
Location: Грузия
а тут есть много чего что УЖЕ имеет смысл )))

_________________
Aldis (Archer 12-lvl)
Nekrosha (Necromancer 12-lvl)
Cet (Knight 12-lvl)
OrderCraft (Crafter 12-lvl)


Top
 Profile  
 
 Post subject: Re: фишинг
PostPosted: 30 Nov 2011, 20:12 
Offline
Игрок

Joined: 30 Aug 2009, 12:14
Posts: 172
scarabrea wrote:
а тут есть много чего что УЖЕ имеет смысл )))

ну мне хочется фишинг) ну так даш или нет?)


Top
 Profile  
 
 Post subject: Re: фишинг
PostPosted: 03 Dec 2011, 03:04 
Offline
Игрок

Joined: 30 Aug 2009, 12:14
Posts: 172
Вот есть у меня небольшой скрипт фишинга) работает норм) но как туда поставить цикличность? чтобы нон стопом кидал удочку))

Code:
sub main()
uo.deletejournal()
var mx, my, mz, i, j
mx = UO.GetX("self")
my = UO.GetY("self")
mz = UO.GetZ("self")
for i = mx-6 to mx+6
for j = my-6 to my+6
UO.Print("Now Fishing In: "+str(mx-i)+" "+str(my-j))
UO.Waittargettile("1341", str(i), str(j), str(mz))
UO.Usetype("0x0DBF")
uo.deletejournal()
while not UO.InJournal("You pull") and not UO.InJournal("location") and not UO.InJournal("no fish") and not UO.InJournal("fail") and not UO.InJournal("far away") and not UO.InJournal("in water") and not UO.InJournal("your pack")and not UO.InJournal("cannot")and not UO.InJournal("elsewhere")
wait(500)
wend
next
next
end sub


Top
 Profile  
 
 Post subject: Re: фишинг
PostPosted: 03 Dec 2011, 14:24 
Offline
Руководитель проекта
User avatar

Joined: 31 Jul 2008, 19:08
Posts: 37389
Просто, чтобы скрипт не останавливался? Так?
Code:
sub main()
while not UO.Dead()
uo.deletejournal()
var mx, my, mz, i, j
mx = UO.GetX("self")
my = UO.GetY("self")
mz = UO.GetZ("self")
for i = mx-6 to mx+6
for j = my-6 to my+6
UO.Print("Now Fishing In: "+str(mx-i)+" "+str(my-j))
UO.Waittargettile("1341", str(i), str(j), str(mz))
UO.Usetype("0x0DBF")
uo.deletejournal()
while not UO.InJournal("You pull") and not UO.InJournal("location") and not UO.InJournal("no fish") and not UO.InJournal("fail") and not UO.InJournal("far away") and not UO.InJournal("in water") and not UO.InJournal("your pack")and not UO.InJournal("cannot")and not UO.InJournal("elsewhere")
wait(500)
wend
next
next
wend
end sub


Top
 Profile  
 
 Post subject: Re: фишинг
PostPosted: 03 Dec 2011, 15:52 
Offline
Игрок

Joined: 30 Aug 2009, 12:14
Posts: 172
Wap wrote:
Просто, чтобы скрипт не останавливался? Так?
Code:
sub main()
while not UO.Dead()
uo.deletejournal()
var mx, my, mz, i, j
mx = UO.GetX("self")
my = UO.GetY("self")
mz = UO.GetZ("self")
for i = mx-6 to mx+6
for j = my-6 to my+6
UO.Print("Now Fishing In: "+str(mx-i)+" "+str(my-j))
UO.Waittargettile("1341", str(i), str(j), str(mz))
UO.Usetype("0x0DBF")
uo.deletejournal()
while not UO.InJournal("You pull") and not UO.InJournal("location") and not UO.InJournal("no fish") and not UO.InJournal("fail") and not UO.InJournal("far away") and not UO.InJournal("in water") and not UO.InJournal("your pack")and not UO.InJournal("cannot")and not UO.InJournal("elsewhere")
wait(500)
wend
next
next
wend
end sub


Да чтобы не останавливался) спасибо, сейчас попробую.


Top
 Profile  
 
 Post subject: Re: фишинг
PostPosted: 03 Dec 2011, 16:14 
Offline
Игрок

Joined: 30 Aug 2009, 12:14
Posts: 172
выдает вконце ошибку анхандлед парсер)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 

All times are UTC + 2 hours [ DST ]


Who is online

Users browsing this forum: Yaest' and 270 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 Group