Ir para conteúdo
  • Cadastre-se

Erro Em Scripts Poketibia Alguem ajuda...


Posts Recomendados

Ola a todos eu so o Dono do Poke X Black um server completamente inovador com todos os pokemons disponiveis... eu to montano ele faz 6 meses sozinho sem staff nem nada... mais to com um erro que nao consigo concerta queria saber si alguem poderia mi ajuda....

tb queria saber tipo so algumas pessoas podem compra o acesso a vip é outras nao tipo achoq ue so um numero certo de pessoas podem compra aquiria saber tb como mudar...

 

Print do Erro..

 

 

HTKn9ZS.png?1

 

function onLogout(cid)


if not isCreature(cid) then return true end
local thisitem = getPlayerSlotItem(cid, 8)

if thisitem.uid <= 0 then return true end

local ballName = getItemAttribute(thisitem.uid, "poke")
local btype = getPokeballType(thisitem.itemid)


local owner = getCreatureMaster(cid)
local thisitem = getPlayerSlotItem(cid, 8)
if thisitem.itemid >= 12606 then
typeOn = icons[getItemAttribute(thisitem.uid, "poke")].on
effect = pokeballs[getItemAttribute(thisitem.uid, "ball")].effect
distanceEffect = pokeballs[getItemAttribute(thisitem.uid, "ball")].disteffect
else
typeOn = pokeballs[btype].on
effect = pokeballs[btype].effect
distanceEffect = pokeballs[btype].disteffect
end
if #getCreatureSummons(cid) > 1 and getPlayerStorageValue(cid, 212124) <= 0 then --alterado v1.6
if getPlayerStorageValue(cid, 637501) == -2 or getPlayerStorageValue(cid, 637501) >= 1 then
BackTeam(cid)
end
end
--////////////////////////////////////////////////////////////////////////////////////////--
if getPlayerStorageValue(cid, 52480) >= 1 and getPlayerStorageValue(cid, 52481) >= 0 then
doEndDuel(cid)
end
--////////////////////////////////////////////////////////////////////////////////////////--
if #getCreatureSummons(cid) == 2 and getPlayerStorageValue(cid, 212124) >= 1 then
local cmed2 = getCreatureSummons(cid)[1]
local poscmed = getThingPos(cmed2)
local cmeddir = getCreatureLookDir(cmed2)
local namecmed = getCreatureName(cmed2)
local hp, maxHp = getCreatureHealth(getCreatureSummons(cid)[1]), getCreatureMaxHealth(getCreatureSummons(cid)[1])
local gender = getPokemonGender(cmed2)
doRemoveCreature(getCreatureSummons(cid)[1])
local back = doCreateMonster(namecmed, poscmed)
addEvent(doCreatureSetSkullType, 150, back, gender)
doCreatureSetLookDir(back, cmeddir)
addEvent(doCreatureAddHealth, 100, back, hp-maxHp)

-- pokemon controlador
local ball2 = getPlayerSlotItem(cid, 8)
local mynewpos = getThingPos(getCreatureSummons(cid)[1])
doRemoveCreature(getCreatureSummons(cid)[1])
local pk2 = doSummonCreature(getItemAttribute(ball2.uid, "poke"), mynewpos)
doConvinceCreature(cid, pk2)
addEvent(doAdjustWithDelay, 100, cid, pk2, true, true, false)
setPlayerStorageValue(cid, 888, -1)
cleanCMcds(ball2.uid)
doCreatureSetLookDir(getCreatureSummons(cid)[1], 2)
registerCreatureEvent(pk2, "SummonDeath")
end

----------------------------------------------------------------------
local summon = getCreatureSummons(cid)[1]

