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 .