Jump to content


Toggle shoutbox Chat Open the Shoutbox in a popup

Прямая связь с администрацией по скайпу: gods.dragon
@  fr33 : (17 April 2024 - 11:16) gm pashol v mu igrac
@  Pablo : (15 March 2024 - 21:12) Sell regs from pandora box.
@  Pablo : (15 March 2024 - 21:11) Sell paralyze and poison necklaces 100k 1 piece.
@  fr33 : (11 March 2024 - 16:38) blee gm zb atdai bank
@  GM SOLAR : (10 March 2024 - 17:24) ОпЯТь лаГГи ! ! !
@  Pablo : (06 March 2024 - 17:48) Labākais hot ko esmu jebkad paņēmis :D
@  Senseless : (05 March 2024 - 09:42) Opatj ataki na server powli :(
@  Pablo : (03 March 2024 - 19:19) Riebiigais
@  Ganjakur : (03 March 2024 - 15:10) kāds niks mp?
@  Pablo : (02 March 2024 - 21:31) Var kāds iedot 40 kk priekš 11 lvl ?
@  Senseless : (02 March 2024 - 18:12) bratva estj u kogo script na ckerika na lamber ?
@  GM SOLAR : (02 March 2024 - 16:44) ALL GO NA CTF ! ! ! ! !
@  Ganjakur : (01 March 2024 - 17:32) labi
@  Pablo : (29 February 2024 - 12:08) Eu džeki, tie kuri vairāk nespēlē ultimu, varat droši man uzdāvināt savus itemus, vai pat savus acc. droši rakstam man privāti. Es vismaz uzturēšu šo serveri pie dzīvības :D
@  fr33 : (29 February 2024 - 09:45) yes
@  EmmaSb : (28 February 2024 - 21:00) Easyuo still working ?
@  Artemy Shan : (18 February 2024 - 20:42) Еще один фикс поставил. Смотрим, тестируем.
@  jurasiks : (18 February 2024 - 20:04) da pipec tu, zdelal on
@  Senseless : (17 February 2024 - 19:17) Lagi powli opatj
@  Artemy Shan : (17 February 2024 - 12:36) Мне удалось повторить действия, которые делал этот пиздюк, чтобы нагружать процессор сервера на 100% и вроде как я поправил это.

Photo

Авто атака, Нужна доработка!!


  • Please log in to reply
14 replies to this topic

#1 UOlife

UOlife

    Journeyman

  • Members
  • 77 posts
  • Gender:Male
  • Location:Украина Донецк

Posted 11 April 2009 - 22:49

Вот сам скрипт

sub killelem() 

VAR LastTimer, Elem ,i,n 

LastTimer=UO.Timer() 



Dim NPC[3] 

NPC[1]='0x0018' 

NPC[2]='0x0003' 

NPC[3]='0x001C' 



While not UO.DEAD() 

UO.DeleteJournal() 

for n=1 to 3 

UO.FindType('NPC[n]',-1,'ground') 

Elem=UO.GetSerial('finditem') 

UO.Exec('warmode 1') 

UO.Attack(Elem) 

WalkN(0,0,Elem) 

UO.Say('Dye, mother fucker!') 

repeat 

wait(2000) 

until UO.InJournal('Body') OR LastTimer+300<UO.Timer() or uo.dead(Elem) 

UO.Exec('warmode 0') 

wait(100) 

LastTimer=UO.Timer() 

if UO.Life<50 and UO.Count('0x0E21') then 

repeat 

UO.BandageSelf() 

wait(4000) 

until UO.Life>170 OR LastTimer+300<UO.Timer() 

endif 

lootpp() 

next 

wend 

end sub



sub WalkN(x,y,Target) 

VAR i,StepSucess 

VAR dx,dy,Exit=0 



While Exit<>1 

If Target<>"" Then 

dx=UO.GetX(Target)-UO.GetX() 

dy=UO.GetY(Target)-UO.GetY() 

; UO.Print("Target locked!") 

If UO.GetDistance(Target)<2 Then 

Exit=1 

Endif 

Else 

dx=x-UO.GetX() 

dy=y-UO.GetY() 

If dx==0 AND dy==0 Then 

Exit=1 

Endif 



Endif 



If dx<>0 AND dy<>0 Then 

If dx>0 AND dy>0 Then 

StepSucess=Go(3,40,300);SE - DownArrow 

If StepSucess==-1 Then 

StepSucess=Go(7,38,300);WN - UpArrow 

StepSucess=Go(1,39,300);NE - RightArrow 

If StepSucess==-1 Then 

StepSucess=Go(5,37,300);SW - LeftArrow 

Endif 

Endif 

Endif 



If dx>0 AND dy<0 Then 

StepSucess=Go(1,39,300);NE - RightArrow 

If StepSucess==-1 Then 

StepSucess=Go(5,37,300);SW - LeftArrow 

StepSucess=Go(3,40,300);SE - DownArrow 

If StepSucess==-1 Then 

StepSucess=Go(7,38,300);WN - UpArrow 

Endif 

Endif 

Endif 



If dx<0 AND dy>0 Then 

StepSucess=Go(5,37,300);SW - LeftArrow 

If StepSucess==-1 Then 

StepSucess=Go(1,39,300);NE - RightArrow 

StepSucess=Go(7,38,300);WN - UpArrow 

If StepSucess==-1 Then 

StepSucess=Go(3,40,300);SE - DownArrow 

Endif 

Endif 

Endif 



If dx<0 AND dy<0 Then 

StepSucess=Go(7,38,300);WN - UpArrow 

If StepSucess==-1 Then 

StepSucess=Go(3,40,300);SE - DownArrow 

StepSucess=Go(5,37,300);SW - LeftArrow 

If StepSucess==-1 Then 

StepSucess=Go(1,39,300);NE - RightArrow 

Endif 

Endif 

Endif 



Endif 



If dx<>0 AND dy==0 Then 

If dx>0 Then 

StepSucess=Go(2,34,300);E - PgDown 

If StepSucess==-1 Then 

StepSucess=Go(3,40,300);SE - DownArrow 

If StepSucess==-1 Then 

StepSucess=Go(1,39,300);NE - RightArrow 

Endif 

StepSucess=Go(2,34,300);E - PgDown 

Endif 

Endif 



If dx<0 Then 

StepSucess=Go(6,36,300);W - Home 

If StepSucess==-1 Then 

StepSucess=Go(7,38,300);WN - UpArrow 

If StepSucess==-1 Then 

StepSucess=Go(5,37,300);SW - LeftArrow 

Endif 

StepSucess=Go(6,36,300);W - Home 

Endif 

Endif 

Endif 





If dx==0 AND dy<>0 Then 

If dy>0 Then 

StepSucess=Go(4,35,300);S - End 

If StepSucess==-1 Then 

StepSucess=Go(3,40,300);SE - DownArrow 

If StepSucess==-1 Then 

StepSucess=Go(5,37,300);SW - LeftArrow 

Endif 

StepSucess=Go(4,35,300);S - End 

Endif 

Endif 



If dy<0 Then 

StepSucess=Go(0,33,300);N - PgUp 

If StepSucess==-1 Then 

StepSucess=Go(1,39,300);NE - RightArrow 

If StepSucess==-1 Then 

StepSucess=Go(7,38,300);WN - UpArrow 

Endif 

StepSucess=Go(0,33,300);N - PgUp 

Endif 

Endif 

Endif 

Wend 

end sub



sub lootpp()



DIM R[13]; и здес тож нада добавлять

var c

R[1] = 0x0DE1

R[2] = 0x0EED

R[3] = 0x09AA

R[4] = 0x1541

R[5] = 0x1088

R[6] = 0x1086

R[7] = 0x108A

R[8] = 0x14ED

R[9] = 0x1515

R[10] = 0x1F03

R[11] = 0x0F09

R[12] = 0x1549

R[13] = 0x204E

UO.UseObject('lastcorpse')

wait(100)





for c=1 to 13;Дабавляё болше если таипы добавляш

repeat

uo.findtype(R[c],"-1","lastcorpse")

if UO.FindCount()>0 and Uo.GetDistance("lastcorpse")<=4 then

UO.Grab("0","finditem")

wait(100)

end if

until UO.FindCount()<1

wait(50)

next

end sub

end sub

Поидеи он должен атаконуть указанного тайпом моба, подбежать убить и дальше ждать его респа! долго мы ипались с этим скриптом он у нас и атаковал, и лутил или только атаковал вобщем проблем с ним было ппц, но неразу он сцуко небежал.. кто знаеть помогите разобратьса пожалуйсто ! !
Сейчас при включени этого скрипта он выдаёт ошибку Line: 142 Funcion not found - GO
UoLife Power
Posted Image

#2 UOlife

UOlife

    Journeyman

  • Members
  • 77 posts
  • Gender:Male
  • Location:Украина Донецк

Posted 13 April 2009 - 00:37

И усё??? посматрели и хватит??? =))
UoLife Power
Posted Image

