Jump to content
  • 0

Custom Costume Wings not displaying


LadyNanuia

Question


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  90
  • Reputation:   2
  • Joined:  02/25/19
  • Last Seen:  

Right so i was browsing the forums and i came across some wings that i thought people on our server would like so i downloaded it and it only contains 1 spr and 1 act file, along with bmp files for collection and item, now we're running on SQL so i added the item I'd ( tested multiple ones to see if my item ID was too high ), yet no luck. I've put the sprites into the folders and edited the Lub files for spriterobename and spriterobeid and also our iteminfo lua file with the classnum and all that..yet nothing, i tested with both Lua files, Lua files 517 and lua files 517 and still the problem persists, the item works, i can equip it and drag it and throw it on the floor, yet the sprite does NOT show up on the character. I know this is a bit of a wall of text but i would really appreciate some guidance here as to what i'm doing wrong.

Latest rAthena build and client is 20180621

 

/ James

Edited by JamesWindsor
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.02
  • Content Count:  206
  • Reputation:   10
  • Joined:  08/30/19
  • Last Seen:  

20 minutes ago, JamesWindsor said:

Right so i was browsing the forums and i came across some wings that i thought people on our server would like so i downloaded it and it only contains 1 spr and 1 act file, along with bmp files for collection and item, now we're running on SQL so i added the item I'd ( tested multiple ones to see if my item ID was too high ), yet no luck. I've put the sprites into the folders and edited the Lub files for spriterobename and spriterobeid and also our iteminfo lua file with the classnum and all that..yet nothing, i tested with both Lua files, Lua files 517 and lua files 517 and still the problem persists, the item works, i can equip it and drag it and throw it on the floor, yet the sprite does NOT show up on the character. I know this is a bit of a wall of text but i would really appreciate some guidance here as to what i'm doing wrong.

Latest rAthena build and client is 20180621

 

/ James

comment down your lub. and your changes

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  90
  • Reputation:   2
  • Joined:  02/25/19
  • Last Seen:  

2 hours ago, Takuyakii said:

comment down your lub. and your changes

Right okay i'm sorry, let me do this

Spoiler

SQL : Itemid 21301, SQL Identifier : C_Black_Demon_Wings, Name Costume Black Demon Wings, view ID : 51, type armor, eq locations Costume Garment


 

Spoiler

Iteminfo file
    [21301] = {
        unidentifiedDisplayName = "Unidentified Garment",
        unidentifiedResourceName = "C_Black_Demon_Wings",
        unidentifiedDescriptionName = { "Can be identified by using a ^990099Magnifier^000000." },
        identifiedDisplayName = "Costume Black Demon Wings",
        identifiedResourceName = "C_Black_Demon_Wings",
        identifiedDescriptionName = {
        "[Lotus Ragnarok Online]",
        "________________________",
            "A pair of gigantic Black Demon Wings",
            "________________________",
            "^0000CCType:^000000 Costume",
            "^0000CCPosition:^000000 Garment",
            "^0000CCWeight:^000000 0",
            "________________________",
            "^0000CCRequirement:^000000 None"
        },
        slotCount = 0,
        ClassNum = 51,
        costume = true
    },

Spriterobid
 

Spoiler

