Ir para conteúdo

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


lucashgas

Posts Recomendados

@Slicer

Ok, Thanks anyway ^^

 

Also, i got many reports about pokemon is dissapearing. Is it possible to make like padventures. They can track lost pokes.

Link para o comentário
Compartilhar em outros sites

@PedroSouza

ja postei como arrumar esse bug.. la pela pag 520~525... u,U e n floode mais plz..

 

Perdão, vou procurar, grato.

 

Slicer, você encontrou a solução pro bug que o corpo do poke cai no chão quando morre apos sair do control mind?

 

Pag 520~525 deste tópico, segundo ele.

Link para o comentário
Compartilhar em outros sites

@Slicer

 

aquele PVP_Tile.lua está trocando a cor e permitindo luta, mas não dá pra matar a pessoa quando ela está sem poke, e ela não perder level e voltar pro "Trade Center". Pode ajudar?

 

 

 

 

function onStepIn(cid, item, position, fromPosition)

 

local s = getCreatureSummons(cid)

local t = getCreatureOutfit(cid).lookType

local h = getCreatureOutfit(cid).lookHead

local b = getCreatureOutfit(cid).lookBody

local l = getCreatureOutfit(cid).lookLegs

local f = getCreatureOutfit(cid).lookFeet

 

if isSummon(cid) or isMonster(cid) then return false end

if getPlayerStorageValue(cid, 17001) == 1 or getPlayerStorageValue(cid, 5700) == 1 or getPlayerStorageValue(cid, 17000) == 1 then

doPlayerSendCancel(cid, "You can't do that while ride/fly/or in a bike.")

doTeleportThing(cid, frompos, false)

return true

end

 

if item.actionid == 25695 then --team red

 

setPlayerStorageValue(cid, 6598754, 1)

doSetCreatureOutfit(cid, {lookType = t, lookBody = 113, lookHead = 113, lookLegs = 113, lookFeet = 113}, -1)

 

doTeleportThing(cid, getClosestFreeTile(cid, {x = 1057, y = 1146, z = 8}), false)

if #s >= 1 then

setPlayerStorageValue(s[1], 6598754, 1)

doTeleportThing(s[1], getClosestFreeTile(s[1], {x = 1057, y = 1146, z = 8}), false)

end

 

elseif item.actionid == 25696 then --team azul

 

setPlayerStorageValue(cid, 6598755, 1)

doSetCreatureOutfit(cid, {lookType = t, lookBody = 107, lookHead = 107, lookLegs = 107, lookFeet = 107}, -1)

 

doTeleportThing(cid, getClosestFreeTile(cid, {x = 1077, y = 1161, z = 8}), false)

if #s >= 1 then

setPlayerStorageValue(s[1], 6598755, 1)

doTeleportThing(s[1], getClosestFreeTile(s[1], {x = 1077, y = 1161, z = 8}), false)

end

 

elseif item.actionid == 25697 then

 

setPlayerStorageValue(cid, 6598754, -1)

setPlayerStorageValue(cid, 6598755, -1)

doRemoveCondition(cid, CONDITION_OUTFIT)

doTeleportThing(cid, getClosestFreeTile(cid, {x = 1076, y = 1151, z = 7}), false)

 

if #s >= 1 then

setPlayerStorageValue(s[1], 6598754, -1)

setPlayerStorageValue(s[1], 6598755, -1)

doTeleportThing(s[1], getClosestFreeTile(s[1], {x = 1076, y = 1151, z = 7}), false)

end

 

elseif item.actionid == 25698 then

 

setPlayerStorageValue(cid, 6598754, -1)

setPlayerStorageValue(cid, 6598755, -1)

doRemoveCondition(cid, CONDITION_OUTFIT)

doTeleportThing(cid, getClosestFreeTile(cid, {x = 1076, y = 1151, z = 7}), false)

 

if #s >= 1 then

setPlayerStorageValue(s[1], 6598754, -1)

setPlayerStorageValue(s[1], 6598755, -1)

doTeleportThing(s[1], getClosestFreeTile(s[1], {x = 1076, y = 1151, z = 7}), false)

end

 

elseif item.actionid == 24158 then

 

if getCreatureCondition(cid, CONDITION_INFIGHT) == TRUE then

doPlayerSendCancel(cid, "You can't do that while is in battle!")

doTeleportThing(cid, fromPosition, false)

end

end

 

return true

end

 

 

Link para o comentário
Compartilhar em outros sites

lol mano ta certo.

Não é pra perder level mesmo e é pra voltar centro pokemon.

 

Slicer você cosnegue colocar pra shiny abra,shiny onix e all lendarios não tomar disables ? Os selvagens só.

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

lol mano ta certo.

Não é pra perder level mesmo e é pra voltar centro pokemon.

 

Será que configurei as posições errado?

 

O que que tá havendo é: Não dá pra atacar o player quando ele não solta nenhum poke, e ao pisar no tile não tá teletransportando pro lugar certo (fica em cima do tile, nem teletransporta). Onde coloco o que?

Link para o comentário
Compartilhar em outros sites

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