Jump to content
  • 0
Sign in to follow this  
SepherTG

Encantamento não aparece o slot

Question

4 answers to this question

Recommended Posts

  • 0

Quando se trata de itens desse tipo, você também precisa adicionar as sprites dos itens no arquivo num2itemresnametable.txt da pasta data, caso se trate de clientes 2014+ deve adicionar no item accname.lua na parte do item não identificado, exemplo:

 

Clients inferior ao 2013.

 

 

data/num2itemresnametable.txt

 

Adicione em baixo:

 

 

ID_DO_ITEM#NOME_DA_SPRITE_DO_ITEM#

 

Para clientes 2014+.

 

 

System/accname.lua

 

 


    [20830] = {

        unidentifiedDisplayName = "Essência da Interrupção",
        unidentifiedResourceName = "º°ÀÇÈå´À³¦",
        unidentifiedDescriptionName = {
            "^FFA500Essência que faz com que a conjuração de magias não seja interrompida.^000000",
            "^FF0000Encantamento^000000"
        },
        identifiedDisplayName = "Essência da Interrupção",
        identifiedResourceName = "º°ÀÇÈå´À³¦",
        identifiedDescriptionName = {
            "^FFA500Essência que faz com que a conjuração de magias não seja interrompida.^000000",
            "^FF0000Encantamento^000000"
        },
        slotCount = 0,
        ClassNum = 0
    },
 
O item acima é apenas um exemplo de um enchant que eu uso no meu servidor.
Edited by ρixєℓ

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.