Ir para conteúdo

Featured Replies

Postado

ta justamente errado porque ta duplicado ao outro kkk você tem que mudar o nome de tudo até no item.xml ou sejá no item.xml o nome você tem que mudar para ultra health potion sabe um nome diferente não pode manter nomes iguais se não da conflito mesmo

 

Citar

shopModule:addBuyableItem({'health potion'}, 12666, 45, 1, 'health potion')
shopModule:addBuyableItem({'mana potion'}, 12670, 50, 1, 'mana potion')
shopModule:addBuyableItem({'strong health'}, 12667, 100, 1, 'strong health potion')
shopModule:addBuyableItem({'strong mana'}, 12671, 80, 1, 'strong mana potion')
shopModule:addBuyableItem({'great health'}, 12668, 190, 1, 'great health potion')
shopModule:addBuyableItem({'great mana'}, 12672, 120, 1, 'great mana potion')
shopModule:addBuyableItem({'great spirit'}, 12673, 190, 1, 'great spirit potion')
shopModule:addBuyableItem({'ultimate health'}, 12669, 310, 1, 'ultimate health potion')

no caso teria que mudar o nome porque você copiou e colocou e só mudou as ID mas o nome dos itens continua você tem que mudar os nomes do itens para o nome que você colocou no item.xml desses IDS

 

Por mais que esteja INF no outro creio que possa ser isso mas antes de qualquer alteração manda o seu item.xml para eu ver como você deixou configurado os itens

Projeto ATS (Naruto)

Informações Abaixo

Facebook

Youtube
Discord

 

Tutoriais / Conteúdos

Clique Aqui

  • Respostas 29
  • Visualizações 890
  • Created
  • Última resposta

Top Posters In This Topic

Postado
  • Autor

@Brunds eu ja mudei o nome dos outros, e mesmo assim ele nao vende, a um tempo atras tentei vender itens com outro npc que só vendia os itens novos, mas mesmo assim nao deu, OBS: Não existiam nomes iguais.

Spoiler

</item>
        <item id="12666" article="a" name="health potion">
        <attribute key="weight" value="270"/>
    </item>
        <item id="12667" article="a" name="strong health potion">
        <attribute key="description" value="This potion can only be consumed by knights and paladins of level 50 or higher."/>
        <attribute key="weight" value="290"/>
    </item>
        <item id="12668" article="a" name="great health potion">
        <attribute key="description" value="This potion can only be consumed by knights of level 80 or higher."/>
        <attribute key="weight" value="310"/>
    </item>
        <item id="12669" article="an" name="ultimate health potion">
        <attribute key="description" value="This potion can only be consumed by knights of level 130 or higher."/>
        <attribute key="weight" value="310"/>
    </item>
        <item id="12670" article="a" name="mana potion">
        <attribute key="weight" value="270"/>
    </item>
        <item id="12671" article="a" name="strong mana potion">
        <attribute key="description" value="This potion can only be consumed by sorcerers, druids and paladins of level 50 or higher."/>
        <attribute key="weight" value="290"/>
    </item>
        <item id="12672" article="a" name="great mana potion">
        <attribute key="description" value="This potion can only be consumed by sorcerers and druids of level 80 or higher."/>
        <attribute key="weight" value="310"/>
    </item>
        <item id="12673" article="a" name="great spirit potion">
        <attribute key="description" value="This potion can only be consumed by paladins of level 80 or higher."/>
        <attribute key="weight" value="310"/>
    </item>

 

Spoiler

    <item id="8472" article="a" name="great spirit potion INF">
        <attribute key="description" value="This potion can only be consumed by paladins of level 80 or higher."/>
        <attribute key="weight" value="310"/>
    </item>
    <item id="8473" article="an" name="ultimate health potion INF">
        <attribute key="description" value="This potion can only be consumed by knights of level 130 or higher."/>
        <attribute key="weight" value="310"/>
    </item>

 como voce pode ver os potions do tibia, estao com os nomes mudados ja

Postado
12 minutos atrás, Pepeco disse:

@Brunds eu ja mudei o nome dos outros, e mesmo assim ele nao vende, a um tempo atras tentei vender itens com outro npc que só vendia os itens novos, mas mesmo assim nao deu, OBS: Não existiam nomes iguais.

  Ocultar conteúdo

</item>
        <item id="12666" article="a" name="health potion">
        <attribute key="weight" value="270"/>
    </item>
        <item id="12667" article="a" name="strong health potion">
        <attribute key="description" value="This potion can only be consumed by knights and paladins of level 50 or higher."/>
        <attribute key="weight" value="290"/>
    </item>
        <item id="12668" article="a" name="great health potion">
        <attribute key="description" value="This potion can only be consumed by knights of level 80 or higher."/>
        <attribute key="weight" value="310"/>
    </item>
        <item id="12669" article="an" name="ultimate health potion">
        <attribute key="description" value="This potion can only be consumed by knights of level 130 or higher."/>
        <attribute key="weight" value="310"/>
    </item>
        <item id="12670" article="a" name="mana potion">
        <attribute key="weight" value="270"/>
    </item>
        <item id="12671" article="a" name="strong mana potion">
        <attribute key="description" value="This potion can only be consumed by sorcerers, druids and paladins of level 50 or higher."/>
        <attribute key="weight" value="290"/>
    </item>
        <item id="12672" article="a" name="great mana potion">
        <attribute key="description" value="This potion can only be consumed by sorcerers and druids of level 80 or higher."/>
        <attribute key="weight" value="310"/>
    </item>
        <item id="12673" article="a" name="great spirit potion">
        <attribute key="description" value="This potion can only be consumed by paladins of level 80 or higher."/>
        <attribute key="weight" value="310"/>
    </item>

 

  Ocultar conteúdo

    <item id="8472" article="a" name="great spirit potion INF">
        <attribute key="description" value="This potion can only be consumed by paladins of level 80 or higher."/>
        <attribute key="weight" value="310"/>
    </item>
    <item id="8473" article="an" name="ultimate health potion INF">
        <attribute key="description" value="This potion can only be consumed by knights of level 130 or higher."/>
        <attribute key="weight" value="310"/>
    </item>

 como voce pode ver os potions do tibia, estao com os nomes mudados ja

esse INF nos nomes já estava ou você que colocou?

Projeto ATS (Naruto)

Informações Abaixo

Facebook

Youtube
Discord

 

Tutoriais / Conteúdos

Clique Aqui

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Estatísticas dos Fóruns

  • Tópicos 96.9k
  • Posts 519.8k

Informação Importante

Confirmação de Termo