Хилинг

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
Optical
Posts: 86
Joined: 2004-11-02 23:52:47

Хилинг

Post by Optical »

Дайте пожалуйсто скрипт на хилинг для шарда DrW.
У меня был скрипт, но он очень древний, и теперь он не работает =(
Leks
Posts: 58
Joined: 2004-11-06 12:56:58
Location: Украина, Днепропетровск.
Contact:

Re: Хилинг

Post by Leks »

Optical wrote:Дайте пожалуйсто скрипт на хилинг для шарда DrW.
У меня был скрипт, но он очень древний, и теперь он не работает =(
Тут через поиск я нашел штук 5-7 разных... и загляни в "Скрипты и Клуб.".....
Just Be! Все ФИГНЯ, кроме пчёл!!! А пчёлы ваще фигня!
Askaneli
Sphere expert
Posts: 1143
Joined: 2004-10-01 08:27:38
Location: Уфа

Re: Хилинг

Post by Askaneli »

Optical wrote:Дайте пожалуйсто скрипт на хилинг для шарда DrW.
У меня был скрипт, но он очень древний, и теперь он не работает =(

Code: Select all

sub Train_Healing() 
var i,j,tekstr
uo.undress() 
wait(100)
repeat
   UO.FindType(0x0E21,"-1","my") 
   if UO.FindCount() then 
      tekstr=uo.str
      wait(100)
      cheklag()
      uo.usetype(0x1F00); Cursed Hat 
      uo.useskill ("Spirit Speak") 
      wait(2000)
      j=0
      repeat
         wait(10)
         j=j+1
      until (uo.life <= tekstr-1) or (j>1000)
      cheklag()
      uo.undress() 
      wait(100)
      cheklag()
      uo.exec('bandageself') 
      Wait(2000) 
   else 
      UO.FindType(0x0E20,"-1","my") 
      if UO.FindCount() then 
         cheklag()
         uo.waittargettype(0x1008)   # wash basin 
         uo.UseType(0x0E20)   #bloody bandages 
      else 
         cheklag()
         uo.print("You haven't bandages") 
         uo.exec("terminate Train_Healing") 
         Play_Sound(1) 
      endif 
   endif 
until uo.dead()
end sub

sub cheklag()
uo.deletejournal()
uo.click('backpack')
Repeat
wait(100)
Until UO.InJournal("backpack")
end sub
Я вот этим качал !!! Взял тута чей-то и добавил кое что !!!
Сделал дело - флуди смело !!!
Di®A†h
Posts: 24
Joined: 2004-11-14 20:23:48
Location: не важно!
Contact:

Post by Di®A†h »

или вот еще неплохой...

Code: Select all

sub hill() 
   var exit, LastTimer, live 
   var Reconnect=1 ; добавлено мной 

   if Reconnect==1 then ; добавлено мной 
   uo.Exec('exec Reconnect') ; добавлено мной 
   end if ; добавлено мной 

   uo.disarm() 
   wait(2000) 
   exit = 0 
   while exit <> 1 
      live = UO.STR 
      CheckLag() 
      uo.waittargettype ('0x1008') 
      uo.usetype ('0x0E20') 
      wait(500) 
      uo.usetype('0x0E85') ;kursnutaja kirka 
    
     uo.useskill('Spirit Speak') 

      repeat 
         wait(500) 
      until UO.Life < live 
      CheckLag() 
    
      LastTimer=UO.Timer() 

      repeat 
         UO.BandageSelf() 
         wait(4000) 
      until UO.Life==UO.STR OR LastTimer+300<UO.Timer() 
   wend 
   end sub 
-=$؆=-
drcrazy
Junior Expert
Posts: 92
Joined: 2004-10-12 00:48:57
Location: Шард МЕ2

Post by drcrazy »

ООО.. Дираф, дарофф..
Ты сас где бегаешь?
The pleasure of satisfying a savage instinct, undomesticated by the ego, is incomparably much more intense then the one of satisfying a tamed instinct. S.Freud.
Di®A†h
Posts: 24
Joined: 2004-11-14 20:23:48
Location: не важно!
Contact:

Post by Di®A†h »

drcrazy wrote:ООО.. Дираф, дарофф..
Ты сас где бегаешь?
в окло, а ты кто?))
-=$؆=-
Bloodmoon
Posts: 128
Joined: 2004-06-23 08:55:32

Post by Bloodmoon »

Или вот мой :)

Code: Select all

sub Train_Healing()
var i
while True
	UO.FindType(0x0E21,"-1","my")
	if UO.FindCount() then
		uo.usetype(0x1718); Cursed Hat
		CheckLag()
		if i==3 or not i then
			Spirit() #----
			i=1
		else
			i=i+1
		endif
#		uo.useskill ("Spirit Speak")
			wait(2000)
		uo.undress()
		wait(100)
		uo.exec('bandageself')
		Wait(2000)
	else
		UO.FindType(0x0E20,"-1","my")
		if UO.FindCount() then
			uo.waittargettype(0x1008)	# wash basin
			uo.UseType(0x0E20)	#bloody bandages
			CheckLag()
		else
			uo.print("You haven't bandages") 
			uo.exec("terminate Train_Healing")
			Play_Sound(1)
		endif
	endif
