Stránka 1 z 1
Clumsy target
Napsal: 10.06.2013 19:12:28
od Bellzebub
Zdravíčko,
byl by jste někdo od té dobroty a přepsal mi script na necra? Kdyby byl výsledek takový že mi vylítne target na clumsy já označím cíl a na něj se bude kouzlit tak bych vám byl velmi vděčný

předem díky
sub necro()
var timer = UO.timer()
while NOT UO.Dead()
while UO.Mana>=30
if UO.count("0x0EFA","0x0026") 0 then
UO.WaitTargetSelf()
UO.UseType(0x0E35,0x0079)
wait(3800)
if (Uo.timer() - timer)*100 >= 16000 then
uo.waittargettype("0x0F0E","Ox0000")
uo.usetype("0x1843","0x0005")
wait(1000)
uo.usetype("0x0F09")
wait(500)
timer = UO.timer()
end if
else
uo.playwav("C:\Downloads\injection\alarm_3.wav")
wait(1000)
uo.exec("terminate necro")
end if
wend
while UO.Mana = 20000 then
uo.waittargettype("0x0F0E","Ox0000")
uo.usetype("0x1843","0x0005")
wait(1000)
uo.usetype("0x0F09")
wait(500)
timer = UO.timer()
end if
wend
wend
end sub
Re: Clumsy target
Napsal: 10.06.2013 22:57:42
od Erik Nighelt
Bellzebub píše:...
ten tvuj je hrozná mazanina.. tu máš toto:
Kód: Vybrat vše
sub necro_MR_med()
UO.AddObject('cil')
wait(3000)
var i
While True
IF NOT kontrola_regu() OR NOT kontrola_svitku() THEN
return
EndIF
While UO.Mana >= 15
UO.WaitTargetObject('cil')
UO.UseType("0x0E35","0x0079")
Repeat
Wait(100)
Until UO.InJournal("Uus Jux|The spell fizzles")
Wait(3750)
Wend
prelivani_a_piti()
Wend
end sub
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sub kontrola_regu()
IF UO.Count("0x0F8F","0x0000") < 1 OR UO.Count("0x0F8B","0x0000") < 1 THEN
UO.Print("Nemas potrebne regy!")
return 0
EndIF
end sub
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sub kontrola_svitku()
IF UO.Count("0x0E35","0x0079") < 1 THEN
UO.Print("Nemas svitky!")
return 0
EndIF
end sub
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sub prelivani_a_piti()
If UO.Mana < UO.INT Then
If (UO.Count("0x1843","0x0005") > 0 && UO.Count("0x0F0E","0x0000") > 0) || (UO.Count
("0x1843","0x0003") > 0 && UO.Count("0x0F0E","0x0000") > 0) THEN
UO.DeleteJournal()
UO.WaitTargetType("0x0F0E","0x0000")
UO.UseType("0x1843")
repeat
wait(100)
Until UO.InJournal("You put the")
EndIF
wait(200)
IF UO.Count("0x0F09") > 0 then
UO.UseType("0x0F09")
EndIF
EndIf
end sub
funguje jak si psal..
Re: Clumsy target
Napsal: 27.06.2013 19:36:58
od Bellzebub
target to hodí ale po zadání cíle hodí chybku ... Line 6: Function not found - KONTROLA_REGU
Re: Clumsy target
Napsal: 28.06.2013 10:02:18
od Polarka
Bellzebub píše:target to hodí ale po zadání cíle hodí chybku ... Line 6: Function not found - KONTROLA_REGU
to je divne, kontrola regof je hned podtym

kopiroval si to cele? ale nvm teraz presne ako to yoko checkuje :/
Re: Clumsy target
Napsal: 28.06.2013 10:37:34
od Breezeway
Kód: Vybrat vše
sub clumsy_nekro()
while uo.count('0x0F8B')>=1 or uo.count('0x0F8F')>=1
while Uo.mana>= 20
If uo.count('0x0E35','0x0079')<1 then
Uo.Print('dosly svitky konec')
return
wait(500)
end if
Uo.waittargetself()
uo.usetype('0x0E35','0x0079')
wait(4500)
wend
If Uo.count('0x0F09','0x0005') < 1 Then
uo.waittargettype('0x0F0E','0x0000')
uo.usetype('0x1843','0x0005')
wait(3000)
endIf
uo.deletejournal()
uo.usetype('0x0F09',0x0005)
Repeat
wait(1000)
until Uo.Injournal ('You put')
wait(2500)
wend
Uo.print('dosly regy konec')
end sub
Tím jsem trénovala kdysi dávno.
Re: Clumsy target
Napsal: 28.06.2013 11:58:04
od Bellzebub
Funguje díky ale šlo o tom aby ten script na začátku udělal target na koho bude Clumsy sesílat

Re: Clumsy target
Napsal: 28.06.2013 12:04:47
od Breezeway
Bellzebub píše:Funguje díky ale šlo o tom aby ten script na začátku udělal target na koho bude Clumsy sesílat

Tak tohle je vyloženě na trening na sobě. Trénuješ nekro a zároveň u toho i magické rezisty.
Re: Clumsy target
Napsal: 06.06.2016 13:10:46
od santusan
A script super ale neměl by to někdo i s meditací ? prosím