Ir para conteúdo

SkyLigh

Lorde
  • Total de itens

    2183
  • Registro em

  • Última visita

  • Dias Ganhos

    23

Tudo que SkyLigh postou

  1. poste o script do shop pra mim ver.
  2. título irregular reportado local incorreto reportado pra moverem
  3. título irregular reportado local incorreto reportado pra moverem
  4. Local incorreto reportado pra moverem
  5. Local incorreto reportado pra moverem
  6. Faltou Crédito ! e também esta no local errado ! reportado pra moverem o certo seria em aprovação de downloads !! to fazendo o scan pra você
  7. duvida sanada reportado
  8. como voce colocou no movements.xml ?
  9. ixi e mesmo era um erro do effect ja arrumei aki esta function onStepIn(cid, item, position, fromPosition) local pos = {x=160, y=54, z=7} -- Pos para onde o player voltara ! if getPlayerStorageValue(cid, 13540) - os.time() <= 0 then doTeleportThing(cid, pos) doPlayerSendTextMessage(cid, 22, "desculpe, Voce não e vip") return true end doPlayerSendTextMessage(cid, 22, "Bem A Area Vip !") return true end Tchubaka desculpe mas teria que lhe reporta por flood ! ele falo que jaja iria falar ! se tava ou nao .
  10. Default Ex : /mute skyligh,60 eu irei ficar mutado 60 seg - 1 min
  11. Bem legal o script concerteza irei usar
  12. mas oq eu passei esta funcionando ? aki este do vodkart mudei um negoço nele agora nao sei se vai funcionar function onSay(cid, words, param) local tabble = { ["mixed"] = {reqVoc= nil, needLevel=10000}, ["spin"] = {reqVoc= 5, needLevel=30000}, ["sacred"] = {reqVoc= 6, needLevel=60000}, ["loney"] = {reqVoc= 7, needLevel=110000}, ["falling"] = {reqVoc= 8, needLevel=130000}, ["hellborn"] = {reqVoc= 9, needLevel=250000}, ["supreme"] = {reqVoc= 10, needLevel=310000}, ["forgotten"] = {reqVoc= 11, needLevel=550000}, ["nova"] = {reqVoc= 12, needLevel=715000}, ["zealot1"] = {reqVoc= 13, needLevel=715000}, ["zealot2"] = {reqVoc= 14, needLevel=715000} } local config = {pid = getPlayerGUID(cid),newlv = 8,life = 185,mana = 35} local param = string.lower(param) if not tabble[param] then doPlayerSendCancel(cid, "digite o nome correto.") return true elseif getTilePzInfo(getCreaturePosition(cid)) == FALSE then doPlayerSendCancel(cid, "precisa estar em pz.") return true elseif getPlayerLevel(cid) < tabble[param].needLevel then doPlayerSendCancel(cid, "You dont have the required level.") return true elseif tabble[param].reqVoc == nil and getPlayerStorageValue(cid, 789456) >= 1 then doPlayerSendCancel(cid, "você já virou mixed.") return true elseif tabble[param].reqVoc ~= nil and getPlayerVocation(cid) ~= tabble[param].reqVoc then doPlayerSendCancel(cid, "You dont have the required vocation.") return true end local newvoc = tabble[param].reqVoc ~= nil and (tabble[param].reqVoc+1) or 5 setPlayerStorageValue(cid, 650230, tonumber(newvoc)) setPlayerStorageValue(cid, 789456, tonumber(newvoc) == 5 and 1 or 0) doTeleportThing(cid, getTownTemplePosition(getPlayerTown(cid))) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.newlv..", `experience` = "..getExperienceForLevel(config.newlv)..",`manamax` = "..config.mana..",`health` = "..config.life..", `healthmax` = "..config.life..",`mana` = "..config.mana..",`vocation` = "..newvoc.." WHERE `id` = "..config.pid) return true end
  13. Irei criar um pra você aki agora no max 5 min EDITTTT Aki esta function onStepIn(cid, item, position, fromPosition) local pos = {x=160, y=54, z=7} -- Pos para onde o player voltara ! if getPlayerStorageValue(cid, 13540) - os.time() <= 0 then doTeleportThing(cid, pos) doPlayerSendTextMessage(cid, 22, "desculpe, Voce não e vip") doSendMagicEffect(getThingPos, CONST_ME_POOF) return true end doPlayerSendTextMessage(cid, 22, "Bem A Area Vip !") doSendMagicEffect(getThingPos, CONST_ME_HEARTS) return true end
  14. Pronto ! <talkaction words="!reset" script="reset.lua"/> Como usar ! Você fala !reset e o nome que você coloco no param e pronto você sera kikado e ira pro templo assim que o script funciona
  15. em talkaction dps eu posto do talk.xml que vou aumozar
  16. tente assim agora function onStepIn(cid, item, position, fromPosition) local config = { msgDenied = "Você não e vip ,para adqrir sua vip fale !buyvip que custa 6KK", msgWelcome = "Seja Bem Vindo a Area vip." } if getPlayerStorageValue(cid, 13540) - os.time() <= 0 then doTeleportThing(cid, fromPosition, true) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, config.msgDenied) doSendMagicEffect(getThingPos(cid), CONST_ME_MAGIC_BLUE) return TRUE end doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, config.msgWelcome) return TRUE end
  17. Nao e nao pq os scripts sao iguais
  18. Duvida sanada reportado
  19. Reportado por double post http://www.xtibia.com/forum/topic/190551-megatrix-baseado-em-servidores-de-xp-alta-999999/page__fromsearch__1
  20. Este script e do vodkart espero que eu tenha ajudado-los function onSay(cid, words, param, channel) local tabble = { ["zealot2"] = {reqVoc= 14, needLevel=715} -- Tenque por a tag do nome ali dps a o id da voc e dps o lvl que precisa } local config = {pid = getPlayerGUID(cid),newlv = 8,life = 185,mana = 35} local param = string.lower(param) if not tabble[param] then doPlayerSendCancel(cid, "digite o nome correto.") return true elseif getTilePzInfo(getCreaturePosition(cid)) == FALSE then doPlayerSendCancel(cid, "precisa estar em pz.") return true elseif getPlayerLevel(cid) < tabble[param].needLevel then doPlayerSendCancel(cid, "You dont have the required level.") return true elseif tabble[param].reqVoc == nil and getPlayerStorageValue(cid, 789456) >= 1 then doPlayerSendCancel(cid, "você já virou mixed.") return true elseif tabble[param].reqVoc ~= nil and getPlayerVocation(cid) ~= tabble[param].reqVoc then doPlayerSendCancel(cid, "You dont have the required vocation.") return true end local newvoc = tabble[param].reqVoc ~= nil and (tabble[param].reqVoc+1) or 5 setPlayerStorageValue(cid, 650230, tonumber(newvoc)) setPlayerStorageValue(cid, 789456, tonumber(newvoc) == 5 and 1 or 0) doTeleportThing(cid, getTownTemplePosition(getPlayerTown(cid))) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = "..config.newlv..", `experience` = "..getExperienceForLevel(config.newlv)..",`manamax` = "..config.mana..",`health` = "..config.life..", `healthmax` = "..config.life..",`mana` = "..config.mana..",`vocation` = "..newvoc.." WHERE `id` = "..config.pid) return true end
  21. Título irregular reportado
  22. Título irregular reportado
  23. reportado pra moverem duvida sanada
  24. Este sistema e muito bom e funciona http://www.xtibia.co...eset-system-20/
  25. Ja existe scripts iguais no fórum e suponho que o script nao e seu ponha os créditos
  • Quem Está Navegando   0 membros estão online

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