Jump to content

AsaChileno

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by AsaChileno

  1. Hey everyone :D,

           Recently i have been trying to add a “Swan" (Custom Item) on my server. I follow the instructions that are in https://github.com/rathena/rathena/wiki/Custom_Items. By now im using a 2015-11-04aRagexe.exe thats is reading first the data folder (Couse’ its easier to move archives instead of using GRF Tool by now). The location of the archives are:

    Quote

    data\sprite\¾ÆÀÌÅÛ\swan.act
    data\sprite\¾ÆÀÌÅÛ\swan.spr
    data\sprite\¾Ç¼¼»ç¸®\¿©\ ¿©_swan.act
    data\sprite\¾Ç¼¼»ç¸®\¿©\ ¿©_swan.spr
    data\sprite\¾Ç¼¼»ç¸®\³²\ ³²_swan.act
    data\sprite\¾Ç¼¼»ç¸®\³²\ ³²_swan.spr
    data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\collection\ swan.bmp

    in my pre-re item_db.txt added:

    Quote

    17000,Swan,Swan,5,20,,100,,1,,1,0xFFFFFFFF,7,2,256,,10,1,6523,{},{},{}

    In System\ItemInfo.lua added:

    Quote

    [17000] = {
            unidentifiedDisplayName = "swan",
            unidentifiedResourceName = "swan",
            unidentifiedDescriptionName = {
                "Item desconocido, puede ser identificado con [Magnifier]."
            },
            identifiedDisplayName = "swan",
            identifiedResourceName = "swan",
            identifiedDescriptionName = {
                "Un Swan especial.",
                "Clase :^6A5ACD Headgear^000000",
                "Defensa: ^0000FF1^000000",
                "Peso: ^0EAA0B0^000000",
                "Jobs: ^6A5ACDTodos los Jobs^000000"
            },
            slotCount = 0,
            ClassNum = 6523
        }

    The problem is that when i wear the Swan it does appear…

    59655521ca6f0_screenEnergizerRO002.thumb.jpg.7cd6df6a0f130b9966873eaa574f22df.jpg

    The SPR just looks like this

    Screenshot_1.png.af6379d3ef2c5d21886bca5d859b8855.png

    So i dont know what else to do... So i hope sombody know what is going on...

    Here are the archives

    data.rar 

    The itemInfo.rar

×
×
  • Create New...