Ir para conteúdo
  • Cadastre-se

BennyDz

Membro
  • Total de itens

    120
  • Registro em

  • Última visita

Tudo que BennyDz postou

  1. hi my problem is: opening log .... infiniteeeeeeeeeee and crash console. exe with other data funcion perfectly. why? solved: error on folder lib.
  2. hope they serve, could get a formula to get a value from the guild. Espero que você aprende , você pode obter uma fórmula para obter um valor da Aliança
  3. I publish the function is resolved my problem, friend but give you an example: I'm looking for it: isWalkable on toPosition. example is solved on actions: function isWalkable(pos) pos.stackpos = 0 local tile = getThingfromPos(pos, false) if tile ~= 0 and not hasProperty(tile.uid, CONST_PROP_BLOCKSOLID) and not isCreature(getTopCreature(pos).uid) then return true end end function onUse(cid, item, fromPosition, itemEx, toPosition) if isWalkable(toPosition) == true then doSendMagicEffect(toPosition, 54) doCreateItem(9565, 1, toPosition) else doPlayerSendCancel(
  4. function onUse(cid, item, fromPosition, itemEx, toPosition) doCreateItem(9565, 1, toPosition) end want: function onUse(cid, item, fromPosition, itemEx, toPosition) if iswalkeable then doCreateItem(9565, 1, toPosition) else doSendMagicEffect(toPosition, 2) end how? function isWalkable(pos) pos.stackpos = 0 local tile = getThingfromPos(pos, false) if tile ~= 0 and not hasProperty(tile.uid, CONST_PROP_BLOCKSOLID) and not isCreature(getTopCreature(pos).uid) then return true end end solved
  5. function getGuildLevel(cid) local Info = db.getResult("SELECT SUM(`level`) as `level` FROM `players` WHERE `rank_id` IN (SELECT `id` FROM `guild_ranks` WHERE `guild_id` = "..getPlayerGuildId(cid)..") ") local level= Info:getDataInt("level") return level end soma nivel de membros de uma aliança exemplo: function onSay(cid, words, param, channel) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Guild Level Total: "..getGuildLevel(cid).." .") return true end
  6. Acabei de resolver. e eu criei uma função e eu criei uma função. se alguém serve deixo aqui. todos os créditos são para mim. function getGuildLevel(cid) local Info = db.getResult("SELECT SUM(`level`) as `level` FROM `players` WHERE `rank_id` IN (SELECT `id` FROM `guild_ranks` WHERE `guild_id` = "..getPlayerGuildId(cid)..") ") local level= Info:getDataInt("level") return level end
  7. se eu usar o google traduzem. Druid --- druida heal player. Sql emplyt Sql Emplyt Player Monster Player Knight --- Knight use exeta res on monsters for bloking player. Monter bump
  8. Olá amigos , pode ser um NPC mercenário toda vocação é alugado ? você alugar um cavaleiro mercenário que você acompanha onde quer que vá , e você cobra por este tempo com você , o cavaleiro mercenário teria a capacidade: knight: estar sempre dois quadros à frente de você e se eles atacarem sua raiva mestre fazer " exeta res " para bloquear inimigo. druid: mercenários druida , que será sempre sendo abrigados atrás de seu mestre. sempre curar seu mestre. sorcerer: Este mercenário só teria a capacidade de bater duro com Sd e varinha. também estar sempre atrás de seu mestre
  9. thanks friend xD! Eu quero continuar com uma idéia que eu tenho em mente, mas eu estou preso com esse problema resuelto solved xD
  10. TFS 0.4 English: Hello Good evening , I'm trying to edit the system of mock. I want only the hp and mp are in % I know I only have to remove PERCENT on conditions. but my problem is in the name of the item: You see a demon armor [mp.+43%] [ml.+3] [dist.+3] (Arm:16). It weighs 80.00 oz. I modify the action for mp and hp only get the % sign. but only receives the attributes with the% sign: 21:51 You have: 43% more of mp as modified creaturescript? to read all attributes , even without the % sign. português: Eu estou tentando este sistema apenas o HP e MP em % as skills não
  11. local config = { [4001] = { name = "First Citizen Addon", -- name addon_type = 1, -- addon outfit = {136,128}, -- female / male cost = 0, -- cost items = {{5878,100}}, -- items }, [4002] = { name = "Second Citizen Addon", addon_type = 2, outfit = {136,128}, cost = 0, items = {{5890,100},{5902,50},{2480,1}}, }, [4003] = { name = "First Hunter Addon", addon_type = 1, outfit = {137,129}, cost = 0, items = {{5947,1},{5876,100},{5948,100},{5889,1},{5887,1},{5888,1},{5891,5}}, }, [4004] =
  12. try this: function onUse(cid, item, frompos, item2, topos) local itens = {2160} ----dinheiro necessário local itens2 = {2189, 2191, 2187, 2190, 2181, 2188, 8921} ---- items necessários local storageaddon = 100003 -- change storage for diferent addons. local cantidadcc = 25 --- candidad do cc if getPlayerStorageValue(cid,storageaddon) >= 1 then --- check if you have the addon doPlayerSendTextMessage(cid,22,"You own this addon!") return 1 end if getPlayerItemCount(cid, itens) >= cantidadcc and getPlayerItemCount(cid, itens2) >= 1 then doPlaye
  13. e eu aprendi .lua................... minha única questão é saber qual a versão do Otclient. comensar favorese me para editar ..... e saber se alguém tem links. ou algo semelhante .......
  14. Olá amigos, eu quero alguém para me dar uma base para trabalhar comensar meu cliente ser tibia 8.6 com alguns sprites custum. e baixe alguns arquivos, mas não quero estar errado e eu quero começar e editar o meu cliente.
  15. Olá amigos , " Otclient " suporta algumas bot ? o que acontece que eu tenho uma guerra servidor, e eu quero meus players usem Magebot , etc.
  16. RT @Xavi_Gattuso: Recuerdos que no voy a borrar .. personas que no voy a olvidar ... aromas que me quiero llevar .. silencios que prefie ...

×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo