Jump to content
  • 0

ROBE item not showing properly


Surefirer

Question


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.02
  • Content Count:  113
  • Reputation:   1
  • Joined:  12/15/18
  • Last Seen:  

Hello,

I was trying to installing the new JRO ROBE: c_Big_Foxtail

It's not showing properly. I have tried edit [2dlayerdir_f.lub] and [TB_Layer_Priority.lub] with no luck. I think there is a specific file to adjust ROBE look.

I looked at TB_Layer_Priority.lub file format, I tried add ROBE into accessory ids like normal gear, and put [ACCESSORY_IDs.ACCESSORY_c_Big_Foxtail] format, its not working.

I also tried put [SPRITE_ROBE_IDs.ROBE_c_Big_Foxtail] into TB_Laryer_Priority.lub since I thought its ROBE, its not working either.

I have attached my installing result picture and JRO picture(what it supposed to look like).

I really appreciate if someone can help me. I have this problem on my all new ROBE JRO custom items. 

Thank you in advance.

QQ图片20190826233917.png

QQ图片20190826234012.png

Edited by Surefirer
Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  924
  • Reputation:   166
  • Joined:  04/05/13
  • Last Seen:  

In picture you post that's fine so what's your problems.

If you can't custom ROBE sprite try to follow this https://rathena.org/board/topic/72734-guide-custom-wings-at-robe-place/

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.02
  • Content Count:  113
  • Reputation:   1
  • Joined:  12/15/18
  • Last Seen:  

20 hours ago, Start_ said:

In picture you post that's fine so what's your problems.

If you can't custom ROBE sprite try to follow this https://rathena.org/board/topic/72734-guide-custom-wings-at-robe-place/

See the head part.

QQ图片20190902214027.png

QQ图片20190902214046.png

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  924
  • Reputation:   166
  • Joined:  04/05/13
  • Last Seen:  

Maybe it's sprite problems? (Z Axis)

Wait for other people to answer more.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.02
  • Content Count:  113
  • Reputation:   1
  • Joined:  12/15/18
  • Last Seen:  

11 hours ago, Start_ said:

Maybe it's sprite problems? (Z Axis)

Wait for other people to answer more.

I am assuming it needs 2019 client in order to show correctly since I can not find any lub file to edit. It happys on all new JRO ROBE costum. Upper part of the robe is covered by hair.??

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   107
  • Joined:  10/05/12
  • Last Seen:  

Facepalm....

Just open :


luafiles514\lua files\spreditinfo\2dlayerdir_f.lub

and remove

    [SPRITE_ROBE_IDs.ROBE_WINGS] = LAYER_BIG,
    [SPRITE_ROBE_IDs.ROBE_BAG_OF_ADVENTURER] = LAYER_SMALL,
    [SPRITE_ROBE_IDs.ROBE_WINGS_OF_FALLEN_ANGEL] = LAYER_BIG,
    [SPRITE_ROBE_IDs.ROBE_AMISTR_BAG] = LAYER_SMALL,
    [SPRITE_ROBE_IDs.ROBE_Love_Dad_Wings_2012] = LAYER_BIG,
    [SPRITE_ROBE_IDs.ROBE_KIRIN_WING] = LAYER_BIG,
    [SPRITE_ROBE_IDs.ROBE_Ribbon_Piamat] = LAYER_SMALL

it will fix your problem.

Also this:

find spriterobename.lub  and remove all on top:

RobeTopLayer = {
    SPRITE_ROBE_IDs.ROBE_BAG_OF_ADVENTURER,
    SPRITE_ROBE_IDs.ROBE_AMISTR_BAG,
    SPRITE_ROBE_IDs.ROBE_BAG_OF_ANTONIO,
    SPRITE_ROBE_IDs.ROBE_Poring_Bag,
    SPRITE_ROBE_IDs.ROBE_EXE_Backpack,
    SPRITE_ROBE_IDs.ROBE_Thanatos_Sword,
    SPRITE_ROBE_IDs.ROBE_GiantCatBag,
    SPRITE_ROBE_IDs.ROBE_BlackCatBag,
    SPRITE_ROBE_IDs.ROBE_C_School_Bag_RD,
    SPRITE_ROBE_IDs.ROBE_C_School_Bag_BL,
    SPRITE_ROBE_IDs.ROBE_C_Cat_Fork,
    SPRITE_ROBE_IDs.ROBE_Balloon_Wing,
    SPRITE_ROBE_IDs.ROBE_C_T_Bear_Bag,
    SPRITE_ROBE_IDs.ROBE_C_Big_Foxtail,
    SPRITE_ROBE_IDs.ROBE_C_Loli_Ruri_Moon,
    SPRITE_ROBE_IDs.ROBE_Bow_On_the_Back,
    SPRITE_ROBE_IDs.ROBE_Santa_Backpack,
    SPRITE_ROBE_IDs.ROBE_C_Ice_Wing
}

