sub lait()
While UO.WEIGHT < 30000
if UO.Mana >20 then
while UO.Count('0x0E34')>0 ; blank scroll
wait(2000);
UO.WaitMenu('Spell Circles','Circle 4','Circle 4','Lightning')
wait(2000);
UO.useskill("Inscription")
wait(8000);
else
wait(5000);
while UO.Mana<UO.Int
UO.UseSkill("Meditation");
wait(3000);
wend
endif
wend
end sub
Сделайте так плиз что он када написал например 10 скролов а на 11 не хватает маны он мидетировал до 100инты и дальше писал и так всегда а то я не могу не как понять как настроить точно чтоб он начинал медитировать (
sub lait()
While UO.WEIGHT < 30000
while UO.Mana >20
if UO.Count('0x0E34')>0 then ; blank scroll
wait(2000);
UO.WaitMenu('Spell Circles','Circle 4','Circle 4','Lightning')
wait(2000);
UO.useskill("Inscription")
wait(8000);
else
wait(5000);
uo.Print('No scrolls')
end if
wend
while uo.Mana < uo.Int
UO.UseSkill("Meditation");
wait(3000);
wend
wend
end sub