wend
end sub
Люди,запихните в этот скрипт реконетер пожалуеста.А то я пробывал,у меня не получалось.
©Blodmoon :)
Leks
Posts: 58
Joined: 2004-11-06 12:56:58
Location: Украина, Днепропетровск.
Contact:

Post by Leks »

Bloodmoon wrote:Или вот мой :)

Code: Select all

sub Train_Healing()
var i
while True
	UO.FindType(0x0E21,"-1","my")
	if UO.FindCount() then
		uo.usetype(0x1718); Cursed Hat
		CheckLag()
		if i==3 or not i then
			Spirit() #----
			i=1
		else
			i=i+1
		endif
#		uo.useskill ("Spirit Speak")
			wait(2000)
		uo.undress()
		wait(100)
		uo.exec('bandageself')
		Wait(2000)
	else
		UO.FindType(0x0E20,"-1","my")
		if UO.FindCount() then
			uo.waittargettype(0x1008)	# wash basin
			uo.UseType(0x0E20)	#bloody bandages
			CheckLag()
		else
			uo.print("You haven't bandages") 
			uo.exec("terminate Train_Healing")
			Play_Sound(1)
		endif
	endif
wend
end sub
Люди,запихните в этот скрипт реконетер пожалуеста.А то я пробывал,у меня не получалось.
Вот табе реконэкт:

Code: Select all

 var Reconnect=1 ## 1 - Включить реконнект на сферу при дисконнекте, 0 - выключить.


sub Train_Healing() 
var i 

if Reconnect==1 then
uo.Exec('exec Reconnect')
end if

while True 
   UO.FindType(0x0E21,"-1","my") 
   if UO.FindCount() then 
      uo.usetype(0x1718); Cursed Hat 
      CheckLag() 
      if i==3 or not i then 
         Spirit() #---- 
         i=1 
      else 
         i=i+1 
      endif 
#      uo.useskill ("Spirit Speak") 
         wait(2000) 
      uo.undress() 
      wait(100) 
      uo.exec('bandageself') 
      Wait(2000) 
   else 
      UO.FindType(0x0E20,"-1","my") 
      if UO.FindCount() then 
         uo.waittargettype(0x1008)   # wash basin 
         uo.UseType(0x0E20)   #bloody bandages 
         CheckLag() 
      else 
         uo.print("You haven't bandages") 
         uo.exec("terminate Train_Healing") 
         Play_Sound(1) 
      endif 
   endif 
wend 
end sub

sub Reconnect() 
var reconnectTime, rFlag 
reconnectTime = '0' 
rFlag = 1 
repeat 
while (uo.ObjAtLayer('Bpack') == '') 
if rFlag then 
reconnectTime = MakeTime() 
rFlag = 0 
endif 
wait(20000) ## - WorldSave. 
uo.Say('') 
wait(3000) 
uo.Say('') 
wait(3000) 
uo.Say('') 
wait(3000) 
uo.LDblClick(357,164) 
uo.LClick(616,459) 
wait(3000) 
wend 
wait(3000) 
if (rFlag == 0) and (reconnectTime <> '0') then 
uo.TextOpen() 
uo.TextPrint('Disconnected & Reconnected @ '+reconnectTime) 
rFlag = 1 
reconnectTime = '0' 
end if 
until false 
end sub 

sub MakeTime() 
var d, t, ret, i 
ret = str(uo.Time()) 
t = "" 
for i = 0 to Len(ret) 
t = ret[Len(ret)-i] + t 
if (i == 2) or (i == 4) then 
t = ":" + t 
end if 
next 
ret = str(uo.Date()) 
d = "" 
for i = 0 to Len(ret) 
d = ret[Len(ret)-i] + d 
if (i == 2) or (I == 4) then 
d = "." + d 
end if 
next 
ret = t + " @ " + d 
return ret 
end sub  
BETEPAH, не смейся :)))
Just Be! Все ФИГНЯ, кроме пчёл!!! А пчёлы ваще фигня!
BETEPAH
Expert!
Posts: 838
Joined: 2004-05-31 09:31:51
Contact:

Post by BETEPAH »

Я сдерживаюсь ......пытаюсь... :oops: .......нет НЕМОГУ ....аааа... :lol: :mrgreen:
Все просто.
BETEPAH ™
drcrazy
Junior Expert
Posts: 92
Joined: 2004-10-12 00:48:57
Location: Шард МЕ2

Post by drcrazy »

Di®A†h wrote: в окло, а ты кто?))
Хех.. я шард имел ввиду..
Я с тобой на Энигме играл.. Пару раз на сходках виделись..
The pleasure of satisfying a savage instinct, undomesticated by the ego, is incomparably much more intense then the one of satisfying a tamed instinct. S.Freud.
Bloodmoon
Posts: 128
Joined: 2004-06-23 08:55:32

Post by Bloodmoon »

BETEPAH wrote:Я сдерживаюсь ......пытаюсь... :oops: .......нет НЕМОГУ ....аааа... :lol: :mrgreen:
Чего смеешься? :)
©Blodmoon :)
Post Reply