Ir para conteúdo

Featured Replies

Postado

mano alguem me pode ajudar? site tira error :SSSSSSSSSSSSSSSSSSSSSSSSSSS

Em 21-05-2017 ás 02:54, kaboflow disse:

error com uniform server

 

A PHP Error was encountered

Severity: Notice

Message: Only variables should be passed by reference

Filename: codeigniter/Common.php

Line Number: 148

A PHP Error was encountered

Severity: 8192

Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Hooks has a deprecated constructor

Filename: libraries/Hooks.php

Line Number: 30

A PHP Error was encountered

Severity: 8192

Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Config has a deprecated constructor

Filename: libraries/Config.php

Line Number: 29

A PHP Error was encountered

Severity: Notice

Message: Only variables should be passed by reference

Filename: codeigniter/Common.php

Line Number: 148

A PHP Error was encountered

Severity: Notice

Message: Only variables should be passed by reference

Filename: codeigniter/Common.php

Line Number: 148

A PHP Error was encountered

Severity: 8192

Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_URI has a deprecated constructor

Filename: libraries/URI.php

Line Number: 29

A PHP Error was encountered

Severity: Notice

Message: Only variables should be passed by reference

Filename: codeigniter/Common.php

Line Number: 148

A PHP Error was encountered

Severity: 8192

Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Router has a deprecated constructor

Filename: libraries/Router.php

Line Number: 29



A PHP Error was encountered

Severity: Notice

Message: Only variables should be passed by reference

Filename: codeigniter/Common.php

Line Number: 148

A PHP Error was encountered

Severity: 8192

Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Output has a deprecated constructor

Filename: libraries/Output.php

Line Number: 29

A PHP Error was encountered

Severity: Notice

Message: Only variables should be passed by reference

Filename: codeigniter/Common.php

Line Number: 148

A PHP Error was encountered

Severity: 8192

Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Input has a deprecated constructor

Filename: libraries/Input.php

Line Number: 29

A PHP Error was encountered

Severity: Notice

Message: Only variables should be passed by reference

Filename: codeigniter/Common.php

Line Number: 148

A PHP Error was encountered

Severity: 8192

Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Language has a deprecated constructor

Filename: libraries/Language.php

Line Number: 27

A PHP Error was encountered

Severity: Notice

Message: Only variables should be passed by reference

Filename: codeigniter/Common.php

Line Number: 148

A PHP Error was encountered

Severity: 8192

Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Base has a deprecated constructor

Filename: codeigniter/Base5.php

Line Number: 33

A PHP Error was encountered

Severity: 8192

Message: Methods with the same name as their class will not be constructors in a future version of PHP; Controller has a deprecated constructor

Filename: libraries/Controller.php

Line Number: 30

A PHP Error was encountered

Severity: 8192

Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Loader has a deprecated constructor

Filename: libraries/Loader.php

Line Number: 29

A PHP Error was encountered

Severity: Notice

Message: Only variables should be passed by reference

Filename: codeigniter/Common.php

Line Number: 148

 

A PHP Error was encountered

Severity: 8192

Message: Methods with the same name as their class will not be constructors in a future version of PHP; Model has a deprecated constructor

Filename: libraries/Model.php

Line Number: 27



A PHP Error was encountered

Severity: 8192

Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_DB_driver has a deprecated constructor

Filename: database/DB_driver.php

Line Number: 31

A PHP Error was encountered

Severity: Notice

Message: Only variables should be passed by reference

Filename: database/DB.php

Line Number: 133

 

  • Respostas 154
  • Visualizações 55.9k
  • Created
  • Última resposta

Top Posters In This Topic

Most Popular Posts

  • Parabéns, seu tópico de conteúdo foi aprovado! Muito obrigado pela sua contribuição, nós do Tibia King agradecemos. Seu conteúdo com certeza ajudará à muitos outros, você recebeu +1 REP.  

  • dont use the icon system   you are trying to use a poke without lvl, maybe you are using your own database and has your old pokemons that dont have lvl, you need to create new one ball  

  • ditto memory ativa como e qual a posicao da criacao de conta do account manager q ta bugado ? tem como passa a base pra editar no mapa editor?

