sábado, 4 de junho de 2011

Script para usar Mana Potion - TibiaBOT NG


const
minMana =10;


while not Terminated do
begin
UpdateWorld;
if (Self.Mana < minMana) then
begin
Self.Containers.UseItemWithSelf(268);// SE VC QUER USAR OUTRA mana troque o id aki mana pequena
Sleep(1000);
end;
Sleep(100);
end;
IDS POTS:


Health potion [ID: 266]
Strong health potion [ID: 236]
Great health potion [ID: 239]
Ultimate Health Potion [ID: 7643]
Normal Mana Potion [ID: 268]
Strong Mana Potion [ID: 237]
Great Mana Potion [ID: 238]
Great spirit Potion [ID: 7642]  

4 comentários:

  1. hehe muito massa vlws ae vc salvaram minha pele :D Flws ae pcr muito bom o Script ajuda muita gente vumm' e Nois

    ResponderExcluir
  2. hehe que nada, estamos aqui para ajudar! Estou sem tempo ultimamente para atualizar o blog, mas sempre que posso atualizo hehe :D

    ResponderExcluir