Quote:
А если вооружить чара хорошим дивайсом и армором + бинтами и бутылками гх, то сам он не завалит элема?
У меня гм боевых, магиии, всего чего угодно, хелинга, но элем, это чудо пордка 400стр, носится с огромной скорость, постоянно вызывает земляных элемов на тебя, при всем этом закидываем магией без остановки, от лайтов до фс, постоянно релпорится к тебе, от него даже верхом чтобы убежать еще постараться надо, гмы над мобами хорошо поработали.
Что такое sign? Вот собсно мой скрипт, сериал элема сразу еще в скрипте на его проверку в глобалку записывается.
Code:
sub KillElemental()
VAR x, y, a, b
x = uo.getx()
y = uo.gety()
if val(uo.getglobal('per3')) == 1 then
x = uo.getx() + 2
walk(x,y)
endif
if val(uo.getglobal('per3')) == 2 then
x = uo.getx() - 2
walk(x,y)
endif
if val(uo.getglobal('per3')) == 3 then
x = uo.getx() - 2
walk(x,y)
endif
if val(uo.getglobal('per3')) == 4 then
x = uo.getx() + 2
walk(x,y)
endif
uo.usetype('0x0F08')
step:
if uo.Mana < 50 then
uo.usetype('0x0F09')
wait(100)
endif
a = uo.getglobal('per5')
uo.waittargetobject('a')
uo.cast('Energy Vortex')
wait(5000)
checklag()
if uo.injournal('The spell fizzles.') then
wait(500)
uo.deletejournal('The spell fizzles.')
goto step
endif
while not uo.injournal('Body of')
while val(uo.getglobal('per4')) == 1
wait(50)
wend
uo.set('finddistance', '10')
uo.findtype('0x000D', '-1', '1')
if uo.findcount() == 0 then
goto step
else
wait(100)
endif
if not uo.Hidden() then
uo.usetype('0x0F08')
wait(100)
else
wait(100)
endif
wait(15000)
wend
step2:
if uo.Mana < 40 then
uo.usetype('0x0F09')
wait(100)
endif
uo.cast('Mass Dispel', 'self')
wait(5000)
checklag()
if uo.injournal('The spell fizzles') then
wait(500)
uo.deletejournal('The spell fizzles')
goto step2
endif
if val(uo.getglobal('per3')) == 1 then
x = uo.getx() - 2
walk(x,y)
endif
if val(uo.getglobal('per3')) == 2 then
x = uo.getx() + 2
walk(x,y)
endif
if val(uo.getglobal('per3')) == 3 then
x = uo.getx() + 2
walk(x,y)
endif
if val(uo.getglobal('per3')) == 4 then
x = uo.getx() - 2
walk(x,y)
endif
DIM item[2]
item[0] = '0x1BF5' #тип ингов#
item[1] = '0x0EED' #тип золота#
uo.useobject('lastcorpse')
wait(1000)
checklag()
for b = 0 to 1
uo.findtype( item[b], '-1', 'lastcorpse')
while uo.findcount() > 0
uo.moveitem('finditem')
wait(1000)
wend
next
end sub
sub Walk(x,y)
go:
while not uo.getX() == x || not uo.getY() == y
if not uo.getX() == x then
if uo.getX() > x then
uo.press(36)
else
uo.press(34)
endif
endif
if not uo.getY() == y && uo.getX() == x then
if uo.getY() > y then
uo.press(33)
else
uo.press(35)
endif
endif
checklag()
wend
checklag()
if not uo.getX() == x || not uo.getY() == y then
goto go
endif
end sub
Конечно можно попробовать нацепить фул валор, Soul Riper (оружие хаоса), взять тотал хелы (полностью хп востанавливают) и дать ему по рагам, но я сильно сомневаюсь что это прокатит, тем более если вылезет элем выхи он мне точно накастыляет, в чем бы я не был.