Ir para conteúdo

LukaszG

Barão
  • Total de itens

    230
  • Registro em

  • Última visita

Tudo que LukaszG postou

  1. Muito bom Parabens Muito útil +REP
  2. Bom Dia Ou Boa Noite a todos vcs Hoje eu tava procurando aqui uns scripts e achei esse script de criar mana rune é bem simples e bastante Util. 1°Nao sei se ja tem esse script aqui mais vamos lah ======================================== Bem, eh muito simples vá na pasta Actions, Scripts, e crie um arquivo no bloco de notas com o nome mfrune.lua e dentro dele coloque isso: function onUse(cid, item, frompos, item2, topos) playerpos = {x=topos.x, y=topos.y, z=topos.z, stackpos=253} player = getThingfromPos(playerpos) ml = getPlayerMagLevel(cid) lvl = getPlayerLevel(cid) formula = 3500 if item2.itemid == 1 and ml >= 2 then doSendMagicEffect(playerpos,1) doPlayerAddMana(player.uid,formula) doPlayerSay(player.uid,"HealingRune",2) if item.type > 1 then doChangeTypeItem(item.uid,item.type-1) else doRemoveItem(item.uid,1) end end if item2.itemid == 1 and ml <= 1 then doSendMagicEffect(frompos,2) doPlayerSendCancel(cid,"You dont Have Magic Level to use this rune.") end if item2.itemid >= 2 then doPlayerSendCancel(cid,"You can only use this rune in you or in players.") doSendMAgicEffect(frompos,2) end return 1 end E de Save! Depois Vá na pasta Actions e abra o arquivo actions.xml e coloque isso no fim: No que está de vermelho é a id do iten que vai da mana. Eu dou uma sugestão da runa 2275 Comenta ai OBS: formula = é quantos vai healar eu botei 3500 mais VC pode aumentar ou diminuir dependendo do seu gosto e do formato dos PVPs do seu ot CREDITOS: LukaszG 65% ma123282 35%
  3. SEI Q O TOPICO É MEIO VELHO MAIS QUERIA UM LINK QUE EXPLIQUE BEM COMO INSTALLAR O SITE. Pra verção 8.60
  4. Oi Queria Um Script para Kina,pally,druid e sorc. Que suba a mana conforme seu lvl Nome Do Script: sobemana Level Minimo: 200 Minimo de mana para usar a magia: 400 exhaustion: 1000 Deis De Jah Agradeço!!
  5. EU JA JOGUEI PW LOKO E PW ORION MUITO LEGAL ESSE JOGO MAIS ENJOA RAPIDO ;x Mais eu recomendo que joguem e se divertem.
  6. Oi pessoal queria um script tipow assim: vc pode compra 1 item se tiver 5 tarantulas eggs Os itens sao esses: ID DOS ITENS 6096,6095,5918,5462,2527,7424,8932,8925,8929,2352,8853,7424,6301,6300,11205,11213,6527,5468,7443 O Comando deve ser !buyitem e o nome do iten Ex:(!buyitem special armor) E dai se quiser vender o iten ele fala !sellitem e o nome do iten e ganha 5 tarantula eggs Ex:(!sellitem special armor) Agradeço deis de jah !!! Qm conseguir me ajudar Conserteza tera um REP ++++++
  7. Oi pessoal queria um script tipow assim: vc pode compra 1 item se tiver 5 tarantulas eggs Os itens sao esses: ID DOS ITENS 6096,6095,5918,5462,2527,7424,8932,8925,8929,2352,8853,7424,6301,6300,11205,11213,6527,5468,7443 O Comando deve ser !buyitem e o nome do iten E dai se quiser vender o iten ele fala !sellitem e o nome do iten e ganha 5 tarantula eggs Agradeço deis de jah !!! Qm conseguir me ajudar Conserteza tera um REP ++++++
  8. Aqui você encontrara tudo para montar seu ot Heroserv/Loucoserv Aqui você encontrara Spells,fastk atk,itens E Commands Download > http://www.4shared.com/file/xHdaRBrX/Heroserv.html
  9. esse sistema ja existe,ponha os devidos créditos...
  10. Tipo do script:Spell Protocolo (versão do Tibia):8.54 Servidor utilizado:TFS Nível de experiência:meio ANo isso é em afastar.lua Quote 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,1,1,1,1}, {1,1,2,1,1}, {1,1,1,1,1}, {0,1,1,1,0} }, [3] = { {0,0,1,1,1,0,0}, {0,1,1,1,1,1,0}, {1,1,1,1,1,1,1}, {1,1,1,2,1,1,1}, {1,1,1,1,1,1,1}, {0,1,1,1,1,1,0}, {0,0,1,1,1,0,0} }, [4] = { {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,1,1,1,1,1,1}, {1,1,1,1,1,1,1,1,1,1,1}, {1,1,1,1,1,2,1,1,1,1,1}, {1,1,1,1,1,1,1,1,1,1,1}, {1,1,1,1,1,1,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} } } 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 e isto em spells.xml Quote <instant name="punicao divina" words="Shinra Tensei" lvl="360" mana="1500" prem="1" blockwalls="0" exhaustion="5000" needlearn="0" script="air.lua"> <vocation name="Sorcerer" /> <vocation name="Druid" /> <vocation name="Master Sorcerer" /> <vocation name="Elder Druid" /> <vocation name="Knight" /> <vocation name="Elite Knight" /> <vocation name="Paladin" /> <vocation name="Royal Paladin" /> <vocation name="Slayer Sorcerer" /> <vocation name="Slayer Druid" /> <vocation name="Slayer Paladin" /> <vocation name="Slayer Knight" /> </instant>
  • Quem Está Navegando   0 membros estão online

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