Sorry for the necroposting, But atleast, it will leave the answer for future references.

Edited by iraciz
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.02
  • Content Count:  113
  • Reputation:   1
  • Joined:  12/15/18
  • Last Seen:  

On 4/2/2020 at 7:54 PM, iraciz said:

Facepalm....

Just open :


luafiles514\lua files\spreditinfo\2dlayerdir_f.lub

and remove

    [SPRITE_ROBE_IDs.ROBE_WINGS] = LAYER_BIG,
    [SPRITE_ROBE_IDs.ROBE_BAG_OF_ADVENTURER] = LAYER_SMALL,
    [SPRITE_ROBE_IDs.ROBE_WINGS_OF_FALLEN_ANGEL] = LAYER_BIG,
    [SPRITE_ROBE_IDs.ROBE_AMISTR_BAG] = LAYER_SMALL,
    [SPRITE_ROBE_IDs.ROBE_Love_Dad_Wings_2012] = LAYER_BIG,
    [SPRITE_ROBE_IDs.ROBE_KIRIN_WING] = LAYER_BIG,
    [SPRITE_ROBE_IDs.ROBE_Ribbon_Piamat] = LAYER_SMALL

it will fix your problem.

Also this:

find spriterobename.lub  and remove all on top:


RobeTopLayer = {
    SPRITE_ROBE_IDs.ROBE_BAG_OF_ADVENTURER,
    SPRITE_ROBE_IDs.ROBE_AMISTR_BAG,
    SPRITE_ROBE_IDs.ROBE_BAG_OF_ANTONIO,
    SPRITE_ROBE_IDs.ROBE_Poring_Bag,
    SPRITE_ROBE_IDs.ROBE_EXE_Backpack,
    SPRITE_ROBE_IDs.ROBE_Thanatos_Sword,
    SPRITE_ROBE_IDs.ROBE_GiantCatBag,
    SPRITE_ROBE_IDs.ROBE_BlackCatBag,
    SPRITE_ROBE_IDs.ROBE_C_School_Bag_RD,
    SPRITE_ROBE_IDs.ROBE_C_School_Bag_BL,
    SPRITE_ROBE_IDs.ROBE_C_Cat_Fork,
    SPRITE_ROBE_IDs.ROBE_Balloon_Wing,
    SPRITE_ROBE_IDs.ROBE_C_T_Bear_Bag,
    SPRITE_ROBE_IDs.ROBE_C_Big_Foxtail,
    SPRITE_ROBE_IDs.ROBE_C_Loli_Ruri_Moon,
    SPRITE_ROBE_IDs.ROBE_Bow_On_the_Back,
    SPRITE_ROBE_IDs.ROBE_Santa_Backpack,
    SPRITE_ROBE_IDs.ROBE_C_Ice_Wing
}

Sorry for the necroposting, But atleast, it will leave the answer for future references.

Thank you for the reply. However, these methods do not solve the problem. You can test it if you don't mind. I have tested it, and tried many different way, not still can not figure out where to make this work.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   107
  • Joined:  10/05/12
  • Last Seen:  

Yes, I have the same problem with the Giant Foxtail...

That's a sprite overlay Issue.. nothing to do with client so far.

https://forums.warpportal.com/index.php?/topic/245989-costume-foxtail-bug-or-feature/

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  33
  • Reputation:   2
  • Joined:  01/19/16
  • Last Seen:  

Any update on how to fix this issue? i have the same problem.

bump~ still waiting for this fix. hopefully someone enlighten us how to fix this one.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.02
  • Content Count:  113
  • Reputation:   1
  • Joined:  12/15/18
  • Last Seen:  

On 5/24/2020 at 9:09 PM, Newbiedev-chan said:

Any update on how to fix this issue? i have the same problem.

no update so far.

it's fixed in 2020 client.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   0
  • Joined:  02/10/18
  • Last Seen:  

Experiencing this on 2015 client.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  17
  • Reputation:   1
  • Joined:  03/13/21
  • Last Seen:  

On 5/27/2020 at 3:42 AM, Surefirer said:

no update so far.

it's fixed in 2020 client.

hope mine issue will be fixed by 2020 client 

 

image.png.fe3217c1c34a49cce77f0df4ec262912.pngimage.png.fa3393326c75aa195aa4639bc2e6ea4a.png

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...