алхимия тотал манки хелп
Moderators: Murderator+, Murderator
-
- Posts: 35
- Joined: 2006-03-11 15:01:10
алхимия тотал манки хелп
есть ли у кого скрипт на алхимию - тотал манки??!! плиз очень нужно
-
- Posts: 2259
- Joined: 2005-04-19 18:00:29
- Location: Московская область
- Contact:
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