Ir para conteúdo

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


lucashgas

Posts Recomendados

Vlw Slice Repp++ pra você

 

@ all

Galera encontrei um bug no servidor hoje...que n sei se foi arrumado...

Quando você esta de fly e vem voando rapido aperta ESC para acelerar,,,,se vc der de topa com a parede de uma house...vc atravessa ela e entra dentro da house.

Isso se a house n tiver registrada para vende...Se ela estiver comprada ou a vende, o Player para no meio da parede e pode pegar o q tiver perto dele :S

 

Alguem sabe arrumar ou sabe a solução? vlw :D

Link para o comentário
Compartilhar em outros sites

alguem pode me ajudar?

 

[01/02/2012 02:51:54] [Error - CreatureScript Interface]

[01/02/2012 02:51:54] data/creaturescripts/scripts/pokeexp.lua:onDeath

[01/02/2012 02:51:54] Description:

[01/02/2012 02:51:54] (luaDoTeleportThing) Thing not found

Link para o comentário
Compartilhar em outros sites

alguem pode me ajudar?

 

[01/02/2012 02:51:54] [Error - CreatureScript Interface]

[01/02/2012 02:51:54] data/creaturescripts/scripts/pokeexp.lua:onDeath

[01/02/2012 02:51:54] Description:

[01/02/2012 02:51:54] (luaDoTeleportThing) Thing not found

 

vc edito alguma coisa?

error pode ta vindo de la ;D

 

imagemsh.png

 

Uploaded with ImageShack.us

 

Mais uma Imagen legal?

Link para o comentário
Compartilhar em outros sites

@pocotozinho

 

 

Vá em data/creaturescripts/scripts

 

 

e procure por spawn.lua

 

 

substitua por este

 

 

 

 

local function doPokemonRegisterLevel(cid)

if not isCreature(cid) then return true end

if getWildPokemonLevel(cid) == -1 then

-- if not pokes[getCreatureName(cid)].offense then

-- doRemoveCreature(cid)

-- return true

-- end

setWildPokemonLevel(cid)

end

end

 

local function doSetRandomGender(cid)

if not isCreature(cid) then return true end

local gender = 0

local name = getCreatureName(cid)

if not newpokedex[name] then return true end

local rate = newpokedex[name].gender

if rate == 0 then

gender = 3

elseif rate == 1000 then

gender = 4

elseif rate == -1 then

gender = 0

elseif math.random(1, 1000) <= rate then

gender = 4

else

gender = 3

end

doCreatureSetSkullType(cid, gender)

end

 

function onSpawn(cid)

 

registerCreatureEvent(cid, "GeneralConfiguration")

registerCreatureEvent(cid, "DirectionSystem")

registerCreatureEvent(cid, "CastSystem")

 

if isSummon(cid) then

registerCreatureEvent(cid, "SummonDeath")

return true

end

 

registerCreatureEvent(cid, "Experience")

 

addEvent(doPokemonRegisterLevel, 5, cid)

addEvent(doSetRandomGender, 5, cid)

 

return true

end

 

 

 

 

ajudei? REP+ Não vai cair mão!

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

pocotozinho

 

 

vai em data\creaturescripts\scripts

 

procura o arquivo spawn.lua abre ele e procura por essa linha

 

 

local function doPokemonRegisterLevel(cid)

if not isCreature(cid) then return true end

if getWildPokemonLevel(cid) == -1 then

if not pokes[getCreatureName(cid)].offense then

doRemoveCreature(cid)

return true

end

setWildPokemonLevel(cid)

end

end

 

e muda por essa

 

 

 

local function doPokemonRegisterLevel(cid)

if not isCreature(cid) then return true end

if getWildPokemonLevel(cid) == -1 then

-- if not pokes[getCreatureName(cid)].offense then

-- doRemoveCreature(cid)

-- return true

-- end

setWildPokemonLevel(cid)

end

end

Link para o comentário
Compartilhar em outros sites

@pocotozinho

vai postar pra gente seus johto né?

 

pocotozinho

só vc procurar isso no config.lua, vai estar desse jeito:

 

 

-- Premium-related

freePremium = true

 

 

Substitua por esse:

 

 

-- Premium-related

freePremium = false

 

E vai em data/scripts/order procure por:

 

 

----START FLYorRIDE ---------

if (item2.uid == cid or getRecorderPlayer(topos) == cid) and (isInArray(skills["fly"], getPokemonName(mysum)) or isInArray(skills["ride"], getPokemonName(mysum))) then

 

--if not isPremium(cid) then

--doPlayerSendCancel(cid, "Only premium members are allowed to fly or ride.")

--return true

--end

 

Substitua por esse:

 

----START FLYorRIDE ---------

if (item2.uid == cid or getRecorderPlayer(topos) == cid) and (isInArray(skills["fly"], getPokemonName(mysum)) or isInArray(skills["ride"], getPokemonName(mysum))) then

 

if not isPremium(cid) then

doPlayerSendCancel(cid, "Only premium members are allowed to fly or ride.")

return true

end

 

 

 

Me fla se funfo...

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

vlws rp pros 2

gente como deixo fly e surf pra premium?

Fly:

data/actions/scripts/order.lua [proximo linha 286]

 

 

 

--if not isPremium(cid) then

--doPlayerSendCancel(cid, "Only premium members are allowed to fly or ride.")

--return true

--end

 

mude para:

 

 

if not isPremium(cid) then

doPlayerSendCancel(cid, "Only premium members are allowed to fly or ride.")

return true

end

 

 

Surf:

data/movements/scripts/surf.lua [proximo a linha 46]

 

 

 

procur por:

local premium = false

e mude para:

local premium = true

 

e essa é a função

if isPlayer(cid) and not isPremium(cid) and premium == true then

doTeleportThing(cid, fromPosition, false)

doPlayerSendCancel(cid, "Only premium members are allowed to surf.")

return true

end

 

 

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

Vc nao tem os jotho nao? Aqui so ta faltando por os corpise e fazer alguns moves '-'

e um dat editor que funcione porque o que eu tenho aqui da erro quando vai abrir o dash

eu fiz uma arena pvp aqui e quando tiver tudo beleza vo posta o meu server aki pra galera baixa to com ele on a 7 dias fazendo testes

 

eu tava olhando aqui e percebi que quando tem mais de 8 pessoas na tv da bug

teria como deixar para 5 pessoas n o maximo entrar na cam?

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

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