if #getCreatureSummons(cid) >= 1 and thisitem.uid > 1 then
if getPlayerStorageValue(cid, 212124) <= 0 then
doItemSetAttribute(thisitem.uid, "hp", (getCreatureHealth(summon) / getCreatureMaxHealth(summon)))
end
setPlayerStorageValue(cid, 212124, 0)
doTransformItem(thisitem.uid, pokeballs[btype].on)
doSendMagicEffect(getThingPos(summon), pokeballs[btype].effect)
doRemoveCreature(summon)
end

if getCreatureOutfit(cid).lookType == 814 then
doPlayerStopWatching(cid)
end

if tonumber(getPlayerStorageValue(cid, 17000)) and getPlayerStorageValue(cid, 17000) >= 1 then
markFlyingPos(cid, getThingPos(cid))
end

if getPlayerStorageValue(cid, 22545) == 1 then
setGlobalStorageValue(22550, getGlobalStorageValue(22550)-1)
if getGlobalStorageValue(22550) <= 0 then
endGoldenArena()
end
end
return true
end
local deathtexts = {"Oh no! POKENAME, come back!", "Come back, POKENAME!", "That's enough, POKENAME!", "You did well, POKENAME!",
"You need to rest, POKENAME!", "Nice job, POKENAME!", "POKENAME, you are too hurt!"}

function onDeath(cid, deathList)

local owner = getCreatureMaster(cid)

if getPlayerStorageValue(cid, 637500) >= 1 then
doSendMagicEffect(getThingPos(cid), 211)
doRemoveCreature(cid)
return true
end
local thisball = getPlayerSlotItem(owner, 8)
if thisball.itemid >= 12606 then
typeOn = icons[getItemAttribute(thisball.uid, "poke")].on
typeOff = icons[getItemAttribute(thisball.uid, "poke")].off
effect = pokeballs[getItemAttribute(thisball.uid, "ball")].effect
distanceEffect = pokeballs[getItemAttribute(thisball.uid, "ball")].disteffect
else
typeOn = pokeballs[btype].on
typeOff = pokeballs[btype].on
effect = pokeballs[btype].effect
distanceEffect = pokeballs[btype].disteffect
end


local owner = getCreatureMaster(cid)

if getPlayerStorageValue(cid, 212123) >= 1 then
return true
end

--////////////////////////////////////////////////////////////////////////////////////////--
checkDuel(owner)
--////////////////////////////////////////////////////////////////////////////////////////--

local thisball = getPlayerSlotItem(owner, 8)
local ballName = getItemAttribute(thisball.uid, "poke")

btype = getPokeballType(thisball.itemid)

if #getCreatureSummons(owner) > 1 then
BackTeam(owner, getCreatureSummons(owner))
end

doSendMagicEffect(getThingPos(cid), pokeballs[btype].effect)
doTransformItem(thisball.uid, pokeballs[btype].off)

--doPlayerSendTextMessage(owner, 22, "Your pokemon fainted.")

local say = deathtexts[math.random(#deathtexts)]
say = string.gsub(say, "POKENAME", getCreatureName(cid))

if getPlayerStorageValue(cid, 33) <= 0 then
doCreatureSay(owner, say, TALKTYPE_SAY)
end

doItemSetAttribute(thisball.uid, "hp", 0)
if ehMonstro(deathList[1]) then
doItemSetAttribute(thisball.uid, "happy", getPlayerStorageValue(cid, 1008) - happyLostOnDeath)
end
doItemSetAttribute(thisball.uid, "hunger", getPlayerStorageValue(cid, 1009))

if useOTClient then
doPlayerSendCancel(owner, '12//,hide') --alterado v1.7
end

doRemoveCreature(cid)

return false
end

 

ta todo ai o Sccripte Goback

si alguem poder mi ajuda posso dar Vaga no Server... ta to com o Dedicado so tou arrumandos os erros de script é etc pra melhorar a jogabilidade pra mim por Site Oficial e ativar o Dedicado...

obrigado pela atenção

 

contato: skype: alexandre.zik1

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

Mano se tem que postar o script para nois ver qual e o erro dessa linha deve ser alguma tabela faltando algo por exemplo

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