Ir para conteúdo

SpellBook Dando Debug - Muita Magia no OT Alguem Pode Simplifica Pra Mim Por Favor

Featured Replies

Resolvido por luanluciano93

Ir para solução
  • Respostas 6
  • Visualizações 428
  • Created
  • Última resposta

Top Posters In This Topic

Most Popular Posts

Posted Images

Postado
  • Autor

@koyotestark não: eu acho pq tem muita magia ai quando logo um player mage knight paladin só tem 3 voc no meu server da debug no spellbook agora comando !spells doPlayerPopupFYI nao da mais esse ai nao tem todas as magias pra cada vocação que coloquei nova.

 

POR FAVOR ME AJUDA

function onUse(cid, item, fromPosition, itemEx, toPosition)
	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, item.itemid, text)
	return TRUE
end

 

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

91-thais.png

Postado
  • Autor

Então luanluciano93 Aparece isso se voce pode me ajuda criando um !spellsall no [TALKCATION] ou arrumando spellbook no action/other ja tentei de tudo.
<attribute key="writeable" value="30000" />

<attribute key="maxTextLen" value="40000" />

E da Debug

00000.png

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

91-thais.png

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

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Estatísticas dos Fóruns

  • Tópicos 96.9k
  • Posts 519.7k

Informação Importante

Confirmação de Termo