Ir para conteúdo
  • Cadastre-se

Posts Recomendados

alguem pode modificar essa script pra mim poe pros players so poderem usar o /cp a cada 30 min e so se nao tiverem em duel. vlww

 

Vá em data\talkactions.xml,e cole isso dentro.

 

 

 <talkaction words="/cp" event="script" value="areareturn.lua"/>

Depois vá em Data/talkactions/scripts, e crie um arquivo.lua com  nome de areareturn e bote isso dentro.

AR = {x=2097, y=911, z=7}
--
local msg_to = "You as bee a teleported to Arena. You need to use /cp return to leave to here."
--
local sto_enter = 85315
--//--

function onSay(cid, words, param, channel)
local t = string.explode(param, ",")
if param == "" then
--
if getPlayerStorageValue(cid, 52480) >= 1 then
sendMsgToPlayer(cid, 27, "You are already dueling!")
return true end

if getCreatureCondition(cid, CONDITION_INFIGHT) == TRUE then
sendMsgToPlayer(cid, 27, "You can't do that while is in battle!")
return true end

if getPlayerLevel(cid) < 50 then
sendMsgToPlayer(cid, 27, "Sorry, you need level 50 + to enter to arena Duel!")
return true end
--
setPlayerStorageValue(cid, sto_enter, 1)
doTeleportThing(cid, AR)
sendMsgToPlayer(cid, 20, msg_to)
end
-----------------------------------------------------------------    
if param and param == "return" then
--
if getPlayerStorageValue(cid, sto_enter) > 1 then
return true end
    
if getPlayerStorageValue(cid, 52480) >= 1 then
sendMsgToPlayer(cid, 27, "You are already dueling!")
return true end

if getCreatureCondition(cid, CONDITION_INFIGHT) == TRUE then
sendMsgToPlayer(cid, 27, "You can't do that while is in battle!")
return true end

if getPlayerLevel(cid) < 50 then
sendMsgToPlayer(cid, 27, "Sorry, you need level 50 + to enter to arena Duel.")
return true end
--
setPlayerStorageValue(cid, 154585, -1)
doTeleportThing(cid, getTownTemplePosition(getPlayerTown(cid)))
end
return true
end

Link para o post
Compartilhar em outros sites
  • 1 month later...

O tópico foi movido para a área correta, preste mais atenção da próxima vez!
Leia as regras do fórum: http://tibiaking.com/forum/topic/1281-regras-gerais/?p=7680

Este tópico foi movido:
De: "OTServScriptingGeral"
Para: "OTServSuporte OTServSuporte de Scripts"

                              _
                          .-'` `}
                  _./)   /       }
                .'o   \ |       }
                '.___.'`.\    {`
                /`\_/  , `.    }                                      ME DA UMA NOZ!
                \=' .-'   _`\  {
                 `'`;/      `,  }
                    _\   @   ;  }
                   /__`;-...'--'

Cluck!

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