SPRITE_ROBE_IDs = {
    ROBE_WINGS = 1,
    ROBE_BAG_OF_ADVENTURER = 2,
    ROBE_WINGS_OF_FALLEN_ANGEL = 3,
    ROBE_AMISTR_BAG = 4,
    ROBE_Love_Dad_Wings_2012 = 5,
    ROBE_KIRIN_WING = 6,
    ROBE_Ribbon_Piamat = 7,
    ROBE_RUDRA_WING = 8,
    ROBE_Wing_Of_Happiness = 9,
    ROBE_GraetDevilWing = 10,
    ROBE_MechanicWing = 11,
    ROBE_DevilWing = 12,
    ROBE_BAG_OF_ANTONIO = 13,
    ROBE_Cupid_Wing_Pink = 14,
    ROBE_Cupid_Wing_Skyblue = 15,
    ROBE_Poring_Bag = 16,
    ROBE_Wings_of_Uriel = 17,
    ROBE_Angel_feather = 18,
    ROBE_SwordWing = 19,
    ROBE_Light_Darkness_Wing = 20,
    ROBE_Blue_Fairy_Wing = 21,
    ROBE_EXE_Backpack = 22,
    ROBE_Thanatos_Sword = 23,
    ROBE_Wings_of_Michael = 24,
    ROBE_GiantCatBag = 25,
    ROBE_BlackCatBag = 26,
    ROBE_Gerhard_Von_Devi_Bag = 27,
    ROBE_C_2018_RTC_Cape_TW = 28,
    ROBE_2018_RTC_Cape1_TW = 29,
    ROBE_2018_RTC_Cape2_TW = 30,
    ROBE_2018_RTC_Cape3_TW = 31,
    ROBE_2018_RTC_Cape4_TW = 32,
    ROBE_C_Bloody_Wing = 33,
    ROBE_C_BlueAngeling_Wing = 34,
    ROBE_C_PinkButterfly_Wing = 35,
    ROBE_C_GoldButterfly_Wing = 36,
    ROBE_C_Wings_of_Gabriel = 37,
    ROBE_C_PinkButterfly_Wing_T = 38,
    ROBE_Violet_Halo = 39,
    ROBE_CherryFesRibbon = 40,
    ROBE_SnackParty = 41,
    ROBE_AngelRibbonWing = 42,
    ROBE_BlackBearBackpack = 43,
    ROBE_Halloween_Poring_Bag = 44,
    ROBE_Chrismas_Tree = 45,
    ROBE_Backside_Ribbon_Bell = 46,
    ROBE_HeartChocoBag = 47,
    ROBE_C_Valkyrie_Wing = 48,
    ROBE_Archangel_Wing = 49,
    ROBE_WingOfHeart = 50,
    ROBE_C_Black_Demon_Wings = 51
}

Spriterobename.lub

Spoiler

RobeNameTable = {
    [SPRITE_ROBE_IDs.ROBE_WINGS] = "천사날개",
    [SPRITE_ROBE_IDs.ROBE_BAG_OF_ADVENTURER] = "모험가배낭",
    [SPRITE_ROBE_IDs.ROBE_WINGS_OF_FALLEN_ANGEL] = "타락천사의날개",
    [SPRITE_ROBE_IDs.ROBE_AMISTR_BAG] = "아미스트르가방",
    [SPRITE_ROBE_IDs.ROBE_Love_Dad_Wings_2012] = "아버지사랑날개2012",
    [SPRITE_ROBE_IDs.ROBE_KIRIN_WING] = "기린의날개",
    [SPRITE_ROBE_IDs.ROBE_Ribbon_Piamat] = "피아멧트의리본",
    [SPRITE_ROBE_IDs.ROBE_RUDRA_WING] = "루드라의날개",
    [SPRITE_ROBE_IDs.ROBE_Wing_Of_Happiness] = "행복의날개",
    [SPRITE_ROBE_IDs.ROBE_GraetDevilWing] = "대악마날개",
    [SPRITE_ROBE_IDs.ROBE_MechanicWing] = "메카닉윙",
    [SPRITE_ROBE_IDs.ROBE_DevilWing] = "소악마날개",
    [SPRITE_ROBE_IDs.ROBE_BAG_OF_ANTONIO] = "안토니오가방",
    [SPRITE_ROBE_IDs.ROBE_Cupid_Wing_Pink] = "분홍큐피트날개",
    [SPRITE_ROBE_IDs.ROBE_Cupid_Wing_Skyblue] = "하늘색큐피트날개",
    [SPRITE_ROBE_IDs.ROBE_Poring_Bag] = "포링가방",
    [SPRITE_ROBE_IDs.ROBE_Wings_of_Uriel] = "우리엘의날개",
    [SPRITE_ROBE_IDs.ROBE_Angel_feather] = "엔젤페더",
    [SPRITE_ROBE_IDs.ROBE_SwordWing] = "검의날개",
    [SPRITE_ROBE_IDs.ROBE_Light_Darkness_Wing] = "빛과어둠의날개",
    [SPRITE_ROBE_IDs.ROBE_Blue_Fairy_Wing] = "요정의파란날개",
    [SPRITE_ROBE_IDs.ROBE_EXE_Backpack] = "EXE_Backpack",
    [SPRITE_ROBE_IDs.ROBE_Thanatos_Sword] = "Thanatos_Sword",
    [SPRITE_ROBE_IDs.ROBE_Wings_of_Michael] = "Wings_of_Michael",
    [SPRITE_ROBE_IDs.ROBE_GiantCatBag] = "GiantCatBag",
    [SPRITE_ROBE_IDs.ROBE_BlackCatBag] = "BlackCatBag",
    [SPRITE_ROBE_IDs.ROBE_Gerhard_Von_Devi_Bag] = "Gerhard_Von_Devi_Bag",
    [SPRITE_ROBE_IDs.ROBE_C_2018_RTC_Cape_TW] = "C_2018_RTC_Cape_TW",
    [SPRITE_ROBE_IDs.ROBE_2018_RTC_Cape1_TW] = "2018_RTC_Cape1_TW",
    [SPRITE_ROBE_IDs.ROBE_2018_RTC_Cape2_TW] = "2018_RTC_Cape2_TW",
    [SPRITE_ROBE_IDs.ROBE_2018_RTC_Cape3_TW] = "2018_RTC_Cape3_TW",
    [SPRITE_ROBE_IDs.ROBE_2018_RTC_Cape4_TW] = "2018_RTC_Cape4_TW",
    [SPRITE_ROBE_IDs.ROBE_C_Bloody_Wing] = "C_Bloody_Wing",
    [SPRITE_ROBE_IDs.ROBE_C_BlueAngeling_Wing] = "C_BlueAngeling_Wing",
    [SPRITE_ROBE_IDs.ROBE_C_PinkButterfly_Wing] = "C_PinkButterfly_Wing",
    [SPRITE_ROBE_IDs.ROBE_C_GoldButterfly_Wing] = "C_GoldButterfly_Wing",
    [SPRITE_ROBE_IDs.ROBE_C_Wings_of_Gabriel] = "C_Wings_of_Gabriel",
    [SPRITE_ROBE_IDs.ROBE_C_PinkButterfly_Wing_T] = "C_PinkButterfly_Wing",
    [SPRITE_ROBE_IDs.ROBE_Violet_Halo] = "Violet_Halo",
    [SPRITE_ROBE_IDs.ROBE_CherryFesRibbon] = "CherryFesRibbon",
    [SPRITE_ROBE_IDs.ROBE_SnackParty] = "SnackParty",
    [SPRITE_ROBE_IDs.ROBE_AngelRibbonWing] = "AngelRibbonWing",
    [SPRITE_ROBE_IDs.ROBE_BlackBearBackpack] = "BlackBearBackpack",
    [SPRITE_ROBE_IDs.ROBE_Halloween_Poring_Bag] = "Halloween_Poring_Bag",
    [SPRITE_ROBE_IDs.ROBE_Chrismas_Tree] = "Chrismas_Tree",
    [SPRITE_ROBE_IDs.ROBE_Backside_Ribbon_Bell] = "Backside_Ribbon_Bell",
    [SPRITE_ROBE_IDs.ROBE_HeartChocoBag] = "HeartChocoBag",
    [SPRITE_ROBE_IDs.ROBE_C_Valkyrie_Wing] = "C_Valkyrie_Wing",
    [SPRITE_ROBE_IDs.ROBE_Archangel_Wing] = "Archangel_Wing",
    [SPRITE_ROBE_IDs.ROBE_WingOfHeart] = "WingOfHeart",
    [SPRITE_ROBE_IDs.ROBE_C_Black_Demon_Wings] = "C_Black_Demon_Wings"
}
RobeNameTable_Eng = {
    [SPRITE_ROBE_IDs.ROBE_WINGS] = "ANGEL_WINGS",
    [SPRITE_ROBE_IDs.ROBE_BAG_OF_ADVENTURER] = "BAG_OF_ADVENTURER",
    [SPRITE_ROBE_IDs.ROBE_WINGS_OF_FALLEN_ANGEL] = "WINGS_OF_FALLEN_ANGEL",
    [SPRITE_ROBE_IDs.ROBE_AMISTR_BAG] = "AMISTR_BAG",
    [SPRITE_ROBE_IDs.ROBE_Love_Dad_Wings_2012] = "Love_Dad_Wings_2012",
    [SPRITE_ROBE_IDs.ROBE_KIRIN_WING] = "KIRIN_WING",
    [SPRITE_ROBE_IDs.ROBE_Ribbon_Piamat] = "Ribbon_Piamat",
    [SPRITE_ROBE_IDs.ROBE_RUDRA_WING] = "Rudra_Wing",
    [SPRITE_ROBE_IDs.ROBE_Wing_Of_Happiness] = "Wing_Of_Happiness",
    [SPRITE_ROBE_IDs.ROBE_GraetDevilWing] = "GraetDevilWing",
    [SPRITE_ROBE_IDs.ROBE_MechanicWing] = "MechanicWing",
    [SPRITE_ROBE_IDs.ROBE_DevilWing] = "Devil_Wing",
    [SPRITE_ROBE_IDs.ROBE_BAG_OF_ANTONIO] = "Bag_Of_Antonio",
    [SPRITE_ROBE_IDs.ROBE_Cupid_Wing_Pink] = "Cupid_Wing_Pink",
    [SPRITE_ROBE_IDs.ROBE_Cupid_Wing_Skyblue] = "Cupid_Wing_Skyblue",
    [SPRITE_ROBE_IDs.ROBE_Poring_Bag] = "Poring_Bag",
    [SPRITE_ROBE_IDs.ROBE_Wings_of_Uriel] = "Wings_of_Uriel",
    [SPRITE_ROBE_IDs.ROBE_Angel_feather] = "Angel_feather",
    [SPRITE_ROBE_IDs.ROBE_SwordWing] = "SwordWing",
    [SPRITE_ROBE_IDs.ROBE_Light_Darkness_Wing] = "Light_Darkness_Wing",
    [SPRITE_ROBE_IDs.ROBE_Blue_Fairy_Wing] = "Blue_Fairy_Wing",
    [SPRITE_ROBE_IDs.ROBE_EXE_Backpack] = "EXE_Backpack",
    [SPRITE_ROBE_IDs.ROBE_Thanatos_Sword] = "Thanatos_Sword",
    [SPRITE_ROBE_IDs.ROBE_Wings_of_Michael] = "Wings_of_Michael",
    [SPRITE_ROBE_IDs.ROBE_GiantCatBag] = "GiantCatBag",
    [SPRITE_ROBE_IDs.ROBE_BlackCatBag] = "BlackCatBag",
    [SPRITE_ROBE_IDs.ROBE_Gerhard_Von_Devi_Bag] = "Gerhard_Von_Devi_Bag",
    [SPRITE_ROBE_IDs.ROBE_C_2018_RTC_Cape_TW] = "C_2018_RTC_Cape_TW",
    [SPRITE_ROBE_IDs.ROBE_2018_RTC_Cape1_TW] = "2018_RTC_Cape1_TW",
    [SPRITE_ROBE_IDs.ROBE_2018_RTC_Cape2_TW] = "2018_RTC_Cape2_TW",
    [SPRITE_ROBE_IDs.ROBE_2018_RTC_Cape3_TW] = "2018_RTC_Cape3_TW",
    [SPRITE_ROBE_IDs.ROBE_2018_RTC_Cape4_TW] = "2018_RTC_Cape4_TW",
    [SPRITE_ROBE_IDs.ROBE_C_Bloody_Wing] = "C_Bloody_Wing",
    [SPRITE_ROBE_IDs.ROBE_C_BlueAngeling_Wing] = "C_BlueAngeling_Wing",
    [SPRITE_ROBE_IDs.ROBE_C_PinkButterfly_Wing] = "C_PinkButterfly_Wing",
    [SPRITE_ROBE_IDs.ROBE_C_GoldButterfly_Wing] = "C_GoldButterfly_Wing",
    [SPRITE_ROBE_IDs.ROBE_C_Wings_of_Gabriel] = "C_Wings_of_Gabriel",
    [SPRITE_ROBE_IDs.ROBE_C_PinkButterfly_Wing_T] = "C_PinkButterfly_Wing",
    [SPRITE_ROBE_IDs.ROBE_Violet_Halo] = "Violet_Halo",
    [SPRITE_ROBE_IDs.ROBE_CherryFesRibbon] = "CherryFesRibbon",
    [SPRITE_ROBE_IDs.ROBE_SnackParty] = "SnackParty",
    [SPRITE_ROBE_IDs.ROBE_AngelRibbonWing] = "AngelRibbonWing",
    [SPRITE_ROBE_IDs.ROBE_BlackBearBackpack] = "BlackBearBackpack",
    [SPRITE_ROBE_IDs.ROBE_Halloween_Poring_Bag] = "Halloween_Poring_Bag",
    [SPRITE_ROBE_IDs.ROBE_Chrismas_Tree] = "Chrismas_Tree",
    [SPRITE_ROBE_IDs.ROBE_Backside_Ribbon_Bell] = "Backside_Ribbon_Bell",
    [SPRITE_ROBE_IDs.ROBE_HeartChocoBag] = "HeartChocoBag",
    [SPRITE_ROBE_IDs.ROBE_C_Valkyrie_Wing] = "C_Valkyrie_Wing",
    [SPRITE_ROBE_IDs.ROBE_Archangel_Wing] = "Archangel_Wing",
    [SPRITE_ROBE_IDs.ROBE_WingOfHeart] = "WingOfHeart",
    [SPRITE_ROBE_IDs.ROBE_C_Black_Demon_Wings] = "C_Black_Demon_Wings"
}

