Ir para conteúdo
  • Cadastre-se

[SCRIPT] Exori com X Criaturas


Posts Recomendados

Const

MonstersNames = ['Dragon', 'Dragon Lord']; //Nome dos monstros
NumberOfMonsters = 4; //quantidade de monstros
MinHealth = 800; //quanto de vida voce tem que estar, acima disso
MinMana = 150; //mana que precisa pra usar

function CountMonstersBesideYou:Integer;
begin
Result := 0;
UpdateWorld;
for i := 0 to creatures.Count -1 do
begin
if i >= Creatures.Count then break
for x := -1 to 1 do
begin
if x >= 2 then break
for y := -1 to 1 do
begin
if y > 1 then break;
if Creatures.Creature.NPC then
if (Creatures.Creature.x = Self.X +x) and (Creatures.Creature.y = Self.y + y) then
begin
for G := low(MonstersNames) to high(MonstersNames) do
begin
if Creatures.Creature.Name = MonstersNames[G] then
Result := Result + 1;
end;
end;
end;
end;
end;
end;
while not terminated do
begin
UpdateWorld;
if CountMonstersBesideYou >= NumberOfMonsters then
if Self.Mana >= MinMana then
if Self.Health > MinHealth then
Self.Say('exori');
sleep(100);
end;
Créditos: ngmax
Link para o post
Compartilhar em outros sites
  • 4 months later...

[Error] Untitled(21): Invalid array indexing for property 'Creature'. Expected 1 dimensions

Te ajudei? Rep +

 

 

 

81c329c0f55995cc31b11b90212da792.gif

Bj no S2   :mage:

Link para o post
Compartilhar em outros sites

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

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo