Ir para conteúdo

SkyDarkyes

Infante
  • Total de itens

    1685
  • Registro em

  • Última visita

Tudo que SkyDarkyes postou

  1. Ja tento usar o utamo vita do tibia normal?
  2. Mapa que eu digo é servidor kkkkkkk
  3. No caso eu ia pegar 8.6 apenas para base,eu ia fazer um sv derivado
  4. Qual mapa 8.6 PARA BASE,voces recomendam
  5. Omega não é possivel fazer com que NÃO CONTE FRAG,e seja em um luga especifico tipo uma arena?
  6. Add no skype kaique.bonato
  7. EXP?
  8. Posta aki o transformar
  9. edito o transformar?
  10. Huehuehuehue,foi aquele que tu me passo neh
  11. Gostaria de um Surviv ao do amigo,só que seria por team,seria 4 pessoas, tipo anihi
  12. Não tem como colocar exemplo,para ir em TEAM,timo anihi
  13. Eu tambem acho que está meio simples,olha sem zua/ofende sl,não ta igual a imagen '-'
  14. Cooldowns=Exasted? Huehuehuehue,se sim,pasta do ot/data/spells/spells.xml Em kd spell vai ter isso exhaustion="1500" é o exasted,quando maior mais exasted
  15. Aqui só aparece metade da imagen lol
  16. Não estou conseguindo ver a imagen da Expectativa
  17. http://www.4shared.com/rar/o8BwOwKW/kit_anti-nuker.html?
  18. Boa sorte com o projeto,e o nome do lek é Roksas
  19. Só pelas infos parece que está muito bom,boa sorte
  20. Survive no NTOBR
  21. SkyDarkyes

    Players

    Esse ai tambem nao foi
  22. SkyDarkyes

    Players

    Bom,quando alguem compra algum item no SHOP ele não recebe eu uso esse script : function onThink(interval, lastExecution, thinkInterval) local result = db.getResult("SELECT * FROM shop_history WHERE `processed` = 0;") if(result:getID() ~= -1) then while(true) do cid = getCreatureByName(tostring(result:getDataString("player"))) product = tonumber(result:getDataInt("product")) idTransaction = tonumber(result:getDataInt("id")) itemr = db.getResult("SELECT * FROM shop_offer WHERE `id` = "..product..";") if isPlayer(cid) then local id = tonumber(itemr:getDataInt("item")) local tid = tonumber(result:getDataInt("id")) local count = tonumber(itemr:getDataInt("count")) local tipe = tonumber(itemr:getDataInt("type")) local productn = tostring(itemr:getDataString("name")) if isInArray({5,8},tipe) then if getPlayerFreeCap(cid) >= getItemWeightById(id, count) then --if isContainer(getPlayerSlotItem(cid, 3).uid) then received = doPlayerGiveItemSHOP(cid, id, count, 0, idTransaction) --received = doAddContainerItem(getPlayerSlotItem(cid, 3).uid, id,count) if received == true then doPlayerSendTextMessage(cid,19, "You have received >> "..productn.." << from our shop system") db.executeQuery("UPDATE `shop_history` SET `processed`='1' WHERE id = " .. tid .. ";") else doPlayerSendTextMessage(cid,19, "Sorry, you don't have enough space on container to receive >> "..productn.." <<") end --else --doPlayerSendTextMessage(cid,19, "Sorry, you don't have a container to receive >> "..productn.." <<") --end else doPlayerSendTextMessage(cid,19, "Sorry, you don't have enough capacity to receive >> "..productn.." << (You need: "..getItemWeightById(id, count).." Capacity)") end elseif isInArray({6,7},tipe) then if tipe == 6 then bcap = 8 bid = 1987 elseif tipe == 7 then bcap = 20 bid = 1988 end if isItemRune(id) then count = 1 end if getPlayerFreeCap(cid) >= (getItemWeightById(1987, 1) + getItemWeightById(id,count * bcap)) then --local bag = doCreateItemEx(bid, 1) --for i = 1,bcap do --doAddContainerItem(bag, id, count) --end received = doPlayerGiveItemContainer(cid, 1988, id, count, 0) --received = doPlayerAddItemEx(getPlayerSlotItem(cid, 3).uid, bag) if received == true then doPlayerSendTextMessage(cid,19, "You have received >> "..productn.." << from our shop system") db.executeQuery("UPDATE `shop_history` SET `processed`='1' WHERE id = " .. tid .. ";") else doPlayerSendTextMessage(cid,19, "Sorry, you don't have enough space to receive >> "..productn.." <<") end else doPlayerSendTextMessage(cid,19, "Sorry, you don't have enough capacity to receive >> "..productn.." << (You need: "..getItemWeightById(id, count).." Capacity)") end end end itemr:free() if not(result:next()) then break end end result:free() end return true end
  23. Meu é site man
  24. Como eu mudo a POS onde o player ira nascer,no caso na primeira vez ao logar
  • Quem Está Navegando   0 membros estão online

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