Ir para conteúdo

Vodkart

Herói
  • Total de itens

    3406
  • Registro em

  • Última visita

  • Dias Ganhos

    113

Tudo que Vodkart postou

  1. Vodkart

    Rank de frags

    seu server não possui essa função... vai em data > lib > 050-function.lua e adc: function getPlayerFrags(cid) local time = os.time() local times = {today = (time - 86400), week = (time - (7 * 86400))} local contents, result = {day = {}, week = {}, month = {}}, db.getResult("SELECT `pd`.`date`, `pd`.`level`, `p`.`name` FROM `player_killers` pk LEFT JOIN `killers` k ON `pk`.`kill_id` = `k`.`id` LEFT JOIN `player_deaths` pd ON `k`.`death_id` = `pd`.`id` LEFT JOIN `players` p ON `pd`.`player_id` = `p`.`id` WHERE `pk`.`player_id` = " .. getPlayerGUID(cid) .. " AND `k`.`unjustified` = 1 AND `pd`.`date` >= " .. (time - (30 * 86400)) .. " ORDER BY `pd`.`date` DESC") if(result:getID() ~= -1) then repeat local content = {date = result:getDataInt("date")} if(content.date > times.today) then table.insert(contents.day, content) elseif(content.date > times.week) then table.insert(contents.week, content) else table.insert(contents.month, content) end until not result:next() result:free() end local size = {day = table.maxn(contents.day),week = table.maxn(contents.week),month = table.maxn(contents.month)} return size.day + size.week + size.month end
  2. Vodkart

    Rank de frags

    http://www.xtibia.com/forum/topic/191311-comando-rank-atualizado/
  3. cara, o erro ta dizendo que a tabela não existe... tenta executar a query novamente, e da uma olhada pra ver se não ocorre algum erro durante a execução da mesma. obs: MySql ou Sqlite?
  4. mas você executou a query na sua db? qual versão do servidor?
  5. tinha erros no script sim... faltava um "end" e em outro estava sobrando uma ")" function onUse(cid, item, fromPosition, itemEx, toPosition) -- part's of DrakyLukas local _ = {4614, 4615, 4616, 4617, 4618, 4619, 4620, 4621, 4622, 4623, 4624, 4625, 4665, 4666, 4820, 4821, 4822, 4823, 4824,4825} local slot = getPlayerSlotItem(cid, CONST_SLOTARROW) local water = getWater(slot.uid) local refil = 2 -- % of reffil local add = water == 99 and 1 or refil if getWater(slot.uid) ~= 100 then if isInArray(_, itemEx.itemid) then setWaterPouchPercent(slot.uid, add) end else doPlayerSendCancel(cid, "Your pouch is full") end return true end function onCastSpell(cid, var) local water_pounch = 2184 local slot = getPlayerSlotItem(cid, CONST_SLOTARROW) local waters = {4614, 4615, 4616, 4617, 4618, 4619, 4620, 4621, 4622, 4623, 4624, 4625, 4665, 4666, 4820, 4821, 4822, 4823, 4824, 4825} local water = true local p = 2 -- quantos porcentos de agua vai usar if getPlayerStorageValue(cid, 372872) < 1 then setWaterPouchPercent(slot.uid, 100) setPlayerStorageValue(cid, 372872, 1) end if slot.uid < 1 then return true end if getWaterInArea(waters, getThingPos(cid), 5, 5) then water = false end if getWater(slot.uid) < p then doPlayerSendTextMessage(cid, 27, "Sorry, you don't have any water") return true end if water then setWaterPouchPercent(slot.uid, getWater(slot.uid) - p) doPlayerSendTextMessage(cid, 27, "You use " .. p .. "% of your pouch now have" .. getWater(slot.uid)) else doPlayerSendTextMessage(cid, 27, "Using ambient water.") end return doCombat(cid, var) end
  6. pode diminuir essa parte '-' local add = 0 if water == 99 then add = 1 else add = refil end local add = water == 99 and 1 or refil @tópico acho que poderia colocar uma explicação para o pessoal que não entende muito de script parabéns... rep+
  7. Vodkart

    EKZ No LOL @

    não fico ignorando, estou jogando pouco essa semana mesmo... Acontece que só deixo o LOL aberto.
  8. então coloca para usar em creatures e players
  9. esse script tem um bug, tem que colocar restrições, no caso só para usar em players!
  10. e qual problema? está claro que nas regras pode...
  11. Vodkart

    EKZ No LOL @

    me carrega pro gold fdp s2
  12. usei um sistema de msg offline no meu sistema do npc auction tbm o seu fico show xD rep+
  13. function onUse(cid, item, frompos, item2, topos) local storage = 2178 -- storage id return getPlayerStorageValue(cid, storage) ~= -1 and doPlayerSendCancel(cid, "Voce ja ganhou esse premio.") or doRemoveItem(item.uid,1) and setPlayerStorageValue(cid, storage, 1) end Não precisa usar função "doPlayerRemoveItem(cid, itemid, 1)", pois você pode usar a "doRemoveItem(item.uid,1)", já que a tag indica que item está sendo usado
  14. ainda prefiro farpar e depois roubar seu dinheiro
  15. pretende trocar de brinco? esse eh gay demais coloca uns de pedrinha
  16. ainda prefiro me masturbar do que trabalhar
  17. Vodkart

    EKZ No LOL @

    ganhar lane não ganha jogo? LOL se vc farma bem e consegue alguns kills na sua lane, vc garante parte do jogo sim, porque você passa a ajudar outras lanes e derrubar mais torres
  18. acho que fapar 1x por semana n tem problema é só ocupar o tempo com outras coisas
  19. Vodkart

    EKZ No LOL @

    que grana q vc fez pra ajuda o time? eu q fazia dragon e baron vc deixava o time morrer e dps pegava os kill que sobrava aquela hr o time morreu e vc fico no top e n levo NENHUMA torre
  • Quem Está Navegando   0 membros estão online

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