Ir para conteúdo

Vodkart

Herói
  • Total de itens

    3406
  • Registro em

  • Última visita

  • Dias Ganhos

    113

Tudo que Vodkart postou

  1. @UP retira essa parte: if (not isPremium(cid)) then doPlayerSendCancel(cid, "Você nao tem premium account.") return TRUE end
  2. Procurar antes de postar é bom,isso organiza mais o fórum e deixa de ter tópicos inuteis como este.
  3. sim esse script já existe há muito tempo,além disso ele está desatualizado como podem ver,falta algumas outfits como a do warmaster e do wayfarer,pediria para o dono do tópico que atualizassem o mesmo para ter um aproveitamente melhor do script. abraços
  4. Vodkart

    Parede Q Teleporta

    aqui funciono,você mudou a pos certinha pra onde o player vai? e a tag é essa: <action actionid="8095" script="nome do seu script.lua" /> ai vai no seu mapper editor,vai na parede e coloca em propriedades põe: ACTIONID = 8095 pronto
  5. é porque no meu eu tinha esquecido de fechar a variavel que envia a mensagem --' o do apocarai está funfando
  6. Vodkart

    [Problema] Movement

    em percent iria ficar assim: function onStepIn(cid, item, position, fromPosition) local chance = math.random(1, 100) -- n mexa local loss = 98 -- em porcentagem ou sejá tem 2% de summonar o fantasma if isPlayer(cid) == TRUE then if chance >= 1 and chance <= loss then doCreateMonster("Ghost", getPlayerPosition(cid)) doCreatureSay(cid, "What the hell is that!?", TALKTYPE_ORANGE_1) end end return TRUE end a tag usa a do cara aqui de cima /\
  7. @up then in this case do not waste your time..
  8. hello friend,thanks for your contribution,most already exists this same script here...
  9. uhu fico show essa ads abstrato pra mim é foda u.u,não tem uma coisa especifica para se fazer
  10. Vodkart

    Parede Q Teleporta

    function onUse(cid, item, frompos, item2, topos) doTeleportThing(cid, {x=165,y=54,z=7}) end tag: <action actionid="8010" script="NOME DO SEU SCRIPT.lua" />
  11. é,me enganou também rs mais parabéns pelo script,de fato começamos com coisas simples e depois se tivermos persistencia em aprender as coisas simples vao se tornando mais simples ainda,porem mais chatas,mais basta querer que vc chega lá abraços lais atenciosamente Vodkart.
  12. é realmente com boss seria mais interessante e chamativo,dá para aproveitar o script e fazer algumas quest tais como "mate 10 boss do fogo e ganhe tal coisa", boa saymon abraços
  13. function onUse(cid, item, frompos, item2, topos) local config = { tele = {x=98, y=43, z=10}, vocations = {1,2,5,6}, level = 30 } if item.uid == 2133 then if not isInArray(config.vocations, getPlayerVocation(cid)) then return doPlayerSendCancel(cid, "Somente Druids e Sorcerers entram aqui.) elseif getPlayerLevel(cid) < config.level then return doPlayerSendCancel(cid, "Você precisa ter level ".. config.level .. " ou mais para pode usar o Shrines.") end doTeleportThing(cid,config.tele) doPlayerSendTextMessage(cid,22,"Bem-vindo ao Shrine, onde voce pode encantar suas armas.") end return TRUE end
  14. tenta assim: function onLogin(cid) if isPremium(cid) == TRUE then setPlayerStorageValue(cid, 9899, 1) elseif isPremium(cid) == FALSE then if(isInArray({5, 6, 7, 8}, getPlayerVocation(cid))) then doPlayerSetPromotionLevel(cid, 1) end end local pos = {x = 1160, y = 54, z = 7} -- posiçao do templo. if getPlayerStorageValue(cid, 9899) == 1 and isPremium(cid) == FALSE then doTeleportThing(cid, pos) doPlayerPopupFYI(cid, "Sua Premium Account acabou.") setPlayerStorageValue(cid, 9899, -1) end return TRUE end
  15. ficaria assim: local MIN = 10 -- em % local MAX = 20 -- em % local exhaust = createConditionObject(CONDITION_EXHAUST) setConditionParam(exhaust, CONDITION_PARAM_TICKS, (getConfigInfo('timeBetweenExActions') - 100)) function onUse(cid, item, fromPosition, itemEx, toPosition) if isPlayer(itemEx.uid) == FALSE then return FALSE end if hasCondition(cid, CONDITION_EXHAUST_HEAL) == TRUE then doPlayerSendDefaultCancel(cid, RETURNVALUE_YOUAREEXHAUSTED) return TRUE end if((not(isKnight(itemEx.uid)) or getPlayerLevel(itemEx.uid) < 130) and getPlayerCustomFlagValue(itemEx.uid, PlayerCustomFlag_GamemasterPrivileges) == FALSE) then doCreatureSay(itemEx.uid, "Only knights of level 130 or above may drink this fluid.", TALKTYPE_ORANGE_1) return TRUE end if doCreatureAddHealth(itemEx.uid,((math.random(MIN, MAX)/100)*getCreatureMaxHealth(cid))) == LUA_ERROR then return FALSE end doAddCondition(cid, exhaust) doSendMagicEffect(getThingPos(itemEx.uid), CONST_ME_MAGIC_BLUE) doCreatureSay(itemEx.uid, "Aaaah...", TALKTYPE_ORANGE_1) return TRUE end
  16. @UP cara você não viu a data do tópico não? revivendo tópicos... próxima eu vo te reporta
  17. local tabela={2654,2128} local a = getPlayerItemCount(cid,tabela[1]) local b = getPlayerItemCount(cid,tabela[2]) local count = a + b doPlayerSendTextMessage(cid,22,"vc tem ".. count .. " items.")
  18. Vodkart

    Novos Coordenadores

    parabens ao 2 paraibas -q então meu caro won,duas novas vagas de moderação foram abertas certo?
  19. local tabela = {2128,2654} for i = 1, #tabela do if getPlayerItemCount(cid,tabela[i]) >= 1 then blablabla end end ou local tabela= { {item_id = 2516, quanty = 5}, {item_id = 2195, quanty = 2} } for k,a in pairs(tabela) do if getPlayerItemCount(cid,a.item_id) >= a.quanty then BLABLABLA end end
  20. ai que está,não pode ser actionID 13540 no tópico do system vip tem um TILE vip,só usar ele :X
  21. nossa tem muito BUG esse anel :X o cara compra uns 10 e ja era a exp do ot ver level 10k mais no ot vai ser mato
  22. tenta assim: function onUse(cid, item, frompos, item2, topos) local config = { porta_fechada = 5748, -- id da porta fechada porta_aberta = 5749 -- id da porta aberta } vipstatus = getPlayerStorageValue(cid, 13540) - os.time() <= 0 if vipstatus ~= TRUE then if item.itemid == config.porta_fechada then doTransformItem(item.uid,config.porta_aberta) elseif item.itemid == config.porta_aberta then doTransformItem(item.uid,config.porta_fechada) end else doCreatureSay(cid, "Você não possui Vip Access.", TALKTYPE_ORANGE_1) end return TRUE end
  • Quem Está Navegando   0 membros estão online

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