Jump to content
  • 0
Sign in to follow this  
inthepower

Item custom não aparece / Item custom not visible

Question

   Olá, pessoal!

 

 Este é meu primeiro tópico, espero que esteja no local correto! Enfim, estou enfrentando alguns problemas e preciso muito do apoio de vocês. Eu utilizei o eAthena durante muito tempo, entre 2011 e 2013, agora utilizo o Hercules por motivos pessoais (menos bug rs).

 Enfim, estou criando um servidor e meus custom itens não aparecem. Alguém poderia me ajudar?

 

Segue accname e accessoryid: 

 

ACCNAME:

Quote

    [ACCESSORY_IDs.ACCESSORY_Choco_Mint_Bonnet] = "_초코민트보넷",
    [ACCESSORY_IDs.ACCESSORY_yellow] = "_yellow",
    [ACCESSORY_IDs.ACCESSORY_dragao_fogo] = "_dragao_fogo",
    [ACCESSORY_IDs.ACCESSORY_Asas_Chouji] = "_Asas_Chouji",
    [ACCESSORY_IDs.ACCESSORY_Cauda_Kyuubi] = "_Cauda_Kyuubi",
    [ACCESSORY_IDs.ACCESSORY_Radio] = "_Radio",
    [ACCESSORY_IDs.ACCESSORY_Kyuubi_hat] = "_Kyuubi_hat",
    [ACCESSORY_IDs.ACCESSORY_Tobi_Mask] = "_Tobi_Mask",
    [ACCESSORY_IDs.ACCESSORY_jiraya] = "_bandana_jiraya",

 

ACCESSORYID:

Quote

    ACCESSORY_Choco_Mint_Bonnet = 1314,
    ACCESSORY_Asas_Chouji = 30002,
    ACCESSORY_Cauda_Kyuubi = 30003,
    ACCESSORY_Orelhas_Kyuub = 30004,
    ACCESSORY_Radio = 30005,
    ACCESSORY_Kyuubi_hat = 30006,
    ACCESSORY_Tobi_Mask = 30007,
    ACCESSORY_bandana_jiraya = 30008,

 

   Enfim, o meu hexed foi diffado para 32000 headgers view e o item que fiz até agora e não aparece a sprite é a bandana jiraya. Segue item_db2:

ITEM_DB2.CONF

Quote

{
    Id: 35000
    AegisName: "bandana_jiraya"
    Name: "Bandana Jiraya"
    Type: 5
    Sell: 10
    Weight: 10
    Def: 45
    Slots: 4
    Loc: 256
    EquipLv: 1
    Refine: false
    ViewSprite: 30008
    Script: <"
        bonus bStr,20;
        bonus bDex,20;
        bonus bLuk,20;
        bonus2 bAddRace,RC_NonBoss,25;
    ">
},

   Uso o hexed 2014-03-05 e a última versão do Hercules.

  É isso! Aguardo o apoio de vocês, obrigado! 

 

English version:

 

Hi there, how are you?

 

I have some issues with custom itens, up ahead are my configs. Could anyone solve my problem? I actually use 2014-03-05 Hexed and latest version of Hercules.

Thank you all and sorry my terrible english! ~lol

Edited by inthepower

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

  • 0

Olá novamente, mesmo ninguém tendo me respondido espero que vejam esse tópico um dia.

 

Eu consegui, finalmente, colocar as sprites. Tive que mudar algumas coisas na minha pasta data...

 

O grande problema é:

 

Agora todos meus itens aparecem como "Unkown Item".... 

 

Config da System/iteminfo.lub

Quote

[35000] = {
        unidentifiedDisplayName = "Bandana Jiraya",
        unidentifiedResourceName  = "jiraya",
        unidentifiedDescriptionName = {
            "[Naruto Evolution-RO]",
            "Bandana utilizada pelo grande ninja da folha, Jiraya.",
            "Quem a equipar ira ganhar os seguintes atributos:",
            "STR: +20",
            "DEX: +20",
            "LUK: +20",
            "ATK: +25%",
            "[DONATE ITEM]",
            "Equipavel por todas as classes.",
        },
        identifiedDisplayName = "Bandana Jiraya",
        identifiedResourceName = "jiraya",
        identifiedDescriptionName = {
            "[Naruto Evolution-RO]",
            "Bandana utilizada pelo grande ninja da folha, Jiraya.",
            "Quem a equipar ira ganhar os seguintes atributos:",
            "STR: +20",
            "DEX: +20",
            "LUK: +20",
            "ATK: +25%",
            "[DONATE ITEM]",
            "Equipavel por todas as classes.",
        },
        slotCount = 4,
        ClassNum = 3508
    },
}

Config da System/inteminfo.lua:

Quote

[35000] = {
        unidentifiedDisplayName = "Bandana Jiraya",
        unidentifiedResourceName  = "jiraya",
        unidentifiedDescriptionName = {
            "[Naruto Evolution-RO]",
            "Bandana utilizada pelo grande ninja da folha, Jiraya.",
            "Quem a equipar ira ganhar os seguintes atributos:",
            "STR: +20",
            "DEX: +20",
            "LUK: +20",
            "ATK: +25%",
            "[DONATE ITEM]",
            "Equipavel por todas as classes.",
        },
        identifiedDisplayName = "Bandana Jiraya",
        identifiedResourceName = "jiraya",
        identifiedDescriptionName = {
            "[Naruto Evolution-RO]",
            "Bandana utilizada pelo grande ninja da folha, Jiraya.",
            "Quem a equipar ira ganhar os seguintes atributos:",
            "STR: +20",
            "DEX: +20",
            "LUK: +20",
            "ATK: +25%",
            "[DONATE ITEM]",
            "Equipavel por todas as classes.",
        },
        slotCount = 4,
        ClassNum = 3508
    },
}

item_db2: 

Quote

{
    Id: 35000
    AegisName: "bandana_jiraya"
    Name: "Bandana Jiraya"
    Type: 5
    Sell: 10
    Weight: 10
    Def: 45
    Slots: 4
    Loc: 256
    EquipLv: 1
    Refine: false
    Sprite: 3508
    Script: <"
        bonus bStr,20;
        bonus bDex,20;
        bonus bLuk,20;
        bonus bAtkRate,25;
    ">
},

@OBS: Meu accname e accessoryid foram configurados para este item ficar como: 3508 _jiraya... 

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.