Ir para conteúdo
  • 0

[Resolvido] Red Skull Bug


dustot

Pergunta

Estou com um pequeno problema e não sei exatamente se é no !attackguild.

 

Sei que quando o cara ta RED-BLACK-WHITE SKull e atk algum membro de sua guild, a Skull

sai automaticamente.

 

Alguem sabe me dizer oque faço p/ arrumar esse bug?

 

Aguardo alguma resposta.

 

 

Alexandre Alvarenga

Dust Server

www.dustserver.com

Link para o comentário
Compartilhar em outros sites

8 respostass a esta questão

Posts Recomendados

  • 0

Vodkart, como pode ver no script tem 2 linhas com isso que vc me mandou!

Devo excluir as 2 ou so 1?

 

 

function onAttack(cid, target)

 

if isPlayer(target) and getPlayerGuildId(cid) == getPlayerGuildId(target) then

local storageId = 101

 

if getPlayerStorageValue(cid, storageId) == 1 then

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You choose not to attack and not to be attacked by guild members.")

doCreatureSetSkullType(cid, 0)

return false

elseif getPlayerStorageValue(target, storageId) == 1 then

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Your target choose to not to attack and not to be attacked by guild members.")

doCreatureSetSkullType(cid, 0)

return false

end

end

 

return true

end

 

 

 

Desde já agredeço e aguardo resposta

Link para o comentário
Compartilhar em outros sites

  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...