авто

Anything and all.

Moderators: Murderator+, Murderator

Locked
gamma
Posts: 8
Joined: 2006-02-09 00:35:07

авто

Post by gamma »

народ . очень прошу
надо чтобы вот эта вешь делалась автоматом после того как у меня меньше 100 хп

Code: Select all

sub BloodG() 
uo.exec("usefromground 0x122E ")
wait(10)
uo.exec("usefromground 0x122C ")
wait(10)
uo.exec("usefromground 0x122D ")
wait(10)
uo.exec("usefromground 0x122A ")
wait(10)
uo.exec("usefromground 0x122B ")
wait(10)
uo.exec("usefromground 0x0ED4 ")
wait(10)
end sub

умаляю !!!
Grin
Expert!
Posts: 2580
Joined: 2005-05-04 14:05:19
Location: Москва

Post by Grin »

Code: Select all

sub BloodG() 
uo.exec("usefromground 0x122E ")
wait(10)
uo.exec("usefromground 0x122C ")
wait(10)
uo.exec("usefromground 0x122D ")
wait(10)
uo.exec("usefromground 0x122A ")
wait(10)
uo.exec("usefromground 0x122B ")
wait(10)
uo.exec("usefromground 0x0ED4 ")
wait(10)
end sub
sub Blood()
   while not uo.Dead()
      if uo.life < 100 then
         BloodG()
         wait(500)
      end if
      wait(100)
   wend
end sub

Запускать Blood
gamma
Posts: 8
Joined: 2006-02-09 00:35:07

Post by gamma »

спс , а можо ещё сделать как-нибуть чтоб не писалось no item found ???
соррь если заеб )
Grin
Expert!
Posts: 2580
Joined: 2005-05-04 14:05:19
Location: Москва

Post by Grin »

,set injectecho 0
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post by Destruction »

Grin wrote:,set injectecho 0

Эмм, это вроде отвечает за запись в журнал сообщений инжекта.

А чтобы не писалось, но айтем фаунд, теоретически надо убрать Verbose Menu, но помогает не от всех фраз.

Мона ваще прям из Injection.dll удалить :roll:
Grin
Expert!
Posts: 2580
Joined: 2005-05-04 14:05:19
Location: Москва

Post by Grin »

вспомнил...
,set quiet 1
gamma
Posts: 8
Joined: 2006-02-09 00:35:07

Post by gamma »

всё спс, моно закрывать
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post by Destruction »

Запросто :wink:

Green умный мля..
Locked