Ir para conteúdo

Guilherme.

Héroi
  • Registro em

  • Última visita

Tudo que Guilherme. postou

  1. Guilherme. postou uma resposta no tópico em Playground (Off-topic)
    vish agora noix somo tudo Herói hehehehehe (to risos) Obrigado pelos 'Bem Vindo' e percebo que acabaram com aquela brincadeirinha do welcomido ))): chateaod aki rsrsrsrsrsrsrs
  2. Guilherme. postou uma resposta no tópico em Playground (Off-topic)
    que neim caviá rsrsrsrs
  3. Guilherme. postou uma resposta no tópico em Playground (Off-topic)
    Po, eaí galera old times, obrigado pelos bem vindo hahaha
  4. Guilherme. postou uma resposta no tópico em Playground (Off-topic)
    Pode mandar MP gora
  5. Guilherme. postou uma resposta no tópico em Playground (Off-topic)
    KKKKKKKKKKKKKKKKKKKKKKKKK maybe
  6. Guilherme. postou uma resposta no tópico em Playground (Off-topic)
    Prazer, Guilherme
  7. Guilherme. postou uma resposta no tópico em Playground (Off-topic)
    Galera, como estão vocês? :9
  8. Guilherme. postou uma resposta no tópico em Playground (Off-topic)
    tenho 18 e ja tenho tudo
  9. Valew, baixei o bot pelo celular mesmo ! KKKKKKKKKKKK Agora quem tiver o mesmo problema já sabe como resolver :b
  10. Aí mega~, quando clicko em área premium aqui no site do BBOT, a página não é redirecionada - mesmo clickando no link - só fica dando reloading, denovo e denovo . . . E sim, meus cookies estão habilitados no Chrome, o que pode ser isso ?! Meus dias de bot estão acabando ! D:
  11. Guilherme. postou uma resposta no tópico em Playground (Off-topic)
    para se vingar do macaco atirador assassino
  12. Guilherme. postou uma resposta no tópico em Playground (Off-topic)
    e vira a cavaleira sem cabeça
  13. hmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm te sento a vara, moleque baitola.
  14. fóda é ter 10 reais de crédito, ligar pro daopay pra pagar o bbot e acabar seus créditos antes dos 30 segundos da chamada . . . KKKKKKKKKKKKKK
  15. Guilherme. postou uma resposta no tópico em Suporte Tibia OTServer
    fica na pasta talkactions/scripts
  16. vlw cara
  17. Guilherme. postou uma resposta no tópico em Suporte Tibia OTServer
    http://tibiaking.com/forum/topic/11058-gesior-041-alterado/
  18. Guilherme. postou uma resposta no tópico em Playground (Off-topic)
    af eu quero uma key ;s
  19. Po cara, vai ter que ficar pra depois, estou tentando arrumar um server aqui pra colocar online e ainda vou testar isso, mas tudo o que o script faz está basicamente aqui, que é o que o training monk fala ao player: doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Average DPS: ".. getPlayerStorageValue(cid, 82936) / 10 .."") doCreatureSay(cid, "You are currently dealing an average of ".. getPlayerStorageValue(cid, 82936) / 10 .." damage per second.", TALKTYPE_ORANGE_1, false, 0, targetpos) return setPlayerStorageValue(cid, 82936, 0) Pois é Augusto, estava sumido mesmo kkkkk quem sabe agora eu volte
  20. Isso aqui vai deixar o Training Monk um pouquinho mais 'interativo' ! Ele vai te falar uma estimativa de quanto dano você está causando por segundo. Adicione isso em creaturescripts.xml <event type="statschange" name="DPScounter" event="script" value="dpscounter.lua"/> Agora crie um arquivo .lua na pasta creaturescripts com o nome de dpscounter.lua e adicione isso local exhaust = createConditionObject(CONDITION_EXHAUST) setConditionParam(exhaust, CONDITION_PARAM_SUBID, 82936) setConditionParam(exhaust, CONDITION_PARAM_TICKS, 10000) function getDamageDone(cid, targetpos) targetpos.x = targetpos.x - 1 if(isPlayer(cid)) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Average DPS: ".. getPlayerStorageValue(cid, 82936) / 10 .."") doCreatureSay(cid, "You are currently dealing an average of ".. getPlayerStorageValue(cid, 82936) / 10 .." damage per second.", TALKTYPE_ORANGE_1, false, 0, targetpos) return setPlayerStorageValue(cid, 82936, 0) end return true end function onStatsChange(cid, attacker, type, combat, value) if(type == STATSCHANGE_HEALTHLOSS or type == STATSCHANGE_MANALOSS) then if(not isPlayer(attacker)) then return true end setPlayerStorageValue(attacker, 82936, getPlayerStorageValue(attacker, 82936) + value) if(getCreatureCondition(attacker, CONDITION_EXHAUST, 82936) == false) then setPlayerStorageValue(attacker, 82936, 0) addEvent(getDamageDone, 9900, attacker, getCreaturePosition(cid)) doAddCondition(attacker, exhaust) end end return true end E por último, modifique seu Training Monk, que normalmente fica na pasta monsters <?xml version="1.0" encoding="UTF-8"?> <monster name="Training Monk" nameDescription="a training monk" race="blood" experience="0" speed="210" manacost="0"> <health now="99000" max="99000"/> <look type="57" corpse="3128"/> <targetchange interval="60000" chance="0"/> <strategy attack="100" defense="0"/> <flags> <flag summonable="0"/> <flag attackable="1"/> <flag hostile="1"/> <flag illusionable="0"/> <flag convinceable="0"/> <flag pushable="0"/> <flag canpushitems="1"/> <flag staticattack="50"/> <flag lightlevel="0"/> <flag lightcolor="0"/> <flag targetdistance="1"/> <flag runonhealth="0"/> </flags> <script> <event name="DPScounter"/> </script> <attacks> <attack name="melee" interval="5000" min="0" max="-1"/> </attacks> <defenses armor="0" defense="0"> <defense name="healing" interval="10000" chance="100" min="24000" max="24000"/> </defenses> </monster> Créditos ao Shawn por todo o script
  21. Guilherme. postou uma resposta no tópico em Suporte & Pedidos
    Até que ficou legal, com algumas mudancinhas fica mais show ainda !
  22. Guilherme. postou uma resposta no tópico em Playground (Off-topic)
    What's up ?
  23. Guilherme. postou uma resposta no tópico em Suporte Tibia OTServer
    Então não tenho ideia ;s

Informação Importante

Confirmação de Termo