Yoko

All sides of Injection
It is currently 2025-11-03 18:23:07

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
PostPosted: 2006-03-12 11:58:54 
Offline

Joined: 2006-02-11 12:35:59
Posts: 6
Вот скрипт мининга. Я хотела бы, что бы добвили в жтот скрипт каст по реколу когда вес становится 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


Top
   
 Post subject:
PostPosted: 2006-03-12 12:06:27 
Offline

Joined: 2005-04-19 18:00:29
Posts: 2259
Location: Московская область
1. код
2. поиск
3. руки.ехе


Code:
  if uo.weight > 624 then 
         uo.waittargetobject(' id rune ')
         uo.Cast('Recall')
      end if


Top
   
 Post subject:
PostPosted: 2006-03-12 12:34:56 
Offline

Joined: 2006-02-11 12:35:59
Posts: 6
не че не поняла)


Top
   
PostPosted: 2006-03-12 15:17:23 
Offline
User avatar

Joined: 2005-01-21 10:00:30
Posts: 64
Location: 74
Azumi wrote:
Учтите я ПК.


ой боюсь :D


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

All times are UTC+02:00


Who is online

Users browsing this forum: Bing [Bot] and 19 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 Limited