Ir para conteúdo

SkyLigh

Lorde
  • Total de itens

    2183
  • Registro em

  • Última visita

  • Dias Ganhos

    23

Tudo que SkyLigh postou

  1. ali no segundos so você por 105 seg local newpos = {x=125,y=47,z=7} -- local para onde o player será teleportado local config = { s = 11548, -- n mexa exhau = 30 -- quantos segundos } function onStepIn(cid, item, position, fromPosition) if (getPlayerStorageValue(cid, config.s) <= os.time()) then setPlayerStorageValue(cid,config.s,os.time()+config.exhau) addEvent(function() doTeleportThing(cid, newpos) doSendMagicEffect(newpos, 10) end, time*60*1000) return true end end
  2. Veja este do sky http://www.xtibia.com/forum/topic/164269-vip-no-nome/
  3. Favor retirar a divulgação neste tópico. Para divulgar o seu ot é aqui: http://www.xtibia.co...en-pvp-servers/ Leia as regras antes de postar e o que se deve postar. Obrigado pela tempo e pela atenção. New isto nao e divulgaçao ele so ta falando do ot dele divulgaçao e criar um post so anunciando o ot
  4. Simples o de trap va em data / spells / scripts / e renome algum arquivo para trap.lua e adicione local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, 10) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY) setCombatParam(combat, COMBAT_PARAM_CREATEITEM, 1498) local arr = { { 1, 1, 1, 1, 1, 1. }, { 1, 0, 0, 0, 0, 1. }, { 1, 0, 0, 0, 0, 1, }, { 1, 0, 0, 2, 0, 1, }, { 1, 0, 0, 0, 0, 1, }, { 1, 0, 0, 0, 0, 1, }, { 1, 1, 1, 1, 1, 1, }, } local area = createCombatArea(arr) setCombatArea(combat, area) function onCastSpell(cid, var) return doCombat(cid, combat, var) end e em spells.xml <rune name="Trap" id="id da runa" allowfaruse="1" charges="4" lvl="10" maglv="6" exhaustion="2000" blocktype="solid" event="script" value="trap.lua"/> o da vip http://www.xtibia.com/forum/topic/154907-sistema-vip-kydrai-nick-vip/
  5. veja esse http://www.xtibia.com/forum/topic/193245-baiak-extreme-otprojects-860-funcionando/page__fromsearch__1
  6. va em data / worlds / e qual o nome do map?
  7. Como assim nao entendi direito se quer que a spell vire um item? e seu script estava errado arrumei pra você local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_ICEDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_ICEATTACK) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_SMALLICE) setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -3.1, -180, -2.6, -120) function onCastSpell(cid, var) doTransformItem(item.uid,2461) return doCombat(cid, combat, var) end talvez o erro era esse
  8. SkyLigh

    Efeitos..

    Duvida sanada reportado
  9. Iae galera eu queria pedir a vocês os itens do baiak extreme configurado pq oq eu tenho no meu pc e todo embolado em fim então e isso espero respostas Deixa Ja Resolvi Reportado pra ser fechado
  10. Iae Galera hoje estou trazendo o Baiak Extreme Ot Projects Com O Download Funcionando Sem Ser Para Premiuns Então Vamos la Obs. O Server só ira funcionar bem em MYSQL • Cidades: ├ Baiak City ├ Desert City ├ Hydraland ├ Yalahar (Cidade VIP) └ Thais • O Que Contêm no Servidor: ├ Eventos Exclusivos : ├DotA ├ WoE ├ Coliseum ├ Zombie Event ├ Yalahar como City VIP ├ City do Baiak Totalmente Reformulada. ├ Novos Teleports e Quests ├ War Castle ├ Novos NPC'S ├ War System. └ TFS 0.4 DEV Rev: 3777 Já Compilado. • Imagens : Templo WoE - War of Emperium Event Temple #2 Warzinha • Lista Das Principais Quests (Todas Funcionando 100%): ├ The Annihilator Quest ├ Demon Helmet Quest ├ Firewalker Boots Quest ├ The Inquisition Quest ├ The Pits of Inferno Quest ├ The Demon Oak Quest └ In Service of Yalahar Quest Download do Baiak Extreme OTProjects (8.60) Scan do Baiak Extreme OTProjects (8.60) • Créditos: Baiak Lula OTProjects The Forgotten Server Percy/Sir Potter - Pelo Link & Scan' Eu Por Postar Sem Erro Gostou ? rep+
  11. Veja este http://www.4shared.com/rar/n1kPhdiA/Xkings_World_86.html? achei outro link funcionando http://www.4shared.com/get/2YkIJY9q/Baiak_Extreme_021_OTProjects__.html
  12. SkyLigh

    Efeitos..

    Então eu criei essa parte { 1, 1, 1, 1, 1, 1. }, { 1, 0, 0, 0, 0, 1. }, { 1, 0, 0, 0, 0, 1, }, { 1, 0, 0, 2, 0, 1, }, { 1, 0, 0, 0, 0, 1, }, { 1, 0, 0, 0, 0, 1, }, { 1, 1, 1, 1, 1, 1, }, aonde ta o 1 e aonde vai aparecer os efeito e o 2 e o player e 0 e nada
  13. SkyLigh

    Efeitos..

    tente assim function sendEffect(cid) if isCreature(cid) then local pos = getCreaturePosition(cid) local x = math.random(pos.x-1,pos.x+1) local y = math.random(pos.y-1,pos.y+1) doSendMagicEffect({x=x,y=y,z=pos.z}, 29) doSendMagicEffect({x=x,y=y,z=pos.z}, 30) doSendMagicEffect({x=x,y=y,z=pos.z}, 31) addEvent(sendEffect,2000,cid) end end function onLogin(cid) if getPlayerAccess(cid) == 5 then local arr = { { 1, 1, 1, 1, 1, 1. }, { 1, 0, 0, 0, 0, 1. }, { 1, 0, 0, 0, 0, 1, }, { 1, 0, 0, 2, 0, 1, }, { 1, 0, 0, 0, 0, 1, }, { 1, 0, 0, 0, 0, 1, }, { 1, 1, 1, 1, 1, 1, }, } local area = createCombatArea(arr) setCombatArea(combat, area) sendEffect(cid) end registerCreatureEvent(cid, "AdvEffect") return TRUE end function onAdvance(cid, skill, oldLevel, newLevel) if skill == SKILL__LEVEL and newLevel == 350 then sendEffect(cid) end return TRUE end
  14. SkyLigh

    Efeitos..

    Newtonnotwen o seu nunca ira funcionar so de vista da pra perceber Reportado por conteúdo infuncional edite aki leo nao sei se o do jeito que você quer function sendEffect(cid) if isCreature(cid) then local pos = getCreaturePosition(cid) local x = math.random(pos.x-1,pos.x+1) local y = math.random(pos.y-1,pos.y+1) doSendMagicEffect({x=x,y=y,z=pos.z}, 29) doSendMagicEffect({x=x,y=y,z=pos.z}, 30) doSendMagicEffect({x=x,y=y,z=pos.z}, 31) addEvent(sendEffect,2000,cid) end end function onLogin(cid) if getPlayerAccess(cid) == 5 then sendEffect(cid) end registerCreatureEvent(cid, "AdvEffect") return TRUE end function onAdvance(cid, skill, oldLevel, newLevel) if skill == SKILL__LEVEL and newLevel == 350 then sendEffect(cid) end return TRUE end
  15. SkyLigh

    Efeitos..

    ne tela toda ou so no player local incorreto reportado pra moverem
  16. Nao isto nao existe simplesmente era exit trainer o god cria contas e larga no treiner pro seu ot encher
  17. Reportado pra ser fechado
  18. desculpa apple EHUEHUEHUEHUEHUEHUEHUEUHEHUEHEH
  • Quem Está Navegando   0 membros estão online

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