Доведите до ума.

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
Azumi
Posts: 6
Joined: 2006-02-11 12:35:59
Contact:

Доведите до ума.

Post by Azumi »

Вот скрипт мининга. Я хотела бы, что бы добвили в жтот скрипт каст по реколу когда вес становится 625. Учтите я ПК.

sub maning()
#DeviL#
var mx, my, mz, i, j, jor, ser, noto
Uo.exec("set norbcheck 1"); для рекола
uo.exec("set norbcalc 1"); тоже

uo.print('!!Выбери Лопату!! ')
uo.exec('addobject Shovel')
while uo.targeting()
wait(100)
wend


na4alo:
mx = UO.GetX("self")
my = UO.GetY("self")
mz = UO.GetZ("self")
UO.DeleteJournal()
for i = mx-4 to mx+4
for j = my -4 to my+4
while not UO.Hidden()
UO.Warmode("0")
UO.Print("Копаем в координатах: "+str(mx-i)+" "+str(my-j))
UO.UseSkill("Hiding")
wait(4000)
wend
while not UO.InJournal("no ore here") and not UO.InJournal("location") and not UO.InJournal("far away") and not UO.InJournal("in rock") and not UO.InJournal("Iron Ore") and not UO.InJournal("Copper") and not UO.InJournal("Rusty Ore")
UO.DeleteJournal()
if uo.waiting() then
endif
UO.Waittargettile("1341", str(i), str(j), str(mz))
UO.Useobject("Shovel")
while not UO.InJournal("You put") and not UO.InJournal("heavy") and not UO.InJournal("location") and not UO.InJournal("no ore") and not UO.InJournal("but fail") and not UO.InJournal("far away") and not UO.InJournal("in rock")
wait (500)
endif
for jor = 0 to 9
ser = uo.journalserial(jor)
noto = uo.getnotoriety(ser)
if noto <> 1 and noto <> 0 and not uo.injournal("elemental") then
if uo.waiting() then
uo.canceltarget()
endif
endif
next
wend
wend
UO.DeleteJournal()
next
next
goto na4alo
end:
if uo.waiting() then
uo.canceltarget()
endif
uo.deletejournal()
if uo.waiting() then
uo.canceltarget()
endif
mx = UO.GetX("self")
my = UO.GetY("self")
wait(10000)
if not UO.GetX("self") <> mx and not UO.GetY("self") <> my then
goto reccal
endif
goto na4alo
end sub
Scripts Writer
Posts: 2259
Joined: 2005-04-19 18:00:29
Location: Московская область
Contact:

Post by Scripts Writer »

1. код
2. поиск
3. руки.ехе


Code: Select all

  if uo.weight > 624 then 
         uo.waittargetobject(' id rune ')
         uo.Cast('Recall')
      end if
Azumi
Posts: 6
Joined: 2006-02-11 12:35:59
Contact:

Post by Azumi »

не че не поняла)
uisran
Posts: 64
Joined: 2005-01-21 10:00:30
Location: 74
Contact:

Re: Доведите до ума.

Post by uisran »

Azumi wrote: Учтите я ПК.


ой боюсь :D
Post Reply