Ir para conteúdo

Featured Replies

  • Respostas 13
  • Visualizações 5.6k
  • Created
  • Última resposta

Top Posters In This Topic

Most Popular Posts

  • Uê, não precisa ser de potions, basta colocar o script. -MAna Potion- IDS -Mana Potion- -Healing Potion- IDS -Healing potions- ID -Great Spirit Potion-

  • 1 month later...
Postado

cayoriginal, tente usar esse crack.

É a mesma coisa desse aí do Robson.

Quanto ao link off, ele tem 24hrs para arrumar.

Equipe TibiaKing.com ~


 

w97eR.png

Legalize it.

Postado

Uê, não precisa ser de potions, basta colocar o script.

-MAna Potion-

const

minMana = 200; //Mana pra usar Mf pequena

while not Terminated do

begin

UpdateWorld;

if (Self.Mana < minMana) then

begin

Self.Containers.UseItemWithSelf(268)

Sleep(1000);

end;

Sleep(100);

end;

IDS -Mana Potion-

Mana Potion [iD: 268]

Strong Mana Potion [iD: 237]

Great Mana Potion [iD: 238]

-Healing Potion-

const

minMana = 20; //minimum mana

minHealth = 600; //Life pra tomar o Pote

maxHealth = 780; //Life pra usar Exura abaixo disso

potionid = 266; //id da potion

spellnome = 'exura' //nome da magia

while not Terminated do

begin

UpdateWorld;

if (Self.Health < minHealth) then

begin

Self.Containers.UseItemWithSelf(potionid);

Sleep(1000);

end;

else

begin

if (Self.Health < maxHealth) and (Self.Mana > minMana ) then

begin

Self.Say(spellnome);

Sleep(1500);

end;

end;

Sleep(100);

end;

IDS -Healing potions-

Health Potion [iD: 266]

Strong Health Potion [iD: 236]

Great Health Potion [iD: 239]

Ultimate Health Potion [iD: 7643]

ID -Great Spirit Potion-

Great Spirit Potion [iD: 7642]

signfoxxv.png

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Estatísticas dos Fóruns

  • Tópicos 96.9k
  • Posts 519.7k

Informação Importante

Confirmação de Termo