Ir para conteúdo
  • Cadastre-se

(Resolvido)comando /help


Ir para solução Resolvido por TheSekcy,

Posts Recomendados

Alguem poderia disponibilizar o comando /help para mostrar todas as magias que o cara pode usar esse tipo de coisa por favor :D

 

xkdeeaN.png   

 

 

    76561198068119873.pngAddFriend.png

Link para o post
Compartilhar em outros sites

1 - Crie um arquivo em talkactions/scripts chamado spells.lua e coloque o seguinte dentro:

function onSay(cid, words, param, channel)
local count = getPlayerInstantSpellCount(cid)
local text = ""
local t = {}
for i = 0, count - 1 do
local spell = getPlayerInstantSpellInfo(cid, i)
if spell.level ~= 0 then
if spell.manapercent > 0 then
spell.mana = spell.manapercent .. "%"
end
table.insert(t, spell)
end
end
table.sort(t, function(a, b) return a.level < b.level end)
local prevLevel = -1
for i, spell in ipairs(t) do
local line = ""
if prevLevel ~= spell.level then
if i ~= 1 then
line = "\n"
end
line = line .. "Spells for Level " .. spell.level .. "\n"
prevLevel = spell.level
end
text = text .. line .. " " .. spell.words .. " - " .. spell.name .. " : " .. spell.mana .. "\n"
end
doShowTextDialog(cid, words, text)

return TRUE
end




Agora em talkactions.xml adicione a seguinte tag:

<talkaction words="!spells" event="script" value="spells.lua"/>



Se funcionar, da um REP+, se NÃO funcionar ME AVISE!



Créditos:
lutavio2

Editado por jvcasarin (veja o histórico de edições)
Link para o post
Compartilhar em outros sites

Nao funcionou, quando eu digito o comando aparece o seguinte:

16:34 Invalid param specified.

 

:c

 

 

1 - Crie um arquivo em talkactions/scripts chamado spells.lua e coloque o seguinte dentro:




Agora em talkactions.xml adicione a seguinte tag:



Se funcionar, da um REP+, se NÃO funcionar ME AVISE!



Créditos:
lutavio2

 
Editado por TheSekcy (veja o histórico de edições)

xkdeeaN.png   

 

 

    76561198068119873.pngAddFriend.png

Link para o post
Compartilhar em outros sites

Qual foi o comando que você utilizou?

                                                                     Ajudei? De nada \o/                                            Att Rusherzin

Link para o post
Compartilhar em outros sites

 

Qual foi o comando que você utilizou?

 

!spells , tentei tambem com o /help /spells nem um foi

xkdeeaN.png   

 

 

    76561198068119873.pngAddFriend.png

Link para o post
Compartilhar em outros sites

!spells , tentei tambem com o /help /spells nem um foi

 

Testa agora:

-- [( Script edited by Doidin for tibiaking.com )] --

function onSay(cid, item, words, param)

local count = getPlayerInstantSpellCount(cid)

local text = ""

local t = {}

local prevLevel = -1

local line = ""

for i = 0, count - 1 do

local spell = getPlayerInstantSpellInfo(cid, i)

if spell.level ~= 0 then

if spell.manapercent > 0 then

spell.mana = spell.manapercent .. "%"

end

table.insert(t, spell)

end

end

table.sort(t, function(a, b) return a.level < b.level end)

for i, spell in ipairs(t) do

if prevLevel ~= spell.level then

if i ~= 1 then

line = ""

end

line = line .. "- Spells for Level " .. spell.level .. ":\n"

prevLevel = spell.level

end

text = text .. line .."• ".. spell.words .." - " .. spell.name .. ": " .. spell.mana .. "\n"

end

doShowTextDialog(cid, 7528, text)

return TRUE

end

Link para o post
Compartilhar em outros sites
  • Solução

Achei um script funcional.

Segue o tutorial:

Agora vá até a pasta Scripts dentro da pasta Takactions e abra ou faça um script spells.lua e adicione isto dentro:

function onSay(cid, item, words, param)

local count = getPlayerInstantSpellCount(cid)

local text = ""

local t = {}

local prevLevel = -1

local line = ""

for i = 0, count - 1 do

local spell = getPlayerInstantSpellInfo(cid, i)

if spell.level ~= 0 then

if spell.manapercent > 0 then

spell.mana = spell.manapercent .. "%"

end

table.insert(t, spell)

end

end

table.sort(t, function(a, b) return a.level < b.level end)

for i, spell in ipairs(t) do

if prevLevel ~= spell.level then

if i ~= 1 then

line = ""

end

line = line .. "- Spells for Level " .. spell.level .. ":\n"

prevLevel = spell.level

end

text = text .. line .."• ".. spell.words .." - " .. spell.name .. ": " .. spell.mana .. "\n"

end

doShowTextDialog(cid, 7528, text)

return TRUE

end

Vá até a pasta Talkactions abra o arquivo Talkactions.xml e adicione esta Tag

<talkaction words="!spells" event="script" value="spells.lua"/>

Editado por TheSekcy (veja o histórico de edições)

xkdeeaN.png   

 

 

    76561198068119873.pngAddFriend.png

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