#3 zaxep

zaxep

    Monro

  • Members
  • 1061 posts
  • Gender:Male
  • Location:UK

Posted 13 April 2009 - 00:38

И усё??? посматрели и хватит??? =))

я 0 в этом.

Archer - Monro

Skype - playhardgopro11

 

 

 


#4 UOlife

UOlife

    Journeyman

  • Members
  • 77 posts
  • Gender:Male
  • Location:Украина Донецк

Posted 13 April 2009 - 16:26

я 0 в этом.

Спасибо что хоть что то написал, я уж подумал что просто игнорируют вобще тему ! =)
UoLife Power
Posted Image

#5 Prey

Prey

    Expert

  • Members
  • 1522 posts
  • Gender:Male
  • Location:Riga

Posted 13 April 2009 - 16:38

На Изи без проблем такое наколдовать, а вот с инжей 0.

#6 UOlife

UOlife

    Journeyman

  • Members
  • 77 posts
  • Gender:Male
  • Location:Украина Донецк

Posted 13 April 2009 - 19:04

На Изи без проблем такое наколдовать, а вот с инжей 0.


Если ты можеш на изи такое зделать, пожалуйсто зделай!
Пожалуйсто!!!
UoLife Power
Posted Image

#7 Metadon

Metadon

    Player

  • Members
  • 243 posts
  • Gender:Male
  • Location:Bristol . United Kingdom / Дэпилс .Латвия

