Ir para conteúdo

p e o p l e

Membro
  • Registro em

  • Última visita

Solutions

  1. p e o p l e's post in (Resolvido)NAO DROP ITEM CORPO was marked as the answer   
    Amigo, vamos ver se o erro é o creaturescripts. Substitui o creaturescripts. (Pode ocorrer vários erros no console, porém o nosso foco é descobrir o bug do loot)
     


  2. p e o p l e's post in (Resolvido)[PEDIDO] Action remove item e da outfit was marked as the answer   
    Amigo tenta assim.
    <action actionid="58241" event="script" value="addon_citizen.lua"/>
     
    addon_citizen.lua
    function onUse(cid, item, frompos, item2, topos)
        local legion = 2480
        
        if getPlayerStorageValue(cid,76163) == 1 and getPlayerItemCount(cid, legion) >= 1 then
            doPlayerSendTextMessage(cid,22,"Você ganhou Citizen Outfit Full")
            doPlayerAddOutfit(cid, 136, 3)
            doPlayerAddOutfit(cid, 128, 3)
            setPlayerStorageValue(cid, 76163,1)
            doPlayerRemoveItem(cid, legion, 1)
        else if getPlayerStorageValue(cid,76163) ~= 1 and getPlayerItemCount(cid, legion) < 1 then
            doPlayerSendTextMessage(cid,22,"Você não fez quest nem tem legion helmet.")
        
        else if getPlayerStorageValue(cid, 76163) ~= 1 then
                doPlayerSendTextMessage(cid,22,"Você não fez a quest.")
        else if getPlayerItemCount(cid,legion) < 1 then
            doPlayerSendTextMessage(cid,22,"Você não tem legion helmet.")
                    end
                end
            end
        end
    return true
    end
     
    OBS: Tem que alterar a storage
  3. p e o p l e's post in (Resolvido)Npc teleportador com diálogo was marked as the answer   
    Captain Fuller.lua (data\npc):



     
    hunt.lua (data\npc\scripts):



  4. p e o p l e's post in (Resolvido)Problema com mensagem automática no server was marked as the answer   
    Procure em globalevents o script que pertence a:


      E remove o script no globalevents.xml   Poste a linha que se encontra no globalevents.xml referente ao script do Matheus.
  5. p e o p l e's post in (Resolvido)[Pedido] Premium was marked as the answer   
    Substitua a linha

    if doRemoveItem(item.uid) then por

    if doRemoveItem(cid, item.uid, 1) then
  6. p e o p l e's post in (Resolvido)[erro] minha bag não abre was marked as the answer   
    Você habilitou a opção Pickupable no item.otb ?
     

  7. p e o p l e's post in (Resolvido)Warzone; was marked as the answer   
    Peguei o script daqui do TK mesmo, '-', só que com mais paciência decifrei o código polones AUHHAUUA

Informação Importante

Confirmação de Termo