Ir para conteúdo
  • Cadastre-se

zPerseu

Membro
  • Total de itens

    364
  • Registro em

  • Última visita

Tudo que zPerseu postou

  1. NAO PAROU DE APAREÇER O EFFEITO (SPRITE) E NAO DA DANO nao o efeito nao sai e nao da dano
  2. Tipo Spell ela e de target o player ussa e tem 5 segundos pra ser usada novamento no chat apareça VOCE SO PODERA USAR ESSA SPELL NOVAMENTE EM 5 SEGUNDOS VOCE SO PODERA USAR ESSA SPELL NOVAMENTE EM 4 SEGUNDOS VOCE SO PODERA USAR ESSA SPELL NOVAMENTE EM 3 SEGUNDOS VOCE SO PODERA USAR ESSA SPELL NOVAMENTE EM 2 SEGUNDOS VOCE SO PODERA USAR ESSA SPELL NOVAMENTE EM 1 SEGUNDOS ai ele ussa dnv
  3. Ela e uma spell de target vc tem que targetar e vc ussa tem 5 segundos pra ussar dnv e apareça no chat em laranja TIPO VOCE TEM 5 SEGUNDOS PARA USAR A SPELL NOVAMENTE - tipo assim que e o exausted dela sem ter que usar spell.xml pra colocar exausted
  4. esse errohttp://prntscr.com/b99r43 sim ja tentei tirar como nao sei mecher com script posso fazer merda
  5. ESSE ERRO http://prntscr.com/b99iwu SCRIPT
  6. QUERIA SCRIPT KAMUI CONSISTEM +- ASSIM http://prntscr.com/b8zsw4 EU USSO A SPELL E QUANDO EU USAR VAI ABRIR UM PORTAL PRA QUEM TIVER DE FORA PODER ENTRAR O PLAYER TARGETA E OS DOIS VAO PARA O KAMUI E IRA TER 4 PORTAIS PRA ENTRAR NESSES PORTAIS VC TEM QUE ESPERAR 20 SEGUNDOS PARA ENTRAR NELES SE ELE NAO ENTRAR NO TELEPORT EM 20 SEGUNDOS ELE FICA LA POR 5 MINUTOS DAI A SCRIPT VOLTA ELE O SISTEMA DE VOLTAR E +- ASSIM E TIPO ESSE MAS O INVEZ DE TER 10 SEGUNDOS LA DENTRO ELE PODE FICAR MAS O PORTAL FUNCIONA TIPO local pos = getCreaturePosition(cid)
  7. ESSE ERRO http://prntscr.com/b8yirb Script function onLook(cid, thing, position, lookDistance) if isPlayer(thing.uid) then local type = getPlayerStorageValue(thing.uid, 89745) doPlayerSetSpecialDescription(thing.uid, "\n "..(getPlayerSex(cid) == 0 and "She" or "He").." are "..(type < 0 and "Shinobi" or type == 1 and "Genin" or type == 2 and "Chunin" or type == 2 and "Jounin" or type == 3 and "Anbu" or type == 4 and "Anbu" or type == 5 and "Sennin" or type == 6 and "Akatsuki Member")) end return true end script sennin Script jounin
  8. SCRIPT local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, 134) setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -165.2, 1, -165.2, 1) function onCastSpell(cid, var) local waittime = 2 local storage = 5868 if exhaustion.check(cid, storage) then doCreatureSay(cid, "Aguarde " .. exhaustion.get(cid, storage) .. " segundos para usar a spell novamente.", TALKTYPE_MONSTER) return false end local position1 = {x=getThingPosition(getCreatureTarget(cid)).x+0, y=getThingPo
  9. http://prntscr.com/b8sy34 esse erro quando solta a magia apareçe um efeito Da esse erro http://prntscr.com/b8t9ns Script local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, 134) setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -165.2, 1, -165.2, 1) function onCastSpell(cid, var) local waittime = 2 local storage = 5868 if exhaustion.check(cid, storage) then doCreatureSay(cid, "Aguarde " .. exhaustion.get(cid, storage) .. " segundos para usar a spell
  10. TA TANDO ERRO SCRIPT local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, 134) setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -165.2, 1, -165.2, 1) function onCastSpell(cid, var) local position1 = {x=getThingPosition(getCreatureTarget(cid)).x+0, y=getThingPosition(getCreatureTarget(cid)).y+1, z=getThingPosition(getCreatureTarget(cid)).z} doSendMagicEffect(position1, 245) return doCombat(cid, combat, var) end function onCastSpell(cid, var) local parameter
  11. tipo assim? function onCastSpell(cid, var) local parameters = { cid = cid, var = var} if getPlayerStorageValue(cid, 3202) <= 0 then setPlayerStorageValue(cid, 3201, os.time()+1000) addEvent(onCastSpell1, 100, parameters) addEvent(onCastSpell2, 630, parameters) local config = { storage = 15624, exhaust = 5, } if getPlayerStorageValue (cid, config.storage) < os.time () then setPlayerStorageValue (cid, config.storage, config.exhaust + os.time()) ~script da spells~ else doPlayerSendCancel (cid, "You're ex
  12. ALGUEM PODE ENSINAR COLOCAR EXAUSTED SEM POR NO XML PQ NO XML O EXAUSTED TEM Q ESPERAR ACABAR PRA SOLTAR OUTRA. O COMBO E DE 3 MAGIAS 1 local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, 134) setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -275.2, 1, -275.2, 1) function onCastSpell(cid, var) local position1 = {x=getThingPosition(getCreatureTarget(cid)).x+0, y=getThingPosition(getCreatureTarget(cid)).y+1, z=getThingPosition(getCreatureTarget(cid)).z}
  13. Dando esse ERRO http://prntscr.com/b8s923
  14. nao foi os player sem estar na akatsuke ussar pra virar akatsuke -- Script Akatsuki System Advance 1.0 -- -- By RigBy -- -- tibiaking.com -- local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} 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
  15. O seu da erro no meu systema http://prntscr.com/b8oqee
  16. local tempo = 60 -- tempo em segundos. local effect = {183} -- effect no player, caso queira apenas 1, basta remover os outros numeros. local ml = 150 -- quantos ira aumentar o skill de ML local skillfist = 50 -- quantos ira aumentar o skill de Fist local skillsword = 50 -- quantos ira aumentar o skill de Sword local skillaxe = 50 -- quantos ira aumentar o skill de Axe local skillclub = 50 -- quantos ira aumentar o skill de Club local skilldistance = 50 -- quantos ira aumentar o skill de Distance local skillshield = 50 -- quantos ira aumentar o skill de Shield local h
  17. SCRIPT function onUse(cid, item, frompos, item2, topos) local monstro = getItemAttribute(item.uid, "corpse") local health = getItemAttribute(item.uid, "health") local name = getItemAttribute(item.uid, "monstro") if #getCreatureSummons(cid) > 0 then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Você ja esta usando uma reencarnação !") return true end if getPlayerMana(cid) < health/100*70 then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Você não tem chakra suficiente") return true end if getPlayerStorageValue(cid, 24436) == 1 then
  18. QUERIA UMA SCRIPT TRAP ELA USSA 1 EFFEC VOU EXPLICAR + QUANDO O PLAYER USSAR VAI SER TIPO ASSIM {0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0}, {0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0}, {0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0}, {0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0}, {1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1}, {0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0}, {0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0}, {0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0}, {0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0} O 1 REPRESENTA A TRAP OS 1 SERAO OS GALHOS OS PL
  19. QUERIA FAZER UM COMBO COM ESSAS 3 PARTES ALGUEM QUE SABE COLOCAR EXAUSTED PODE ME ENSINAR PRA MIN FAZER NAS OUTRAS? SCRIPTS area Target target REP QUEM PUDER AJUDAR
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo