Ir para conteúdo
  • Cadastre-se

BennyDz

Membro
  • Total de itens

    120
  • Registro em

  • Última visita

Tudo que BennyDz postou

  1. HI Este código funciona perfeitamente retornado bons valores. mas .... Só tenho esse erro no console: Este erro acontece quando o personagem não tem nenhum artigo na respectiva ranhura. Aqui, o código: local slots = { ['head'] = CONST_SLOT_HEAD, ['armor'] = CONST_SLOT_ARMOR, ['legs'] = CONST_SLOT_LEGS, ['feet'] = CONST_SLOT_FEET, ['left'] = CONST_SLOT_LEFT, ['right'] = CONST_SLOT_RIGHT } local itemSlots, total = {}, 0 for slot, const in pair
  2. Coming soon new productions/ Proximamente nuevas producciones escuchalas: https://t.co/bis1GXr9W1

  3. obrigado. no olvide crear carpeta "players" em logs para que funcione.
  4. resolvi asim: function onDeath(cid, corpse, deathList) local strings = {""} local t, position = 1, 1 local deathType = "killed" local toSlain, toCrushed = 3, 9 if #deathList >= toSlain and #deathList < toCrushed then deathType = "slain" elseif #deathList >= toCrushed then deathType = "crushed" end for _, pid in ipairs(deathList) do if isCreature(pid) == true then strings[position] = t == 1 and "" or strings[position] .. ", " strings[position] = strings[
  5. function onDeath(cid, corpse, deathList) for _, pid in ipairs(deathList) do doBroadcastMessage(""..getCreatureName(cid).." killed at level ["..getPlayerLevel(cid).."] by "..getCreatureName(pid).. " ", MESSAGE_STATUS_WARNING) end return true end temgo este error: seu repite mensaje do morte. busco solo um mensaje con el nombre de todos los que lo mataron.
  6. Eu tenho TFS 0.4 em versao 8.6 Eu quero mudá-lo para 8,7.
  7. tente copiar a pasta "game_shop" do pokemon cliente, mas não funciona. Eu entendo que ele funciona através da botões execução "Talkactions" mais como imagens são adicionados ao lado das botões? Eu olho por exemplo loja em quente:
  8. oi galera Eu tenho uma dúvida. em modules/client_entergame/characterlist.lua -- account if account.premDays > 0 and account.premDays < 65535 then accountStatusLabel:setText(tr("Premium Account (%s) days left", account.premDays)) elseif account.premDays >= 65535 then accountStatusLabel:setText(tr("Lifetime Premium Account")) else accountStatusLabel:setText(tr('Free Account')) end if account.premDays > 0 and account.premDays <= 7 then accountStatusLabel:setOn(true) else accountStatusLabel:setOn(false) end end como obter um resultado da tabela de contas "vip_time" para m
  9. Aqui casual haciendola de Regulo Caro ;)@ReguloCaro http://t.co/XIGG6PlrED

  10. block all tiles xD!. i try buy no work now. function getItemIsLadder(itemId) local file = io.open("data/items/items.xml", "r") for info in string.gmatch(file:read("*a"), "<items(.-)</items>") do if info:match("item id=\"(.-)\"") == itemId then local attribute key = info:match("attribute key=(.-)") return tostring(attribute key) end end file:close() return nil end solved: local function getItemIsLadder(itemId) local floor = getItemInfo(itemId).floorChange for i = 1, #floor do if floor[i] then return true end end return false end
  11. yes is valid on items.xml <item id="1385" name="stairs"> <attribute key="floorchange" value="north" /> </item> all ladders. bump
  12. yes is correct itemEx.uid because use action: function onUse(cid, item, fromPosition, itemEx, toPosition) and floorchange is null. :/ want check this: <attribute key="floorchange" /> no way to read from items.xml ?
  13. i want: if getItemAttribute(itemEx.uid,'floorchange') == "north" then doSendMagicEffect(toPosition,2) doPlayerSendCancel(cid, "Sorry, not possible.") return true end or if getItemAttribute(itemEx.uid,'floorchange') == true then doSendMagicEffect(toPosition,2) doPlayerSendCancel(cid, "Sorry, not possible.") return true end but dont work :/ no error on console
  14. items are created on the ground with an action. and I seek That They can not logear on Tiles enchanted solved: --[[ by God Remady]]-- function onLogout(cid) local item = getTileItemById({x = getPlayerPosition(cid).x, y = getPlayerPosition(cid).y, z = getPlayerPosition(cid).z, stackpos = 255}, 9565) if item.itemid == 9565 then doPlayerSendDefaultCancel(cid, RETURNVALUE_YOUCANNOTLOGOUTHERE) return false end return true end
  15. not working. without error but I can do logout on item 9565
  16. not found no error in the console. I think you must be wrong comparison.I not how to do things right ;/
  17. i try: function onLogout(cid) if getTileItemById({x = getPlayerPosition(cid).x, y = getPlayerPosition(cid).y, z = getPlayerPosition(cid).z}, 9565) == true then doPlayerSendDefaultCancel(cid, RETURNVALUE_YOUCANNOTLOGOUTHERE) return false end return true end why dont work? :/
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo