Помощь - Поиск - Пользователи - Календарь
Полная версия: Скрипт для мага и воина
UoKit.com Форумы > Ultima Online > Программы для Ultima Online > Injection
lonet
Если не жалко дайте пожалусто скрипты для мага боевые там стрелки телепорт и.д и для воина хил припив и.д
lonet
ну не жадничайте )
lonet
все жадины говядины )) нашол кому надо держите
ХИЛ ВОИНУ
sub healing()
var i
Var Сli1="cliloc# 0xA4E9"

while not uo.dead()

if uo.gethp()<uo.getmaxhp() then
uo.deletejournal()
uo.msg("[BANDSELF")
for i=1 to 50
wait(400)
if uo.injournal(Сli1) or uo.injournal("cliloc# 0xA4E7") or uo.injournal("cliloc# 0x2D47") or uo.injournal("cliloc# 0x2D70") then
i=50
end if
next
end if
wait(400)
wend
end sub

ПРИПИВ
sub pripiv()

repeat
uo.removeneckless()
wait(600)
until uo.Hex2Int(uo.ObjAtLayer('Neck'))==0

repeat
uo.equip('Neck','0x40018385')
wait(600)
until uo.Hex2Int(uo.ObjAtLayer('Neck'))>0

repeat
uo.unequip('Brace')
wait(600)
until uo.Hex2Int(uo.ObjAtLayer('Brace'))==0

repeat
uo.equip('Brace','0x40018388')
wait(600)
until uo.Hex2Int(uo.ObjAtLayer('Brace'))>0

repeat
uo.removeearrings()
wait(600)
until uo.Hex2Int(uo.ObjAtLayer('Ear'))==0

repeat
uo.equip('Ear','0x4001837E')
wait(600)
until uo.Hex2Int(uo.ObjAtLayer('Ear'))>0

repeat
uo.removering()
wait(600)
until uo.Hex2Int(uo.ObjAtLayer('Ring'))==0

repeat
uo.equip('Ring','0x40028828')
wait(600)
until uo.Hex2Int(uo.ObjAtLayer('Ring'))>0


uo.msg('[drink strength')
wait(100)

uo.msg('[drink agility')
wait(100)

repeat
uo.removeneckless()
wait(600)
until uo.Hex2Int(uo.ObjAtLayer('Neck'))==0

repeat
uo.equip('Neck','0x4000DF08')
wait(600)
until uo.Hex2Int(uo.ObjAtLayer('Neck'))>0

repeat
uo.unequip('Brace')
wait(600)
until uo.Hex2Int(uo.ObjAtLayer('Brace'))==0
repeat
uo.equip('Brace','0x40021A74')
wait(600)
until uo.Hex2Int(uo.ObjAtLayer('Brace'))>0

repeat
uo.removeearrings()
wait(600)
until uo.Hex2Int(uo.ObjAtLayer('Ear'))==0

repeat
uo.equip('Ear','0x400234F3')
wait(600)
until uo.Hex2Int(uo.ObjAtLayer('Ear'))>0

repeat
uo.removering()
wait(600)
until uo.Hex2Int(uo.ObjAtLayer('Ring'))==0

repeat
uo.equip('Ring','0x4001A853')
wait(600)
until uo.Hex2Int(uo.ObjAtLayer('Ring'))>0
end sub

МАГУ
sub Arrow()
uo.cast('Magic Arrow','last')
if uo.injournal('cliloc# 0xA3A1') then
uo.cast('Magic Arrow','lastattack')
uo.deletejournal()
endif
endsub

sub Heal()
if (UO.InJournal('cliloc# 0xA3A1') or UO.InJournal('cliloc# 0xAB74')) then
UO.exec("cast 'Heal' ")
UO.DeleteJournal()
end if
if not uo.waiting() then
UO.exec("cast 'Heal' self")
end if
end sub


sub L()
if not uo.waiting() then
UO.exec("cast Lightning last")
end if
if UO.InJournal('cliloc# 0xA3A1') or UO.InJournal('cliloc# 0xAB74') then
UO.exec("cast Lightning")
UO.DeleteJournal()
end if
end sub



sub Bless()
if not UO.waiting() then
UO.Exec("cast Bless self")
end if
if uo.injournal("cliloc# 0xA3A1") then
UO.Exec("cast Bless self")
wait(100)
uo.deletejournal()
end if
end sub



sub Curse()
uo.cast('Curse','last')
if uo.injournal('cliloc# 0xA3A1') then
uo.cast('Curse','lastattack')
uo.deletejournal()
end if
end sub


sub Gh()
if not uo.waiting() then
UO.exec("cast 'Greater Heal' self")
end if
if UO.InJournal('cliloc# 0xA3A1') or UO.InJournal('cliloc# 0xAB74') then
UO.exec("cast 'Greater Heal'")
UO.DeleteJournal()
end if
end sub

sub refresh()
var stam=7
while not uo.dead()
If uo.stamina < stam Then
If uo.Count('0x0F0B') > 0 Then
uo.Msg ("[drink refresh")
Wait(500)
EndIf
EndIf
Wait(500)
wend
end sub

sub heal1()
var hp=100
while not uo.dead()
if UO.Life<=70 then
uo.Msg ("[drink heal")
Wait(3333)
EndIf
EndIf
Wait(100)
wend
end sub




sub Harm()
if not uo.waiting() then
UO.exec("cast Harm last")
end if
if UO.InJournal('cliloc# 0xA3A1') or UO.InJournal('cliloc# 0xAB74') then
UO.exec("cast Harm")
UO.DeleteJournal()
end if
end sub

sub fireball()
if Not uo.Waiting() then
uo.Exec("cast 'Fireball' last")
end if
if uo.InJournal("cliloc# 0xA3A1") then
uo.Exec("cast 'Fireball' lastattack")
uo.Exec("cast 'Fireball' last")
uo.DeleteJournal()
end if
end sub

sub tele()
UO.exec("cast 'Teleport' ")
uo.msg('[e woohoo')
wait (1500)
UO.DeleteJournal()
end if
end sub

sub go()

uo.dress('1')
uo.arm('5')
Wait(1000)
uo.arm('5')

end sub

sub Redy()

uo.setdressspeed('800')
uo.setdress('1')
uo.setarm('5')

end sub

Пользуйтесь !!!!!!
Это текстовая версия — только основной контент. Для просмотра полной версии этой страницы, пожалуйста, нажмите сюда.
Русская версия Invision Power Board © 2001-2024 Invision Power Services, Inc.