Прямая связь с администрацией по скайпу: gods.dragon
We've noticed that you've been inactive for over 10 minute(s). We've stopped running the Shoutbox due to your inactivity. If you are back again, please click the I'm Back button below.
А ласт атак атаковать по стащенному статусу без включения вар режима может? Или кидать атаку на убегающего игрока нажатием 1 кнопки без всяких прицеливаний мышкой?
Раньше можно было ставить фаир стенку, они через нее не проходили, а после смены сферы даже не знаю чем монстра остановить. Энерджи филд для этого и нужна.
Скрипт для инжи не полный, не хватает чеклага и делет журнала, вот полностью рабочая версия:
sub lock()
CheckLag()
uo.canceltarget()
uo.addobject("takebag")
while uo.targeting()
wait(50)
wend
uo.canceltarget()
uo.useobject("takebag")
uo.addobject("putbag")
while uo.targeting()
wait(50)
wend
uo.useobject("putbag")
uo.findtype('0x09AA','-1','takebag')
while (uo.FindCount() > 0 or uo.count('0x09AA') > 0) and uo.count('0x14FB') > 0
uo.findtype('0x09AA','-1','my')
if not (uo.FindCount() > 1) then
uo.findtype('0x09AA','-1','takebag')
uo.grab('0', 'finditem')
end if
wait(200)
uo.deletejournal()
repeat
if not uo.injournal("must wait") or uo.injournal("Targeting cancelled") then
uo.findtype('0x09AA', '-1', 'my')
uo.waittargetobject('finditem')
end if
uo.deletejournal()
uo.usetype('0x14FB')
wait(1000)
until uo.injournal("Box unlocked") or uo.injournal("already unlocked") or uo.injournal("No item found") or uo.injournal("You must have")
uo.moveitem('finditem', '0', 'putbag')
wait(500)
uo.findtype('0x09AA','-1','takebag')
wend
if uo.count('0x14FB') == 0 then
uo.print('You lack Lockpicks')
end if
uo.findtype('0x09AA','-1','putbag')
while (uo.FindCount() > 0 or uo.count('0x09AA') > 0) and uo.count('0x14FB') > 0
if uo.count('0x09AA') < 1 then
uo.findtype('0x09AA','-1','putbag')
uo.grab('1', 'finditem')
end if
uo.usetype('0x09AA')
wait(500)
uo.findtype('0x09AA','-1','putbag')
wend
end sub
sub checklag()
deljournal("backpack|Backpack")
UO.Click("backpack")
repeat
wait(100)
until UO.InJournal("backpack|Backpack")
end sub
sub deljournal(msg)
while UO.InJournal(msg)
UO.SetJournalLine(UO.InJournal(msg)-1,"")
wend
end sub