Posted 13 April 2009 - 19:06

Если ты можеш на изи такое зделать, пожалуйсто зделай!
Пожалуйсто!!!


я был бы тоже благодарен за токую штучку ))) :wub:
ONE SHOT

#8 Prey

Prey

    Expert

  • Members
  • 1522 posts
  • Gender:Male
  • Location:Riga

Posted 13 April 2009 - 22:28

Pishite mne v lichku svoi skype... tam razberemsa :roll:

P.S. Netu kirilici na laptope :(

#9 qwe Moscow

qwe Moscow

    Player

  • Members
  • 278 posts
  • Location:http://ultima.nln.ru

Posted 23 April 2009 - 15:27

интересно над чем вы колдовали и каким образом,если функции GO нет в скрипте ... слили откудато скрипт ,а раписали будто сами трудились :)) написано на уровне первого класса функция GO не найдена,смешно. Как вы могли чтото менять и сталкиваться с проблемами, если элементарщины не знаете :))) очередное ляля

sub WalkN()
Posted Image

#10 Cold

Cold

    Advanced Player

  • Members
  • 400 posts
  • Gender:Male

Posted 23 April 2009 - 15:38

sub Walk(x,y) 

go: 

if uo.getY() > uo.gety("laststatus") then 

 uo.press(33) 