I used Sader's Garment creator tool to make all the files and put them into the right places, i had 1 act file, 1 sprt file, 1 bmp small and 1 bmp large to work with all named C_Black_Demon_Wings
despite all this, they are not shown

Edit : They are shown in the alt+q window and in the login screen but not in-game if that info helps.

Edited by JamesWindsor
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  308
  • Reputation:   24
  • Joined:  11/26/12
  • Last Seen:  

try to check if you put all the files in the correct folder. (not inside GRF for testing)

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  90
  • Reputation:   2
  • Joined:  02/25/19
  • Last Seen:  

3 hours ago, chatterboy said:

try to check if you put all the files in the correct folder. (not inside GRF for testing)

saders tool creates all the folders and sub folders where they should be so i'd imagine its correct.

Link to comment
Share on other sites

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   702
  • Joined:  12/21/14
  • Last Seen:  

2 hours ago, JamesWindsor said:

saders tool creates all the folders and sub folders where they should be so i'd imagine its correct.

try to add in in data\luafiles514\lua files\transparentItem\transparentItem.lub too

{ 5125525525500 },

the tool was built before this file

Edited by sader1992
  • MVP 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  90
  • Reputation:   2
  • Joined:  02/25/19
  • Last Seen:  

17 hours ago, sader1992 said:

try to add in in data\luafiles514\lua files\transparentItem\transparentItem.lub too

{ 5125525525500 },

the tool was built before this file

I will try this, thank you

 

Worked like a charm, gracias amigo!

Link to comment
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.   Paste as plain text instead

  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.

×
×
  • Create New...