Ir para conteúdo

Juliocezar

Membro
  • Registro em

  • Última visita

Tudo que Juliocezar postou

  1. mano não pega quando eu uzo não pega aparece essa mensagem there is not enought roon
  2. quero que o meu mostro de treino reale meu Scripts do mostro a baixo <?xml version="1.0" encoding="UTF-8"?> <monster name="Training Bag" nameDescription="a bag" race="blood" experience="200" speed="0" manacost="600"> <health now="990000000" max="990000000"/> <look type="342" corpse="6080"/> <targetchange interval="2000" chance="0"/> <strategy attack="100" defense="0"/> <flags> <flag summonable="1"/> <flag attackable="1"/> <flag hostile="1"/> <flag illusionable="1"/> <flag convinceable="1"/> <flag pushable="1"/> <flag canpushitems="0"/> <flag canpushcreatures="0"/> <flag targetdistance="1"/> <flag staticattack="90"/> <flag runonhealth="5"/> </flags> <attacks> <attack name="melee" interval="2000" skill="100" attack="2"/> </attacks> <defenses armor="1" defense="2"/> <elements> </elements> <voices interval="5000" chance="10"> <voice sentence="Kill me!"/> </voices> <loot> </loot> </monster>
  3. como fasso para saber o tamanho maximo do meu cliente para poder adicionar novos effects?
  4. galera se for previzo fazer com outro prohrama me me fala ai beleza eu quero saber como Adicionar Um novo Effect no meu serve 8.54 Resultados da pesquisTutorial - Como Adicionar Um Effect No Dat Editor - YouTube
  5. ok esperando aki
  6. aqui meu antiviris acusa viros
  7. mais de onde e esse download e cofiavel baixar mano me passa seu prorama porfavor mano me passa seu programa porfavor
  8. pode me passar esse programa?
  9. gente tenho um cliente 8.60 ele esta compilado quero saber como descompilar ele ajuda ai gente me passa o programa que descompila ou manda um tutorial
  10. bom pego valew vou da rep la no topco que eu pedi blz
  11. ok vlw vou testar aki o do efeito
  12. galera quero saber onde edito ai para a magia bater mais se possivel quero saber quanto devo almentar para a magia bater 1000 a mais scripter da magia a baixo local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, true) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, 226) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, 94) function skiaiho(cid, level, maglevel) local min = -(level * 6.7+ maglevel * 12 +50) local max = -(level * 6.7+ maglevel * 13 +50) return min, max end setCombatCallback(combat, CALLBACK_PARAM_LEVELMAGICVALUE, "skiaiho") function onCastSpell(cid, var) return doCombat(cid, combat, var) end
  13. galera site= moder acc versão 8.54 gente no meu site as guilds envita outras para a guerra so que no site não mostra as que estão em guerra e as que envitaran outras a guerra guero colocar essa guia + RAP quem ajudar
  14. vlw so mais 1 duvida como coloco ai para ficar saindo um efeito da vocação?
  15. gente ja tenho meu scripter ele da reborn e tudo nas outras vocações so que eu fiz outra vocação e quero colocar para o npc da reborn nela quero saber ai no scripter o que devo fazer para o npc da uma nova vocação para o novo players local focus = 0 local talk_start = 0 local target = 0 local following = false local attacking = false function onThingMove(creature, thing, oldpos, oldstackpos) end function onCreatureAppear(creature) end function onCreatureDisappear(cid, pos) if focus == cid then selfSay('?????.') focus = 0 talk_start = 0 end end function onCreatureTurn(creature) end function msgcontains(txt, str) return (string.find(txt, str) and not string.find(txt, '(%w+)' .. str) and not string.find(txt, str .. '(%w+)')) end function onCreatureSay(cid, type, msg) msg = string.lower(msg) if (msgcontains(msg, 'hi') and (focus == 0)) and getDistanceToCreature(cid) < 4 then selfSay('Hello. If you ready I can "Reborn" you.') focus = cid talk_start = os.clock() elseif msgcontains(msg, 'hi') and (focus ~= cid) and getDistanceToCreature(cid) < 4 then selfSay('Sorry, ' .. getCreatureName(cid) .. '! Hey!.') elseif focus == cid then talk_start = os.clock() if msgcontains(msg, 'reborn') and getPlayerStorageValue(cid,30023) == 4 then selfSay('Sorry, but you are after reborn.') focus = 0 talk_start = 0 elseif msgcontains(msg, 'reborn') and getPlayerLevel(cid) < 250 and getPlayerStorageValue(cid,30023) ~= 4 then selfSay('Hehe, I say If you READY. You do not have 250 lvl.') elseif msgcontains(msg, 'reborn') then selfSay('Are you sure?') talk_state = 2 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerVocation(cid) == 216 then doReborn(cid,1,332,217) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerVocation(cid) == 265 then doReborn(cid,1,217,266) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerVocation(cid) == 278 then doReborn(cid,1,242,279) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerVocation(cid) == 235 then doReborn(cid,1,309,236) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerVocation(cid) == 248 then doReborn(cid,1,286,249) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerVocation(cid) == 6 then doReborn(cid,1,165,7) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerVocation(cid) == 19 then doReborn(cid,1,7,20) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerVocation(cid) == 32 then doReborn(cid,1,58,33) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerVocation(cid) == 45 then doReborn(cid,1,104,46) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerVocation(cid) == 58 then doReborn(cid,1,63,59) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerVocation(cid) == 71 then doReborn(cid,1,95,72) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerVocation(cid) == 84 then doReborn(cid,1,256,85) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerVocation(cid) == 97 then doReborn(cid,1,115,98) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerVocation(cid) == 110 then doReborn(cid,1,193,111) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerVocation(cid) == 123 then doReborn(cid,1,20,124) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerVocation(cid) == 136 then doReborn(cid,1,215,137) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerVocation(cid) == 149 then doReborn(cid,1,133,150) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerVocation(cid) == 162 then doReborn(cid,1,179,163) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerVocation(cid) == 175 then doReborn(cid,1,99,176) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerVocation(cid) == 188 then doReborn(cid,1,40,189) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and getPlayerLevel(cid) >= 250 and getPlayerVocation(cid) == 203 then doReborn(cid,1,282,204) talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 then selfSay('Sorry, ' .. getCreatureName(cid) .. '! You must revert or transform.') elseif msgcontains(msg, 'bye') and getDistanceToCreature(cid) < 4 then selfSay('Good bye.') focus = 0 talk_start = 0 end end end function onThink() doNpcSetCreatureFocus(focus) if (os.clock() - talk_start) > 45 then if focus > 0 then selfSay('Next Please...') end focus = 0 end if focus ~= 0 then if getDistanceToCreature(focus) > 5 then selfSay('Good bye then.') focus = 0 end end end
  16. serve wodbo versão=8.54 gente meu serve tem um sistema de transform eu adicionei +1 transform >>>transforma e tudo so que quando o player loga volta a vocação anterior quero retirar isso quero que a vocação fique a que transformou mesmo se logar a vocação não muda blz meu sripter transform elseif getPlayerVocation(cid) ==286 then if getPlayerLevel(cid) >= 30 then doPlayerSetVocation(cid,287) setCreatureMaxHealth(cid, getCreatureMaxHealth(cid)+health) setCreatureMaxMana(cid, getCreatureMaxMana(cid)+mana) doCreatureAddHealth(cid, 1) doCreatureAddMana(cid, 1) doCreatureChangeOutfit(cid,king2) doSendMagicEffect(getPlayerPosition(cid), 18) else doPlayerSendCancel(cid, "king vegeta! You need 30 level to transform.") doSendMagicEffect(getPlayerPosition(cid), 2) end
  17. mano e na vocação ai como fasso para ela ficar saindo raios ?
  18. como a sim se o player tiver 3 dias premium ele pode fazer ne?
  19. vlw mais eu queria coloar um efeito da para colocar para quando o player realar a mana aparecer um efeito? se tiver me ensina como e
  20. onde tem needpremium="0" se eu colocar 1 no site vão poder criar essa vocação free?
  21. mano e muita coisa e não da para postar aki vou postar o download dela vc baixa e ve ai como e click aki para baixar
  22. ajuda ai serve= wodbo versão= 8.54 quero que quando o player falar mega power ki encha 10000 de mana de todas as vocações e qualquer level so poderar usar esse poder do level 25 para cima quem quiser entra no meu serve ai site = http://dbviolenttibia.no-ip.org/
  23. galera meu serve e o wodbo 8.54 quero saber como eu crio novas vocações colocando novo outfit claro que e da nova vocação posta o scripter ai gente
  24. Juliocezar postou uma resposta no tópico em Suporte Tibia OTServer
    gente quero um scripter para meu serve o players tem que ter o item e fala a palavra evento ganho grupo id 6 e o player se transforma em god galera quero esse scripter o player tem que estar com o item e falar a palavra evento ganho grupo id ele escolhe o grupo id dele exemplo evento ganho grupo id 6 < ele que escolhe o grupo id blz galera se não souber fazer. faz outro scripter para falar a palavra evento ganho e o player ganha grupo id 6 mas precisa do item 2160

Informação Importante

Confirmação de Termo