else 

 uo.press(35) 

endif 

while not uo.getX() == uo.getx("laststatus") || not uo.getY() == uo.gety("laststatus") 

 if not uo.getX() == uo.getx("laststatus") then 

  if uo.getX() > uo.getx("laststatus") then 

   if uo.getY() > uo.gety("laststatus") then 

	uo.press(38) 

   endif 

   if uo.getY() < uo.gety("laststatus") then 

	uo.press(37) 

   endif 

   if uo.getY() == uo.gety("laststatus") then 

	uo.press(36) 

   endif 

  endif 

  if uo.getX() < uo.getx("laststatus") then	

   if uo.gety() > uo.gety("laststatus") then 

	uo.press(39) 

   endif 

   if uo.gety() < uo.gety("laststatus") then 

	uo.press(40) 

   endif 

   if uo.gety() == uo.gety("laststatus") then 

	uo.press(34) 

   endif 

  endif 

 endif 

 if uo.getX() == uo.getx("laststatus") then 

  if uo.gety() > uo.gety("laststatus") then 

   uo.press(33) 

  endif 

  if uo.gety() < uo.gety("laststatus") then 

   uo.press(35) 

  endif 

  if uo.gety() == uo.gety("laststatus") then 

   wait(10) 

  endif 

 endif 

wend 

if uo.getx() == uo.getx("laststatus") then 

 if uo.gety() == uo.gety("laststatus") then 

  wait(10) 

 endif 

endif 

end sub

Posted Image

#11 UOlife

UOlife

    Journeyman

  • Members
  • 77 posts
  • Gender:Male
  • Location:Украина Донецк

Posted 23 April 2009 - 16:38

sub Walk(x,y) 

go: 

if uo.getY() > uo.gety("laststatus") then 

 uo.press(33) 

else 

 uo.press(35) 

endif 

while not uo.getX() == uo.getx("laststatus") || not uo.getY() == uo.gety("laststatus") 

 if not uo.getX() == uo.getx("laststatus") then 

  if uo.getX() > uo.getx("laststatus") then 

   if uo.getY() > uo.gety("laststatus") then 

	uo.press(38) 

   endif 

   if uo.getY() < uo.gety("laststatus") then 

	uo.press(37) 

   endif 

   if uo.getY() == uo.gety("laststatus") then 

	uo.press(36) 

   endif 

  endif 

  if uo.getX() < uo.getx("laststatus") then	

   if uo.gety() > uo.gety("laststatus") then 

	uo.press(39) 

   endif 

   if uo.gety() < uo.gety("laststatus") then 

	uo.press(40) 

   endif 

   if uo.gety() == uo.gety("laststatus") then 

	uo.press(34) 

   endif 

  endif 

 endif 

 if uo.getX() == uo.getx("laststatus") then 

  if uo.gety() > uo.gety("laststatus") then 

   uo.press(33) 

  endif 

  if uo.gety() < uo.gety("laststatus") then 

   uo.press(35) 

  endif 

  if uo.gety() == uo.gety("laststatus") then 

   wait(10) 

  endif 

 endif 

wend 

if uo.getx() == uo.getx("laststatus") then 

 if uo.gety() == uo.gety("laststatus") then 

  wait(10) 

 endif 

endif 

end sub






Вот чё получилось, глянь пожалуйсто почему выдаёт ошибку
Line17: Function not found - WALKN
когда добавил N вконце Walk стало выдавать
Line17: Invalid number of arguments WALKN


sub killelem() 

VAR LastTimer, Elem ,i,n 

LastTimer=UO.Timer() 



Dim NPC[3] 

NPC[1]='0x0018' 

NPC[2]='0x0003' 

NPC[3]='0x0003' 



While not UO.DEAD() 

UO.DeleteJournal() 

for n=1 to 3 

UO.FindType('NPC[n]',-1,'ground') 

Elem=UO.GetSerial('finditem') 

UO.Exec('warmode 1') 

