Jump to content
  • 0

Error Showing backpack


iamferreirajp

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  11/09/16
  • Last Seen:  

On my server this item works well when the char is facing north, but not if the char is facing south, any ideas how i can fix this?

backpack1.JPG

backpack2.JPG

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  11/09/16
  • Last Seen:  

Found the issue, on data/luafiles514/lua files/spreditinfo/2dlayerdir_f.lub 

Change:

LayerSizeTypeList = {
    [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

 

To:

 

LayerSizeTypeList = {
    [SPRITE_ROBE_IDs.ROBE_WINGS] = LAYER_BIG,
    [SPRITE_ROBE_IDs.ROBE_BAG_OF_ADVENTURER] = LAYER_BIG,
    [SPRITE_ROBE_IDs.ROBE_WINGS_OF_FALLEN_ANGEL] = LAYER_BIG,
    [SPRITE_ROBE_IDs.ROBE_AMISTR_BAG] = LAYER_BIG,
    [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_BIG

 

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