

SkyLigh
Lorde-
Total de itens
2183 -
Registro em
-
Última visita
-
Dias Ganhos
23
Tudo que SkyLigh postou
-
poste o script do shop pra mim ver.
-
título irregular reportado local incorreto reportado pra moverem
-
pedido [Encerrado] Ot serv Full, com City Enigma, Sem bugs...
tópico respondeu ao DooMBreaK de SkyLigh em Tópicos Sem Resposta
título irregular reportado local incorreto reportado pra moverem -
Local incorreto reportado pra moverem
- 3 respostas
-
- louco baiak 8.60
- otserv
-
(e 1 mais)
Tags:
-
Local incorreto reportado pra moverem
-
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ê
-
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 .
-
Default Ex : /mute skyligh,60 eu irei ficar mutado 60 seg - 1 min
-
Bem legal o script concerteza irei usar
-
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
-
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
-
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
-
em talkaction dps eu posto do talk.xml que vou aumozar
-
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
-
monster Ultimatrix Baseado Servidor De Esperiência Alta (999999)
tópico respondeu ao TheSlayer de SkyLigh em NPCs, monsters e raids
Nao e nao pq os scripts sao iguais -
Duvida sanada reportado
-
monster Ultimatrix Baseado Servidor De Esperiência Alta (999999)
tópico respondeu ao TheSlayer de SkyLigh em NPCs, monsters e raids
Reportado por double post http://www.xtibia.com/forum/topic/190551-megatrix-baseado-em-servidores-de-xp-alta-999999/page__fromsearch__1 -
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
-
Título irregular reportado
-
Título irregular reportado
-
reportado pra moverem duvida sanada
-
Este sistema e muito bom e funciona http://www.xtibia.co...eset-system-20/
-
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.