Ir para conteúdo

Vodkart

Herói
  • Total de itens

    3406
  • Registro em

  • Última visita

  • Dias Ganhos

    113

Tudo que Vodkart postou

  1. vdd n é nem o cara ser newfag, o problema é que os cara vem e começa a posta/falar merda, tem uns que se cadastra pra ficar postando vídeo e piadinha sem graça, isso qndo n dão uma de fodelão e sai zuando os cara td
  2. http://www.xtibia.com/forum/topic/184621-algumas-levers-reformuladas/
  3. acho que não é do script não, outra coisa remove essa parte: if isInArray(drop_id, getPlayerSlotItem(cid, 2)) then doCreatureSetDropLoot(cid, false) end
  4. teria que trocar a função onPrepareDeath por onDeath, faz assim: usa esse script: function onDeath(cid, corpse, deathList) if (getPlayerSlotItem(cid, 2).itemid == 2196) and getPlayerSkullType(cid) >= 4 then doCreatureSetDropLoot(cid, false) doPlayerSetLossPercent(cid, PLAYERLOSS_ITEMS, 0) doPlayerSetLossPercent(cid, PLAYERLOSS_CONTAINERS, 0) end return true end e a tag usa essa: <event type="death" name="RedSkullAmulet" event="script" value="script.lua"/> na do onLogin já está certa, n precisa modificar nd
  5. tenta assim: function onPrepareDeath(cid, lastHitKiller, mostDamageKiller) if (getPlayerSlotItem(cid, 2).itemid == 2196) and getPlayerSkullType(cid) >= 4 then doCreatureSetDropLoot(cid, false) doPlayerSetLossPercent(cid, PLAYERLOSS_ITEMS, 0) doPlayerSetLossPercent(cid, PLAYERLOSS_CONTAINERS, 0) end return true end
  6. la no tópico do sistema tem um npc que vende vip sim, só ler direito, esse pessoalzinho de hoje em dia acha que é só fazer um pedido que vai ser entregue fácil assim, quer moleza senta no pudim babaca! aprende a ler antes de vir fazer pedido.
  7. Vodkart

    Exp Amulet 90%

    @up <?xml version="1.0" encoding="UTF-8"?> <mod name="Exp Amulet" version="1.0" author="vodka" contact="xtibia.com" enabled="yes"> <config name="expamulet"><![CDATA[ info = { rate = 1.3, -- 30% time = 5, -- Hours storages = {451201,451202} } ]]></config> <event type="login" name="check_rate" event="script"><![CDATA[ domodlib('expamulet') function onLogin(cid) if getPlayerStorageValue(cid, info.storages[1]) >= os.time() then doPlayerSetExperienceRate(cid, info.rate) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, 'Your extra experience rate is now: '..((info.rate - 1)*100)..'% More. the exp ends: '..os.date("%d %B %Y %X ", getPlayerStorageValue(cid,info.storages[1]))..'.') end return true end]]></event> <action itemid="10221" event="script"><![CDATA[ domodlib('expamulet') function onUse(cid, item, frompos, item2, topos) if (getPlayerStorageValue(cid, info.storages[1]) >= os.time()) then return doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, 'You still have extra experience time left.') end doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, 'Your extra experience rate is now: '..((info.rate - 1)*100)..'% More. It will last for '.. info.time ..' hours.') doPlayerSetExperienceRate(cid, info.rate) setPlayerStorageValue(cid, info.storages[1], os.time()+info.time*3600) setPlayerStorageValue(cid, info.storages[2], 1) doRemoveItem(item.uid, 1) return true end]]></action> <globalevent name="ExpAmuletCheck" interval="60" event="script"><![CDATA[ domodlib('expamulet') function onThink(interval, lastExecution) local on = getPlayersOnline() if #on > 0 then for i = 1, #on do if getPlayerStorageValue(on[i], info.storages[2]) == 1 and getPlayerStorageValue(on[i], info.storages[1]) <= os.time() then doPlayerSetRate(on[i], SKILL__LEVEL, 1) setPlayerStorageValue(on[i], info.storages[1], -1) setPlayerStorageValue(on[i], info.storages[2], -1) doPlayerSendTextMessage(on[i], MESSAGE_STATUS_CONSOLE_RED, 'Your extra experience time has ended.') end end end return true end ]]></globalevent> </mod>
  8. faltou o interval na tag, que eu falei de 60 segundos <globalevent name="Aluguel" interval="60" event="script" value="aluguel.lua"/>
  9. removido, funciona só em algumas versões...
  10. http://www.xtibia.com/forum/topic/153446-death-cast/
  11. omg caotic, usa a função onOutfit aqui amg: function onOutfit(cid, old, current) local from, to = {x=154, y=43, z=7}, {x=157, y=45, z=7} -- começo e final da area if not isInRange(getCreaturePosition(cid), from, to) then return true end return false end
  12. Vodkart

    Blz Então

    entendi td... vc entro no projeto barbie http://www.xtibia.com/forum/topic/187674-barbie-854-projeto-barbie-girl-family/page__pid__1275231#entry1275231 AAUAHAUHUHUHAUAHAUHAUAHAUAHUHAUHUHAUHAUAHAUAHAUAHAUHAU PROJETO TOSCO D+
  13. Vodkart

    Blz Então

    eu qro anota meu nick ai
  14. Vodkart

    Galeria Vodka

    ele tava se referindo as imagens pornográficas que o fake do karislayer tinha postado no meu tópico, como a conta foi deletada o post também sumiu
  15. Então você fez algo errado, porque eu testei e funcionou
  16. talk: function onSay(cid, words, param, channel) setGlobalStorageValue(320456, getGlobalStorageValue(320456) == -1 and 1 or -1) return doBroadcastMessage("The event was "..(getGlobalStorageValue(320456) == -1 and "closed" or "opened")..".") end tile: function onStepIn(cid, item, position, fromPosition) if item.actionid == 29856 then if getGlobalStorageValue(320456) == -1 then doTeleportThing(cid, fromPosition, true) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "O evento não está aberto.") doSendMagicEffect(getThingPos(cid), CONST_ME_MAGIC_BLUE) return TRUE end end return true end tag <movevent type="StepIn" actionid="29856" event="script" value="nome do seu script.lua"/>
  17. isso é só a explicação, essa tabela já tem na lib ou em mods '-'
  18. hm é bem fácil, só usar globalstorage, se ninguém atender o seu pedido eu faço, agora estou ocupado
  19. actions nome do seu script.lua function onUse(cid, item, frompos, item2, topos) local t = { [2419] = 7425, [7425] = 7366, [7366] = 8911, [8911] = 7750, [7750] = 2419, } if t[item.itemid] then doTransformItem(item.uid, t[item.itemid]) doSendMagicEffect(topos,12) doPlayerSendTextMessage(cid,22,"Voce ganhou uma nova arma ") end return true end tag: <action itemid="2419;7425;7366;8911;7750" event="script" value="nome do seu script.lua"/>
  20. function onUse(cid, item, pos) local days = 1 vip.addVipByAccount(getPlayerAccount(cid) ,vip.getDays(days)) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Foram adicionados "..tonumber(days).." dias de vip na sua account.") doRemoveItem(item.uid, 1) return true end
  • Quem Está Navegando   0 membros estão online

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