Ir para conteúdo

[Encerrado] [Pokemon] Dúvidas? - Pda


lucashgas

Posts Recomendados

Do Zeref, se conseguir arrumar pra sem level system mdr.gif

 

O erro deve ser esse:

 

[08/08/2012 12:35:12] [Error - Npc interface]

[08/08/2012 12:35:12] In a timer event called from:

[08/08/2012 12:35:12] data/npc/scripts/hang wufei.lua:onCreatureSay

[08/08/2012 12:35:12] Description:

[08/08/2012 12:35:12] data/npc/scripts/hang wufei.lua:34: attempt to call global 'getPokemonStatus' (a nil value)

[08/08/2012 12:35:13] stack traceback:

[08/08/2012 12:35:13] data/npc/scripts/hang wufei.lua:34: in function <data/npc/scripts/hang wufei.lua:17>

 

 

Se for baixa esse:http://www.4shared.c...erver_sem_.html

 

Eeeee consegui arrumar a box.lua pra server sem lvl :D

Buguei dnv q bosta

Desbuguei dnv '-'

 

Box pro server sem lvl(by smix)(edited by me)

http://www.4shared.c...ox_sem_lvl.html

 

Box 1 está bugada sápor... num abre.

 

Slicer o igglybuff ta bugado o catch dele n da pra catchar.

Editado por Dudu08267
Link para o comentário
Compartilhar em outros sites

@All

 

• Esses erros logo no inicio do DISTRO, é por causa de estar havendo dois Scripts usando o mesmo item. Não pode ser considerado como bug.

 

• Eu esquece de postar o catch e o /cb do icon system vou atualizar e postar aqui jaja.

 

• Mas dúvidas só falarem.

 

 

Atualizado

 

Desculpas, mas esquece duas partes do sistema. vamos a ela.

Cacth e /cb

vamos á lib/catchsystem.lua e procurar por a linha a baixo:

doTransformItem(item, pokeballs[typeee].on)

Vamos subistituir por isto:

if getPlayerStorageValue(cid, 8955) >= 1 then
       local x = icons[getItemAttribute(item, "poke")]
               doTransformItem(item, x.on)
               doItemSetAttribute(item, "icone", "yes")
               doItemSetAttribute(item, "morta", "no")
               doItemSetAttribute(item, "ball", ""..typeee.."")
else
  doTransformItem(item, pokeballs[typeee].on)
end

 

Pronto. Agora vamos em talkactions/scripts/creatpokeball.lua e procure por isso:

doTransformItem(item, pokeballs[btype].on)

Subistitua por isso:

if getPlayerStorageValue(cid, 8955) >= 1 then
       local x = icons[getItemAttribute(item, "poke")]
               doTransformItem(item, x.on)
               doItemSetAttribute(item, "icone", "yes")
               doItemSetAttribute(item, "morta", "no")
               doItemSetAttribute(item, "ball", ""..btype.."ball")
else
  doTransformItem(item, pokeballs[btype].on)
end

Pronto só isso...

 

Agora vamos ao actions/scripts/goback.lua e procurar por isso:

usando = pokeballs[btype].use

 

A baixo coloque isso:

local effect = pokeballs[btype].effect
if getItemAttribute(item.uid, "ball") == "pokeball" or getItemAttribute(item.uid, "ball") == "spokeball" then
  effect = 188
elseif getItemAttribute(item.uid, "ball") == "ultraball" or getItemAttribute(item.uid, "ball") == "sultraball" then
  effect = 191
elseif getItemAttribute(item.uid, "ball") == "superball" or getItemAttribute(item.uid, "ball") == "ssuperball" then
  effect = 190
elseif getItemAttribute(item.uid, "ball") == "greatball" or getItemAttribute(item.uid, "ball") == "sgreatball" then
  effect = 189
end

 

Acho que nao falta mais nada... ^}^

Editado por SmiX
Link para o comentário
Compartilhar em outros sites

Outra img:

 

405446_394885287232747_2146870062_n.jpg

 

 

Vei estranho, quando volta pra bag não volta com icone. xi

 

 

EDIT:

 

Essa ta fresquinha ainda, saiu do forno há 14 minutos

 

549672_394907763897166_1399348902_n.jpg

Editado por ZerefShirou
Link para o comentário
Compartilhar em outros sites

@SmiX

 

Olha aki ententei colocar o sistema de icone do meu server.

 

e deu esse erro

 

 

 

[08/08/2012 17:19:47] [Error - Action Interface]

[08/08/2012 17:19:47] data/actions/scripts/iconSystem.lua:onUse

[08/08/2012 17:19:47] Description:

[08/08/2012 17:19:47] data/actions/scripts/iconSystem.lua:188: attempt to index local 'x' (a nil value)

[08/08/2012 17:19:47] stack traceback:

[08/08/2012 17:19:47] data/actions/scripts/iconSystem.lua:188: in function <data/actions/scripts/iconSystem.lua:1>

Link para o comentário
Compartilhar em outros sites

Vá em lib/configuration.lua e procure por isso:</p>

pokebells = {

 

E mude o nome de suas pokeballs por essas a baixo:</p>

pokeballs = {
["poke"] = {effect = 188, on = 11826, use = 11827, off = 11828, all = {11826, 11827, 11828}},
["ultra"] = {effect = 191, on = 11829, use = 11830, off = 11831, all = {11829, 11830, 11831}},
["super"] = {effect = 190, on = 11835, use = 11836, off = 11837, all = {11835, 11836, 11837}},
["great"] = {effect = 189, on = 1469, use = 1470, off = 1471, all = {1469, 1470, 1471}},
["spoke"] = {effect = 188, on = 11737, use = 11738, off = 11739, all = {11737, 11738, 11739}},
["sgreat"] = {effect = 189, on = 11740, use = 11741, off = 11742, all = {11740, 11741, 11742}},
["ssuper"] = {effect = 190, on = 11743, use = 11744, off = 11745, all = {11743, 11744, 11745}},
["sultra"] = {effect = 191, on = 11746, use = 11747, off = 11748, all = {11746, 11747, 11748}},

 

Editado por SmiX
Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...