LU

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

Por lucashgas, 10 de jan. de 2012 em Tópicos Sem Resposta

brun123
pokemon
otserv
tibia
12.4k
1.9M
parziaP
01 de fevereiro de 2012 às 00:57

Alguem sabe tirar esse sistema ridiculo de food e happy?

 

veja esse link ai :D

 

http://www.xtibia.com/forum/topic/177592-pokemon-duvidas-no-servidor-pokemon-dash-advanced/page__st__340__p__1175931#entry1175931

pocotozinhoP
01 de fevereiro de 2012 às 02:40

alguem tem o npc que vende intens para casa?

Jeffer000J
01 de fevereiro de 2012 às 02:41

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

webertdinizW
01 de fevereiro de 2012 às 02:52

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

ewertonvcomE
01 de fevereiro de 2012 às 03:48

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?

NibelinsN
01 de fevereiro de 2012 às 04:23

@webertdiniz

 

você adiciono algun pokemon novo?

seja mais especifico se vc fez alguma alteração

pra podemos ver de onde saiu o erro

Editado Fevereiro 1 por Nibelins

pocotozinhoP
01 de fevereiro de 2012 às 04:50

alguem pode me dizer como fsso para os jhoto aparecerem nao to achando nos topicos la atraz

17912901
01 de fevereiro de 2012 às 04:55

@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 Fevereiro 1 por WPR

NibelinsN
01 de fevereiro de 2012 às 04:59

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

pocotozinhoP
01 de fevereiro de 2012 às 06:06

vlws rp pros 2

gente como deixo fly e surf pra premium?

01 de fevereiro de 2012 às 06:21

@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 Fevereiro 1 por FlamesAdmin

HolyMaNH
01 de fevereiro de 2012 às 06:37

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 Fevereiro 1 por GOD Gniu

pocotozinhoP
01 de fevereiro de 2012 às 06:38

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 Fevereiro 1 por pocotozinho

01 de fevereiro de 2012 às 06:56

ter tenho mais tenho q extrair as spr...

qnd tiver um tempo eu pego pra vc as spr...

 

Dat Editor 8.54: é o q eu uso pra abri o client do dash

 

DOWNLOAD AKI

pocotozinhoP
01 de fevereiro de 2012 às 07:14

vlws eu to terminando de editar o ataque dos johto quando terminar vo postar aqui