UO.Attack(Elem) 

WalkN(0,0,Elem) 

UO.Say('Dye, mother fucker!') 

repeat 

wait(2000) 

until UO.InJournal('Body') OR LastTimer+300<UO.Timer() or uo.dead(Elem) 

UO.Exec('warmode 0') 

wait(100) 

LastTimer=UO.Timer() 

if UO.Life<50 and UO.Count('0x0E21') then 

repeat 

UO.BandageSelf() 

wait(4000) 

until UO.Life>170 OR LastTimer+300<UO.Timer() 

endif 

lootpp() 

next 

wend 

end sub



sub Walk(x,y) 

go: 

if uo.getY() > uo.gety("laststatus") then 

uo.press(33) 

else 

uo.press(35) 

endif 

while not uo.getX() == uo.getx("laststatus") || not uo.getY() == uo.gety("laststatus") 

if not uo.getX() == uo.getx("laststatus") then 

  if uo.getX() > uo.getx("laststatus") then 

   if uo.getY() > uo.gety("laststatus") then 

	uo.press(38) 

   endif 

   if uo.getY() < uo.gety("laststatus") then 

	uo.press(37) 

   endif 

   if uo.getY() == uo.gety("laststatus") then 

	uo.press(36) 

   endif 

  endif 

  if uo.getX() < uo.getx("laststatus") then	

   if uo.gety() > uo.gety("laststatus") then 

	uo.press(39) 

   endif 

   if uo.gety() < uo.gety("laststatus") then 

	uo.press(40) 

   endif 

   if uo.gety() == uo.gety("laststatus") then 

	uo.press(34) 

   endif 

  endif 

endif 

if uo.getX() == uo.getx("laststatus") then 

  if uo.gety() > uo.gety("laststatus") then 

   uo.press(33) 

  endif 

  if uo.gety() < uo.gety("laststatus") then 

   uo.press(35) 

  endif 

  if uo.gety() == uo.gety("laststatus") then 

   wait(10) 

  endif 

endif 

wend 

if uo.getx() == uo.getx("laststatus") then 

if uo.gety() == uo.gety("laststatus") then 

  wait(10) 

endif 

endif 

end sub





sub lootpp()



DIM R[13]; и здес тож нада добавлять

var c

R[1] = 0x0DE1

R[2] = 0x0EED

R[3] = 0x09AA

R[4] = 0x1541

R[5] = 0x1088

R[6] = 0x1086

R[7] = 0x108A

R[8] = 0x14ED

R[9] = 0x1515

R[10] = 0x1F03

R[11] = 0x0F09

R[12] = 0x1549

R[13] = 0x204E

UO.UseObject('lastcorpse')

wait(100)





for c=1 to 13;Дабавляё болше если таипы добавляш

repeat

uo.findtype(R[c],"-1","lastcorpse")

if UO.FindCount()>0 and Uo.GetDistance("lastcorpse")<=4 then

UO.Grab("0","finditem")

wait(100)

end if

until UO.FindCount()<1

wait(50)

next

end sub

end sub





sub eat() 

while not uo.dead() 

repair()

wait(600)

uo.usetype('0x1F9A') 

uo.usetype('0x0978') 

uo.usetype('0x0978')

wait(3600000) 

wend 

end sub

UoLife Power
Posted Image

#12 Cold

Cold

    Advanced Player

  • Members
  • 400 posts
  • Gender:Male

Posted 23 April 2009 - 17:22

sub killelem() 

VAR LastTimer, Elem ,i,n 

LastTimer=UO.Timer() 



Dim NPC[3] 

NPC[1]='0x0018' 

NPC[2]='0x0003' 

NPC[3]='0x0003' 



While not UO.DEAD() 

UO.DeleteJournal() 

for n=1 to 3 

UO.FindType('NPC[n]',-1,'ground') 

Elem=UO.GetSerial('finditem') 

UO.Exec('warmode 1') 

