Ir para conteúdo

folfer

Campones
  • Total de itens

    32
  • Registro em

  • Última visita

Tudo que folfer postou

  1. ALGUEM POSTA UM TOPICO DE CRIAR VOCAÇÕES BOM ! É A 5 VEZ QUE VEJO ESSE MSM TOPICO E A GALERA COPIANDO!
  2. Ta horrivel é a 3 vez que vejo essa parada .-. e nenhum ta explicando direito !
  3. Meus Parabéns , esta lindo , muito arrumado e legal ! Recomendo ^^
  4. Legal Mano , Gostei husuhshus Agora só devia botar o Penta Kill .-. é melhor que monster .-. RSRSRS
  5. Olá e bem vindo meu nome é folfer e trouxe este script aqui. 1- Passo Colocar isso em Dados / Ações / scripts Coloque-o com nome Feitiço Scrolls.lua 2-Passo Colocar isso no Feitiço Scrolls.lua 3- Passo Colocar isso em Actions.XML. .-. Folfer .-.
  6. Gostei Dos scripts dos scroll! otimo
  7. valeu pelo tutorial XD +rep para vc amigo! vc merece :weight_lift: bem
  8. coisa tão simples vcs fica se batendo imagina vcs msm criar um script! :withstupidsmiley:
  9. sim e facil aki outra magic abra a pasta data/spells agora va a pasta scripts copie alqum arquivo lua renomeio para : air agora abra-o e coloque isto dentro: --// Requerimento para compatibilidade com as novas versões de OTServer \\ local mayNotMove = doCreatureSetNoMove function doPushCreature(pos, target) creature = getThingfromPos({x=target.x, y=target.y, z=target.z, stackpos=253}).uid if target.y < pos.y and target.x == pos.x then newpos = {x=target.x, y=target.y-1, z=target.z} elseif target.y > pos.y and target.x == pos.x then newpos = {x=target.x, y=target.y+1, z=target.z} elseif target.y == pos.y and target.x > pos.x then newpos = {x=target.x+1, y=target.y, z=target.z} elseif target.y == pos.y and target.x < pos.x then newpos = {x=target.x-1, y=target.y, z=target.z} elseif target.y < pos.y and target.x > pos.x then newpos = {x=target.x+1, y=target.y-1, z=target.z} elseif target.y > pos.y and target.x < pos.x then newpos = {x=target.x-1, y=target.y+1, z=target.z} elseif target.y > pos.y and target.x > pos.x then newpos = {x=target.x+1, y=target.y+1, z=target.z} elseif target.y < pos.y and target.x < pos.x then newpos = {x=target.x-1, y=target.y-1, z=target.z} end if creature > 0 then if queryTileAddThing(creature, newpos) == TRUE then doTeleportThing(creature, newpos, TRUE) end end end local arr = { [1] = { {1,1,1}, {1,2,1}, {1,1,1} }, [2] = { {0,1,1,1,0}, {1,0,0,0,1}, {1,0,2,0,1}, {1,0,0,0,1}, {0,1,1,1,0} }, [3] = { {0,0,1,1,1,0,0}, {0,1,0,0,0,1,0}, {1,0,0,0,0,0,1}, {1,0,0,2,0,0,1}, {1,0,0,0,0,0,1}, {0,1,0,0,0,1,0}, {0,0,1,1,1,0,0} }, [4] = { {0,0,0,1,1,1,0,0,0}, {0,0,1,0,0,0,1,0,0}, {0,1,0,0,0,0,0,1,0}, {1,0,0,0,0,0,0,0,1}, {1,0,0,0,2,0,0,0,1}, {1,0,0,0,0,0,0,0,1}, {0,1,0,0,0,0,0,1,0}, {0,0,1,0,0,0,1,0,0}, {0,0,0,1,1,1,0,0,0} } } function onTargetCreature(cid, target) doPushCreature(getCreaturePosition(cid), target) end combat = {} for n, v in pairs(arr) do combat[n] = createCombatObject() _G["callback"..n] = onTargetCreature setCombatCallback(combat[n], CALLBACK_PARAM_TARGETTILE, "callback"..n) setCombatParam(combat[n], COMBAT_PARAM_EFFECT, 2) setCombatArea(combat[n], createCombatArea(v)) end function onCastSpell(cid, var) mayNotMove(cid, TRUE) for i = 1, #combat do addEvent(doCombat, i*150-150, cid, combat, var) if i == #combat then addEvent(mayNotMove, i*150-150, cid, FALSE) end end return TRUE end agora volte para a pasta spells abra o arquivo spells XML e adicione isto em baixo de qualquer coisa: <!-- Novas Spells --> <instant name="Wind Wave" words="exevo mas air" lvl="25" mana="90" exhaustion="2000" script="air.lua"> <vocation name="Druid" /> <vocation name="Elder Druid" /> <vocation name="sorcerer" /> <vocation name="master sorcerer" /> </instant> se te ajudei da +rep :XTibia_smile:
  10. folfer

    Novas Spells 8.6

    poder de curar mana healing mana:exura seil abra a pasta data/spells agora va a pasta scripts copie alqum arquivo lua renomeio para : exura seil agora abra-o e coloque isto dentro: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, 1) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0) function onCastSpell(cid, var) doPlayerAddMana(cid, math.random(2000, 20000)) return doCombat(cid, combat, var) end agora volte para a pasta >>spells<< abra o arqueivo spells XML e bote isto aqui debaixo que qualquer coisa <instant name="Ultimate Mana" words="Exura Seil" lvl="25" mana="0" aggressive="0" selftarget="1" exhaustion="500" needlearn="0" script="exura seil.lua"> <vocation name="Master Sorcerer" /> <vocation name="Elder Druid" /> </instant> se te ajudei dar +rep
  11. vlw ... mas n conseguir....boa tentativa
  12. gostei vlw por a ajuda :withstupidsmiley:
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...