Ir para conteúdo

Featured Replies

Postado
Const

MinMonsters = 5 //Quantidade de Bixo na tela
UeSpell = exevo gran mas frigo // qual ue vai usar
Delay = 2000 // Exausted por runa (1000 = 1 segundo)

ShootOnSelf = 1 // nao muda

while not terminated do
begin
A := 0;
UpdateWorld;
for i := 0 to creatures.count - 1 do
begin
if (i >= Creatures.Count) or (Terminated) then break;
if Creatures.Creature.Z = self.Z then
if Creatures.Creature.NPC then
A := A + 1;
end;
if A >= MinMonsters then
begin
if ShootOnSelf 
then Self.Say(UeSpell)
else Self.Say(UeSpell)
sleep(Delay);
end;
sleep(500);
end;
Créditos: ngmax

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.6k

Informação Importante

Confirmação de Termo