UO.Attack(Elem) 

Walk(Elem) 

UO.Say('Dye, mother fucker!') 

repeat 

wait(2000) 

until UO.InJournal('Body') OR LastTimer+300<UO.Timer() or uo.dead(Elem) 

UO.Exec('warmode 0') 

wait(100) 

LastTimer=UO.Timer() 

if UO.Life<50 and UO.Count('0x0E21') then 

repeat 

UO.BandageSelf() 

wait(4000) 

until UO.Life>170 OR LastTimer+300<UO.Timer() 

endif 

lootpp() 

next 

wend 

end sub



sub Walk(x,y) 

go: 

if uo.getY() > uo.gety("laststatus") then 

uo.press(33) 

else 

uo.press(35) 

endif 

while not uo.getX() == uo.getx("laststatus") || not uo.getY() == uo.gety("laststatus") 

if not uo.getX() == uo.getx("laststatus") then 

  if uo.getX() > uo.getx("laststatus") then 

   if uo.getY() > uo.gety("laststatus") then 

	uo.press(38) 

   endif 

   if uo.getY() < uo.gety("laststatus") then 

	uo.press(37) 

   endif 

   if uo.getY() == uo.gety("laststatus") then 

	uo.press(36) 

   endif 

  endif 

  if uo.getX() < uo.getx("laststatus") then	

   if uo.gety() > uo.gety("laststatus") then 

	uo.press(39) 

   endif 

   if uo.gety() < uo.gety("laststatus") then 

	uo.press(40) 

   endif 

   if uo.gety() == uo.gety("laststatus") then 

	uo.press(34) 

   endif 

  endif 

endif 

if uo.getX() == uo.getx("laststatus") then 

  if uo.gety() > uo.gety("laststatus") then 

   uo.press(33) 

  endif 

  if uo.gety() < uo.gety("laststatus") then 

   uo.press(35) 

  endif 

  if uo.gety() == uo.gety("laststatus") then 

   wait(10) 

  endif 

endif 

wend 

if uo.getx() == uo.getx("laststatus") then 

if uo.gety() == uo.gety("laststatus") then 

  wait(10) 

endif 

endif 

end sub





sub lootpp()



DIM R[13]; и здес тож нада добавлять

var c

R[1] = 0x0DE1

R[2] = 0x0EED

R[3] = 0x09AA

R[4] = 0x1541

R[5] = 0x1088

R[6] = 0x1086

R[7] = 0x108A

R[8] = 0x14ED

R[9] = 0x1515

R[10] = 0x1F03

R[11] = 0x0F09

R[12] = 0x1549

R[13] = 0x204E

UO.UseObject('lastcorpse')

wait(100)





for c=1 to 13;Дабавляё болше если таипы добавляш

repeat

uo.findtype(R[c],"-1","lastcorpse")

if UO.FindCount()>0 and Uo.GetDistance("lastcorpse")<=4 then

UO.Grab("0","finditem")

wait(100)

end if

until UO.FindCount()<1

wait(50)

next

end sub

end sub





sub eat() 

while not uo.dead() 

repair()

wait(600)

uo.usetype('0x1F9A') 

uo.usetype('0x0978') 

uo.usetype('0x0978')

wait(3600000) 

wend 

end sub
[/quote]
так пробуй.
Posted Image

#13 UOlife

UOlife

    Journeyman

  • Members
  • 77 posts
  • Gender:Male
  • Location:Украина Донецк

Posted 23 April 2009 - 17:28

