Ir para conteúdo

Vodkartzin

Campones
  • Total de itens

    46
  • Registro em

  • Última visita

Tudo que Vodkartzin postou

  1. eu tava brincando lol claro que ela n é jungler, n tem mta def rsrs to melhorando de darius... mas ainda qro reembolso do varus + vladimir
  2. sim é fácil de fazer, adiciona storage + os.time() mas o NPC teria que criar um novo ou modificar na lib do npc
  3. porra skyligh cala-te e vai estudar @topic executa no seu bando de dados: ALTER TABLE `accounts` ADD `indication` INT NOT NULL DEFAULT '0' e o script usa esse function onLogin(cid) local days, query = 1, db.getResult("SELECT `indication` FROM `accounts` WHERE `id` = "..getPlayerAccountId(cid)) if query:getID() ~= -1 then if query:getDataInt("indication") <= 0 then addVipDays(cid, days) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Sua account acabou de receber "..days.." dias de vip, boa diversão!") db.executeQuery("UPDATE `accounts` SET `indication` = 1 WHERE `id` = "..getPlayerAccountId(cid)) end end return true end
  4. os cara sao noob n vai atras deles na vdd ela é jungler
  5. eu acho que sion tbm é um bom suporte, mas se for pra suporte com AD ou ADC teria que ter um ranger, talvez algum mago ou até mesmo tristana, varus...
  6. já ouviram as novas fala da fiora? mudaram para francês a pedido dos jogadores! http://soundcloud.com/leagueoflegendsbrasil/tracks?format=html&page=1
  7. é simples cara, troca as função function onSay(cid, words, param) por function onUse(cid, item, fromPosition, itemEx, toPosition) e dps coloca a tag delas em actions.xml
  8. ja pode falar aí a verdade diufas na vdd minha conta no lol é o Sanyo, o Opa Matei que é o diufas vlw
  9. A função que eu te mandei é para adicionar em Data > lib > 050-function.lua e o script é em Data > Action > script e a tag usa aquela que o notle passou
  10. kkkkkkkkkkkk vlw agr soh falta eu ir criar um topico pra reclamar tbm
  11. sim o puto do LF me baniu por 1 semana só pq postei umas imagens em flash
  12. na sua lib 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 agr o script function onStepIn(cid, item, position, fromPosition) if item.actionid == 14800 and isPlayer(cid) and getPlayerFrags(cid) < 5 then doTeleportThing(cid, fromPosition, true) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Você precisa ter 5 frags para passar sobre esse tile.") doSendMagicEffect(getThingPos(cid), CONST_ME_MAGIC_BLUE) return true end return true end <movevent type="StepIn" actionid="14800" event="script" value="nome do seu script.lua"/>
  13. adc na sua lib: function getGuildMembers(GuildId) local players,query = {},db.getResult("SELECT `name` FROM `players` WHERE `rank_id` IN (SELECT `id` FROM `guild_ranks` WHERE `guild_id` = " .. GuildId .. ");") if (query:getID() ~= -1) then repeat table.insert(players,query:getDataString("name")) until not query:next() query:free() end return #players > 0 and players or false end e o script é esse function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerGuildId(cid) <= 0 then return doShowTextDialog(cid, 2160, "você não tem guild") end str,guild = "Membros da Guild:\n\n",getGuildMembers(getPlayerGuildId(cid)) for i = 1,#guild do str = str.."".. guild[i] ..""..(#guild == i and ".\n\n---------------------------\n\n" or ",") end local guildMotd = getGuildMotd(getPlayerGuildId(cid)) str = str.."Comand for Leaders: /guid - Message of the Day: " .. guildMotd return doShowTextDialog(cid, 2160, str) end
  14. o server tava com instabilidade, acho q ja fico normal... e nd do reembolso neh @diufas prefiro jogar com os noob lol
  15. ta massa agr so que n colocaram reembolso ainda
  16. executa no seu banco de dados UPDATE player_skills SET value = 10, count = 0; UPDATE players SET maglevel = 1, manaspent = 0, level = 8, experience = 0;
  • Quem Está Navegando   0 membros estão online

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