Ir para conteúdo
Banner com Efeitos

Líderes

Conteúdo Popular

Exibindo conteúdo com a maior reputação em 08/29/13 em todas áreas

  1. [Resolvido] Epic Promotion

    Pedro. e um outro reagiu a Jamison Collins por uma resposta no tópico

    2 pontos
    Minha ultima tentativa : Cole isso no arquivo creaturescript > login.lua, depois de function onLogin(cid) : local playerVoc = getPlayerVocation(cid) if getPlayerPremiumDays(cid) <= 0 and (playerVoc == 9 or playerVoc == 10 or playerVoc == 11 or playerVoc == 12) then doPlayerSetVocation(cid, playerVoc - 4) end Ou seja, se o player tiver esse vocação e seus dias de premium acabaram, ele vai retorna à promotion normal. Reinicie o server, e quando o player perder o premium, você "relogue" no player para que o script entre em ação.
  2. AJUDA - OT NÃO DÁ KICKTIME

    luanluciano93 reagiu a Sammy por uma resposta no tópico

    1 ponto
    Se o seu servidor não possuir um sistema de Anti-kick automatico, os players "exit" por exemplo os do trainer, que dão exit, são considerado SPOOFING, porque na verdade eles não tão logado e se não kicka-lo ele vai ser considerado um jogador null (Nulo), e a OTServlist vai te dar ban de 1 mês por isso.
  3. SemiDedicado (VPS ) DUVIDA cm o server

    texzin reagiu a TonyHalk por uma resposta no tópico

    1 ponto
    Linux com Suas Configurações - 100 a 150 sem Lag Windows com Suas Configurações 50 a 120 sem Lag Não que aguente Exatamente isso que eu falei. isso é uma estimativa
  4. Eu entro no server mas os players não !

    Poilo reagiu a TonyHalk por uma resposta no tópico

    1 ponto
    Ou pode ir no Promot de Comando (CMD) digitar a seguinte linha ipconfig e Pegar Seu IP e também a Mascara Padrão para entrar no seu Modem.
  5. Eu entro no server mas os players não !

    Poilo reagiu a Sammy por uma resposta no tópico

    1 ponto
    Exatamente! Se o seu roteador não usar a porta 80, que provavelmente esses de hoje em dia TPLink não usa a 80, você pode liberar ela também, e usar no Xampp só a 80, ou seja http://seuip sem por porta nemhuma. Dúvidas a disponha.
  6. Eu entro no server mas os players não !

    Poilo reagiu a TonyHalk por uma resposta no tópico

    1 ponto
    se a Internet dele por Compartilhada com outros computadores deve-se liberar as seguintes portas no seu Modem, 7171 e 7172 e para sites Xampp 8090
  7. [DUVIDA] Alguem me ensina a usa o cs3 pf

    Dark Orochi reagiu a Sammy por uma resposta no tópico

    1 ponto
    Sim, navegue em nossa área de Design, e veja se algo se satifaz! Clique aqui
  8. [Resolvido] Npc de bless bugado?

    Edoki reagiu a Stigal por uma resposta no tópico

    1 ponto
    local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function onCreatureSay(cid, type, msg) npcHandler:onCreatureSay(cid, type, msg) end function onThink() npcHandler:onThink() end local node1 = keywordHandler:addKeyword({'primeira bless'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Do you want to buy the first blessing for 2000 (plus level depending amount) gold?'}) node1:addChildKeyword({'yes'}, StdModule.bless, {npcHandler = npcHandler, number = 1, premium = true, baseCost = 2000, levelCost = 200, startLevel = 30, endLevel = 120}) node1:addChildKeyword({'no'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, reset = true, text = 'Too expensive, eh?'}) local node2 = keywordHandler:addKeyword({'segunda bless'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Do you want to buy the second blessing for 2000 (plus level depending amount) gold?'}) node2:addChildKeyword({'yes'}, StdModule.bless, {npcHandler = npcHandler, number = 2, premium = true, baseCost = 2000, levelCost = 200, startLevel = 30, endLevel = 120}) node2:addChildKeyword({'no'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, reset = true, text = 'Too expensive, eh?'}) local node3 = keywordHandler:addKeyword({'terceira bless'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Do you want to buy the third blessing for 2000 (plus level depending amount) gold?'}) node3:addChildKeyword({'yes'}, StdModule.bless, {npcHandler = npcHandler, number = 3, premium = true, baseCost = 2000, levelCost = 200, startLevel = 30, endLevel = 120}) node3:addChildKeyword({'no'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, reset = true, text = 'Too expensive, eh?'}) local node4 = keywordHandler:addKeyword({'quarta bless'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Do you want to buy the fourth blessing for 2000 (plus level depending amount) gold?'}) node4:addChildKeyword({'yes'}, StdModule.bless, {npcHandler = npcHandler, number = 4, premium = true, baseCost = 2000, levelCost = 200, startLevel = 30, endLevel = 120}) node4:addChildKeyword({'no'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, reset = true, text = 'Too expensive, eh?'}) local node5 = keywordHandler:addKeyword({'quinta bless'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Do you want to buy the fifth blessing for 2000 (plus level depending amount) gold?'}) node5:addChildKeyword({'yes'}, StdModule.bless, {npcHandler = npcHandler, number = 5, premium = true, baseCost = 2000, levelCost = 200, startLevel = 30, endLevel = 120}) node5:addChildKeyword({'no'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, reset = true, text = 'Too expensive, eh?'}) npcHandler:addModule(FocusModule:new()) Já tentou?
  9. [Resolvido] Npc de bless bugado?

    Edoki reagiu a Stigal por uma resposta no tópico

    1 ponto
    hi, bless1 Se não funcioanr tente esse: local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function onCreatureSay(cid, type, msg) npcHandler:onCreatureSay(cid, type, msg) end function onThink() npcHandler:onThink() end local node1 = keywordHandler:addKeyword({'primeira bless'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Do you want to buy the first blessing for 2000 (plus level depending amount) gold?'}) node1:addChildKeyword({'yes'}, StdModule.bless, {npcHandler = npcHandler, number = 1, premium = true, baseCost = 2000, levelCost = 200, startLevel = 30, endLevel = 120}) node1:addChildKeyword({'no'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, reset = true, text = 'Too expensive, eh?'}) local node2 = keywordHandler:addKeyword({'segunda bless'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Do you want to buy the second blessing for 2000 (plus level depending amount) gold?'}) node2:addChildKeyword({'yes'}, StdModule.bless, {npcHandler = npcHandler, number = 2, premium = true, baseCost = 2000, levelCost = 200, startLevel = 30, endLevel = 120}) node2:addChildKeyword({'no'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, reset = true, text = 'Too expensive, eh?'}) local node3 = keywordHandler:addKeyword({'terceira bless'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Do you want to buy the third blessing for 2000 (plus level depending amount) gold?'}) node3:addChildKeyword({'yes'}, StdModule.bless, {npcHandler = npcHandler, number = 3, premium = true, baseCost = 2000, levelCost = 200, startLevel = 30, endLevel = 120}) node3:addChildKeyword({'no'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, reset = true, text = 'Too expensive, eh?'}) local node4 = keywordHandler:addKeyword({'quarta bless'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Do you want to buy the fourth blessing for 2000 (plus level depending amount) gold?'}) node4:addChildKeyword({'yes'}, StdModule.bless, {npcHandler = npcHandler, number = 4, premium = true, baseCost = 2000, levelCost = 200, startLevel = 30, endLevel = 120}) node4:addChildKeyword({'no'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, reset = true, text = 'Too expensive, eh?'}) local node5 = keywordHandler:addKeyword({'quinta bless'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Do you want to buy the fifth blessing for 2000 (plus level depending amount) gold?'}) node5:addChildKeyword({'yes'}, StdModule.bless, {npcHandler = npcHandler, number = 5, premium = true, baseCost = 2000, levelCost = 200, startLevel = 30, endLevel = 120}) node5:addChildKeyword({'no'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, reset = true, text = 'Too expensive, eh?'}) npcHandler:addModule(FocusModule:new())
  10. Estável?

    Stigal reagiu a Sammy por uma resposta no tópico

    1 ponto
    Ubuntu 10.04 64bits Enjoy.
  11. Set Madara

    SkyThez reagiu a Avuenja por uma resposta no tópico

    1 ponto
    Desculpe qualquer coisa, não sou designer.. mas está ai... Bom também acabei perdendo muitos recursos ao atualizar meu computador para o novo sistema operacional...
  12. [Resolvido] SCRIPT QUE FAZ CHUVA DE CRYSTAL COIN

    Stigal reagiu a Ramza por uma resposta no tópico

    1 ponto
    usa isso numa talkaction. local pos = {x=100, y=100, z=7} -- muda aqui pra posição central da arena local coin = 100 -- muda aqui tbm pro id da crystal coin local speed = 150 -- velocidade em ms que aparecem as moedas local rangeX = 3 -- alcance no eixo x local rangeY = 3 -- alcance no eixo Y for i = 1, (param*1) do addEvent(doCreateItem, i * speed, coin, 1, {x=pos.x + math.random(-rangeX, rangeX), y= pos.y + math.random(-rangeY, rangeY), z=pos.z}) end
  13. SemiDedicado (VPS ) DUVIDA cm o server

    texzin reagiu a Sammy por uma resposta no tópico

    1 ponto
    Cara, vou contar o meu relato e oque eu já tive de experiência nisso. Com 2GB de memoria eu consegui 200 players online em um mapa de 50mb sem lag, provavelmente travadas forte no save, pois o servidor não era binary-storage as house, então travava. Agora sobre o seu, seu mapa no meu ver, é bem pequeno, 1,5GB, acho que até uns 160, 180, ou até mais, tem que fazer o teste. Lembre-se que oque mais manda no servidor, é a memoria, a banda até que não muito, se você tiver 1000MBPS como disse, melhor ainda, super bem isso, oque eu falo que a banda até que não é que as empresinhas BRs revendedoras algumas roubam no trafego (banda), então se você tiver uns 90mbps, 80mbps, já está bom, lógico com um bom firewall ativo, para não receber ataques UDP que podem ocupar toda a sua banda, mas provavelmente, creio que não. Você tem quantos players diários? O servidor está com Auto Idle? (AUTO KICK), e quantos fica Online 100%? Preciso saber mais algumas caracteristicas de seu servidor pra te falar o quanto você precisa. Você recebe ataques? ou não? Jogadores Online em tempo real 100%? Quanto de uso de memória ele pesa? E aconselho usar Linux, pois no meu relato acima, eu o utilizei, creio que no windows não guentaria isso. Até mais fique a disponha das sugestões TibiaKing.
  14. Olá Caro amigo Blokeper! O website Gesior Acc por sua conta ele identifica as criações de seus personagens nas Samples que ele adiciono na database quando fez a sua devida instalação. Pra alterar as posições vá até a sua tabela Players > Você ira encontrar (Sorcerer Sample, Druid Sample, Paladin Sample, Knight Sample), Edite todos, aonde estiver "POSX, POSY, POSZ", coloque a posição que você queira que quando eles criam a sua conta sejam teleportado para o mesmo, provavelmente para identificar a sua posição atual, veja em seu config.lua do servidor, ou até mesmo abrindo o mapa! A disponha.
  15. Baiak Ice Editado [Confira!]

    EsuoH reagiu a Werner por uma resposta no tópico

    1 ponto
    Tentei fazer aquelas paredes por que queria fazer algo novo, por q n gosto da mesma parede dos baiak ice, tentei modificar o maximo possivel.
  16. Erro ao Abrir Servidor

    Stigal reagiu a Sammy por uma resposta no tópico

    1 ponto
    Esse erro acontece quando o seu sistema está com pouca memória RAM para suportar o tamanho do mapa. Você passando o seu sistema para 64bits poderá solucionar o problema sem ter aumento de memória RAM. Caso o problema continue, prossiga com o procedimento de aumento de RAM. A disponha.
  17. Pokemon Centurion 7.0

    MaTeUsLoLgAmEr reagiu a Luizinhosilva por uma resposta no tópico

    1 ponto
    Removido!
  18. A haler chance, and the air typically tempered to, is to at least be notified of the beneficiary’s purpose to pour on the red clause write of credit. This notification cannot be agreed upon straight between applicant and beneficiary, but needs to be part of the the classics of creditation wiercenie studni slask command that it shapes the relationship between the bank and the beneficiary. The nominated bank won't be subjected to a condense with the applicant but just with the issuing bank. Consequently, it cannot shelter itself against a request to advance funds by referencing the contract between applicant and named beneficiary. The rebuke custom is with a view the applicant to include the notification requirement when opening the note of assign remonty-warszawa.cba.pl will be a first step to cover the seller; other more meaningful options in favour of refuge are to require odwierty pod pompy ciepla promise to out upon To further alleviate psycholog rzeszow might assent to with the nominated bank to question major a back-to-back inscribe of credit. A back-to-back write of upon reklamakatowice.cba.pl despatch of trust as collateral to obtain extra financing. In this event, the nominated bank, and not the purchaser, as would be the in the event that in a red clause trust franceautoservice.pl before all culture of credit and believes that he or she will accord with the obligations of the initially the humanities tonery warszawa Putting, a bank issuing a bankroll b reverse to back magnificent.com.pl letter of credence influence find itself in the uninviting pose that it is obligated to make the beneficiary of the aid to back letter of acknowledgment (i.e. the acknowledgement to the advantage of the senior beneficiary’s supplier) pomoc-drogowa-lodz-laweta.cba.pl masterful noze gerlach recuperate from the beginning beneficiary, since the first beneficiary did not agree with the requirements of the original write hodowla slimakow communication clauses are dicey firmowekalendarzeksiazkowe.pl inscribe of credits and do in the the objective of securing the buyer’s position. Alternatives breathe, but a cash-stripped seller has to sway either his bank, his supplier, or the consumer to appropriation the risk of the beneficiary’s non-compliance.
Líderes está configurado para São Paulo/GMT-03:00

Informação Importante

Confirmação de Termo