-
Total de itens
32 -
Registro em
-
Última visita
Tudo que folfer postou
-
Ficou muito legal !! Parabéns!!
-
[Pedido] Comprar Item Vip Por Lavanca
tópico respondeu ao danilo13 de folfer em Actions e Talkactions
ficou massa a script Vodkart + Rep -
Show de bola ^^
-
spell Exori Bong - Sugar Vida do Target
tópico respondeu ao Fir3z de folfer em Globalevents e Spells
Meu tambem ta bugando ... -
Spr Editor [ 8.54/9.81 ][ versão 1.3 ]
tópico respondeu ao cristofermartins de folfer em Ferramentas
Legal :P3- 65 respostas
-
- ferramenta
- utilitario
- (e 6 mais)
-
ALGUEM POSTA UM TOPICO DE CRIAR VOCAÇÕES BOM ! É A 5 VEZ QUE VEJO ESSE MSM TOPICO E A GALERA COPIANDO!
-
Ta horrivel é a 3 vez que vejo essa parada .-. e nenhum ta explicando direito !
-
[Arquivado]Vocês Acham Que Essa Classe Cairiam Bem No Tibia?
tópico respondeu ao jouy1245 de folfer em Noticias - Arquivo
Sim é bem legal .-. -
Legal vou add no meu oT :=;
-
Meus Parabéns , esta lindo , muito arrumado e legal ! Recomendo ^^
-
Legal
-
creatureevent M-M-M-Monster Kill!
tópico respondeu ao LuckinhaSan de folfer em Globalevents e Spells
Legal Mano , Gostei husuhshus Agora só devia botar o Penta Kill .-. é melhor que monster .-. RSRSRS -
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 .-.
-
Gostei Dos scripts dos scroll! otimo
-
Tutorial Para Paladins[level 8-50]perfeito Agora
tópico respondeu ao Henrique Moura de folfer em Lixeira Pública
valeu pelo tutorial XD +rep para vc amigo! vc merece :weight_lift: bem -
coisa tão simples vcs fica se batendo imagina vcs msm criar um script! :withstupidsmiley:
-
[Weapon]Nova Wand Estilo Inovador[Com Imagens]
tópico respondeu ao soldoran de folfer em Globalevents e Spells
gostei!! :smile_positivo: -
Como Faser Armas Vips Em Ot 8.6
tópico respondeu ao vinizinrush12 de folfer em Globalevents e Spells
oque vale e a intesão!!! -
gostei valeu pela ajuda
-
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:
-
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
-
vlw ... mas n conseguir....boa tentativa
-
gostei vlw por a ajuda :withstupidsmiley:
-
gostei cara muito bom! vlw
-
Quem Está Navegando 0 membros estão online
- Nenhum usuário registrado visualizando esta página.