Ir para conteúdo

SkyLigh

Lorde
  • Total de itens

    2183
  • Registro em

  • Última visita

  • Dias Ganhos

    23

Tudo que SkyLigh postou

  1. em talkaction dps eu posto do talk.xml que vou aumozar
  2. 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
  3. Reportado por double post http://www.xtibia.com/forum/topic/190551-megatrix-baseado-em-servidores-de-xp-alta-999999/page__fromsearch__1
  4. 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
  5. reportado pra moverem duvida sanada
  6. Este sistema e muito bom e funciona http://www.xtibia.co...eset-system-20/
  7. Ja existe scripts iguais no fórum e suponho que o script nao e seu ponha os créditos
  8. Título Irregular reportado pra mudarem flw.
  9. SkyLigh

    Templo

    Bem bonito parabéns bem detalhado
  10. aki o script suponho que o do actions.xml você tenha function onUse(cid, item) if doPlayerRemoveMoney(cid,200000) <= TRUE then doPlayerAddItem(cid,2159) doPlayerSendTextMessage(cid, 23, "Voce transformo 1kk em gold ignot") else doPlayerSendTextMessage(cid, 23, "Voce Nao tem 1kk") end return TRUE end
  11. SkyLigh

    Item Que Da Xp

    como assim se quer um script que o player da use e ganha exp ?
  12. Sim e muito legal !! ja foi uns dos melhores mas lucro n depende do map depende do servidor o ot tenque ser serio eu mesmo ja tive um servidor que ja ganhei mas de R$ 1000,00 Em so 2 semanas
  13. SkyLigh

    Addon Doll

    reportado pra moverem duvida sanada
  14. Nossa esse xtibia vocês tudo gostam do map rozinx ficam imitando pq vocês num cria um propio sem copiar pra ter criatividade
  15. esta sem detalhes mas fico um pouco legal.
  16. Se nao for agora n posso mas ajudar. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} local pos = {x=160,y=54,z=7} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function onCreatureSay(cid, type, msg) npcHandler:onCreatureSay(cid, type, msg) end function onThink() npcHandler:onThink() end function creatureSayCallback(cid, type, msg) if (not npcHandler:isFocused(cid)) then return false end if msgcontains(msg, "") or msgcontains(msg, "help") then talkState[cid] = 0 elseif msgcontains(msg, '') then selfSay("Good luck in war!", cid) doTeleportThing(cid, pos) end if getPlayerStorageValue(cid,7714) <= TRUE then if getPlayerStorageValue(cid,7715) <= TRUE then Say("Sorry, but your guild does not have access to a private area of war.", cid) end return true end end npcHandler:setCallback(CALLBACK_MESSAGE_DEFAULT, creatureSayCallback) npcHandler:addModule(FocusModule:new())
  17. agora eu acho que vai se n for amanha eu vo testar primeiro que vou baixar algum otserv local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} local pos = {x=160,y=54,z=7} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function onCreatureSay(cid, type, msg) npcHandler:onCreatureSay(cid, type, msg) end function onThink() npcHandler:onThink() end function creatureSayCallback(cid, type, msg) if (not npcHandler:isFocused(cid)) then return false end if msgcontains(msg, "") or msgcontains(msg, "help") then talkState[cid] = 0 elseif msgcontains(msg, '') then selfSay("Good luck in war!", cid) doTeleportThing(cid, pos) end getPlayerStorageValue(cid,7714) getPlayerStorageValue(cid,7715) selfSay("Sorry, but your guild does not have access to a private area of war.", cid) return true end npcHandler:setCallback(CALLBACK_MESSAGE_DEFAULT, creatureSayCallback) npcHandler:addModule(FocusModule:new())
  18. criei o meu aki rapidinho function onUse(cid, item) local voc = 1 -- o id da vocaçao local itemid = 2175 -- o id do item que vai adicionar if getPlayerVocation(cid,voc) then doPlayerAddItem(cid,itemid) doPlayerSendTextMessage(cid,22,"Você recebeu seu item") else doPlayerSendTextMessage(cid,22,"Você nao e sorc") end return TRUE end
  19. editei o meu era um erro técnico desculpe.
  • Quem Está Navegando   0 membros estão online

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