алхимия тотал манки хелп

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
alex86alex
Posts: 35
Joined: 2006-03-11 15:01:10

алхимия тотал манки хелп

Post by alex86alex »

есть ли у кого скрипт на алхимию - тотал манки??!! плиз очень нужно
Scripts Writer
Posts: 2259
Joined: 2005-04-19 18:00:29
Location: Московская область
Contact:

Post by Scripts Writer »

Code: Select all

var eye='0x0F87'
sub TotalMana()
   while uo.mana < 500
     uo.findtype(eye,'0x0000','backpack')
     uo.WaitMenu('What sort of potion do you want to','Total Mana')
     uo.UseType(eye)
     wait(6000)
     if uo.Count(eye) < 30 then
       uo.findtype(eye,'0x0000','ground')
       uo.moveitem('finditem',700,'backpack')
     end if
   wend
end sub
Post Reply