Ir para conteúdo

Pesquisar na Comunidade

Mostrando resultados para as tags ''if(target-noexiva){ player-''.

  • Pesquisar por Tags

    Digite tags separadas por vírgulas
  • Pesquisar por Autor

Tipo de Conteúdo


Fóruns

  • xTibia - Notícias e Suporte
    • Regras
    • Noticias
    • Soluções
    • Projetos Patrocinados
    • Tutoriais para Iniciantes
    • Imprensa
  • OTServ
    • Notícias e Debates
    • OTServlist
    • Downloads
    • Recursos
    • Suporte
    • Pedidos
    • Show-Off
    • Tutoriais
  • OFF-Topic
    • Barzinho do Éks
    • Design
    • Informática

Encontrar resultados em...

Encontrar resultados que contenham...


Data de Criação

  • Início

    FIM


Data de Atualização

  • Início

    FIM


Filtrar pelo número de...

Data de Registro

  • Início

    FIM


Grupo


Sou

Encontrado 2 registros

  1. Tondes

    Anti Exiva Erro .

    EU NÃO SEI COMO AJEITAR ESSE ANTI EXIVA , PROCUREI EM TODO CANTO NO GOOGLE MAIS NÃO CONSIGUIR ACHA UM. AE VAI A SCRIPT . if(target->noExiva){ player->sendTextMessage(MSG_EVENT,"This player is using anti-Exiva."); target->sendTextMessage(MSG_EVENT, << player << " used exiva on you."); target->noExiva = false; // make it only work 1 time after wards it just removes there anti-exiva else //exiva code// ------------------------------------------------------------------------------------------------ if(text == "exeva"){ bool removeMana = false; if(player->mana >= 80){ player->mana -= 80; player->manaspent += 80; player->sendStats(); removeMana = true; } else { player->sendTextMessage(MSG_SMALLINFO,"Not enough mana."); player->sendMagicEffect(player->pos, NM_ME_PUFF); } if(removeMana){ player->sendTextMessage(MSG_EVENT,"You are protected"); player->sendMagicEffect(player->pos, NM_ME_ENERGY_AREA); player->noExiva = true; } } ------------------------------------------------------------------------------------------------ noExiva = false; ------------------------------------------------------------------------------------------------ bool noExiva; ------------------------------------- QUERIA PRA ESSA SCRIPT NA VERSÃO 8.40 AGRADEÇO DESDE JA .
  2. Tondes

    Anti Exiva Erro .

    EU NÃO SEI COMO AJEITAR ESSE ANTI EXIVA , PROCUREI EM TODO CANTO NO GOOGLE MAIS NÃO CONSIGUIR ACHA UM. AE VAI A SCRIPT . if(target->noExiva){ player->sendTextMessage(MSG_EVENT,"This player is using anti-Exiva."); target->sendTextMessage(MSG_EVENT, << player << " used exiva on you."); target->noExiva = false; // make it only work 1 time after wards it just removes there anti-exiva else //exiva code// ------------------------------------------------------------------------------------------------ if(text == "exeva"){ bool removeMana = false; if(player->mana >= 80){ player->mana -= 80; player->manaspent += 80; player->sendStats(); removeMana = true; } else { player->sendTextMessage(MSG_SMALLINFO,"Not enough mana."); player->sendMagicEffect(player->pos, NM_ME_PUFF); } if(removeMana){ player->sendTextMessage(MSG_EVENT,"You are protected"); player->sendMagicEffect(player->pos, NM_ME_ENERGY_AREA); player->noExiva = true; } } ------------------------------------------------------------------------------------------------ noExiva = false; ------------------------------------------------------------------------------------------------ bool noExiva; ------------------------------------- QUERIA PRA ESSA SCRIPT NA VERSÃO 8.40 AGRADEÇO DESDE JA .
×
×
  • Criar Novo...