Posted Images

Postado
  • Autor
5 hours ago, Nullewfn said:

mano alguem me pode ajudar? site tira error :SSSSSSSSSSSSSSSSSSSSSSSSSSS

 

just use another site from the dxp it will works

 

 

On 2017-5-18 at 6:12 PM, RicardoGamer404 said:

Where is the exe application?

maybe your antivirus delete it

Postado
  • Autor
21 hours ago, kaboflow said:

eu tene meu map TC... Saffron. Eu Mais Nao Tene Meu Credit...

 

Mano Eu Quero Mover A Exp Do Poke 


go to lib in the file 106-main functions.lua search for the line 985 or just search the function 

function SetExpNeed(level, pb, xpperlevel)

if level < 20 then
        doItemSetAttribute(pb, "expneed", (level+1)*xpperlevel)
    elseif level >= 20 and level < 40 then
        doItemSetAttribute(pb, "expneed", (level+1)*(xpperlevel*2.5))
    elseif level >= 40 and level < 60 then
        doItemSetAttribute(pb, "expneed", (level+1)*(xpperlevel*7))
    elseif level >= 60 and level < 80 then
        doItemSetAttribute(pb, "expneed", (level+1)*(xpperlevel*30))
    elseif level >= 80 and level < 85 then
        doItemSetAttribute(pb, "expneed", (level+1)*(xpperlevel*170))
    elseif level >= 85 and level < 90 then
        doItemSetAttribute(pb, "expneed", (level+1)*(xpperlevel*200))
    elseif level >= 90 and level < 95 then
        doItemSetAttribute(pb, "expneed", (level+1)*(xpperlevel*240))
    elseif level >= 95 and level < 100 then
        doItemSetAttribute(pb, "expneed", (level+1)*(xpperlevel*290))
    elseif level >= 100 then
        doItemSetAttribute(pb, "expneed", 999999999)
    end
    
end

and modify the multiplier in front of the variable "xpperlevel"

Editado por omarwsk (veja o histórico de edições)

Postado
23 horas atrás, omarwsk disse:


go to lib in the file 106-main functions.lua search for the line 985 or just search the function 


function SetExpNeed(level, pb, xpperlevel)

if level < 20 then
        doItemSetAttribute(pb, "expneed", (level+1)*xpperlevel)
    elseif level >= 20 and level < 40 then
        doItemSetAttribute(pb, "expneed", (level+1)*(xpperlevel*2.5))
    elseif level >= 40 and level < 60 then
        doItemSetAttribute(pb, "expneed", (level+1)*(xpperlevel*7))
    elseif level >= 60 and level < 80 then
        doItemSetAttribute(pb, "expneed", (level+1)*(xpperlevel*30))
    elseif level >= 80 and level < 85 then
        doItemSetAttribute(pb, "expneed", (level+1)*(xpperlevel*170))
    elseif level >= 85 and level < 90 then
        doItemSetAttribute(pb, "expneed", (level+1)*(xpperlevel*200))
    elseif level >= 90 and level < 95 then
        doItemSetAttribute(pb, "expneed", (level+1)*(xpperlevel*240))
    elseif level >= 95 and level < 100 then
        doItemSetAttribute(pb, "expneed", (level+1)*(xpperlevel*290))
    elseif level >= 100 then
        doItemSetAttribute(pb, "expneed", 999999999)
    end
    
end

and modify the multiplier in front of the variable "xpperlevel"

 

 

meu ajuda modificar eu quero exp x5

iTRMWRP.png

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

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Estatísticas dos Fóruns

  • Tópicos 96.9k
  • Posts 519.6k

Informação Importante

Confirmação de Termo