Опять 25 (
Line17: Invalid number of arguments WALK
UoLife Power
Posted Image

#14 DentonA

DentonA

    Newbie

  • Members
  • 14 posts

Posted 01 May 2009 - 22:54

sub killelem() 

VAR LastTimer, Elem ,i,n, elemX, elemY

LastTimer=UO.Timer() 



Dim NPC[3] 

NPC[1]='0x0018' 

NPC[2]='0x0003' 

NPC[3]='0x0003' 



While not UO.DEAD() 

UO.DeleteJournal() 

for n=1 to 3 

UO.FindType('NPC[n]',-1,'ground') 

Elem=UO.GetSerial('finditem') 

UO.Exec('warmode 1') 

UO.Attack(Elem) 

elemX = uo.getX(Elem)

elemY = uo.getY(Elem)

Walk(elemX, elemY) 

UO.Say('Dye, mother fucker!') 

repeat 

wait(2000) 

until UO.InJournal('Body') OR LastTimer+300<UO.Timer() or uo.dead(Elem) 

UO.Exec('warmode 0') 

wait(100) 

LastTimer=UO.Timer() 

if UO.Life<50 and UO.Count('0x0E21') then 

repeat 

UO.BandageSelf() 

wait(4000) 

until UO.Life>170 OR LastTimer+300<UO.Timer() 

endif 

lootpp() 

next 

wend 

end sub



sub Walk(x,y) 

go: 

if uo.getY() > uo.gety("laststatus") then 

uo.press(33) 

else 

uo.press(35) 

endif 

while not uo.getX() == uo.getx("laststatus") || not uo.getY() == uo.gety("laststatus") 

if not uo.getX() == uo.getx("laststatus") then 

  if uo.getX() > uo.getx("laststatus") then 

   if uo.getY() > uo.gety("laststatus") then 

	uo.press(38) 

   endif 

   if uo.getY() < uo.gety("laststatus") then 

	uo.press(37) 

   endif 

   if uo.getY() == uo.gety("laststatus") then 

	uo.press(36) 

   endif 

  endif 

  if uo.getX() < uo.getx("laststatus") then	

   if uo.gety() > uo.gety("laststatus") then 

	uo.press(39) 

   endif 

   if uo.gety() < uo.gety("laststatus") then 

	uo.press(40) 

   endif 

   if uo.gety() == uo.gety("laststatus") then 

	uo.press(34) 

   endif 

  endif 

endif 

if uo.getX() == uo.getx("laststatus") then 

  if uo.gety() > uo.gety("laststatus") then 

   uo.press(33) 

  endif 

  if uo.gety() < uo.gety("laststatus") then 

   uo.press(35) 

  endif 

  if uo.gety() == uo.gety("laststatus") then 

   wait(10) 

  endif 

endif 

wend 

if uo.getx() == uo.getx("laststatus") then 

if uo.gety() == uo.gety("laststatus") then 

  wait(10) 

endif 

endif 

end sub





sub lootpp()



DIM R[13]; и здес тож нада добавлять

var c

R[1] = 0x0DE1

R[2] = 0x0EED

R[3] = 0x09AA

R[4] = 0x1541

R[5] = 0x1088

R[6] = 0x1086

R[7] = 0x108A

R[8] = 0x14ED

R[9] = 0x1515

R[10] = 0x1F03

R[11] = 0x0F09

R[12] = 0x1549

R[13] = 0x204E

UO.UseObject('lastcorpse')

wait(100)





for c=1 to 13;Дабавляё болше если таипы добавляш

repeat

uo.findtype(R[c],"-1","lastcorpse")

if UO.FindCount()>0 and Uo.GetDistance("lastcorpse")<=4 then

UO.Grab("0","finditem")

wait(100)

end if

until UO.FindCount()<1

wait(50)

next

end sub

end sub





sub eat() 

while not uo.dead() 

repair()

wait(600)

uo.usetype('0x1F9A') 

uo.usetype('0x0978') 

uo.usetype('0x0978')

wait(3600000) 

wend 

end sub


Подправил, пробуй

#15 Lucky

Lucky
  • Members
  • 1 posts
  • Gender:Male
  • Location:Донецк

Posted 02 May 2009 - 12:19

Спасибо! Попробую, ток позже. Так, как айпи с аком забанены, пишу с телефона =( если нетрудно, можеш кинуть в скайп: lucky_predator
или в асю 290188894




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users