Ir para conteúdo

luizmachado1

Artesão
  • Total de itens

    103
  • Registro em

  • Última visita

  • Dias Ganhos

    2

Tudo que luizmachado1 postou

  1. Tentar Assim Desculpa olhar quer aparecer a mensagem 'Você precisa de 50
  2. Tentar Fazer 1 Tabela +/- assim local config = { remove = 2160, quantidade = 100, } if doPlayerRemoveItem(cid,config.remove, config.quantidade) == TRUE then ou poder tentar assim
  3. Script Dos Addon - Creditos RicardoSohnn •[/b]
  4. Olhar Ai addons sistema do stigal vc poder usar addons box sistema feito por min
  5. Poderia mandar seu login.lua?
  6. luizmachado1

    pedidos

    Tentar assim function onUse(cid, item, fromPosition, itemEx, toPosition) doItemEraseAttribute(item, "armor") doItemEraseAttribute(item, "skill") return true end
  7. Suporte Via Facebook:https://www.facebook.com/profile.php?id=100011055639641
  8. Testa ai '--' <?xml version="1.0" encoding="UTF-8"?> <npc name="Billy [Pewter Gym]" script="Billy [Pewter Gym].lua" walkinterval="32000000" floorchange="0" speed="0"> <health now="150" max="150"/> <look type="728" head="114" body="12" legs="57" feet="114" addons="0" /> <parameters> </parameters> </npc>
  9. luizmachado1

    pedidos

    Tentar Utilizar Essa Função doItemSetAttribute ou doSetItemAttribute
  10. By Luizmachado1 vá em: data/actions/script, ponha: function onUse(cid, item, fromPosition, itemEx, toPosition) local config = { Outfit = 25, --- id da outfit quer vai ganhar Remove = 2160, --- id quer vai remove quando usar o item Count = 1, --- quantidade quer vai ser removido } doPlayerAddOutfit(cid, config.Outfit, 1) doRemoveItem(config.Remove, config.Count) doPlayerSendCancel(cid, "Vc Acabou De Ganhar Outfit.") end ou local config = { LookType = 25, Addons = 2, } function onUse(cid, item, fromPosition, itemEx, toPosition) doPlayerAddOutfit(cid,config.looktype,config.addons) doPlayerSendCancel(cid, "Vc Acabou De Ganhar Outfit.") end E use a Tag: <action itemid="id_do_Item" event="script" value="nomedoarquivo.lua"/>
  11. Olá Estou montando um servidor de PokeTibia Base:PDA Edited by Bolz v2 Vagas Disponiveis : OT Admin Mapper Scripter Spriter WebMaster
  12. Esse sistema de addonbox poder vim addons aleatorios.. function onUse(cid, item, fromPosition, itemEx, toPosition) local config = { premium = true, -- se precisa ser premium account (true or false) battle = false, -- se precisa estar sem battle (true). Se colocar false, poderá usar addons box no meio de batalhas level = 100, -- level para poder usar addons box } local items = {13064,13060} ----id do addon if getPlayerLevel(cid) < config.level then doPlayerSendCancel(cid, "precisar ser level ".. config.level ..".") return true end if config.premium and not isPremium(cid) then doPlayerSendCancel(cid, "Somente player premium.") return true end if config.battle and getCreatureCondition(cid, CONDITION_INFIGHT) then doPlayerSendCancel(cid, "Your pokemon can't concentrate during battles.") return true end doPlayerAddItem(cid, items[math.random(#items)]) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Voce Abriu Addon Box") doRemoveItem(item.uid, 1) end criar 1 arquivo com nome addonbox.lua poder escolher entre as 2 script 1-- script poder escolher level para abrir addon box e addons aleatorios 2-- script e bem basica só poder ganhar 1 addon na addon box function onUse(cid, item, fromPosition, itemEx, toPosition) local config = { premium = true, -- se precisa ser premium account (true or false) battle = false -- se precisa estar sem battle (true). Se colocar false, poderá usar addons box no meio de batalhas } id = 13064 count = 1 -- id do item e quantidade if config.premium and not isPremium(cid) then doPlayerSendCancel(cid, "Somente player premium.") return true end if config.battle and getCreatureCondition(cid, CONDITION_INFIGHT) then doPlayerSendCancel(cid, "Your pokemon can't concentrate during battles.") return true end doPlayerAddItem(cid, id, count) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Voce Abriu Addons Box E Ganhou Addons De "..getItemNameById(id)..".") doRemoveItem(item.uid, 1) end tag <action itemid="id_do_item" event="script" value="addonbox.lua"/>
  13. luizmachado1

    Use e Troque

    ja tem aonde tem 13976 id quer vai remove do player aonde tem 1 e quantidade doPlayerRemoveItem(13976, 1)
  • Quem Está Navegando   0 membros estão online

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